summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23730: Squashed commit of the following:Gerald Carter1-0/+1
2007-10-10r23632: Correctly return the new_group list pointer from expand_groupsGerald Carter1-1/+1
2007-10-10r23619: Fix compile warning in fill_grent_mem() caused by mismatched counter ...Gerald Carter1-1/+1
2007-10-10r23515: Ensure status isn't used uninitialized.Jeremy Allison1-1/+1
2007-10-10r23496: Fix logic error in getgrnam_recv() that brokeGerald Carter1-1/+1
2007-10-10r23471: Here's a rough patch for expanding domain group membershipGerald Carter1-154/+342
2007-10-10r23244: Fix loop with nscd and NSS recusive calls.Gerald Carter1-2/+2
2007-10-10r22812: Fix bug #3024 (and also the group varient). Patch fromJeremy Allison1-2/+7
2007-10-10r22744: Fix a valgrind error. parse_domain_username does not necessarily fill inVolker Lendecke1-0/+3
2007-10-10r22703: Convert winbindd_getgrgid() and winbindd_getgetpwnam()Gerald Carter1-113/+113
2007-10-10r21860: Fixes for "winbind normalize names" functionality:Gerald Carter1-1/+3
2007-10-10r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison1-2/+4
2007-10-10r21357: Fix typo.Günther Deschner1-1/+1
2007-10-10r21149: Only say we are a groupmember for the optimized (rid 513) membershipGünther Deschner1-1/+4
2007-10-10r21130: Don't mix SAFE_FREE() and TALLOC_FREE().Gerald Carter1-1/+1
2007-10-10r21101: Remove "unused" warning from Jerry's code. We stillJeremy Allison1-1/+0
2007-10-10r21070: * Add the new boolean 'winbind normalize names' option as discussedGerald Carter1-0/+3
2007-10-10r21014: move some functionss to winbindd_group.c and make staticGerald Carter1-3/+144
2007-10-10r20207: Fix a couple more places where extra_data wasJeremy Allison1-3/+6
2007-10-10r20186: Fix winbind crash bug in WINBIND_GETGROUPS.Günther Deschner1-2/+3
2007-10-10r20150: better memory handling for some functions, make sure we don'tSimo Sorce1-2/+2
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-33/+19
2007-10-10r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison1-3/+6
2007-10-10r19809: remove winbind blacklist parameterGerald Carter1-24/+0
2007-10-10r19272: Ensure we return 1 member in the optimized case.Jeremy Allison1-0/+1
2007-10-10r19271: Test the "hack" for "Domain Users" as agreed withJeremy Allison1-9/+120
2007-10-10r19255: Add blacklist of accounts when NSS initgroups calls are coming in andGünther Deschner1-0/+24
2007-10-10r19155: Fix debug message.Jeremy Allison1-1/+1
2007-10-10r18271: Big change:Gerald Carter1-7/+7
2007-10-10r17605: Some C++ warningsVolker Lendecke1-9/+15
2007-10-10r17459: As by Jerry's word commit this without his review.Simo Sorce1-39/+65
2007-10-10r17159: Bug 3920: Restore wnibind use default domain behavior for domain groups.Gerald Carter1-11/+4
2007-10-10r17021: remove unsupported smbwrapper codeGerald Carter1-1/+8
2007-10-10r16284: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsignedJeremy Allison1-4/+4
2007-10-10r16114: Make winbindd's group enumeration (set|get|endgrent) work again (whenGünther Deschner1-1/+1
2007-10-10r15107: 64 bit fixes. size_t on a 64-bit box is not uint32.Jeremy Allison1-3/+12
2007-10-10r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit ...Gerald Carter1-14/+14
2007-10-10r14421: This does two thingsGerald Carter1-2/+10
2007-10-10r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter1-6/+21
2007-10-10r14270: Fix coverity #203. Ensure we free on error exit.Jeremy Allison1-2/+2
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-23/+11
2007-10-10r13492: As noone objected on the mailing-list:Günther Deschner1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-23/+76
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-13/+13
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-15/+8
2007-10-10r10263: Fix debug which got more instead of less confusing.Günther Deschner1-1/+1
2007-10-10r10262: * Fix for getgrnam not returning builtin group (which is done by getentGünther Deschner1-3/+5
2007-10-10r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this down...Volker Lendecke1-1/+3
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-12/+12