summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual_srv.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-20winbind: Log PAM and NTLM authentications.Gary Lockyer1-0/+4
2019-02-20winbind: Generate and pass logon IDGary Lockyer1-0/+1
2019-01-08idmap: In _wbint_Sids2UnixIDs, pass back what we haveVolker Lendecke1-0/+9
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-1/+3
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-3/+3
2018-04-11libsmb: Give dsgetdcname.c its own headerVolker Lendecke1-0/+1
2018-03-15winbindd: add retry to _winbind_SendToSamRalph Boehme1-1/+11
2018-03-15winbindd: add retry to _winbind_DsrUpdateReadOnlyServerDnsRecordsRalph Boehme1-0/+10
2018-03-15winbindd: add retry to _wbint_DsGetDcNameRalph Boehme1-18/+19
2018-03-15winbindd: add retry to _wbint_LookupSids()Ralph Boehme1-1/+7
2018-03-15winbindd: use reset_cm_connection_on_error() instead of dcerpc_binding_handle...Ralph Boehme1-13/+7
2018-03-15winbindd: fix logic calling dcerpc_binding_handle_is_connected()Ralph Boehme1-4/+4
2018-03-15winbindd: call dcerpc_binding_handle_is_connected() from reset_cm_connection_...Ralph Boehme1-22/+29
2018-03-15winbindd: force netlogon reauth for certain errors in reset_cm_connection_on_...Ralph Boehme1-0/+8
2018-03-15winbindd: make reset_cm_connection_on_error() publicRalph Boehme1-2/+2
2018-03-15winbindd: check for NT_STATUS_IO_DEVICE_ERROR in reset_cm_connection_on_error()Ralph Boehme1-1/+3
2018-02-10winbindd: allow validation level 6 in winbind_SamLogonStefan Metzmacher1-9/+29
2018-02-10winbindd: introduce a cm_connect_netlogon_secure() which gives a valid netlog...Stefan Metzmacher1-21/+48
2018-02-10winbindd: handle interactive logons in _winbind_SamLogon()Stefan Metzmacher1-13/+63
2018-02-10winbindd: pass 'bool interactive' to winbind_dual_SamLogon()Stefan Metzmacher1-0/+1
2018-02-10winbindd: add a comment to a parameter in _winbind_SamLogon()Stefan Metzmacher1-1/+1
2018-01-13winbindd: let winbind_dual_SamLogon return validationRalph Boehme1-2/+18
2017-12-08s3:winbindd: Use a stackframe for memory management in _wbint_QueryGroupListAndreas Schneider1-21/+22
2017-11-18winbind: winbind_messaging_context -> server_messaging_contextVolker Lendecke1-3/+3
2017-10-10winbindd: pass domain SID to wbint_UnixIDs2SidsRalph Boehme1-1/+2
2017-08-30winbind: Rename winbindd_cm_conn->netlogon_creds to _ctxVolker Lendecke1-7/+7
2017-06-27s3:trusts_util: pass dcname to trust_pw_change()Stefan Metzmacher1-0/+2
2017-06-09s3:winbindd: Send flags=0 in netr_LogonSamLogon{WithFlags,Ex}()Stefan Metzmacher1-1/+1
2017-05-30netlogon: Implement SendToSam along with its winbind forwardingGarming Sam1-0/+25
2017-05-30winbindd: Do not run SAM auth stack in winbind SamLogonGarming Sam1-1/+3
2017-03-08winbind: Add a debug message for out-of-range IDsVolker Lendecke1-0/+4
2017-03-07winbind: Pass up args from winbind_dual_SamLogonVolker Lendecke1-1/+5
2017-03-06Revert "winbind: Remove wbint_LookupUserGroups"Volker Lendecke1-0/+17
2017-02-15winbind: Fix a signed/unsigned mixupVolker Lendecke1-1/+1
2017-01-04winbind: Simplify query_user_list to only return ridsVolker Lendecke1-22/+3
2017-01-04winbind: Remove wbint_QueryUserListVolker Lendecke1-17/+0
2017-01-04winbind: Remove wbint_LookupUserGroupsVolker Lendecke1-17/+0
2017-01-04winbind: Remove wbint_QueryUserVolker Lendecke1-15/+0
2017-01-02winbind: Add wbint_QueryUserRidListVolker Lendecke1-0/+47
2017-01-02winbind: Add a GetNssInfo parent/child callVolker Lendecke1-0/+14
2016-12-27idmap: Pass up the xid2sids unix-ids from the idmap childVolker Lendecke1-0/+1
2016-10-11winbindd: Replace calls to domain->methodsChristof Schmitt1-29/+31
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/winbindd/Günther Deschner1-10/+10
2016-08-17idmap: centrally check that unix IDs returned by the idmap backends are in rangeMichael Adam1-0/+4
2016-03-30winbind: Use plural xids2sids in _wbint_UnixIDs2SidsVolker Lendecke1-18/+20
2016-03-30winbind: Introduce id_map_ptrs_initVolker Lendecke1-25/+8
2016-02-22winbind: Remove unused wbint_Gid2SidVolker Lendecke1-5/+0
2016-02-22winbind: Remove unused wbint_Uid2SidVolker Lendecke1-5/+0
2016-02-22winbind: Add wbint_UnixIDs2SidsVolker Lendecke1-0/+30
2016-02-22winbind: Simplify _wbint_Sids2UnixIDsVolker Lendecke1-76/+77