summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* auth_log: Add tests by listening for JSON messages over the message busAndrew Bartlett2017-03-291-0/+10
* TestBase: move insta_creds from password_lockout.pyGary Lockyer2017-03-291-42/+21
* python net: add username, oldpassword and domain to change_passwordGary Lockyer2017-03-291-7/+19
* pysmb: Check for credentials using same method as pyrpcGary Lockyer2017-03-291-1/+8
* pysmb: Extend py_smb_new to allow use_ntlmv2 and use_spnego to be set by callersAndrew Bartlett2017-03-291-13/+30
* python: Provide Python bindings for messaging.idlAndrew Bartlett2017-03-281-0/+6
* pymessaging: add single element tupple form of the server_idGary Lockyer2017-03-281-1/+8
* pymessaging: Add a hook to run the event loop, make callbacks practicalAndrew Bartlett2017-03-283-26/+117
* pymessaging: Add irpc_remove_nameAndrew Bartlett2017-03-281-0/+18
* pymessaging: Add support for irpc_add_nameAndrew Bartlett2017-03-281-1/+25
* samba_dnsupdate: Add additional debuggingGarming Sam2017-03-281-0/+4
* whitespace: remove in rootdseDouglas Bagnall2017-03-271-3/+3
* getncchanges: remove whitespaceDouglas Bagnall2017-03-271-1/+0
* repl_secret: Error condition should sound harmlessGarming Sam2017-03-271-2/+8
* selftest: Add more RODC tests to avoid regressions hereAndrew Bartlett2017-03-271-1/+14
* repl_secret: Prevent null deref on DEBUGGarming Sam2017-03-271-5/+5
* auth/sam: Remove lastLogonTimestamp from RODC success accountingGarming Sam2017-03-271-4/+14
* heimdal: Add initializer for stack pointersAndrew Bartlett2017-03-271-2/+2
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-274-2/+27
* selftest: tests for vfs_fruite file-id behaviorUri Simchoni2017-03-262-0/+73
* s4:selftest: specify auth methods of pdbtests without 'samba4:' prefixStefan Metzmacher2017-03-241-2/+2
* auth4: implement the deprecated 'auth methods' in auth_methods_from_lp()Stefan Metzmacher2017-03-241-0/+14
* auth4: reflect the reality and use "winbind_rodc" instead of "winbind" for th...Stefan Metzmacher2017-03-241-1/+1
* auth4: add a "winbind_rodc" backendStefan Metzmacher2017-03-241-0/+55
* auth4: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-242-7/+0
* auth4: debug if method->ops->check_password() gives NOT_IMPLEMENTEDStefan Metzmacher2017-03-241-4/+9
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-2/+2
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-245-21/+34
* netlogon4: make use of auth_context_create_for_netlogon()Stefan Metzmacher2017-03-241-10/+8
* auth4: add auth_context_create_for_netlogon()Stefan Metzmacher2017-03-242-0/+14
* auth4: make auth_check_password_wrapper() staticStefan Metzmacher2017-03-242-11/+5
* auth4: add TODO comment on the auth_sam_trigger_repl_secret msDS-NeverRevealG...Stefan Metzmacher2017-03-241-0/+5
* CVE-2017-2619: s4/torture: add SMB2_FIND tests with SMB2_CONTINUE_FLAG_REOPEN...Ralph Boehme2017-03-231-2/+10
* getncchanges: Remove O(n) loop in link parsingGarming Sam2017-03-131-31/+87
* dsdb: Allow parsed_dn_find to have a prefixed blob matchGarming Sam2017-03-133-5/+19
* dsdb: Move parsed_dn_find into a common locationGarming Sam2017-03-135-193/+244
* getncchanges: generalize samdb_result_sid_array_ndr a littleGarming Sam2017-03-131-8/+18
* getncchanges: Add a comment regarding sIDHistory for allow/deny in repl_secretGarming Sam2017-03-131-0/+5
* objectclass_attrs: Restrict systemOnly attributesGarming Sam2017-03-133-5/+47
* tests/match_rules: Use system privilege for msDS-RevealedUsersGarming Sam2017-03-131-1/+1
* dbcheck: Improve dbcheck to find (and may fix) dangling msDS-RevealedUsersGarming Sam2017-03-134-0/+62
* getncchanges: include object SID in tokenGroups calculation for repl secretGarming Sam2017-03-131-7/+11
* tests/repl_rodc: Test the direct allow/deny attribute worksGarming Sam2017-03-131-0/+86
* getncchanges: Reorder and comment code for clarityGarming Sam2017-03-131-14/+26
* getncchanges: Prevent a small, but possible race condition in build_objectGarming Sam2017-03-131-25/+39
* getncchanges: Refactor filter_attrs from build_objectGarming Sam2017-03-131-71/+105
* getncchanges: Tie destination DSA GUID to authenticating RODC for REPL_SECRETGarming Sam2017-03-131-28/+48
* tests/repl_rodc: Ensure that the machine account is tied to the destination DSAGarming Sam2017-03-131-0/+67
* getncchanges: Implement functionality for msDS-RevealedUsersGarming Sam2017-03-131-5/+165
* getncchanges: Do not filter secrets by PAS in EXOP_REPL_SECRETBob Campbell2017-03-131-1/+1