summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_group.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lp_security() is a function not an integerAndrew Tridgell2003-06-231-1/+1
* * set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter2003-06-231-9/+15
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-6/+6
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-24/+105
* made a debug statement more usefulAndrew Tridgell2003-06-161-2/+3
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-101-1/+1
* * set winbind cache time to 5 minutesGerald Carter2003-06-031-3/+4
* And finally IDMAP in 3_0Simo Sorce2003-05-121-29/+8
* remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter2003-04-291-0/+18
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-55/+59
* Merge: newline on debug message.Tim Potter2003-02-251-1/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-3/+3
* Merge removal of unpopular winbind client environment variable.Tim Potter2002-12-201-13/+0
* NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2002-10-181-1/+1
* merge from APP_HEAD of winbindd's domain local group fixGerald Carter2002-10-081-8/+49
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+6
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-13/+29
* Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison2002-03-261-1/+1
* this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell2002-02-271-3/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett2002-01-261-2/+2
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-24/+18
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-7/+5
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-19/+32
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-58/+56
* fixed handling of empty or dead domain in wbinfo -gAndrew Tridgell2001-12-181-60/+9