summaryrefslogtreecommitdiff
path: root/python/samba/tests/blackbox/ndrdump.py
AgeCommit message (Expand)AuthorFilesLines
2024-02-27python/tests: Add test for new krb5 keytab parserAndrew Bartlett1-0/+18
2023-11-20python:tests: Add ndrdump test for GMSA Managed Password blobsJoseph Sutton1-0/+24
2023-10-17libcli/util: let win_errstr() fallback to hresult_errstr()Stefan Metzmacher1-1/+1
2023-07-28librpc/idl: Remove DCOM and WMI IDLAndrew Bartlett1-59/+0
2023-03-31selftest: Add test parsing krb5 PAC claims via ndrdumpAndrew Bartlett1-0/+39
2023-03-31librpc/ndr: Implement lzxpress_huffman() compression in libndr for Kerberos C...Andrew Bartlett1-1/+1
2023-03-31librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and renameAndrew Bartlett1-2/+2
2022-01-24blackbox.ndrdump: fix test_ndrdump_fuzzed_NULL_struct_ntlmssp_CHALLENGE_MESSA...Stefan Metzmacher1-3/+2
2022-01-24blackbox.ndrdump: adjust example files to the usage of dump_data_diff output.Stefan Metzmacher1-0/+4
2022-01-24blackbox.ndrdump: adjust example files to changed dump_data() output.Stefan Metzmacher1-5/+5
2021-11-09CVE-2020-25721 ndrdump: Add tests for PAC with UPN_DNS_INFOJoseph Sutton1-0/+35
2021-06-20librpc:tools: Migrate ndrdump to new cmdline option parserAndreas Schneider1-32/+32
2021-05-19librpc: Test parsing a Kerberos 5 credentials cache with ndrdumpJoseph Sutton1-0/+37
2021-05-19Revert "s4-test: fixed ndrdump test for top level build"Joseph Sutton1-7/+1
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+0
2020-05-15librpc/idl: Add dnsp_DnsProperty_shortAndrew Bartlett1-0/+21
2020-03-07ndrdump tests: Make the tests less fragileGary Lockyer1-0/+6
2020-02-27librpc ndr: Stack-overflow in ndr_pull_drsuapi_DsaAddressListItem_V1Gary Lockyer1-0/+12
2020-02-07librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer1-0/+13
2019-12-20selftest: Confirm parse of dnsProperty recordsAndrew Bartlett1-0/+14
2019-12-18sefltest: Demonstrate crash in manually written printer for drsuapi_DsAttribu...Andrew Bartlett1-0/+12
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-10selftest: Add ndrdump tests for malformed drsuapi trafficAndrew Bartlett1-0/+24
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-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-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-13selftest: Add expected-output tests for the ndrdump struct modeAndrew Bartlett1-1/+27
2019-06-06tests blackbox ndrdump: Clean up pep8 warningsGary Lockyer1-7/+15
2019-06-06tests blackbox ndrdump: Add test for struct printingGary Lockyer1-2/+10
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-1/+1
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2017-02-14tests/ndrdump: Add a test for --hex-inputGarming Sam1-0/+4
2013-03-02Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij1-0/+49