summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-11This patch attemptes to clean up winbindd's mutex locking.Andrew Bartlett1-41/+37
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-28/+41
2003-01-16Add mutex protection around auth calls.Jeremy Allison1-41/+37
2002-12-12merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter1-49/+1
2002-11-23[merge from APP_HEAD]Gerald Carter1-3/+4
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-5/+4
2002-11-06Merge of get_dc_list() api change. This was slightly more intrusiveTim Potter1-4/+16
2002-11-02Handle the case where the password used in RPC connections (for restrictTim Potter1-3/+8
2002-10-23much simpler code to choose a DC to contact in winbindd. We now alwaysAndrew Tridgell1-55/+6
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-4/+18
2002-10-08merge from APP_HEADGerald Carter1-1/+10
2002-10-04fix typoGerald Carter1-1/+1
2002-10-04merge native_mode flag in winbindd_domain struct from app-headGerald Carter1-4/+50
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-24Moved -ve cache check to correct place.Jeremy Allison1-10/+10
2002-09-17Add clock skew handling to our kerberos code. This allows us to cope withAndrew Tridgell1-1/+1
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-23Moved calculation of secure channel type into a new function.Tim Potter1-4/+3
2002-08-05fixed wbinfo -t for netbiosless domainsAndrew Tridgell1-1/+7
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-8/+14
2002-07-31support netbiosless search for the DC using ADS in the winbindd AUTHAndrew Tridgell1-58/+110
2002-07-30Fixed for memory leak in connection caching code when a dc isTim Potter1-1/+13
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-2/+2
2002-07-13I just noticed that I never added my copyright when I messed with thisAndrew Bartlett1-0/+1
2002-06-25Update cli_full_connection() to take a 'flags' paramater, and try to get aAndrew Bartlett1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-05-24Remove the password length paramater from cli_full_connection - it reallyAndrew Bartlett1-1/+1
2002-04-04Fixed the handle leak in the connection management code (this code is crapJeremy Allison1-0/+13
2002-03-23Various winbind updates:Andrew Bartlett1-1/+2
2002-03-19Fix a double-free bug in wbinfo -t's call in winbindd.Andrew Bartlett1-2/+4
2002-03-18Allow us to see the difference between these two errors. (We need to chaseAndrew Bartlett1-1/+7
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-2/+2
2002-03-11always make winbindd try for the PDC first before trying for a BDCAndrew Tridgell1-5/+7
2002-03-02Allow Samba to trust NT4 Domains.Andrew Bartlett1-2/+4
2002-02-28Ensure that winbindd and smbd both use identical logic to find dc's.Jeremy Allison1-28/+27
2002-02-15Winbind cleanup.Andrew Bartlett1-173/+204
2002-02-11A few small winbind updates:Andrew Bartlett1-14/+55
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Removed dodgy init of local variable.Tim Potter1-1/+1
2002-01-25Much more useful handling of backup domain controllers in winbindd. HonourTim Potter1-25/+51
2002-01-19fixes (asprintf) from 2.2Simo Sorce1-4/+6
2002-01-01Further rpc_client removal, this time from winbindd.Andrew Bartlett1-1/+1
2001-12-11Modify winbindd to use authenticated user info from secrets.tdb when makingTim Potter1-2/+29
2001-12-01The beginnings of alternative backends for winbinddAndrew Tridgell1-1/+1
2001-11-29I think the lookup_pdc_name() should be called lookup_dc_name() and theTim Potter1-4/+13
2001-11-27Some reformatting.Tim Potter1-223/+229