summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* winbind3: Fix CID 1107229 Uninitialized pointer readVolker Lendecke2013-10-191-1/+2
* s3:winbindd: don't hide the error in cm_connect_lsa()Stefan Metzmacher2013-10-171-1/+0
* s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider2013-10-111-0/+22
* s3-winbind: Add functions for domain online/offline handling.Andreas Schneider2013-10-111-0/+40
* lib: Use "mem_ctx" arg in gencache_getVolker Lendecke2013-09-051-1/+2
* Add a talloc context to sitename_fetch().Jeremy Allison2013-09-051-4/+4
* Add a talloc context to saf_fetch().Jeremy Allison2013-09-051-6/+6
* lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke2013-09-051-1/+1
* s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher2013-08-151-2/+3
* Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider2013-08-151-1/+1
* winbind3: Fix an invalid freeVolker Lendecke2013-08-141-1/+1
* s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner2013-08-131-2/+7
* s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider2013-08-131-2/+11
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner2013-08-051-5/+5
* s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner2013-08-051-4/+4
* winbind: Correctly use names in the domain struct.Andreas Schneider2013-03-051-2/+2
* winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider2013-03-051-35/+91
* winbind: Don't leak memory on return.Andreas Schneider2013-02-221-0/+3
* winbind: Use uint8_t type and use const where needed.Andreas Schneider2013-02-221-7/+7
* s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher2013-02-191-2/+2
* s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-1/+1
* s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* s3-winbindd: add cm_connect_lsat().Günther Deschner2012-11-301-0/+31