index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd_group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23730: Squashed commit of the following:
Gerald Carter
1
-0
/
+1
2007-10-10
r23632: Correctly return the new_group list pointer from expand_groups
Gerald Carter
1
-1
/
+1
2007-10-10
r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ...
Gerald Carter
1
-1
/
+1
2007-10-10
r23515: Ensure status isn't used uninitialized.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23496: Fix logic error in getgrnam_recv() that broke
Gerald Carter
1
-1
/
+1
2007-10-10
r23471: Here's a rough patch for expanding domain group membership
Gerald Carter
1
-154
/
+342
2007-10-10
r23244: Fix loop with nscd and NSS recusive calls.
Gerald Carter
1
-2
/
+2
2007-10-10
r22812: Fix bug #3024 (and also the group varient). Patch from
Jeremy Allison
1
-2
/
+7
2007-10-10
r22744: Fix a valgrind error. parse_domain_username does not necessarily fill in
Volker Lendecke
1
-0
/
+3
2007-10-10
r22703: Convert winbindd_getgrgid() and winbindd_getgetpwnam()
Gerald Carter
1
-113
/
+113
2007-10-10
r21860: Fixes for "winbind normalize names" functionality:
Gerald Carter
1
-1
/
+3
2007-10-10
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
Jeremy Allison
1
-2
/
+4
2007-10-10
r21357: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r21149: Only say we are a groupmember for the optimized (rid 513) membership
Günther Deschner
1
-1
/
+4
2007-10-10
r21130: Don't mix SAFE_FREE() and TALLOC_FREE().
Gerald Carter
1
-1
/
+1
2007-10-10
r21101: Remove "unused" warning from Jerry's code. We still
Jeremy Allison
1
-1
/
+0
2007-10-10
r21070: * Add the new boolean 'winbind normalize names' option as discussed
Gerald Carter
1
-0
/
+3
2007-10-10
r21014: move some functionss to winbindd_group.c and make static
Gerald Carter
1
-3
/
+144
2007-10-10
r20207: Fix a couple more places where extra_data was
Jeremy Allison
1
-3
/
+6
2007-10-10
r20186: Fix winbind crash bug in WINBIND_GETGROUPS.
Günther Deschner
1
-2
/
+3
2007-10-10
r20150: better memory handling for some functions, make sure we don't
Simo Sorce
1
-2
/
+2
2007-10-10
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
1
-33
/
+19
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-3
/
+6
2007-10-10
r19809: remove winbind blacklist parameter
Gerald Carter
1
-24
/
+0
2007-10-10
r19272: Ensure we return 1 member in the optimized case.
Jeremy Allison
1
-0
/
+1
2007-10-10
r19271: Test the "hack" for "Domain Users" as agreed with
Jeremy Allison
1
-9
/
+120
2007-10-10
r19255: Add blacklist of accounts when NSS initgroups calls are coming in and
Günther Deschner
1
-0
/
+24
2007-10-10
r19155: Fix debug message.
Jeremy Allison
1
-1
/
+1
2007-10-10
r18271: Big change:
Gerald Carter
1
-7
/
+7
2007-10-10
r17605: Some C++ warnings
Volker Lendecke
1
-9
/
+15
2007-10-10
r17459: As by Jerry's word commit this without his review.
Simo Sorce
1
-39
/
+65
2007-10-10
r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups.
Gerald Carter
1
-11
/
+4
2007-10-10
r17021: remove unsupported smbwrapper code
Gerald Carter
1
-1
/
+8
2007-10-10
r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigned
Jeremy Allison
1
-4
/
+4
2007-10-10
r16114: Make winbindd's group enumeration (set|get|endgrent) work again (when
Günther Deschner
1
-1
/
+1
2007-10-10
r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.
Jeremy Allison
1
-3
/
+12
2007-10-10
r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...
Gerald Carter
1
-14
/
+14
2007-10-10
r14421: This does two things
Gerald Carter
1
-2
/
+10
2007-10-10
r14403: * modifies create_local_nt_token() to create a BUILTIN\Administrators
Gerald Carter
1
-6
/
+21
2007-10-10
r14270: Fix coverity #203. Ensure we free on error exit.
Jeremy Allison
1
-2
/
+2
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-23
/
+11
2007-10-10
r13492: As noone objected on the mailing-list:
Günther Deschner
1
-1
/
+1
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-23
/
+76
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-13
/
+13
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-15
/
+8
2007-10-10
r10263: Fix debug which got more instead of less confusing.
Günther Deschner
1
-1
/
+1
2007-10-10
r10262: * Fix for getgrnam not returning builtin group (which is done by getent
Günther Deschner
1
-3
/
+5
2007-10-10
r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this down...
Volker Lendecke
1
-1
/
+3
[next]