summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2001-11-23Fixed check machine account function.Tim Potter4-74/+63
2001-11-22Got positive and negative name caching working correctly with lookupname/look...Jeremy Allison1-43/+47
2001-11-22Fixed +ve caching. Still problems with -ve caching.Jeremy Allison1-105/+115
2001-11-22Fixed caching of lookupname/lookupsid. Error in check of success !Jeremy Allison1-2/+8
2001-11-22Added debugs to track down sequence lookup problems.Jeremy Allison1-4/+10
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison2-27/+28
2001-11-21Added transparent +ve caching for lookupname/lookupsid. -ve caching canJeremy Allison3-112/+238
2001-11-21Preparing to implement +ve and -ve caching for lookupname/lookupsid calls.Jeremy Allison2-130/+191
2001-11-19Merge from 2.2.Tim Potter1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool3-9/+7
2001-11-15Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2-220/+202
2001-11-15Caching user, group and domain sam handles was a stupid idea.Tim Potter4-103/+177
2001-11-15Jeremy, I'm not sure what you were trying to do with the process activityTim Potter1-3/+1
2001-11-15Added free_domain_info() function.Tim Potter1-0/+27
2001-11-15Added free_domain_info() function.Tim Potter1-1/+1
2001-11-15Cache positive and negative name domain controller lookups.Tim Potter1-11/+148
2001-11-15Get list of trusted domains if we haven't fetched them yet.Tim Potter2-0/+9
2001-11-15Fixed display of uninitialised buffer in debug.Tim Potter1-2/+8
2001-11-15Bit of a cleanup of signal handling code.Tim Potter1-8/+14
2001-11-15Fix detection of RedHat 7.2.Jeremy Allison1-442/+0
2001-11-14Make signal handling safer (handle EINTR on read/write/accept), don'tJeremy Allison1-38/+52
2001-11-14Got ready to implement Martin's idea, but request doesn't have a lengthJeremy Allison2-10/+24
2001-11-14Random connection robustness related fixes. Display some debugs aboutTim Potter5-31/+122
2001-11-14#ifdef'd out suggestion for tim on making the winbindd protocol moreMartin Pool1-1/+13
2001-11-14Added needed debugs...Jeremy Allison1-25/+39
2001-11-13Fix winbind client code so that winbind calls are not made if theJeremy Allison2-15/+43
2001-11-05Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter3-41/+86
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+3
2001-10-31Removed unneeded extern.Tim Potter1-2/+0
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-72/+15
2001-10-31Added some extra fields to the auth_serversupplied_info structure.Tim Potter3-4/+14
2001-10-29Don't force winbind to use non-local DC's.Volker Lendecke1-1/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-4/+4
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 Potter3-11/+26
2001-10-27Added some connection checking code. Doesn't work yet though.Tim Potter1-10/+43
2001-10-21Fix for fussy Solaris compiler.Tim Potter1-3/+1
2001-10-19Fixed some memory leaks introduced by connection handling rewrite, as wellTim Potter4-20/+29
2001-10-19Converted some more functions to create and dispose of a talloc context on aTim Potter5-87/+106
2001-10-14Some reformatting.Tim Potter1-6/+10
2001-10-14Pass domain structure around in cache code rather than the domain name.Tim Potter3-32/+29
2001-10-14Resurrected sam sequence number code.Tim Potter1-117/+175
2001-10-12Converted a few winbind functions to use a talloc context that is destroyedTim Potter1-32/+72
2001-10-12Removed some unused code from the recent cleanup.Tim Potter2-291/+2
2001-10-10Got the rest of the group functions working. Did some reformatting (manTim Potter3-68/+37
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter6-110/+208
2001-10-08More work on winbindd connection rewrite:Tim Potter5-179/+353
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter9-380/+588
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce1-5/+12
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2-6/+0