summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: Allow debug classes to be specified on the command line for python toolsAndrew Bartlett2017-09-071-3/+3
* drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett2017-09-073-4/+8
* selftest: Avoid a build started just before midnight failingAndrew Bartlett2017-09-071-1/+4
* python: Add tests for check_access function from samba.security.Lumir Balhar2017-09-061-0/+26
* python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2017-09-053-26/+67
* python:samba: Remove code to change groupAndreas Schneider2017-09-051-10/+0
* dynconfig: Change permission of the private dir to 0700Andreas Schneider2017-09-051-1/+1
* drs_utils: Add GET_TGT support to 'samba-tool drs replicate --local'Tim Beale2017-08-181-35/+66
* tests: replace traffic_summary test with python blackbox testGary Lockyer2017-08-173-0/+5084
* scripts: Scripts to replay and generate samba trafficGary Lockyer2017-08-1712-0/+4219
* blackbox tests: method to check specific exit codesGary Lockyer2017-08-171-3/+12
* samba-tool dns query: Allow '*' in namesGary Lockyer2017-08-151-1/+2
* samba-tool dns: Test support of DNS wild card in namesGary Lockyer2017-08-151-0/+67
* dnsserver: Tests for dns wildcard entriesGary Lockyer2017-08-151-0/+288
* python:tests: Add test for warn_pwd_expireAndreas Schneider2017-08-072-0/+112
* python:tests: Do not overwrite exit codeAndreas Schneider2017-08-071-1/+0
* python: Fix incorrect kdc.conf parameter name in kerberos.pyMarc Muehlfeld2017-08-071-1/+1
* tests samba_tool: fix flapping user-virtualCryptSHA testGary Lockyer2017-08-071-3/+11
* dsdb: Fix dsdb_next_callback to correctly use ldb_module_done() etcAndrew Bartlett2017-08-011-0/+23
* drs_utils: HWM in 'samba-tool drs replicate --local' always zeroTim Beale2017-07-281-6/+6
* drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale2017-07-282-4/+11
* selftest: Add and use new helper function get_creds_ccache_name()Andrew Bartlett2017-07-281-0/+7
* python/getopt: Add --krb5-ccache (for samba-tool etc) to match the C binariesAndrew Bartlett2017-07-281-0/+7
* pycredentials: Add set_named_ccache()Andrew Bartlett2017-07-281-0/+9
* selftest: Add tests for credentials.get_named_ccache()Andrew Bartlett2017-07-281-0/+103
* selftest: Use NETLOGON_NEG_STRONG_KEYS constant in AuthLogTestsNetLogonBadCredsAndrew Bartlett2017-07-251-2/+2
* tests auth_log: Add new tests for NETLOGONGary Lockyer2017-07-242-0/+309
* tests auth_log: Modify existing tests to handle NETLOGON messagesGary Lockyer2017-07-243-0/+29
* auth_log: use symbolic constant to replace /root/ncalrpc_as_systemGary Lockyer2017-07-242-2/+4
* selftest: Add test for password change when NTLM is disabledTim Beale2017-07-211-13/+33
* Add test for 'samba-tool user edit'Rowland Penny2017-07-051-0/+72
* Easily edit a users object in AD, as if using ldbedit.Rowland Penny2017-07-051-1/+138
* python: tests: Add test for tdb_copy function from tdb_util module.Lumir Balhar2017-07-051-0/+53
* selftest: Add test to confirm NTLM authentication is enabledTim Beale2017-07-041-0/+68
* selftest: Add test for support for MSCHAPv2 and NTLMv1 on a serverAndrew Bartlett2017-07-041-4/+98
* tests: Add simple check whether netlogon server is runningTim Beale2017-07-041-0/+69
* dsdb: Add tests showing that the CN=CONFIGURATION partition is also lockedAndrew Bartlett2017-07-021-7/+31
* dsdb: Add new test adding a record to the top level sam.ldb fileAndrew Bartlett2017-07-021-0/+71
* dsdb: Add more locking more tests, confirming blocking locks in both directionsStefan Metzmacher2017-07-021-7/+162
* dsdb: Add test showing a search can't start while a transaction is already re...Andrew Bartlett2017-07-021-0/+54
* dsdb: Add test showing a search can't start while a transaction is already re...Andrew Bartlett2017-07-021-1/+53
* dsdb: Add a dummy module to replace show_deletedAndrew Bartlett2017-06-301-1/+1
* tests py_credentials: Fix encrypt_netr_crypt_password testGary Lockyer2017-06-291-16/+10
* samba_kcc: debugging: say intrasite when we mean intrasiteGarming Sam2017-06-231-1/+1
* samba_kcc: drop all connections from non-existent DSAsDouglas Bagnall2017-06-231-2/+3
* samba_kcc: comment typoDouglas Bagnall2017-06-231-1/+1
* samba_kcc: avoid crash on odd networks with --dot-file-dirDouglas Bagnall2017-06-231-0/+4
* python/getopt: -d/--debuglevel saves value in options for scriptsDouglas Bagnall2017-06-231-0/+1
* python/tests: test SMB1 and SMB2/3 in auth_log.pyStefan Metzmacher2017-06-221-2/+47
* pycredentials: Add support for netr_crypt_passwordGary Lockyer2017-06-221-1/+45