summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_user.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-09completely new winbindd cache infrastructureAndrew Tridgell1-58/+0
2001-12-05finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell1-4/+2
2001-12-05Fixed parse_domain_user to be bool.Jeremy Allison1-8/+6
2001-12-04added a query_user backendAndrew Tridgell1-31/+27
2001-12-03changed query_dispinfo to query_user_listAndrew Tridgell1-5/+5
2001-12-03added name_to_sid to the backendAndrew Tridgell1-1/+1
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-52/+31
2001-11-27Added negative caching to group lookups.Jeremy Allison1-3/+3
2001-11-27Added negative caching to the user pw lookup by name and by uid.Jeremy Allison1-56/+77
2001-11-27nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison1-23/+24
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison1-6/+6
2001-11-15Get list of trusted domains if we haven't fetched them yet.Tim Potter1-0/+6
2001-10-29Hey where did those 4 character tabs come from?Tim Potter1-4/+4
2001-10-29Don't reference tallocated memory that has already been disposed of. TheTim Potter1-3/+22
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter1-7/+16
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter1-26/+30
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter1-6/+6
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter1-5/+9
2001-10-08More work on winbindd connection rewrite:Tim Potter1-94/+55