summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2019-12-12selftest: Add test for ndr_size_struct() faulting on a NULL pointerAndrew Bartlett1-0/+13
2019-12-12selftest: Add test for ndr_size_union() faulting on a NULL pointerAndrew Bartlett1-0/+31
2019-12-12selftest: Add example xattr_NTACL packets to demonstrate switch/union behaviourAndrew Bartlett1-0/+17
2019-12-12selftest: Add test for structure with NDR_BUFFERS only in a unionAndrew Bartlett1-0/+38
2019-12-10selftest: Confirm that ndrdump struct mode is not available for enumsAndrew Bartlett1-0/+14
2019-12-10samba-tool: add user-sensitive command to set not-delegated flagIsaac Boukris1-0/+58
2019-12-10CVE-2019-14861: Test to demonstrate the bugAndrew Bartlett1-0/+47
2019-12-10CVE-2019-14861: s4-rpc/dnsserver: Confirm sort behaviour in dcesrv_DnssrvEnum...Andrew Bartlett1-0/+101
2019-12-10selftest: Add ndrdump tests for malformed drsuapi trafficAndrew Bartlett1-0/+24
2019-12-04python: tests. Add test for fuzzing smbd crash bug.Jeremy Allison1-0/+77
2019-12-04librpc ndr: Infinite loop parsing Suplemental credsGary Lockyer1-0/+13
2019-11-29selftest: Test partial parse behaviour in ndrdumpAndrew Bartlett1-0/+51
2019-11-29ndrdump: Show the actual struct/function name in the print, not just what it ...Andrew Bartlett1-1/+1
2019-11-29samba-tool tests: re-add tests for attribute value verification using samba-toolBjörn Baumbach4-0/+28
2019-11-29samba-tool {user,group,computer,contact} show: avoid base64 encoded strings i...Björn Baumbach4-13/+8
2019-11-29samba-tool tests: prepare tests for new samba-tool functionalityBjörn Baumbach4-12/+9
2019-11-29samba-tool tests: remove duplicate definitions of test functionsBjörn Baumbach4-24/+0
2019-11-29samba-tool group show: fix a copy-paste mistakeBjörn Baumbach1-3/+3
2019-11-20selftest: Test repushing an ntlmssp AUTHENTICATE_MESSAGEAndrew Bartlett1-0/+12
2019-11-20selftest: Confirm that NDR bugs are fixed in DCOM codeAndrew Bartlett1-0/+59
2019-11-20selftest: Confirm that --base64-input and --input work and a PIDL bug is fixed.Andrew Bartlett1-0/+29
2019-11-20python: Return the stdout when also checking error codesAndrew Bartlett1-0/+1
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