summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2019-11-17ndrdump: Use human-readable strings for NDR decode errorsAndrew Bartlett1-2/+2
2019-11-17selftest: Test fix for ndrdump of structures by numberAndrew Bartlett1-0/+16
2019-11-14pytests/segfault: pidl inline arraysDouglas Bagnall1-1/+6
2019-11-14pytests/segfaults: dcerpc ref elements segfaultDouglas Bagnall1-1/+13
2019-11-14pytests: rpc echo should not segfaultDouglas Bagnall1-0/+5
2019-11-13selftest: Add expected-output tests for the ndrdump struct modeAndrew Bartlett1-1/+27
2019-11-10Make sure backup temp directory gets deleted on exceptionHeiko Baumann1-42/+43
2019-11-08dns: Extend DNS tests to check the SOA record is always returnedSamuel Cabrero1-0/+19
2019-10-31python/samba/upgradehelpers.py: typo fixesBjörn Jacke1-1/+1
2019-10-31python/samba/netcmd/gpo.py: typo fixesBjörn Jacke1-0/+1
2019-10-31python/samba/dbchecker.py: typo fixesBjörn Jacke1-4/+4
2019-10-23samba-tool: py3 compatiblity in 'user syncpasswords --daemon'Heinz Hoelzl1-1/+2
2019-10-22samba-tool domain: fix an unhandled exceptionAmit Kumar1-1/+5
2019-10-17samba-tool: Add facility to add rfc2307 attributes to an already created user...Rowland Penny4-7/+473
2019-10-17samba-tool: Update 'samba-tool gpo list <>' descriptionAmit Kumar1-7/+7
2019-10-12python/tests/gensec: add spnego downgrade python testsIsaac Boukris1-1/+23
2019-10-12python/tests/gensec: make it possible to add knownfail tests for gensec.update()Stefan Metzmacher1-2/+8
2019-10-09selftest: add mdfind blackbox testRalph Boehme1-0/+130
2019-10-09selftest: add end-to-end tests for mdssvc with a fake HTTP serverRalph Boehme1-0/+194
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