summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-27winbind: Avoid a "==False"Volker Lendecke1-1/+1
2019-02-27winbindd: Fix typosVolker Lendecke1-2/+2
2019-01-08winbindd: Use dom_sid_str_bufVolker Lendecke1-8/+10
2018-11-01windbindd: reword error messageGary Lockyer1-1/+2
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-16/+16
2018-09-07s3: Rename server_event_context() to global_event_context()Christof Schmitt1-2/+2
2018-05-17s3:winbind: Check if we have an open file descriptorAndreas Schneider1-1/+4
2018-05-17s3:winbind: Add sanity check when closing fdAndreas Schneider1-2/+4
2018-04-11libsmb: Pass "account_name/flags" through nb_getdcVolker Lendecke1-3/+15
2018-04-11libsmb: Give namequery.c its own headerVolker Lendecke1-0/+1
2018-03-15winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke1-1/+1
2018-03-15winbind: Add smbcontrol disconnect-dcVolker Lendecke1-0/+16
2018-02-23winbind: don't try to do an authenticated SMB connection as AD DCStefan Metzmacher1-2/+42
2018-02-23winbind: set_dc_type_and_flags() is not needed on a DCStefan Metzmacher1-0/+18
2018-02-23winbind: make sure we don't contact trusted domains via SAMR as AD DCStefan Metzmacher1-0/+14
2018-02-23winbind: let cm_connect_netlogon_transport() only work against direct trust a...Stefan Metzmacher1-0/+11
2018-02-23winbind: force the usage of schannel in cm_connect_lsa() as AD DCStefan Metzmacher1-0/+21
2018-02-12winbindd: Free memory before we exit the connect childAndreas Schneider1-1/+4
2018-02-10winbindd: introduce a cm_connect_netlogon_secure() which gives a valid netlog...Stefan Metzmacher1-6/+24
2018-02-10winbindd: remove useless calls to get_trust_credentials() before cli_rpc_pipe...Stefan Metzmacher1-20/+0
2018-02-10winbindd: fix LSA connections via DCERPC_AUTH_SCHANNELStefan Metzmacher1-9/+0
2018-01-10winbindd: use setproctitleRalph Boehme1-0/+2
2017-11-29winbindd: restore SEC_CHAN_NULL fallback in cm_connect_netlogon_transportRalph Boehme1-0/+36
2017-11-18winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke1-16/+16
2017-11-18winbind: Replace winbind_event_context with server_event_contextVolker Lendecke1-2/+2
2017-09-25winbindd: Use rpccli_connect_netlogonVolker Lendecke1-94/+5
2017-09-25rpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_open_schannel_with_credsVolker Lendecke1-8/+6
2017-09-17winbindd: Remove an obsolete commentVolker Lendecke1-2/+1
2017-09-16cli_netlogon: Eliminate rpccli_setup_netlogon_creds_with_credsVolker Lendecke1-4/+4
2017-09-16cli_netlogon: Rename rpccli_create_netlogon_creds_with_credsVolker Lendecke1-5/+5
2017-08-30winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke1-10/+10
2017-06-22Bug 15852. There are valid paths where conn->lsa_pipe_tcp->transport is NULL....Richard Sharpe1-3/+5
2017-06-22s3:libsmb: no longer pass remote_realm to cli_state_create()Stefan Metzmacher1-2/+1
2017-05-30libads: Decide to have no fallback optionGarming Sam1-0/+1
2017-05-30winbindd_cm: Pass cm_open_connection the need_rw_dc flagGarming Sam1-3/+4
2017-05-30winbindd_cm: Call dcip_check_name even when fetching from cacheGarming Sam1-26/+26
2017-05-30winbindd_cm: Rename dcip_to_name to the more accurate dcip_check_nameGarming Sam1-7/+7
2017-05-30winbindd_cm: Add new parameter to getdc and find_new_dc callsGarming Sam1-11/+20
2017-05-30winbindd_cm: Add new parameter for dcip_to_nameGarming Sam1-3/+5
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer1-0/+2
2017-03-02winbind: Fix a cut&paste debug typoVolker Lendecke1-2/+2
2017-02-24s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()Stefan Metzmacher1-11/+0
2017-02-24s3:winbindd: add more debugging to cm_prepare_connection()Stefan Metzmacher1-7/+16
2017-02-24s3:winbindd: fix the valid usage anonymous smb authenticationStefan Metzmacher1-4/+4
2017-02-24s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trus...Stefan Metzmacher1-1/+22
2017-02-24Revert "s3-winbind: Fix schannel connections against trusted domain DCs"Stefan Metzmacher1-15/+1
2017-02-21s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid t...Stefan Metzmacher1-3/+10
2017-02-15winbind: Fix a typoVolker Lendecke1-1/+1
2016-12-09s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher1-1/+1