summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-4/+8
2019-05-16python: Create macro to hide ugly function signature castNoel Power1-1/+2
2019-05-06selftest: correcting empty attribute usage in requestsAaron Haslett4-6/+4
2019-05-01pytests: slightly better errors in Testcase.insta_creds()Douglas Bagnall1-3/+4
2019-05-01traffic: load dns query from file and write stats to fileJoe Guo1-13/+69
2019-04-30traffic: define kerberos_state to simplify codeJoe Guo1-25/+10
2019-04-30traffic: make code more pythonicJoe Guo1-9/+3
2019-04-23pytest/segfault: segfault with nameless elementDouglas Bagnall1-0/+10
2019-04-11selftest: tagging tests for new schemaupgrade_dc targetAaron Haslett1-5/+5
2019-04-11python/provision: use provision and relax controls for schema provisionStefan Metzmacher1-7/+12
2019-04-11s4:provision: split out provision_self_join_modify_schema.ldifStefan Metzmacher1-2/+6
2019-04-11ldapcmp: ignore 'schemaInfo' if two domains are comparedStefan Metzmacher1-1/+1
2019-04-08CVE-2019-3870 pysmbd: Include tests to show the outside umask has no impactAndrew Bartlett2-1/+14
2019-04-08CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale3-4/+53
2019-04-08ldb: tests for <= and >= integer indexingAaron Haslett1-0/+15
2019-04-05netcmd: Fix passwordsettings --max-pwd-age commandTim Beale1-2/+12
2019-04-05netcmd: Add some timestamp conversion helper functionsTim Beale1-10/+22
2019-04-05netcmd: Use python constant for -0x8000000000000000Tim Beale1-5/+9
2019-04-05tests: Add test for setting min/maxPwdAgeTim Beale1-0/+38
2019-04-04python join: Set index transaction cache size.Gary Lockyer1-0/+5
2019-04-03python/samba: ignore encoding errors while reading filesPhilipp Gesang1-1/+1
2019-04-02Spelling fixes s/overrided/overridden/Mathieu Parent1-1/+1
2019-04-02Spelling fix s/informations/information/Mathieu Parent3-4/+4
2019-03-30samba-tool: fix some typosBjörn Baumbach2-4/+4
2019-03-22selftests:password_hash: Raise SHA256 rounds to 5000Samuel Cabrero1-2/+2
2019-03-21dbcheck: fix the err_empty_attribute() checkStefan Metzmacher1-1/+1
2019-03-21dbcheck: use the str() value of the "name" attributeStefan Metzmacher1-1/+1
2019-03-21selftest: Remove mention of --extra-python from commentAndrew Bartlett1-1/+1
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-25/+23
2019-03-20py/graph: use 2.6 compatible check for set membershipDouglas Bagnall1-1/+1
2019-03-14dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher2-2/+46
2019-03-14dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher1-1/+6
2019-03-14python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher1-0/+1
2019-03-14dbcheck: detect the change after deletion bugStefan Metzmacher1-0/+110
2019-03-14dbcheck: add find_repl_attid() helper functionStefan Metzmacher1-5/+10
2019-03-14dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher1-0/+13
2019-03-14dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher1-2/+7
2019-03-14dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher1-11/+14
2019-03-14dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher1-3/+6
2019-03-14tests: Make IPv4 assumption explicitTim Beale2-4/+5
2019-03-12samba-tool domain provision: Fix --interactive module in python3Andrew Bartlett1-0/+1
2019-03-12gpo: Backup a policy folder containing GPE.INIGarming Sam1-0/+6
2019-03-12gpo: During restore clobber GPT.INI with a blank versionGarming Sam2-12/+32
2019-03-12gpo: Parse GPT.INI with Latin-1Garming Sam1-0/+11
2019-03-12gpo: Add test for saving gPCXXXExtensionNames in backupGarming Sam1-0/+69
2019-03-12gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNamesGarming Sam1-1/+25
2019-03-12py3: io.open takes a numeric buffering argument at index 2Garming Sam1-1/+1
2019-03-12gpo: Add tests to make sure that an empty gplink worksGarming Sam1-0/+34
2019-03-12gpo: Ensure that gplink works when emptyGarming Sam1-1/+5
2019-03-12test/blackbox: py3 compatible print in documentation.Douglas Bagnall1-1/+1