summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* winbind: Use idmap_cache_find_xid2sidVolker Lendecke2019-03-121-13/+2
* winbind: Now we explicitly track if we got ids from cacheVolker Lendecke2019-03-121-4/+10
* winbind: Initialize "expired" parameter to idmap_cache_xid2sidVolker Lendecke2019-03-121-1/+1
* idmap_cache: Only touch "sid" on success in find_xid_to_sidVolker Lendecke2019-03-121-1/+1
* winbindd: set idmap cache entries as the last step in async wb_xids2sidsRalph Boehme2019-03-051-11/+22
* winbindd: track whether a result from xid2sid was coming from the cacheRalph Boehme2019-03-051-0/+7
* winbindd: switch send-next/done orderRalph Boehme2019-03-051-9/+13
* winbindd: update xid in wb_xids2sids_state->xids with what we gotRalph Boehme2019-03-051-0/+1
* winbindd: convert id to a pointer in wb_xids2sids_dom_done()Ralph Boehme2019-03-051-2/+2
* winbindd: make xids a const argument to wb_xids2sids_send()Ralph Boehme2019-03-052-2/+2
* winbindd: make a copy of xid's in wb_xids2sids_send()Ralph Boehme2019-03-051-1/+6
* winbindd: Route predefined domains through the BUILTIN domain childRalph Boehme2018-12-071-0/+7
* winbindd: fix predefined domains routing in find_lookup_domain_from_sid()Ralph Boehme2018-12-071-19/+8
* winbindd: add some bracesRalph Boehme2018-12-071-1/+2
* winbindd_cache: Fix timeout calculation for sid<->name cacheVolker Lendecke2018-10-241-2/+2
* s3:winbind: Do not lookup local system accounts in ADAndreas Schneider2018-08-231-0/+2
* s3:winbind: Fix regression introduced with bso #12851Andreas Schneider2018-06-251-18/+10
* s3:winbind: Fix uninitialzed variable warningAndreas Schneider2018-06-201-1/+1
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-06-202-21/+0
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-06-205-17/+46
* winbind: Fix UPN handling in canonicalize_username()Andreas Schneider2018-05-246-19/+44
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-249-56/+151
* winbind: Remove unused function parse_domain_user_talloc()Andreas Schneider2018-05-242-14/+0
* winbind: Pass upn unmodified to lookup namesStefan Metzmacher2018-05-248-16/+36
* winbindd: Do re-connect if the RPC call fails in the passdb caseAndrew Bartlett2018-05-141-0/+128
* winbindd: Add a cache of the samr and lsa handles for the passdb domainAndrew Bartlett2018-05-141-108/+159
* winbindd: add retry to _winbind_SendToSamRalph Boehme2018-04-201-1/+11
* winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme2018-04-201-0/+10
* winbindd: add retry to _wbint_DsGetDcNameRalph Boehme2018-04-201-18/+19
* winbindd: add retry to _wbint_LookupSids()Ralph Boehme2018-04-201-1/+7
* winbindd: use reset_cm_connection_on_error() instead of dcerpc_binding_handle...Ralph Boehme2018-04-201-13/+7
* winbindd: fix logic calling dcerpc_binding_handle_is_connected()Ralph Boehme2018-04-201-4/+4
* winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme2018-04-203-23/+31
* winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme2018-04-201-0/+8
* winbindd: call reset_cm_connection_on_error() from reconnect_need_retry()Ralph Boehme2018-04-201-7/+1
* winbindd: make reset_cm_connection_on_error() publicRalph Boehme2018-04-202-2/+6
* winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme2018-04-201-1/+3
* winbindd: add and use ldap_reconnect_need_retry() in winbindd_reconnect_ads.cRalph Boehme2018-04-201-6/+52
* winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke2018-04-201-1/+1
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-04-204-1/+50
* winbindd: Do not ignore domain in the LOOKUPNAME requestChristof Schmitt2018-04-111-12/+21
* winbindd: disable support for CROSS_ORGANIZATION domainsStefan Metzmacher2018-03-011-0/+11
* winbind: don't try to do an authenticated SMB connection as AD DCStefan Metzmacher2018-02-271-2/+42
* winbind: set_dc_type_and_flags() is not needed on a DCStefan Metzmacher2018-02-271-0/+18
* winbind: make sure we don't contact trusted domains via LDAP as AD DCStefan Metzmacher2018-02-272-0/+34
* winbind: make sure we don't contact trusted domains via SAMR as AD DCStefan Metzmacher2018-02-271-0/+14
* winbind: let cm_connect_netlogon_transport() only work against direct trust a...Stefan Metzmacher2018-02-271-0/+11
* winbind: force the usage of schannel in cm_connect_lsa() as AD DCStefan Metzmacher2018-02-271-0/+21
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-02-273-9/+125
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-274-14/+66