summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* samba-tool trust: support discovery via netr_GetDcNameAlexander Bokovoy2018-07-241-8/+18
* python/tests: use explicit "client ipc max protocol = NT1" for samba.tests.ne...Stefan Metzmacher2018-07-241-0/+2
* tests/auth_log: Permit SMB2 service description if empty binding is used for ...Alexander Bokovoy2018-07-241-8/+18
* python/samba/tests: make sure samba.tests can be imported without SamDBAlexander Bokovoy2018-07-231-1/+6
* dns wildcards: tests to confirm BUG 13536Gary Lockyer2018-07-201-0/+48
* python/samba/netcmd: Fix wrong exception referenced in codeNoel Power2018-07-131-3/+10
* python/samba/kcc: md5 needs to be passed bytes in py3Noel Power2018-07-131-1/+3
* python/samba/tests: various py3 porting for ord/chrNoel Power2018-07-131-11/+17
* python/samba: Add cmp_fn and cmp_to_key_fn functions for py2/py3Noel Power2018-07-131-0/+46
* python/samba/netcmd: Fix relative module importNoel Power2018-07-131-1/+1
* python/samba/netcmd: Protect variable that can be NoneNoel Power2018-07-131-1/+1
* python/samba/netcmd: fix py2/py3 bytes usage for replaceNoel Power2018-07-131-1/+1
* python/samba/tests: remove Py2 specific imports.Noel Power2018-07-131-6/+4
* python/samba/emulate: Fix some more missed exception tuple assignmentsNoel Power2018-07-135-18/+18
* python/samba/tests: Py2/Py3 port for hexdumpNoel Power2018-07-131-5/+13
* python/samba/tests: Py2/Py3 allow import of ndr_(un)pack to workNoel Power2018-07-131-9/+9
* samdb: use int for get and set methods instead of digit strJoe Guo2018-07-133-9/+13
* gpo: Specify samba module when importing from gpclassDavid Mulder2018-07-131-1/+1
* gpo: Don't duplicate guids in the apply logDavid Mulder2018-07-121-3/+5
* gpo: Add user policy extensionsDavid Mulder2018-07-121-1/+6
* gpo: Dynamically load gp_extsDavid Mulder2018-07-121-0/+51
* gpo: Tests for gp_ext register/unregisterDavid Mulder2018-07-121-1/+41
* gpo: add list_gp_extensions for listing registered gp extensionsDavid Mulder2018-07-121-0/+13
* gpo: add unregister_gp_extension for unregistering gp extensionsDavid Mulder2018-07-121-0/+12
* gpo: add register_gp_extension for registering gp extensionsDavid Mulder2018-07-121-0/+48
* gpo: Offline policy application via cacheDavid Mulder2018-07-121-28/+7
* gpo: Read GPO versions locally, not from sysvolDavid Mulder2018-07-122-5/+89
* gpo: Fix asserts in gpo testingDavid Mulder2018-07-121-10/+10
* 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