summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbindd: Use talloc_zero_array for consistency with other winbindd_domain al...Andrew Bartlett2018-03-241-2/+2
* winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett2018-03-241-0/+128
* winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett2018-03-241-108/+159
* s3:winbindd: Fix size types in idmap_tdb_commonAndreas Schneider2018-03-201-2/+2
* Revert "Use "localhost" to be ipv6 only friendly"Simo Sorce2018-03-191-1/+1
* Use "localhost" to be ipv6 only friendlySimo Sorce2018-03-191-1/+1
* winbindd: add retry to _winbind_SendToSamRalph Boehme2018-03-151-1/+11
* winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme2018-03-151-0/+10
* winbindd: add retry to _wbint_DsGetDcNameRalph Boehme2018-03-151-18/+19
* winbindd: add retry to _wbint_LookupSids()Ralph Boehme2018-03-151-1/+7
* winbindd: use reset_cm_connection_on_error() instead of dcerpc_binding_handle...Ralph Boehme2018-03-151-13/+7
* winbindd: fix logic calling dcerpc_binding_handle_is_connected()Ralph Boehme2018-03-151-4/+4
* winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme2018-03-153-23/+31
* winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme2018-03-151-0/+8
* winbindd: call reset_cm_connection_on_error() from reconnect_need_retry()Ralph Boehme2018-03-151-7/+1
* winbindd: make reset_cm_connection_on_error() publicRalph Boehme2018-03-152-2/+6
* winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme2018-03-151-1/+3
* winbindd: add and use ldap_reconnect_need_retry() in winbindd_reconnect_ads.cRalph Boehme2018-03-151-6/+52
* winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke2018-03-151-1/+1
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-03-154-1/+48
* winbind: Fix --ping-dc error handlingVolker Lendecke2018-03-011-0/+5
* winbind: Fix a race between the sigchld and 0-sized socket readVolker Lendecke2018-03-012-5/+43
* winbind: Remove the "winbindd_children" globalVolker Lendecke2018-03-013-12/+0
* winbind: Use forall_children in reinit_after_fork()Volker Lendecke2018-03-011-38/+36
* winbind: Use forall_children in winbind_msg_ip_dropped_parent()Volker Lendecke2018-03-011-6/+6
* winbind: Use forall_domain_children in winbind_msg_onlineVolker Lendecke2018-03-011-23/+5
* winbind: Use forall_domain_children in winbind_msg_offline()Volker Lendecke2018-03-011-23/+36
* winbind: Remove unused winbindd_internal_child()Volker Lendecke2018-03-012-13/+0
* winbind: "internal" children never have a domain setVolker Lendecke2018-03-011-5/+4
* winbind: Use forall_children in winbind_child_died()Volker Lendecke2018-03-011-12/+25
* winbind: Implement forall_children()Volker Lendecke2018-03-011-11/+75
* s3:winbindd: Add FALL_THROUGH statements in idmap_autorid.cAndreas Schneider2018-03-011-1/+1
* winbindd: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher2018-02-281-0/+11
* winbindd: Remove "DUMP_EVENT_LIST" messageVolker Lendecke2018-02-262-41/+0
* 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 LDAP as AD DCStefan Metzmacher2018-02-232-0/+34
* 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
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-02-233-9/+125
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-234-14/+66
* winbind: make choose_domain_child() staticStefan Metzmacher2018-02-232-2/+1
* winbind: add locator_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-234-7/+13
* winbind: add idmap_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-02-235-9/+15
* winbind: improve wb_domain_request_send() to use wb_dsgetdcname_send() for a ...Stefan Metzmacher2018-02-231-18/+22
* winbind: use state->{ev,request} in wb_domain_request_send()Stefan Metzmacher2018-02-231-8/+9
* winbind: avoid using fstrcpy(dcname,...) in _dual_init_connectionStefan Metzmacher2018-02-231-1/+6
* winbind: cleanup winbindd_cli_state->pwent_state if winbindd_getpwent_recv() ...Stefan Metzmacher2018-02-231-0/+1
* winbind: cleanup winbindd_cli_state->grent_state if winbindd_getgrent_recv() ...Stefan Metzmacher2018-02-231-0/+4