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-09remove accidental debug code..Gerald Carter1-4/+0
2002-11-08defunct winbindd fix from APP_HEADGerald Carter1-2/+7
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-6/+0
2002-11-07Remove lp_security() checks for winbindd as this is how we act as a PDC.Tim Potter1-6/+0
2002-11-07Call winbindd_param_init() earlier on in the piece so we don't get stuck inTim Potter2-15/+22
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-4/+16
2002-11-05Merge of lp_talloc_free() call in init_domain_list() from APPLIANCE.Tim Potter1-0/+7
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-26Updates to winbind's PAM client and server - make the debug logsAndrew Bartlett2-19/+44
2002-10-23much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell1-55/+6
2002-10-23if trusted domains are disabled then we should not try to connect toAndrew Tridgell1-1/+6
2002-10-18must add one to the extra_data size to transfer the 0 string terminator.Herb Lewis1-1/+2
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-15- we need to rescan the trusted domain list regularly to cope withAndrew Tridgell2-1/+5
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_HEADGerald Carter6-13/+200
2002-10-05Don't use usage function, but use popt for usage and help infoJelmer Vernooij1-38/+37
2002-10-04fix typoGerald Carter1-1/+1
2002-10-04merge 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-09-30Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison1-5/+21
2002-09-27Move a number of ADS related functions out into utility libs, so that thingsAndrew Bartlett1-186/+11
2002-09-25fix getpass replacement check (i thought I fixed this a few daysGerald Carter1-0/+2
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