summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* selftests:password_hash: Raise SHA256 rounds to 5000Samuel Cabrero2019-03-221-2/+2
* dbcheck: fix the err_empty_attribute() checkStefan Metzmacher2019-03-211-1/+1
* dbcheck: use the str() value of the "name" attributeStefan Metzmacher2019-03-211-1/+1
* selftest: Remove mention of --extra-python from commentAndrew Bartlett2019-03-211-1/+1
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-25/+23
* py/graph: use 2.6 compatible check for set membershipDouglas Bagnall2019-03-201-1/+1
* dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher2019-03-142-2/+46
* dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher2019-03-141-1/+6
* python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher2019-03-141-0/+1
* dbcheck: detect the change after deletion bugStefan Metzmacher2019-03-141-0/+110
* dbcheck: add find_repl_attid() helper functionStefan Metzmacher2019-03-141-5/+10
* dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher2019-03-141-0/+13
* dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher2019-03-141-2/+7
* dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher2019-03-141-11/+14
* dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher2019-03-141-3/+6
* tests: Make IPv4 assumption explicitTim Beale2019-03-142-4/+5
* samba-tool domain provision: Fix --interactive module in python3Andrew Bartlett2019-03-121-0/+1
* gpo: Backup a policy folder containing GPE.INIGarming Sam2019-03-121-0/+6
* gpo: During restore clobber GPT.INI with a blank versionGarming Sam2019-03-122-12/+32
* gpo: Parse GPT.INI with Latin-1Garming Sam2019-03-121-0/+11
* gpo: Add test for saving gPCXXXExtensionNames in backupGarming Sam2019-03-121-0/+69
* gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNamesGarming Sam2019-03-121-1/+25
* py3: io.open takes a numeric buffering argument at index 2Garming Sam2019-03-121-1/+1
* gpo: Add tests to make sure that an empty gplink worksGarming Sam2019-03-121-0/+34
* gpo: Ensure that gplink works when emptyGarming Sam2019-03-121-1/+5
* test/blackbox: py3 compatible print in documentation.Douglas Bagnall2019-03-121-1/+1
* subunit/run.py: change shebang to python3Joe Guo2019-03-071-1/+1
* tests/auto_log_pass_change.py: only care about the last expected message othe...Joe Guo2019-03-071-39/+16
* subunit/run.py: make iso8601 UTC usage python 2/3 compatibleJoe Guo2019-03-071-3/+3
* web_server: Remove the unused Python WSGI web serverGarming Sam2019-03-071-81/+0
* tests: Reduce likelihood of auth_log test locking up during CIAaron Haslett2019-03-051-12/+13
* tests: Work auth_log CLIENT_IP out from config instead of env varTim Beale2019-03-042-1/+11
* tests: Work audit_log CLIENT_IP out from config instead of env varTim Beale2019-03-044-3/+11
* tests: Remove explicit SOCKET_WRAPPER usage from auth_log testsTim Beale2019-03-042-2/+19
* tests: Remove redundant credentials from auth_log testsTim Beale2019-03-043-9/+0
* selftest: Confirm new and old SDDL strings differ after a samba-tool dsacl setAndrew Bartlett2019-02-211-0/+1
* selftest: Add test for samba-tool dsacl get, cross-checked with samba-tool ds...Andrew Bartlett2019-02-211-0/+30
* samba-tool dsacl: Mark old and new descriptor output correctlyAndrew Bartlett2019-02-211-4/+7
* Add command "samba-tool dsacl get" This code is very equal to "samba-tool dsa...Martin Krämer2019-02-211-0/+48
* Update dsacl.py - add_ace to handle/verify sddl parameter correctMartin Krämer2019-02-212-14/+110
* dbcheck: skip reverse member link checks when cli option specifiedJoe Guo2019-02-212-3/+21
* s3 winbind auth_log: Tests for logon id logging.Gary Lockyer2019-02-201-0/+442
* auth_log tests: Allow the remote address to be NoneGary Lockyer2019-02-201-0/+3
* s2 decrpc samr: Add tests for QueryDomainInfoGary Lockyer2019-02-141-0/+55
* spelling of associatedDouglas Bagnall2019-02-131-1/+1
* tests/user_check_password_script: add a test do disallow the username as pass...Stefan Metzmacher2019-02-111-9/+25
* build: Don't generate kerberos_implementation.py if building without pythonAliaksei Karaliou2019-02-111-0/+3
* Tests for segfaults in python bindingsDouglas Bagnall2019-02-011-0/+126
* netcmd: Improve error handling of gpo aclcheck as non-adminTim Beale2019-02-011-0/+4
* selftest: Move dns_hub.py into selftest directoryTim Beale2019-02-011-154/+0