summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-12/+12
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-9/+78
2003-07-07and so it begins....Gerald Carter1-11/+15
2003-06-30* rename samstrict auth method to samGerald Carter1-3/+8
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-0/+11
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-8/+8
2003-06-23lp_security() is a function not an integerAndrew Tridgell1-1/+1
2003-06-23* set domain->last_status = NT_STATUS_SERVER_DISABLED on an ads_connect() fai...Gerald Carter1-9/+15
2003-06-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-6/+6
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-24/+105
2003-06-16made a debug statement more usefulAndrew Tridgell1-2/+3
2003-06-10- fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell1-1/+1
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-3/+4
2003-05-12And finally IDMAP in 3_0Simo Sorce1-29/+8
2003-04-29remove convert_smbpasswd and addtosmbpass from tree; people can get them from...Gerald Carter1-0/+18
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-55/+59
2003-02-25Merge: newline on debug message.Tim Potter1-1/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-3/+3
2002-12-20Merge removal of unpopular winbind client environment variable.Tim Potter1-13/+0
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter1-1/+1
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-8/+49
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+6
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-13/+29
2002-03-26Don't do a zero-length malloc (caught with dmalloc library).Jeremy Allison1-1/+1
2002-02-27this allows us to support foreign SIDs in winbindd and smbdAndrew Tridgell1-3/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Change the winbind interface to use seperate 'domain' and 'username' feilds forAndrew Bartlett1-2/+2
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-24/+18
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-7/+5