summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+4
* winbind: Avoid a "==False"Volker Lendecke2019-02-271-1/+1
* winbindd: Fix typosVolker Lendecke2019-02-271-2/+2
* winbindd: Use dom_sid_str_bufVolker Lendecke2019-01-081-8/+10
* windbindd: reword error messageGary Lockyer2018-11-011-1/+2
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-16/+16
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-2/+2
* s3:winbind: Check if we have an open file descriptorAndreas Schneider2018-05-171-1/+4
* s3:winbind: Add sanity check when closing fdAndreas Schneider2018-05-171-2/+4
* libsmb: Pass "account_name/flags" through nb_getdcVolker Lendecke2018-04-111-3/+15
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-111-0/+1
* winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke2018-03-151-1/+1
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-03-151-0/+16
* winbind: don't try to do an authenticated SMB connection as AD DCStefan Metzmacher2018-02-231-2/+42
* winbind: set_dc_type_and_flags() is not needed on a DCStefan Metzmacher2018-02-231-0/+18
* winbind: make sure we don't contact trusted domains via SAMR as AD DCStefan Metzmacher2018-02-231-0/+14
* winbind: let cm_connect_netlogon_transport() only work against direct trust a...Stefan Metzmacher2018-02-231-0/+11
* winbind: force the usage of schannel in cm_connect_lsa() as AD DCStefan Metzmacher2018-02-231-0/+21
* winbindd: Free memory before we exit the connect childAndreas Schneider2018-02-121-1/+4
* winbindd: introduce a cm_connect_netlogon_secure() which gives a valid netlog...Stefan Metzmacher2018-02-101-6/+24
* winbindd: remove useless calls to get_trust_credentials() before cli_rpc_pipe...Stefan Metzmacher2018-02-101-20/+0
* winbindd: fix LSA connections via DCERPC_AUTH_SCHANNELStefan Metzmacher2018-02-101-9/+0
* winbindd: use setproctitleRalph Boehme2018-01-101-0/+2
* winbindd: restore SEC_CHAN_NULL fallback in cm_connect_netlogon_transportRalph Boehme2017-11-291-0/+36
* winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke2017-11-181-16/+16
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-181-2/+2
* winbindd: Use rpccli_connect_netlogonVolker Lendecke2017-09-251-94/+5
* rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_credsVolker Lendecke2017-09-251-8/+6
* winbindd: Remove an obsolete commentVolker Lendecke2017-09-171-2/+1
* cli_netlogon: Eliminate rpccli_setup_netlogon_creds_with_credsVolker Lendecke2017-09-161-4/+4
* cli_netlogon: Rename rpccli_create_netlogon_creds_with_credsVolker Lendecke2017-09-161-5/+5
* 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