summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* CVE-2019-3870 pysmbd: Include tests to show the outside umask has no impactAndrew Bartlett2019-04-052-1/+14
* CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale2019-04-053-4/+52
* netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo2019-02-211-25/+61
* join: Throw CommandError instead of Exception for simple errorsTim Beale2019-02-051-3/+4
* join: Fix TypeError when handling exceptionTim Beale2019-02-052-2/+2
* python: Add new compat PYARG_STR_UNI formatNoel Power2019-01-211-0/+10
* samba-tool: don't print backtrace on simple DNS errorsBjörn Jacke2019-01-101-5/+5
* samba-tool drs showrepl: do not crash if no dnsHostName foundDouglas Bagnall2019-01-091-2/+2
* CVE-2018-14629: Tests to expose regression from dns cname loop fixAaron Haslett2018-12-101-0/+101
* sync_passwords: Remove dirsync cookie logging for continuous operationGarming Sam2018-12-041-1/+2
* PEP8: fix E231: missing whitespace after ','Joe Guo2018-12-041-3/+3
* CVE-2018-14629 dns: CNAME loop prevention using counterAaron Haslett2018-11-251-0/+22
* dsdb encrypted_secrets tests: Allow "ldb://" in file pathGary Lockyer2018-11-051-0/+212
* python tests Blackbox: add random_passwordGary Lockyer2018-11-054-36/+30
* dbchecker: Fix missing <SID=...> on linked attributesStefan Metzmacher2018-11-051-1/+41
* dbchecker: improve verbose output of do_modify()Stefan Metzmacher2018-11-051-1/+2
* netcmd: Make sure SMB connection is signed when backing up sysvolTim Beale2018-11-051-2/+2
* netcmd: Re-create default site for backup-restore (if missing)Tim Beale2018-11-051-1/+23
* tests: Add test-case for restore into non-default siteTim Beale2018-11-051-0/+33
* netcmd: Add --site option when restoring a domainTim Beale2018-11-051-6/+8
* test:doc: Skip 'clustering=yes'Christof Schmitt2018-10-101-1/+2
* samba-tool: add virtualKerberosSalt attribute to 'user getpassword/syncpasswo...Stefan Metzmacher2018-09-051-0/+24
* python: Fix print in dns_invalid.pyAndreas Schneider2018-08-231-1/+1
* netcmd: Fix --kerberos=yes and --no-secrets domain backupsTim Beale2018-08-231-7/+16
* 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