summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_group.c
Commit message (Expand)AuthorAgeFilesLines
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-13/+13
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-15/+8
* r10263: Fix debug which got more instead of less confusing.Günther Deschner2007-10-101-1/+1
* r10262: * Fix for getgrnam not returning builtin group (which is done by getentGünther Deschner2007-10-101-3/+5
* r10152: 64-bit fix for bug #3082. Thanks to Robin Hill for tracking this down...Volker Lendecke2007-10-101-1/+3
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-12/+12
* r7877: Attempt to fix a smb_panic reported by Pavel Rochnyack.Volker Lendecke2007-10-101-7/+14
* r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke2007-10-101-73/+98
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-372/+219
* r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter2007-10-101-65/+1
* r6627: Fix debug messageVolker Lendecke2007-10-101-2/+2
* r6273: Remove some unused code, minor cleanupVolker Lendecke2007-10-101-5/+2
* r6217: After talking to jerry, commit the partial fix for wbinfo -r. This fix...Volker Lendecke2007-10-101-15/+23
* r6216: Brown paper-bag bug fix for wbinfo --user-sids.... Nobody seems to rea...Volker Lendecke2007-10-101-2/+2
* r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke2007-10-101-4/+53
* r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini...Gerald Carter2007-10-101-0/+4
* r5945: BUG 2516: fix compile issue on True64Gerald Carter2007-10-101-1/+1
* r4760: Make wbinfo --user-sids expand domain local groups. Andrew B., my testingVolker Lendecke2007-10-101-0/+41
* r4128: Cron jobs etc seem to do an initgroups for root quite frequently. SoVolker Lendecke2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-16/+12
* r3776: Fix for bug #2038 from Johann Hanne <jhml@gmx.net>. Don't checkJeremy Allison2007-10-101-9/+4
* r3566: Completely replace the queryuseraliases call. The previous implementat...Volker Lendecke2007-10-101-5/+5
* r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett2007-10-101-18/+0
* r2450: don't limit the number of groups returned by winbindd_getgroups()Gerald Carter2007-10-101-4/+1
* r2378: Remove two confusing #definesVolker Lendecke2007-10-101-2/+0
* r1658: Expand aliases for getusersids as well.Volker Lendecke2007-10-101-0/+56
* r989: Calling sid_to_gid from within winbind makes no sense, as this callsVolker Lendecke2007-10-101-1/+9
* r988: When adding local aliases' gids to the user token, don't do a idmap_sid...Volker Lendecke2007-10-101-11/+31
* r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2007-10-101-0/+3
* r395: BUG 1232: patch from landonf@opendarwin.org (Landon Fuller) to fixGerald Carter2007-10-101-0/+6
* r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter2007-10-101-10/+7
* r288: combination of BUG 1081 and patch from J. Klinger -- added remove_dupli...Gerald Carter2007-10-101-0/+2
* r116: volker's patch for local group and group nestingGerald Carter2007-10-101-41/+95
* BUG 1182: patch from john.klinger@lmco.com (John Klinger) to reanable the -...Gerald Carter2004-03-161-1/+3
* And another memory corruption in winbind. Arg 3 of safe_strcpy does notVolker Lendecke2004-01-151-1/+1
* Fix a segfault in winbindd. Calling getusersids with a SID that results in 0Volker Lendecke2004-01-151-1/+1
* use SAFE_FREE(), not free().Andrew Bartlett2004-01-081-1/+1
* Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett2004-01-081-25/+24
* Machines are people too!Andrew Bartlett2004-01-071-8/+3
* fix debug messageGerald Carter2003-12-041-2/+2
* as discussed on irc, this is a small patch that allows a few moreAndrew Tridgell2003-11-191-0/+85
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-101-0/+12
* Another round of uid/gid/pid format string changes I missed theTim Potter2003-07-221-1/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-12/+12
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-9/+78
* and so it begins....Gerald Carter2003-07-071-11/+15
* * rename samstrict auth method to samGerald Carter2003-06-301-3/+8
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-0/+11
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-8/+8