summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_user.c
Commit message (Expand)AuthorAgeFilesLines
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* add --domain=DOMAINNAME to wbinfoGerald Carter2003-08-101-1/+13
* fix typo in debugGerald Carter2003-07-261-1/+1
* Another round of uid/gid/pid format string changes I missed theTim Potter2003-07-221-2/+2
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-10/+10
* moving more code around.Gerald Carter2003-07-111-0/+13
* Large set of changes to add UNIX account/group managementGerald Carter2003-07-091-8/+26
* and so it begins....Gerald Carter2003-07-071-9/+14
* * 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
* Found out a good number of NT_STATUS_IS_ERR used the wrong way.Simo Sorce2003-06-221-4/+4
* Squelch one small compiler warningRichard Sharpe2003-06-161-1/+2
* And finally IDMAP in 3_0Simo Sorce2003-05-121-11/+8
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-27/+29
* Fix debug message not to use an uninitialized variable.Volker Lendecke2003-03-191-2/+1
* Merge from HEAD...setup the %U substitution in winbindd for the homedir templateJeremy Allison2003-02-121-0/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-4/+4
* Merge removal of unpopular winbind client environment variable.Tim Potter2002-12-201-18/+0
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-0/+1
* sync 3.0 branch with headJelmer Vernooij2002-08-171-0/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-0/+3
* 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-1/+1
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-37/+26
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-6/+4
* Always query the PDC for the list of trusted domains rather than interatingTim Potter2002-01-111-15/+17
* A big tidyup while thinking about getting trusted domains being re-readTim Potter2002-01-101-23/+34
* got rid of start_ndx from query_user_list()Andrew Tridgell2001-12-111-89/+72
* added some commentsAndrew Tridgell2001-12-101-2/+1
* completely new winbindd cache infrastructureAndrew Tridgell2001-12-091-58/+0
* finally worked out how to do ldap lookups by binary blobs, so I canAndrew Tridgell2001-12-051-4/+2
* Fixed parse_domain_user to be bool.Jeremy Allison2001-12-051-8/+6
* added a query_user backendAndrew Tridgell2001-12-041-31/+27
* changed query_dispinfo to query_user_listAndrew Tridgell2001-12-031-5/+5
* added name_to_sid to the backendAndrew Tridgell2001-12-031-1/+1
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-52/+31
* Added negative caching to group lookups.Jeremy Allison2001-11-271-3/+3
* Added negative caching to the user pw lookup by name and by uid.Jeremy Allison2001-11-271-56/+77
* nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.Jeremy Allison2001-11-271-23/+24
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-211-6/+6
* Get list of trusted domains if we haven't fetched them yet.Tim Potter2001-11-151-0/+6
* Hey where did those 4 character tabs come from?Tim Potter2001-10-291-4/+4
* Don't reference tallocated memory that has already been disposed of. TheTim Potter2001-10-291-3/+22
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-191-7/+16
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-191-26/+30
* Pass domain structure around in cache code rather than the domain name.Tim Potter2001-10-141-6/+6
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-091-5/+9
* More work on winbindd connection rewrite:Tim Potter2001-10-081-94/+55
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-051-18/+18
* move to SAFE_FREE()Simo Sorce2001-09-171-12/+7