summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13492: As noone objected on the mailing-list:Günther Deschner1-1/+1
2007-10-10r13316: Let the carnage begin....Gerald Carter1-4/+4
2007-10-10r9758: make sure to lower case usernames in winbindd's getpwnam()Gerald Carter1-1/+4
2007-10-10r8145: When inventing a new parameter for SFU-support, be aware of Volker'sGünther Deschner1-1/+1
2007-10-10r7994: This adds support in Winbindd's "security = ads"-mode to retrieve the ...Günther Deschner1-41/+77
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-8/+15
2007-10-10r7785: This looks much larger than it is. It changes the top-level functions ...Volker Lendecke1-48/+61
2007-10-10r7454: couple of winbindd fixesGerald Carter1-4/+4
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-138/+246
2007-10-10r7130: remove 'winbind enable local accounts' code from the 3.0 treeGerald Carter1-21/+0
2007-10-10r6036: patch from Lin Li <linl@xandros.com> to ensure trusted domains are ini...Gerald Carter1-0/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-9/+4
2007-10-10r2584: After talking to jerry, commit the strlower patch to getent username andVolker Lendecke1-0/+2
2007-10-10r2378: Remove two confusing #definesVolker Lendecke1-2/+0
2007-10-10r1613: Patch from Tom Shaw <tomisfaraway@gmail.com> to useJeremy Allison1-4/+4
2007-10-10r538: Mem leak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison1-0/+2
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-1/+1
2004-01-08Move more of winbind to use 'find_our_domain()' rather than the dangerousAndrew Bartlett1-7/+7
2004-01-07Machines are people too!Andrew Bartlett1-20/+18
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-08-10add --domain=DOMAINNAME to wbinfoGerald Carter1-1/+13
2003-07-26fix typo in debugGerald Carter1-1/+1
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter1-2/+2
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-10/+10
2003-07-11moving more code around.Gerald Carter1-0/+13
2003-07-09Large set of changes to add UNIX account/group managementGerald Carter1-8/+26
2003-07-07and so it begins....Gerald Carter1-9/+14
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-22Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce1-4/+4
2003-06-16Squelch one small compiler warningRichard Sharpe1-1/+2
2003-05-12And finally IDMAP in 3_0Simo Sorce1-11/+8
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-27/+29
2003-03-19Fix debug message not to use an uninitialized variable.Volker Lendecke1-2/+1
2003-02-12Merge from HEAD...setup the %U substitution in winbindd for the homedir templateJeremy Allison1-0/+1
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-4/+4
2002-12-20Merge removal of unpopular winbind client environment variable.Tim Potter1-18/+0
2002-11-20merged the %U changes to 3.0Andrew Tridgell1-0/+1
2002-08-17sync 3.0 branch with headJelmer Vernooij1-0/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-0/+3
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-1/+1
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-37/+26
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-6/+4
2002-01-11Always query the PDC for the list of trusted domains rather than interatingTim Potter1-15/+17
2002-01-10A big tidyup while thinking about getting trusted domains being re-readTim Potter1-23/+34
2001-12-11got rid of start_ndx from query_user_list()Andrew Tridgell1-89/+72
2001-12-10added some commentsAndrew Tridgell1-2/+1