summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2019-09-24kcc_utils.py: avoid inefficient string concatenationsBjörn Jacke1-103/+92
2019-09-24traffic.py: avoid inefficient string concatenationsBjörn Jacke1-3/+1
2019-09-23classicupgrade: fix a a bytes-like object is required, not 'str' errorBjörn Jacke1-1/+1
2019-09-21user.py: import tempfile module only where neededBjörn Jacke1-1/+1
2019-09-13param: Allow rpc server dynamic port range to roundtripGarming Sam1-2/+0
2019-09-01Spelling fixes s/overriden/overridden/Mathieu Parent1-6/+6
2019-08-30samba-tool domain provision: Remove experimental OpenLDAP supportAndrew Bartlett4-811/+9
2019-08-30rpc samr: EnumDomainUsers perf improvementAaron Haslett1-23/+1
2019-08-22s4-dns: Deprecate BIND9_FLATFILE and remove "rndc command"Andrew Bartlett1-8/+0
2019-08-22python: use os.urandom, which is available in python by definitionBjörn Jacke1-39/+2
2019-08-20downgradedatabase: installing scriptAaron Haslett1-0/+2
2019-08-20downgradedatabase: rename to samba_downgrade_dbTim Beale1-1/+1
2019-08-20tests: Avoid hardcoding relative filepathTim Beale1-2/+2
2019-08-17Prevent samba-tool online backup crashDavid Mulder2-5/+33
2019-08-01tests/dcerpc/raw_protocol: Add more tests for DCERPC_AUTH_LEVEL_PACKETGünther Deschner1-0/+11
2019-08-01tests/dcerpc/raw_protocol: split test_spnego_integrity_request into 2 partsStefan Metzmacher1-2/+6
2019-08-01tests/dcerpc/raw_protocol: split test_spnego_connect_request() into 2 partsStefan Metzmacher1-3/+7
2019-07-31tests: Add samba_upgradedns to the list of possible cmdsGarming Sam1-0/+1
2019-07-31netcmd: Allow drs replicate --local to create partitionsGarming Sam1-1/+3
2019-07-24netcmd: Better error message for backup with no RID poolTim Beale1-5/+13
2019-07-24join: Use a specific attribute order for the DsAddEntry nTDSDSA objectTim Beale1-7/+16
2019-07-24traffic_replay: Avoid DB full scans in LDAP searchesTim Beale2-0/+63
2019-07-24traffic replay test: Populate total_converations and instance_idGary Lockyer1-1/+3
2019-07-24traffic replay: Store the instance id in the replay contextGary Lockyer1-1/+3
2019-07-24traffic_replay: Make use of SCOPE_BASE explicitTim Beale1-2/+2
2019-07-24traffic_replay: Store total conversations on the replay contextTim Beale1-0/+3
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