summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* Add code to run the tests for 'samba-tool user edit'Rowland Penny2017-07-051-0/+4
* samr: Disable NTLM-based password changes on the server if NTLM is disabledAndrew Bartlett2017-07-041-0/+9
* selftest: Add test to confirm NTLM authentication is enabledTim Beale2017-07-041-0/+5
* selftest: Use new ntlmv2-only and mschapv2-and-ntlmv2-only optionsAndrew Bartlett2017-07-041-3/+4
* tests: Add simple check whether netlogon server is runningTim Beale2017-07-041-0/+5
* dns_server: Only install common library if AD DC is enabled.Andrew Bartlett2017-07-041-1/+2
* s4/torture: test fetching a resume key twiceRalph Boehme2017-07-031-0/+63
* s4/torture: more tests for copy-chunk across sharesRalph Boehme2017-07-031-0/+166
* s4/torture: add a test for copy-chunk across sharesRalph Boehme2017-07-031-0/+85
* s4/torture: pass destination tree to test_setup_copy_chunkRalph Boehme2017-07-031-28/+30
* ldap: Run the LDAP server with the default (typically standard) process modelAndrew Bartlett2017-07-021-3/+6
* dsdb: Improve debugging on start transacton failureAndrew Bartlett2017-07-021-1/+2
* dsdb: Teach the Samba partition module how to lock all the DB backendsAndrew Bartlett2017-07-021-1/+175
* drsuapi: Improve debugging in DsAddEntry()Andrew Bartlett2017-07-021-0/+2
* show-deleted: Rename attr_filter to exclude_filter for clarityGarming Sam2017-06-301-5/+5
* show-deleted: Simplify the code to require as little logic as neededGarming Sam2017-06-301-23/+15
* show-deleted: Remove an unnecessary search during connectGarming Sam2017-06-301-46/+48
* show-deleted: Do not indicate an error if an object is missing.Garming Sam2017-06-302-3/+14
* dsdb: Add a dummy module to replace show_deletedAndrew Bartlett2017-06-301-0/+36
* debug: new debug class for kerberosAndrew Bartlett2017-06-301-1/+1
* s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher2017-06-272-1/+60
* s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher2017-06-271-54/+44
* s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher2017-06-271-37/+37
* s4:auth_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher2017-06-271-19/+19
* s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme2017-06-271-27/+27
* s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher2017-06-271-4/+6
* s4:password_hash: make use of smb_krb5_salt_principal() and smb_krb5_salt_pri...Stefan Metzmacher2017-06-271-66/+12
* s4-netlogon: Escape user-supplied computer name in Bad credentials log lineAndrew Bartlett2017-06-271-3/+3
* s4-netlogon: Provide logs for machine account success and failuresAndrew Bartlett2017-06-272-3/+31
* smbtorture: Add more tests around NETLOGON challenge reuseAndrew Bartlett2017-06-271-0/+237
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher2017-06-262-9/+3
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher2017-06-264-14/+13
* s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2017-06-262-5/+4
* s4:auth/unix_token: remove unused tevent_context from security_token_to_unix_...Stefan Metzmacher2017-06-262-5/+2
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-243-0/+3
* s4:torture: Do not segfault in torture_rpc_spoolss_printer_teardown_common()Andreas Schneider2017-06-231-3/+8
* add provision performance testsDouglas Bagnall2017-06-231-0/+129
* perftest: add a new medley testDouglas Bagnall2017-06-231-0/+501
* dsdb: Rework schema_init module to always use valid memoryAndrew Bartlett2017-06-221-20/+42
* dnsserver/common: Use cached dnsHostName to reduce database readsGarming Sam2017-06-221-20/+4
* dsdb: Add a samdb_dns_host_name which avoids searchingGarming Sam2017-06-221-0/+47
* s4/dcerpc_netlogon: Logging for dcesrv_netr_LogonGetDomainInfoGary Lockyer2017-06-221-1/+13
* pycredentials: add function to return the netr_AuthenticatorGary Lockyer2017-06-221-0/+3
* lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+77
* Tests lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+2
* s4:libcli/smb_composite: make the additional gensec_update steps asyncStefan Metzmacher2017-06-171-23/+128
* s4:libcli/smb_composite: add early returns to sesssetup.c:request_handler()Stefan Metzmacher2017-06-171-11/+23
* s4:libcli/smb_composite: make the first round to gensec asyncStefan Metzmacher2017-06-171-36/+58
* s4:libcli/smb_composite: move gensec_update_ev() out of session_setup_spnego()Stefan Metzmacher2017-06-171-16/+30
* s4:libcli/smb_composite: move session_setup_spnego_restart() to the callers o...Stefan Metzmacher2017-06-171-7/+21