summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* downgradedatabase: installing scriptAaron Haslett2019-08-261-0/+2
* downgradedatabase: rename to samba_downgrade_dbTim Beale2019-08-261-1/+1
* tests: Avoid hardcoding relative filepathTim Beale2019-08-261-2/+2
* tests: Add samba_upgradedns to the list of possible cmdsGarming Sam2019-08-071-0/+1
* netcmd: Allow drs replicate --local to create partitionsGarming Sam2019-08-071-1/+3
* join: Use a specific attribute order for the DsAddEntry nTDSDSA objectTim Beale2019-08-071-7/+16
* gp_inf: Read/write files with a UTF-16LE BOM in GptTmpl.infGarming Sam2019-08-071-3/+6
* tests/usage: test for --help consistencyDouglas Bagnall2019-07-051-1/+8
* tests/samba-tool: test --help consistencyDouglas Bagnall2019-07-051-0/+8
* python/tests: helper function for checking --help consistencyDouglas Bagnall2019-07-051-0/+118
* tests/usage: generalise to cover non-python scriptsDouglas Bagnall2019-07-051-35/+118
* tests/usage: python scripts --help should be helpfulDouglas Bagnall2019-07-051-0/+67
* tests: ensure that most python scripts have usage textDouglas Bagnall2019-07-051-0/+205
* domain join: set ldb "transaction_index_cache_size" optionGary Lockyer2019-07-041-7/+11
* domain join: enable ldb batch modeGary Lockyer2019-07-042-6/+9
* samba-tool tests: add tests for contact managementBjörn Baumbach2019-07-042-0/+483
* samba-tool: implement contact management commandsBjörn Baumbach2019-07-043-0/+785
* samba-tool tests: add test for 'samba-tool group edit' commandBjörn Baumbach2019-07-041-0/+208
* samba-tool group: add 'edit' command to edit an AD group objectBjörn Baumbach2019-07-041-0/+114
* samba-tool tests: add test for 'samba-tool computer edit' commandBjörn Baumbach2019-07-041-0/+180
* samba-tool computer: add 'edit' command to edit an AD computer objectBjörn Baumbach2019-07-041-1/+122
* samba-tool user edit: avoid base64 encoded strings in editable ldif if possibleBjörn Baumbach2019-07-042-2/+46
* samba-tool tests: add test for 'samba-tool user edit', using LDB_FLAG_FORCE_N...Björn Baumbach2019-07-041-0/+26
* samba-tool user edit: simplify codeBjörn Baumbach2019-07-041-3/+1
* samba-tool user edit: use ldb methods to create ldif to modify userBjörn Baumbach2019-07-041-38/+13
* samba-tool tests: add additional tests for "samba-tool user edit" commandBjörn Baumbach2019-07-041-0/+97
* samba-tool user edit test: use testit instead of subunit_start_test, pass/failedBjörn Baumbach2019-07-041-38/+23
* samba-tool tests: remove probably outdated commentBjörn Baumbach2019-07-041-1/+0
* samba-tool tests: rename "user edit" test from edit.sh to user_edit.shBjörn Baumbach2019-07-041-1/+1
* samba-tool: fix format of command description (help messages)Björn Baumbach2019-07-045-18/+18
* pytests/subunitrun: not usefully executableDouglas Bagnall2019-07-021-2/+0
* samba-tool domain join: remove the subdomain optionGary Lockyer2019-07-021-18/+5
* join subdomain: changes for --backend-store-sizeGary Lockyer2019-07-021-4/+6
* samba-tool domain dcpromo: add --backend-store-size optionGary Lockyer2019-07-021-1/+2
* samba-tool dcpromo tests: add --backend-store-size optionGary Lockyer2019-07-021-0/+170
* samba-tool clone-dc-database: Add --backend-store-size optionGary Lockyer2019-07-022-7/+21
* clone-dc-database tests: Add --backend-store-size optionGary Lockyer2019-07-021-0/+119
* samba-tool domain join: Add --backend-store-size optionGary Lockyer2019-07-022-8/+18
* domain join tests: Add --backend-store-size option.Gary Lockyer2019-07-021-0/+148
* provision: Add --backend-store-size optionGary Lockyer2019-07-022-16/+33
* provision: If --targetdir has been specified then we must always reset posix:...Andrew Bartlett2019-07-021-6/+12
* samba-tool domain provision: add lmdb database size optionGary Lockyer2019-07-022-10/+21
* samba-tool: Make the 'bytes' option type avaiableGary Lockyer2019-07-021-1/+2
* python getopt: Add bytes option typeGary Lockyer2019-07-021-0/+45
* provision tests: Add --backend-store-size option.Gary Lockyer2019-07-022-0/+149
* schema: changing default base schema to 2012_R2Aaron Haslett2019-06-263-4/+4
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-2/+0
* py3: Remove PyStr_AsUTF8() compatability macroAndrew Bartlett2019-06-241-1/+0
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-2/+0
* py3: Remove PyStr_FromFormatV() compatability macroAndrew Bartlett2019-06-241-1/+0