index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
winbindd
/
winbindd_group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-24
s3:winbind: Remove unused fill_grent()
Samuel Cabrero
1
-44
/
+0
2023-07-19
s3:winbindd: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-03-28
s3:winbind: Fix wrong string zero termination for empty groups
Pavel Filipenský
1
-1
/
+3
2022-07-15
s3:winbind: Improve logging in winbindd_group.c
Pavel Filipenský
1
-1
/
+5
2022-07-15
s3:winbind: Fix trailing whitespaces in winbindd_group.c
Pavel Filipenský
1
-4
/
+4
2018-05-17
s3-winbindd: use fill_domain_username_talloc() in winbind.
Günther Deschner
1
-4
/
+8
2017-11-29
winbindd: let normalize_name_map() call find_domain_from_name_noinit()
Ralph Boehme
1
-10
/
+1
2017-09-30
winbind: Remove the use of "talloc_dict"
Volker Lendecke
1
-21
/
+27
2012-09-04
s3-winbind: DON'T PANIC if we couldn't find the domain.
Andreas Schneider
1
-1
/
+9
2011-08-24
s3:winbindd fix a return code check
Christian Ambach
1
-2
/
+2
2011-05-04
Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.
Jeremy Allison
1
-2
/
+2
2009-12-21
s3: Remove unused get_sam_group_entries
Volker Lendecke
1
-135
/
+0
2009-12-21
s3: Remove unused winbindd_dual_getsidaliases
Volker Lendecke
1
-83
/
+0
2009-12-21
s3: Remove an unused struct definition
Volker Lendecke
1
-20
/
+0
2009-12-21
s3: Remove unused winbindd_dual_getuserdomgroups
Volker Lendecke
1
-46
/
+0
2009-08-29
s3:winbind: Convert WINBINDD_LIST_GROUPS to the new API
Volker Lendecke
1
-6
/
+0
2009-08-29
s3:winbind: Convert the getgrent functions to the new API
Volker Lendecke
1
-1031
/
+0
2009-08-29
s3:winbind: Fix a bug found by RPC-SAMR
Volker Lendecke
1
-2
/
+5
2009-08-29
s3:winbind: Rename wbint_GroupMember to wbint_Principal
Volker Lendecke
1
-4
/
+4
2009-08-27
s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
Volker Lendecke
1
-84
/
+0
2009-08-16
s3:winbind: Convert WINBINDD_GETGRNAM to the new API
Volker Lendecke
1
-252
/
+0
2009-08-16
s3:winbind: Convert WINBINDD_GETGRGID to the new API
Volker Lendecke
1
-51
/
+0
2009-08-16
s3:winbind: Add winbindd_print_groupmem
Volker Lendecke
1
-0
/
+72
2009-08-16
s3:winbind: Make fill_grent publically available
Volker Lendecke
1
-3
/
+2
2009-08-05
s3:winbind: Convert WINBINDD_GETGROUPS to the new API
Volker Lendecke
1
-172
/
+0
2009-08-05
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API
Volker Lendecke
1
-26
/
+0
2009-08-05
s3:winbind: Convert WINBINDD_GETSIDALIASES to the new API
Volker Lendecke
1
-26
/
+0
2009-06-14
Make winbindd_cli_state->response a pointer instead of a struct member
Volker Lendecke
1
-33
/
+33
2009-06-14
Make winbindd_cli_state->request a pointer instead of a struct member
Volker Lendecke
1
-30
/
+30
2009-06-08
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
1
-2
/
+2
2009-06-08
s3-winbindd: workaround alias enumeration in expand_groups().
Günther Deschner
1
-3
/
+16
2009-06-06
s3-winbindd: add some debug statements while tracking down a bug.
Günther Deschner
1
-2
/
+14
2009-05-12
Convert response.extra_data.data from malloc to talloc
Volker Lendecke
1
-22
/
+14
2009-03-12
Make opt_nocache static to winbindd.c
Volker Lendecke
1
-2
/
+0
2009-02-11
s3: Implement wbcGetSidAliases
Dan Sledz
1
-0
/
+115
2009-02-02
s3 build: Fix "assignment discards qualifiers from pointer target type" warnings
Tim Prouty
1
-6
/
+2
2009-02-02
s3:winbind_group: fix "getent group" to allocate new gids.
Michael Adam
1
-2
/
+8
2009-01-21
Memory leaks and other fixes found by Coverity
todd stecher
1
-1
/
+7
2008-12-04
s3:winbindd: fix horrible mis-indentation of toplvl braces in getgrsid_sid2gi...
Michael Adam
1
-2
/
+2
2008-12-04
s3:winbindd: don't open a new dc connection in winbindd_getgrnam (main winbindd)
Michael Adam
1
-1
/
+1
2008-11-18
Whitespace and >80 column cleanups.
Steven Danneman
1
-2
/
+2
2008-11-02
[s3]winbindd: speed up fill_grent_mem (i.e. winbindd_getgrent) a lot.
Michael Adam
1
-13
/
+20
2008-09-23
[s3]winbindd_group: don't list the domain twice when expanding internal aliases
Michael Adam
1
-1
/
+1
2008-09-23
[s3]winbindd_group: sanely handle NULL domain in add_member().
Michael Adam
1
-1
/
+5
2008-09-16
winbindd: Update the calls to ws_name_XX() to reflect API changes.
Gerald (Jerry) Carter
1
-30
/
+152
2008-09-11
Fix for bug 5571
Simo Sorce
1
-1
/
+1
2008-08-12
idmap rewrite
Volker Lendecke
1
-2
/
+4
2008-07-06
Clean up winbindd_group.c too
Simo Sorce
1
-210
/
+255
2008-06-30
Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly check
Jeremy Allison
1
-1
/
+1
2008-06-26
From Steve Danneman @ Isilon.
Jeremy Allison
1
-103
/
+1
[next]