summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-051-0/+12
* fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter2003-08-201-7/+31
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-10/+80
* working on transtive trusts issue:Gerald Carter2003-07-311-6/+23
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
* domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-251-0/+5
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-68/+2
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-0/+3
* * fix typos in a few debug statementsGerald Carter2003-06-251-1/+1
* large change:Gerald Carter2003-06-251-15/+3
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-62/+9
* merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter2003-06-211-12/+33
* Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison2003-06-131-6/+1
* Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2003-06-101-0/+31
* compile errorGerald Carter2003-06-061-1/+1
* merge from APP_HEAD. Push negative connection cacheGerald Carter2003-06-061-317/+4
* Fix for winbindd segfault (finally I think this is the correct one :-)Jeremy Allison2003-05-151-1/+1
* Ok, try and fix this correctly... Simplify the nasty loop logic.Jeremy Allison2003-05-141-7/+7
* Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison2003-05-141-0/+2
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-52/+72
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-1/+1
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-3/+5
* Whitespace syncup.Tim Potter2003-04-021-4/+4
* Merge from HEAD - make winbindd locking sane again:Andrew Bartlett2003-03-171-36/+32
* Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison2003-01-161-28/+41
* Add mutex protection around auth calls.Jeremy Allison2003-01-161-41/+37
* merge of get_dc_name()-like code from APP_HEAD; better support password serve...Gerald Carter2002-12-131-49/+1
* [merge from APP_HEAD]Gerald Carter2002-11-231-3/+4
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-5/+4
* Merge of get_dc_list() api change from HEAD.Tim Potter2002-11-061-54/+17
* Handle the case where the password used in RPC connections (for restrictTim Potter2002-11-021-3/+8
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-4/+18
* merge from APP_HEAD of winbindd's domain local group fixGerald 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
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-20/+24
* sync 3.0 branch with headJelmer Vernooij2002-08-171-60/+136
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+5
* 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