summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2019-10-03rpcclient: Remove unused global domain sidVolker Lendecke1-11/+11
2019-09-24test_pam_winbind.sh: allow different pam_winbindd config options to be specifiedStefan Metzmacher3-14/+22
2019-09-24tests/pam_winbind.py: allow upn names to be used in USERNAME with an empty DO...Stefan Metzmacher3-4/+16
2019-09-24tests/pam_winbind.py: turn pypamtest.PamTestError into a failureStefan Metzmacher3-5/+20
2019-09-24posixacl.py: avoid inefficient string concatenationsBjörn Jacke1-2/+2
2019-09-24auth_log_winbind.py: avoid inefficient string concatenationsBjörn Jacke1-2/+1
2019-09-24schema.py: avoid inefficient string concatenationsBjörn Jacke1-5/+2
2019-09-24user.py: avoid inefficient string concatenationsBjörn Jacke1-30/+28
2019-09-24gpo.py: avoid inefficient string concatenationsBjörn Jacke1-6/+3
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