summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch
Commit message (Expand)AuthorAgeFilesLines
...
* Got rid of that stupid parse_domain_user() warning when compilingTim Potter2001-11-231-22/+0
* Finish 1.45 by removing redundant sid->string conversion inMartin Pool2001-11-231-14/+44
* I think you were passing the name of the SID, rather than the DOM_SIDMartin Pool2001-11-231-1/+1
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-233-5/+0
* Fixed check machine account function.Tim Potter2001-11-234-74/+63
* Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison2001-11-221-43/+47
* Fixed +ve caching. Still problems with -ve caching.Jeremy Allison2001-11-221-105/+115
* Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison2001-11-221-2/+8
* Added debugs to track down sequence lookup problems.Jeremy Allison2001-11-221-4/+10
* W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2001-11-212-27/+28
* Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison2001-11-213-112/+238
* Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2001-11-212-130/+191
* Merge from 2.2.Tim Potter2001-11-191-1/+1
* Store some path names in global variables initialized to configureMartin Pool2001-11-193-9/+7
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-152-220/+202
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-154-103/+177
* Jeremy, I'm not sure what you were trying to do with the process activityTim Potter2001-11-151-3/+1
* Added free_domain_info() function.Tim Potter2001-11-151-0/+27
* Added free_domain_info() function.Tim Potter2001-11-151-1/+1
* Cache positive and negative name domain controller lookups.Tim Potter2001-11-151-11/+148
* Get list of trusted domains if we haven't fetched them yet.Tim Potter2001-11-152-0/+9
* Fixed display of uninitialised buffer in debug.Tim Potter2001-11-151-2/+8
* Bit of a cleanup of signal handling code.Tim Potter2001-11-151-8/+14
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-442/+0
* Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison2001-11-141-38/+52
* Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2001-11-142-10/+24
* Random connection robustness related fixes. Display some debugs aboutTim Potter2001-11-145-31/+122
* #ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool2001-11-141-1/+13
* Added needed debugs...Jeremy Allison2001-11-141-25/+39
* Fix winbind client code so that winbind calls are not made if theJeremy Allison2001-11-132-15/+43
* Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter2001-11-053-41/+86
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+3
* Removed unneeded extern.Tim Potter2001-10-311-2/+0
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-72/+15
* Added some extra fields to the auth_serversupplied_info structure.Tim Potter2001-10-313-4/+14
* Don't force winbind to use non-local DC's.Volker Lendecke2001-10-291-1/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-4/+4
* 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-293-11/+26
* Added some connection checking code. Doesn't work yet though.Tim Potter2001-10-271-10/+43
* Fix for fussy Solaris compiler.Tim Potter2001-10-211-3/+1
* Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter2001-10-194-20/+29
* Converted some more functions to create and dispose of a talloc context on aTim Potter2001-10-195-87/+106
* Some reformatting.Tim Potter2001-10-141-6/+10
* Pass domain structure around in cache code rather than the domain name.Tim Potter2001-10-143-32/+29
* Resurrected sam sequence number code.Tim Potter2001-10-141-117/+175
* Converted a few winbind functions to use a talloc context that is destroyedTim Potter2001-10-121-32/+72
* Removed some unused code from the recent cleanup.Tim Potter2001-10-122-291/+2
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-103-68/+37
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-096-110/+208