summaryrefslogtreecommitdiff
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
...
* winbindd: winbindd_list_trusted_domains() -> bool_dispatch_tableVolker Lendecke2018-05-173-7/+8
* winbindd: winbindd_priv_pipe_dir() -> bool_dispatch_tableVolker Lendecke2018-05-173-6/+6
* winbindd: winbindd_ccache_save() -> bool_dispatch_tableVolker Lendecke2018-05-173-12/+10
* winbindd: winbindd_ccache_ntlm_auth() -> bool_dispatch_tableVolker Lendecke2018-05-173-14/+9
* winbindd: winbindd_dc_info() -> bool_dispatch_tableVolker Lendecke2018-05-173-10/+9
* winbindd: winbindd_netbios_name() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_domain_name() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_ping() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_info() -> bool_dispatch_tableVolker Lendecke2018-05-173-4/+6
* winbindd: winbindd_interface_version() -> bool_dispatch_tableVolker Lendecke2018-05-173-5/+6
* winbindd: Introduce "bool_dispatch_table"Volker Lendecke2018-05-171-1/+28
* s3:winbind: Initialize validation_level in winbind_dual_SamLogon()Andreas Schneider2018-05-161-1/+1
* winbind: Fix CID 1435598 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-05-151-5/+9
* winbind: Fix UPN handling in canonicalize_username()Andreas Schneider2018-05-116-19/+44
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-119-56/+151
* winbind: Remove unused function parse_domain_user_talloc()Andreas Schneider2018-05-112-14/+0
* winbind: Pass upn unmodified to lookup namesStefan Metzmacher2018-05-118-16/+36
* winbindd_irpc: Add an IRPC call to trigger a DC locateGarming Sam2018-05-041-0/+68
* winbind: Speed up wbinfo -pVolker Lendecke2018-04-245-55/+7
* winbind: Remove an unused struct declarationVolker Lendecke2018-04-241-8/+0
* winbind: Fix CID 1427625 Calling risky functionVolker Lendecke2018-04-111-1/+1
* libsmb: Pass "account_name/flags" through nb_getdcVolker Lendecke2018-04-111-3/+15
* libsmb: Give dsgetdcname.c its own headerVolker Lendecke2018-04-111-0/+1
* libsmb: Give namequery.c its own headerVolker Lendecke2018-04-116-0/+6
* idmap: Fix CID 1363261 Resource leakVolker Lendecke2018-04-071-2/+4
* idmap: Use TALLOC_FREE instead of explicit codeVolker Lendecke2018-04-071-3/+1
* winbindd: Do not ignore domain in the LOOKUPNAME requestChristof Schmitt2018-04-061-12/+21
* source3: initilize_password_db after a fork.Gary Lockyer2018-04-062-0/+4
* 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