summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3-winbindd: remove unused fill_domain_username()Günther Deschner2018-06-272-21/+0
* s3-winbindd: use fill_domain_username_talloc() in winbind.Günther Deschner2018-06-275-17/+46
* winbindd: Name<->SID cache is not sequence number based anymoreVolker Lendecke2018-05-241-2/+0
* winbindd: Move name<->sid cache to gencacheVolker Lendecke2018-05-241-190/+143
* winbindd: Factor out winbindd_domain_init_backend from get_cache()Volker Lendecke2018-05-241-5/+12
* lib: Pass blob instead of &blob to gencache_set_data_blobVolker Lendecke2018-05-241-1/+1
* 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-05-071-0/+9
* winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme2018-05-071-0/+10
* winbindd: add retry to _wbint_DsGetDcNameRalph Boehme2018-05-071-18/+19
* winbindd: add retry to _wbint_LookupSids()Ralph Boehme2018-05-071-1/+7
* winbindd: use reset_cm_connection_on_error() instead of dcerpc_binding_handle...Ralph Boehme2018-05-071-13/+7
* winbindd: fix logic calling dcerpc_binding_handle_is_connected()Ralph Boehme2018-05-071-4/+4
* winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme2018-05-073-23/+31
* winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme2018-05-071-0/+8
* winbindd: call reset_cm_connection_on_error() from reconnect_need_retry()Ralph Boehme2018-05-071-7/+1
* winbindd: make reset_cm_connection_on_error() publicRalph Boehme2018-05-072-2/+6
* winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme2018-05-071-1/+3
* winbindd: add and use ldap_reconnect_need_retry() in winbindd_reconnect_ads.cRalph Boehme2018-05-071-6/+52
* winbind: Keep "force_reauth" in invalidate_cm_connectionVolker Lendecke2018-05-071-1/+1
* winbind: Add smbcontrol disconnect-dcVolker Lendecke2018-05-074-1/+50
* winbindd: initialize type = SID_NAME_UNKNOWN in wb_lookupsids_single_done()Stefan Metzmacher2018-04-251-1/+1
* winbindd: don't split the rid for SID_NAME_DOMAIN sids in wb_lookupsidsStefan Metzmacher2018-04-251-1/+3
* winbind: Use one queue for all domain childrenStefan Metzmacher2018-04-203-9/+125
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-04-204-14/+66
* winbind: make choose_domain_child() staticStefan Metzmacher2018-04-202-2/+1
* winbind: add locator_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-04-204-7/+13
* winbind: add idmap_child_handle() and use it instead of child->binding_handleStefan Metzmacher2018-04-205-9/+15
* winbind: improve wb_domain_request_send() to use wb_dsgetdcname_send() for a ...Stefan Metzmacher2018-04-201-18/+22
* winbind: use state->{ev,request} in wb_domain_request_send()Stefan Metzmacher2018-04-201-8/+9
* winbind: avoid using fstrcpy(dcname,...) in _dual_init_connectionStefan Metzmacher2018-04-201-1/+6
* winbind: cleanup winbindd_cli_state->pwent_state if winbindd_getpwent_recv() ...Stefan Metzmacher2018-04-201-0/+1
* winbind: cleanup winbindd_cli_state->grent_state if winbindd_getgrent_recv() ...Stefan Metzmacher2018-04-201-0/+4
* winbind: call lp_winbind_enum_{users,groups}() already in set{pw,gr}ent()Stefan Metzmacher2018-04-204-10/+10
* winbind: protect a pending wb_child_request against a talloc_free()Stefan Metzmacher2018-04-201-0/+29
* winbind: use tevent_queue_wait_send/recv in wb_child_request_*()Stefan Metzmacher2018-04-201-8/+23
* winbind: Improve child selectionVolker Lendecke2018-04-201-19/+17
* winbindd: Do not ignore domain in the LOOKUPNAME requestChristof Schmitt2018-04-111-12/+21
* winbindd: idmap_rid: error code for failing id-to-sid mapping requestRalph Boehme2017-12-141-1/+1
* winbindd: idmap_rid: don't rely on the static domain listRalph Boehme2017-12-141-4/+4
* winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme2017-12-144-5/+10
* winbindd: add domain SID to idmap mapping domainsRalph Boehme2017-12-141-15/+147
* winbindd: let normalize_name_map() call find_domain_from_name_noinit()Ralph Boehme2017-12-056-23/+15
* winbind: Remove winbind_messaging_contextVolker Lendecke2017-11-222-20/+0
* winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke2017-11-224-44/+44
* winbind: Remove winbind_event_contextVolker Lendecke2017-11-222-20/+0
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-2214-60/+60
* s3: clients: Use netlogon_creds_cli_close_global_db() in all normal exit paths.Jeremy Allison2017-08-171-0/+3
* idmap_ad: Retry query_user exactly once if we get TLDAP_SERVER_DOWNDustin L. Howett via samba-technical2017-07-241-1/+18