summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-0/+12
2003-08-20fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter1-7/+31
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-10/+80
2003-07-31working on transtive trusts issue:Gerald Carter1-6/+23
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+2
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter1-0/+5
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-2/+2
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-68/+2
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-0/+3
2003-06-25* fix typos in a few debug statementsGerald Carter1-1/+1
2003-06-25large change:Gerald Carter1-15/+3
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-62/+9
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-12/+33
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison1-6/+1
2003-06-10Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison1-0/+31
2003-06-06compile errorGerald Carter1-1/+1
2003-06-06merge from APP_HEAD. Push negative connection cacheGerald Carter1-317/+4
2003-05-15Fix for winbindd segfault (finally I think this is the correct one :-)Jeremy Allison1-1/+1
2003-05-14Ok, try and fix this correctly... Simplify the nasty loop logic.Jeremy Allison1-7/+7
2003-05-14Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison1-0/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-52/+72
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-1/+1
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-3/+5
2003-04-02Whitespace syncup.Tim Potter1-4/+4
2003-03-17Merge from HEAD - make winbindd locking sane again:Andrew Bartlett1-36/+32
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-13merge 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 from HEAD.Tim Potter1-54/+17
2002-11-02Handle the case where the password used in RPC connections (for restrictTim Potter1-3/+8
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-4/+18
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-1/+10
2002-10-04fix typoGerald Carter1-1/+1
2002-10-04* merge 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-25sync'ing up for 3.0alpha20 releaseGerald Carter1-20/+24
2002-08-17sync 3.0 branch with headJelmer Vernooij1-60/+136
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+5
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