summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
...
* netcmd: Delete unnecessary functionTim Beale2018-08-231-10/+9
* netcmd: Fix kerberos option for domain backupsTim Beale2018-08-231-4/+0
* netcmd: domain backup didn't support prompting for passwordTim Beale2018-08-231-9/+10
* netcmd: Improve domain backup targetdir checksTim Beale2018-08-231-9/+12
* CVE-2018-1140 dns: Add a test to trigger the LDB casefolding issue on invalid...Kai Blin2018-08-141-0/+87
* dns wildcards: tests to confirm BUG 13536Gary Lockyer2018-07-311-0/+48
* samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy2018-07-311-8/+18
* python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.ne...Stefan Metzmacher2018-07-311-0/+2
* tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy2018-07-311-8/+18
* python/samba/tests: make sure samba.tests can be imported without SamDBAlexander Bokovoy2018-07-311-1/+4
* tests/posixacl: Test with and without filling in the unix_tokenAndrew Bartlett2018-07-121-0/+25
* python: Add samba.auth.session_info_fill_unix()Andrew Bartlett2018-07-121-0/+11
* selftest: Add tests for samba.auth.admin_session()Andrew Bartlett2018-07-121-4/+37
* tests/posixacl: derive a new testcase to run same tests with sessionJoe Guo2018-07-121-20/+72
* tests/posixacl: move setUp and tearDown to topJoe Guo2018-07-121-16/+14
* tests/posixacl: rm duplicated testJoe Guo2018-07-121-17/+0
* tests/posixacl: use assertRaises to simplify codeJoe Guo2018-07-121-12/+4
* tests/posixacl: remove unused importsJoe Guo2018-07-121-3/+1
* tests/posixacl: define global ACL to make code DRYJoe Guo2018-07-121-11/+12
* tests/posixacl: define global DOM_SID to make code DRYJoe Guo2018-07-121-13/+15
* tests/posixacl: rm commented codeJoe Guo2018-07-121-8/+0
* provision/setsysvolacl: create helper function to simplify codeJoe Guo2018-07-121-11/+10
* provision/setsysvolacl: build session_info and pass down to setntaclJoe Guo2018-07-121-3/+17
* ntacls: add session_info arg to setntacl and pass down to set_nt_acl apiJoe Guo2018-07-121-4/+35
* ntacls: reuse predefined SECURITY_SECINFO_FLAGSJoe Guo2018-07-121-3/+3
* python/tests: check setting values on dnsRecord attributesBob Campbell2018-07-121-2/+32
* tests dns: dns_base.py remove flake8 warningsGary Lockyer2018-07-121-4/+8
* tests dns: dns.py remove flake8 warningsGary Lockyer2018-07-121-167/+346
* tests dns: fix rpc null byte testGary Lockyer2018-07-121-10/+19
* dns: static recordsAaron Haslett2018-07-121-0/+36
* dns: update tool changed for scavengingAaron Haslett2018-07-121-5/+13
* dns: dns record scavenging function (without task)Aaron Haslett2018-07-121-4/+45
* dns: Use ldb.SCOPE_SUBTREE in ldap_get_records() routine in tests/dns.pyAaron Haslett2018-07-121-2/+4
* dns: custom match rule for DNS records to be tombstonedAaron Haslett2018-07-121-0/+46
* dns: server side implementation of record agingAaron Haslett2018-07-121-0/+1
* rpc dns: reset dword aging related zone propertiesAaron Haslett2018-07-121-0/+4
* dns: record aging testsAaron Haslett2018-07-122-14/+208
* python/tests: make the test_assoc_group_fail2() test more resilient against t...Stefan Metzmacher2018-07-101-0/+3
* netcmd: Add sanity-check for invalid domain rename argsTim Beale2018-07-102-4/+29
* netcmd: Add brief log file of what the backup actually containsTim Beale2018-07-101-0/+25
* netcmd: Add no-secrets option to domain backupsTim Beale2018-07-102-9/+82
* netcmd: Use dbcheck to fix DB problems introduced by restore itselfTim Beale2018-07-051-0/+29
* tests: Add new tests for backup-rename commandTim Beale2018-07-051-1/+121
* netcmd: Extend 'backup restore' command to handle renamed domainsTim Beale2018-07-053-8/+61
* netcmd: Add 'samba-tool domain backup rename' commandTim Beale2018-07-051-1/+217
* tests: Tweak the backup online tests so they're genericTim Beale2018-07-051-15/+42
* drs_utils: Always set the GET_TGT flag for clone renamesTim Beale2018-07-051-1/+8
* join: Add more framework for renaming a domainTim Beale2018-07-051-3/+97
* samba-tool drs showrepl: correctly report failing repsFromAndrew Bartlett2018-07-041-1/+1
* drs_utils: Add infrastructure to support 'clone with rename'Tim Beale2018-07-031-4/+70