summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
* much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell2002-10-231-55/+6
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-4/+18
* merge from APP_HEADGerald Carter2002-10-081-1/+10
* fix typoGerald Carter2002-10-041-1/+1
* merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-4/+50
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-1/+1
* Doh ! Lookup name before checking negative cache (the way Tim originallyJeremy Allison2002-10-011-10/+10
* Fix memory leak in getting DC list. Remember to exclude failed lookups.Jeremy Allison2002-09-301-5/+21
* Moved -ve cache check to correct place.Jeremy Allison2002-09-241-10/+10
* Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell2002-09-171-1/+1
* added cli_net_auth_3 client code.Jean-François Micouleau2002-08-301-3/+3
* fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell2002-08-291-5/+3
* fix connecting to a BDC when the PDC is down but in WINS and no bcastAndrew Tridgell2002-08-291-0/+7
* Moved calculation of secure channel type into a new function.Tim Potter2002-08-231-4/+3
* fixed wbinfo -t for netbiosless domainsAndrew Tridgell2002-08-051-1/+7
* This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell2002-08-051-8/+14
* support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell2002-07-311-58/+110
* Fixed for memory leak in connection caching code when a dc isTim Potter2002-07-301-1/+13
* Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter2002-07-211-2/+2
* I just noticed that I never added my copyright when I messed with thisAndrew Bartlett2002-07-131-0/+1
* Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett2002-06-251-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett2002-05-241-1/+1
* Fixed the handle leak in the connection management code (this code is crapJeremy Allison2002-04-041-0/+13
* Various winbind updates:Andrew Bartlett2002-03-231-1/+2
* Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett2002-03-191-2/+4
* Allow us to see the difference between these two errors. (We need to chaseAndrew Bartlett2002-03-181-1/+7
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-2/+2
* always make winbindd try for the PDC first before trying for a BDCAndrew Tridgell2002-03-111-5/+7
* Allow Samba to trust NT4 Domains.Andrew Bartlett2002-03-021-2/+4
* Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison2002-02-281-28/+27
* Winbind cleanup.Andrew Bartlett2002-02-151-173/+204
* A few small winbind updates:Andrew Bartlett2002-02-111-14/+55
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed dodgy init of local variable.Tim Potter2002-01-251-1/+1
* Much more useful handling of backup domain controllers in winbindd. HonourTim Potter2002-01-251-25/+51
* fixes (asprintf) from 2.2Simo Sorce2002-01-191-4/+6
* Further rpc_client removal, this time from winbindd.Andrew Bartlett2002-01-011-1/+1
* Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter2001-12-111-2/+29
* The beginnings of alternative backends for winbinddAndrew Tridgell2001-12-011-1/+1
* I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter2001-11-291-4/+13
* Some reformatting.Tim Potter2001-11-271-223/+229
* don't die with a FPE if there are no DCsAndrew Tridgell2001-11-261-0/+2
* Fixed check machine account function.Tim Potter2001-11-231-6/+8
* Tidyup formatting a bit (spaces->tabs) whilst reading new code to understandJeremy Allison2001-11-151-214/+198
* Caching user, group and domain sam handles was a stupid idea.Tim Potter2001-11-151-78/+9
* Cache positive and negative name domain controller lookups.Tim Potter2001-11-151-11/+148
* Random connection robustness related fixes. Display some debugs aboutTim Potter2001-11-141-20/+109
* Use cli_nt_login_network() instead of domain_client_validate() to performTim Potter2001-11-051-0/+30