summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual_srv.c
Commit message (Expand)AuthorAgeFilesLines
* 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-201-22/+29
* winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme2018-04-201-0/+8
* winbindd: make reset_cm_connection_on_error() publicRalph Boehme2018-04-201-2/+2
* winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme2018-04-201-1/+3
* winbindd: allow validation level 6 in winbind_SamLogonStefan Metzmacher2018-02-111-9/+29
* winbindd: introduce a cm_connect_netlogon_secure() which gives a valid netlog...Stefan Metzmacher2018-02-111-21/+48
* winbindd: handle interactive logons in _winbind_SamLogon()Stefan Metzmacher2018-02-111-13/+63
* winbindd: pass 'bool interactive' to winbind_dual_SamLogon()Stefan Metzmacher2018-02-111-0/+1
* winbindd: add a comment to a parameter in _winbind_SamLogon()Stefan Metzmacher2018-02-111-1/+1
* winbindd: let winbind_dual_SamLogon return validationRalph Boehme2018-01-131-2/+18
* s3:winbindd: Use a stackframe for memory management in _wbint_QueryGroupListAndreas Schneider2017-12-081-21/+22
* winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke2017-11-181-3/+3
* winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme2017-10-101-1/+2
* winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke2017-08-301-7/+7
* s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher2017-06-271-0/+2
* s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()Stefan Metzmacher2017-06-091-1/+1
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-301-0/+25
* winbindd: Do not run SAM auth stack in winbind SamLogonGarming Sam2017-05-301-1/+3
* winbind: Add a debug message for out-of-range IDsVolker Lendecke2017-03-081-0/+4
* winbind: Pass up args from winbind_dual_SamLogonVolker Lendecke2017-03-071-1/+5
* Revert "winbind: Remove wbint_LookupUserGroups"Volker Lendecke2017-03-061-0/+17
* winbind: Fix a signed/unsigned mixupVolker Lendecke2017-02-151-1/+1
* winbind: Simplify query_user_list to only return ridsVolker Lendecke2017-01-041-22/+3
* winbind: Remove wbint_QueryUserListVolker Lendecke2017-01-041-17/+0
* winbind: Remove wbint_LookupUserGroupsVolker Lendecke2017-01-041-17/+0
* winbind: Remove wbint_QueryUserVolker Lendecke2017-01-041-15/+0
* winbind: Add wbint_QueryUserRidListVolker Lendecke2017-01-021-0/+47
* winbind: Add a GetNssInfo parent/child callVolker Lendecke2017-01-021-0/+14
* idmap: Pass up the xid2sids unix-ids from the idmap childVolker Lendecke2016-12-271-0/+1
* winbindd: Replace calls to domain->methodsChristof Schmitt2016-10-111-29/+31
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/winbindd/Günther Deschner2016-09-281-10/+10
* idmap: centrally check that unix IDs returned by the idmap backends are in rangeMichael Adam2016-08-171-0/+4
* winbind: Use plural xids2sids in _wbint_UnixIDs2SidsVolker Lendecke2016-03-301-18/+20
* winbind: Introduce id_map_ptrs_initVolker Lendecke2016-03-301-25/+8
* winbind: Remove unused wbint_Gid2SidVolker Lendecke2016-02-221-5/+0
* winbind: Remove unused wbint_Uid2SidVolker Lendecke2016-02-221-5/+0
* winbind: Add wbint_UnixIDs2SidsVolker Lendecke2016-02-221-0/+30
* winbind: Simplify _wbint_Sids2UnixIDsVolker Lendecke2016-02-221-76/+77
* Revert "winbind: Retry after SESSION_EXPIRED error in ping-dc"Christof Schmitt2016-01-131-8/+0
* idmap: Remove "domname" from idmap_gid_to_sidVolker Lendecke2015-08-241-2/+1
* idmap: Remove "domname" from idmap_uid_to_sidVolker Lendecke2015-08-241-2/+1
* CID 1311763: Fix incorrect return valueAndreas Schneider2015-07-151-1/+1
* s3:winbindd: implement winbind_GetForestTrustInformation()Stefan Metzmacher2015-07-081-1/+200
* librpc/idl: add winbind_GetForestTrustInformation()Stefan Metzmacher2015-07-081-0/+13