summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2019-07-22tests/py-segfault: add messaging.deregister()Douglas Bagnall1-0/+6
2019-07-22py segfault test: registry.open_hiveDouglas Bagnall1-0/+8
2019-07-19gp_inf: Read/write files with a UTF-16LE BOM in GptTmpl.infGarming Sam1-3/+6
2019-07-16prefork restart tests: Use echo server for back offGary Lockyer1-7/+7
2019-07-10pyldb: remove ldb.open, which was never survivableDouglas Bagnall1-8/+0
2019-07-10py segfault test: ldb.openDouglas Bagnall1-0/+8
2019-07-10py segfault test: ldb.register_moduleDouglas Bagnall1-0/+4
2019-07-05tests/usage: test for --help consistencyDouglas Bagnall1-1/+8
2019-07-05tests/samba-tool: test --help consistencyDouglas Bagnall1-0/+8
2019-07-05python/tests: helper function for checking --help consistencyDouglas Bagnall1-0/+118
2019-07-05tests/usage: generalise to cover non-python scriptsDouglas Bagnall1-35/+118
2019-07-05tests/usage: python scripts --help should be helpfulDouglas Bagnall1-0/+67
2019-07-05tests: ensure that most python scripts have usage textDouglas Bagnall1-0/+205
2019-07-04domain join: set ldb "transaction_index_cache_size" optionGary Lockyer1-7/+11
2019-07-04domain join: enable ldb batch modeGary Lockyer2-6/+9
2019-07-04samba-tool tests: add tests for contact managementBjörn Baumbach2-0/+483
2019-07-04samba-tool: implement contact management commandsBjörn Baumbach3-0/+785
2019-07-04samba-tool tests: add test for 'samba-tool group edit' commandBjörn Baumbach1-0/+208
2019-07-04samba-tool group: add 'edit' command to edit an AD group objectBjörn Baumbach1-0/+114
2019-07-04samba-tool tests: add test for 'samba-tool computer edit' commandBjörn Baumbach1-0/+180
2019-07-04samba-tool computer: add 'edit' command to edit an AD computer objectBjörn Baumbach1-1/+122
2019-07-04samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach2-2/+46
2019-07-04samba-tool tests: add test for 'samba-tool user edit', using LDB_FLAG_FORCE_N...Björn Baumbach1-0/+26
2019-07-04samba-tool user edit: simplify codeBjörn Baumbach1-3/+1
2019-07-04samba-tool user edit: use ldb methods to create ldif to modify userBjörn Baumbach1-38/+13
2019-07-04samba-tool tests: add additional tests for "samba-tool user edit" commandBjörn Baumbach1-0/+97
2019-07-04samba-tool user edit test: use testit instead of subunit_start_test, pass/failedBjörn Baumbach1-38/+23
2019-07-04samba-tool tests: remove probably outdated commentBjörn Baumbach1-1/+0
2019-07-04samba-tool tests: rename "user edit" test from edit.sh to user_edit.shBjörn Baumbach1-1/+1
2019-07-04samba-tool: fix format of command description (help messages)Björn Baumbach5-18/+18
2019-07-02pytests/subunitrun: not usefully executableDouglas Bagnall1-2/+0
2019-07-02samba-tool domain join: remove the subdomain optionGary Lockyer1-18/+5
2019-07-02join subdomain: changes for --backend-store-sizeGary Lockyer1-4/+6
2019-07-02samba-tool domain dcpromo: add --backend-store-size optionGary Lockyer1-1/+2
2019-07-02samba-tool dcpromo tests: add --backend-store-size optionGary Lockyer1-0/+170
2019-07-02samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer2-7/+21
2019-07-02clone-dc-database tests: Add --backend-store-size optionGary Lockyer1-0/+119
2019-07-02samba-tool domain join: Add --backend-store-size optionGary Lockyer2-8/+18
2019-07-02domain join tests: Add --backend-store-size option.Gary Lockyer1-0/+148
2019-07-02provision: Add --backend-store-size optionGary Lockyer2-16/+33
2019-07-02provision: If --targetdir has been specified then we must always reset posix:...Andrew Bartlett1-6/+12
2019-07-02samba-tool domain provision: add lmdb database size optionGary Lockyer2-10/+21
2019-07-02samba-tool: Make the 'bytes' option type avaiableGary Lockyer1-1/+2
2019-07-02python getopt: Add bytes option typeGary Lockyer1-0/+45
2019-07-02provision tests: Add --backend-store-size option.Gary Lockyer2-0/+149
2019-06-26schema: changing default base schema to 2012_R2Aaron Haslett3-4/+4
2019-06-24py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett1-2/+0
2019-06-24py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett1-1/+0
2019-06-24py3: Remove PyStr_AsString() compatability macroAndrew Bartlett1-2/+0
2019-06-24py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett1-1/+0