summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-17move to SAFE_FREE()Simo Sorce14-68/+51
2001-09-12Some patches to authentication:Tim Potter1-4/+4
2001-09-10convert more code to use XFILEAndrew Tridgell1-6/+0
2001-09-10more static/dead fnsAndrew Tridgell2-11/+2
2001-09-10kill a dead fn and make a local one staticAndrew Tridgell2-80/+4
2001-09-05more warning fixes on solarisAndrew Tridgell5-6/+10
2001-09-05fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA...Andrew Tridgell6-69/+99
2001-09-04don't do pointer arithmetic on void* (some compilers can't do it)Andrew Tridgell1-1/+1
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell7-104/+94
2001-08-30merge from 2.2Gerald Carter1-1/+1