summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r7877: Attempt to fix a smb_panic reported by Pavel Rochnyack.Volker Lendecke1-7/+14
2007-10-10r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke1-73/+98
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-372/+219
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-65/+1
2007-10-10r6627: Fix debug messageVolker Lendecke1-2/+2
2007-10-10r6273: Remove some unused code, minor cleanupVolker Lendecke1-5/+2
2007-10-10r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fix...Volker Lendecke1-15/+23
2007-10-10r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to rea...Volker Lendecke1-2/+2
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-4/+53
2007-10-10r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini...Gerald Carter1-0/+4
2007-10-10r5945: BUG 2516: fix compile issue on True64Gerald Carter1-1/+1
2007-10-10r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke1-0/+41
2007-10-10r4128: Cron jobs etc seem to do an initgroups for root quite frequently. SoVolker Lendecke1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-16/+12
2007-10-10r3776: Fix for bug #2038 from Johann Hanne <jhml@gmx.net>. Don't checkJeremy Allison1-9/+4
2007-10-10r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke1-5/+5
2007-10-10r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett1-18/+0
2007-10-10r2450: don't limit the number of groups returned by winbindd_getgroups()Gerald Carter1-4/+1
2007-10-10r2378: Remove two confusing #definesVolker Lendecke1-2/+0
2007-10-10r1658: Expand aliases for getusersids as well.Volker Lendecke1-0/+56
2007-10-10r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke1-1/+9
2007-10-10r988: When adding local aliases' gids to the user token, don't do a idmap_sid...Volker Lendecke1-11/+31
2007-10-10r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison1-0/+3
2007-10-10r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fixGerald Carter1-0/+6
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-10/+7
2007-10-10r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter1-0/+2
2007-10-10r116: volker's patch for local group and group nestingGerald Carter1-41/+95
2004-03-16BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -...Gerald Carter1-1/+3
2004-01-15And another memory corruption in winbind. Arg 3 of safe_strcpy does notVolker Lendecke1-1/+1
2004-01-15Fix a segfault in winbindd. Calling getusersids with a SID that results in 0Volker Lendecke1-1/+1
2004-01-08use SAFE_FREE(), not free().Andrew Bartlett1-1/+1
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett1-25/+24
2004-01-07Machines are people too!Andrew Bartlett1-8/+3
2003-12-04fix debug messageGerald Carter1-2/+2
2003-11-19as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell1-0/+85
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter1-0/+12
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter1-1/+1