summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke2017-08-301-10/+10
* Bug 15852. There are valid paths where conn->lsa_pipe_tcp->transport is NULL....Richard Sharpe2017-06-221-3/+5
* s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher2017-06-221-2/+1
* libads: Decide to have no fallback optionGarming Sam2017-05-301-0/+1
* winbindd_cm: Pass cm_open_connection the need_rw_dc flagGarming Sam2017-05-301-3/+4
* winbindd_cm: Call dcip_check_name even when fetching from cacheGarming Sam2017-05-301-26/+26
* winbindd_cm: Rename dcip_to_name to the more accurate dcip_check_nameGarming Sam2017-05-301-7/+7
* winbindd_cm: Add new parameter to getdc and find_new_dc callsGarming Sam2017-05-301-11/+20
* winbindd_cm: Add new parameter for dcip_to_nameGarming Sam2017-05-301-3/+5
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-0/+2
* winbind: Fix a cut&paste debug typoVolker Lendecke2017-03-021-2/+2
* s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()Stefan Metzmacher2017-02-241-11/+0
* s3:winbindd: add more debugging to cm_prepare_connection()Stefan Metzmacher2017-02-241-7/+16
* s3:winbindd: fix the valid usage anonymous smb authenticationStefan Metzmacher2017-02-241-4/+4
* s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trus...Stefan Metzmacher2017-02-241-1/+22
* Revert "s3-winbind: Fix schannel connections against trusted domain DCs"Stefan Metzmacher2017-02-241-15/+1
* s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid t...Stefan Metzmacher2017-02-211-3/+10
* winbind: Fix a typoVolker Lendecke2017-02-151-1/+1
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-1/+1
* s3:winbindd: always use saf_store(domain->alt_name, controller) for ad domainsStefan Metzmacher2016-12-021-1/+1
* s3-winbind: Directly pass creds with cli_session_setup_creds()Andreas Schneider2016-11-151-62/+17
* s3:libsmb: let the callers only pass the password string to cli_session_setup...Stefan Metzmacher2016-11-151-10/+1
* s3:rpc_server: pass the full ndr_interface_table to rpc_pipe_open_internal()Stefan Metzmacher2016-10-261-1/+1
* winbind: honor 'socket options' in winbindJim McDonough2016-06-171-0/+2
* s3-winbind: Fix schannel connections against trusted domain DCsGünther Deschner2016-06-131-1/+15
* CVE-2016-2115: s3:winbindd: use lp_client_ipc_signing()Stefan Metzmacher2016-04-121-1/+1
* CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher2016-04-121-2/+2
* s3/winbindd: Add missing space in debug message.Karolin Seeger2016-02-231-1/+1
* winbindd: Retry on expired session in cm_connect_netlogonChristof Schmitt2016-01-131-0/+8
* winbindd: Retry on expired session in cm_connect_samChristof Schmitt2016-01-131-0/+48
* winbindd: Retry on expired session in cm_connect_lsaChristof Schmitt2016-01-131-0/+48
* Fix typo in winbindd_cm.cMarc Muehlfeld2015-12-231-1/+1
* winbindd: Fix CID 1273310 Remove structurally dead codeAnoop C S2015-09-091-2/+0
* Change all uint32/16/8 to 32_t/16_t/8_t in winbindd.Richard Sharpe2015-04-291-4/+4
* s3:winbindd_cm: improve detection for the anonymous fallback.Stefan Metzmacher2015-03-121-0/+3
* s3:winbindd: improve logic to use CLDAP for a given domain.Stefan Metzmacher2015-01-051-1/+9
* s3:winbindd: make use of cli_rpc_pipe_open_schannel_with_creds()Stefan Metzmacher2014-12-191-17/+40
* s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds_with_creds()Stefan Metzmacher2014-12-191-23/+9
* s3:winbindd: we only need a an netlogon connection to a rwdc if we're a rodc ...Stefan Metzmacher2014-12-191-2/+2
* s3:winbindd: make sure we try to use NCACN_IP_TCP in cm_connect_netlogonStefan Metzmacher2014-12-191-0/+5
* s3:winbindd: try to use the trust account with kerberos if possibleStefan Metzmacher2014-12-181-7/+19
* s3:winbindd: fix anon fallback in cm_prepare_connection()Stefan Metzmacher2014-12-181-18/+1
* s3:winbindd: also try to fallback to anonymous if we get NT_STATUS_INVALID_AC...Stefan Metzmacher2014-12-181-0/+1
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-171-24/+3
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-171-2/+2
* s3-winbindd: use cli_rpc_pipe_open_with_creds()Andrew Bartlett2014-10-171-39/+22
* s3-winbindd: Use own machine account to connect to trusted domains as wellAndrew Bartlett2014-10-171-6/+11
* s3-winbindd: use a cli_credentials structure to hold the trust credentialsStefan Metzmacher2014-10-171-207/+395
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-081-7/+47