summaryrefslogtreecommitdiff
path: root/source3/nsswitch
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison6-52/+31
2002-11-09Last sync with HEADJelmer Vernooij1-6/+0
2002-11-09remove accidental debug code.Gerald Carter1-4/+0
2002-11-08fix for defunct winbindd from APP_HEADGerald Carter1-2/+7
2002-11-07Perform my janitorial duties.Tim Potter1-6/+0
2002-11-07Keep branches in sync.....Jeremy Allison2-15/+26
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-54/+17
2002-11-06Merge things that bloody tpot should be doing :-).Jeremy Allison1-2/+14
2002-11-02Fix --set-auth-user command to delete entries from the secrets file when anTim Potter1-12/+68
2002-11-02Some winbindd cleanups I made trying to fix cr1020:Tim Potter2-38/+108
2002-11-02Handle the case where the password used in RPC connections (for restrictTim Potter1-3/+8
2002-10-29Sync with HEADJelmer Vernooij1-38/+37
2002-10-26Try to catch up on the code I've put into HEAD that should be in 3.0:Andrew Bartlett2-19/+44
2002-10-18NULL enum_local_groups for ads winbindd (temporary workaround).Gerald Carter2-1/+2
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-4/+18
2002-10-15Fix spelling of background_process.Jeremy Allison2-6/+6
2002-10-15Change to use sys_read/sys_write.Jeremy Allison1-10/+4
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter6-13/+200
2002-10-04fix typoGerald Carter1-1/+1
2002-10-04* merge native_mode flag in winbindd_domain struct from app-headGerald Carter3-5/+61
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-01Doh ! Lookup name before checking negative cache (the way Tim originallyJeremy Allison1-10/+10
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-186/+11
2002-09-30Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison1-5/+21
2002-09-26remove files not in HEADGerald Carter1-143/+0
2002-09-25merge from HEADGerald Carter2-0/+3
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter13-130/+183
2002-09-25This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+16
2002-09-24Moved -ve cache check to correct place.Jeremy Allison1-10/+10
2002-09-17Reverted my earlier change. It was incorrect. We must be protected byJeremy Allison1-5/+4
2002-09-17Only create the pidfile once we're ready to receive requests.Jeremy Allison1-3/+5
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
2002-09-15Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOSJelmer Vernooij1-0/+4
2002-09-12Merge undone cleanups.Tim Potter3-26/+27
2002-09-12Merge of winbind auth cleanups from appliance.Tim Potter3-30/+34
2002-09-12Merge of cut&paste fix from appliance.Tim Potter1-1/+1
2002-09-12Spelling fix.Tim Potter1-2/+2
2002-09-11Put pid number in invalid request size debug.Tim Potter1-2/+2
2002-09-11Bugfix merge:Tim Potter1-0/+1
2002-09-07This is the 'main' inclue for for winbind clients - all clients should includeAndrew Bartlett1-0/+16
2002-09-07Don't leak file desciptors in this (impossible?) error case.Andrew Bartlett1-0/+1
2002-09-07Winbind client-side cleanups.Andrew Bartlett6-37/+94
2002-09-06Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de>Andrew Bartlett1-4/+4
2002-09-04Quietened some debugs.Tim Potter1-2/+2
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-3/+3
2002-08-29fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell1-5/+3
2002-08-29fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell1-0/+7
2002-08-29Use popt for --helpJelmer Vernooij1-54/+24
2002-08-27Fix typo in debug.Tim Potter1-1/+1
2002-08-23Moved calculation of secure channel type into a new function.Tim Potter1-4/+3