summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+6
* s3:winbindd: Simplfy sequence number cachingAndreas Schneider2021-04-291-0/+4
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-1/+3
* winbind: Remove noisy error message in wb_open_internal_pipe()Samuel Cabrero2021-03-061-2/+0
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-081-0/+1
* auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider2020-11-031-1/+1
* winbindd: add and use idmap_child_pid()Stefan Metzmacher2020-10-231-6/+6
* s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison2020-09-151-5/+5
* s3: winbind: Fix get_dcs() to use get_sorted_dc_list_sa().Jeremy Allison2020-09-151-31/+31
* s3: libsmb: Now we only have namecache_store_sa(), rename it back to namecach...Jeremy Allison2020-09-071-3/+3
* s3: winbindd: Use namecache_store_sa() inside dcip_check_name().Jeremy Allison2020-09-071-11/+13
* s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison2020-09-071-4/+4
* s3: winbindd: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_tall...Jeremy Allison2020-09-071-13/+29
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-281-0/+1
* winbindd_cm: fallback to anonymous for INVALID_COMPUTER_NAME and NO_SUCH_DOMA...Stefan Metzmacher2020-02-101-0/+4
* 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