summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* s3:winbindd: rely on the kerberos_state from pdb_get_trust_credentials()Stefan Metzmacher2017-02-281-11/+0
* s3:winbindd: add more debugging to cm_prepare_connection()Stefan Metzmacher2017-02-281-10/+31
* s3:winbindd: fix the valid usage anonymous smb authenticationStefan Metzmacher2017-02-281-5/+5
* s3:winbindd: try a NETLOGON connection with noauth over NCACN_NP against trus...Stefan Metzmacher2017-02-281-1/+22
* s3:winbindd: make sure cm_prepare_connection() only returns OK with a valid t...Stefan Metzmacher2017-02-281-3/+11
* CVE-2016-2115: s3:winbindd: use lp_client_ipc_signing()Stefan Metzmacher2016-03-301-1/+1
* CVE-2016-2115: s3:winbindd: use lp_client_ipc_{min,max}_protocol()Stefan Metzmacher2016-03-301-2/+2
* 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
* s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2014-10-081-11/+13
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-081-2/+2
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-10-081-1/+1
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-081-9/+10
* winbindd: Do not overwrite domain list with conflicting info from a trusted d...Andrew Bartlett2014-10-061-0/+75
* windbindd: Make cm_connect_lsa_tcp staticChristof Schmitt2014-10-041-3/+3
* winbindd: Do not make anonymous connections by defaultAndrew Bartlett2014-09-301-0/+29
* s3-winbindd: Require SMB signing by default to disrupt MITM attacks with our DCAndrew Bartlett2014-09-281-1/+33
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-271-1/+1
* s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be N...Jeremy Allison2014-09-151-2/+6
* set_dc_type_and_flags_trustinfo: Use init_dc_connection and wb_open_internal_...Andrew Bartlett2014-09-011-18/+26
* winbindd: Add debugging to assist in locating errors creating NETLOGON pipesAndrew Bartlett2014-09-011-0/+12
* winbindd: Use a remote RPC server when we are an RODC when neededAndrew Bartlett2014-07-041-13/+20
* winbindd: Call set_dc_type_and_flags on the internal domainAndrew Bartlett2014-06-111-14/+68
* s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...Günther Deschner2014-03-071-4/+2
* param: rename lp function and variable from "cli_minprotocol" to "client_min_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds()Stefan Metzmacher2014-01-071-52/+73
* s3:rpc_client: use netlogon_creds_cli_auth_level() in cli_rpc_pipe_open_schan...Stefan Metzmacher2014-01-071-4/+1
* s3:rpc_client: make use of the new netlogon_creds_cli_contextStefan Metzmacher2014-01-071-25/+11
* s3:winbindd: make use of the "winbind sealed pipes" option for all connectionsStefan Metzmacher2014-01-071-3/+17