index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
tests
/
blackbox
/
ndrdump.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-27
python/tests: Add test for new krb5 keytab parser
Andrew Bartlett
1
-0
/
+18
2023-11-20
python:tests: Add ndrdump test for GMSA Managed Password blobs
Joseph Sutton
1
-0
/
+24
2023-10-17
libcli/util: let win_errstr() fallback to hresult_errstr()
Stefan Metzmacher
1
-1
/
+1
2023-07-28
librpc/idl: Remove DCOM and WMI IDL
Andrew Bartlett
1
-59
/
+0
2023-03-31
selftest: Add test parsing krb5 PAC claims via ndrdump
Andrew Bartlett
1
-0
/
+39
2023-03-31
librpc/ndr: Implement lzxpress_huffman() compression in libndr for Kerberos C...
Andrew Bartlett
1
-1
/
+1
2023-03-31
librpc/ndr: Unimplement DRSUAPI_COMPRESSION_TYPE_XPRESS and rename
Andrew Bartlett
1
-2
/
+2
2022-01-24
blackbox.ndrdump: fix test_ndrdump_fuzzed_NULL_struct_ntlmssp_CHALLENGE_MESSA...
Stefan Metzmacher
1
-3
/
+2
2022-01-24
blackbox.ndrdump: adjust example files to the usage of dump_data_diff output.
Stefan Metzmacher
1
-0
/
+4
2022-01-24
blackbox.ndrdump: adjust example files to changed dump_data() output.
Stefan Metzmacher
1
-5
/
+5
2021-11-09
CVE-2020-25721 ndrdump: Add tests for PAC with UPN_DNS_INFO
Joseph Sutton
1
-0
/
+35
2021-06-20
librpc:tools: Migrate ndrdump to new cmdline option parser
Andreas Schneider
1
-32
/
+32
2021-05-19
librpc: Test parsing a Kerberos 5 credentials cache with ndrdump
Joseph Sutton
1
-0
/
+37
2021-05-19
Revert "s4-test: fixed ndrdump test for top level build"
Joseph Sutton
1
-7
/
+1
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+0
2020-05-15
librpc/idl: Add dnsp_DnsProperty_short
Andrew Bartlett
1
-0
/
+21
2020-03-07
ndrdump tests: Make the tests less fragile
Gary Lockyer
1
-0
/
+6
2020-02-27
librpc ndr: Stack-overflow in ndr_pull_drsuapi_DsaAddressListItem_V1
Gary Lockyer
1
-0
/
+12
2020-02-07
librpc ndr: Heap-buffer-overflow in lzxpress_decompress
Gary Lockyer
1
-0
/
+13
2019-12-20
selftest: Confirm parse of dnsProperty records
Andrew Bartlett
1
-0
/
+14
2019-12-18
sefltest: Demonstrate crash in manually written printer for drsuapi_DsAttribu...
Andrew Bartlett
1
-0
/
+12
2019-12-12
selftest: Add test for ndr_size_struct() faulting on a NULL pointer
Andrew Bartlett
1
-0
/
+13
2019-12-12
selftest: Add test for ndr_size_union() faulting on a NULL pointer
Andrew Bartlett
1
-0
/
+31
2019-12-12
selftest: Add example xattr_NTACL packets to demonstrate switch/union behaviour
Andrew Bartlett
1
-0
/
+17
2019-12-12
selftest: Add test for structure with NDR_BUFFERS only in a union
Andrew Bartlett
1
-0
/
+38
2019-12-10
selftest: Confirm that ndrdump struct mode is not available for enums
Andrew Bartlett
1
-0
/
+14
2019-12-10
selftest: Add ndrdump tests for malformed drsuapi traffic
Andrew Bartlett
1
-0
/
+24
2019-12-04
librpc ndr: Infinite loop parsing Suplemental creds
Gary Lockyer
1
-0
/
+13
2019-11-29
selftest: Test partial parse behaviour in ndrdump
Andrew Bartlett
1
-0
/
+51
2019-11-29
ndrdump: Show the actual struct/function name in the print, not just what it ...
Andrew Bartlett
1
-1
/
+1
2019-11-20
selftest: Test repushing an ntlmssp AUTHENTICATE_MESSAGE
Andrew Bartlett
1
-0
/
+12
2019-11-20
selftest: Confirm that NDR bugs are fixed in DCOM code
Andrew Bartlett
1
-0
/
+59
2019-11-20
selftest: Confirm that --base64-input and --input work and a PIDL bug is fixed.
Andrew Bartlett
1
-0
/
+29
2019-11-17
ndrdump: Use human-readable strings for NDR decode errors
Andrew Bartlett
1
-2
/
+2
2019-11-17
selftest: Test fix for ndrdump of structures by number
Andrew Bartlett
1
-0
/
+16
2019-11-13
selftest: Add expected-output tests for the ndrdump struct mode
Andrew Bartlett
1
-1
/
+27
2019-06-06
tests blackbox ndrdump: Clean up pep8 warnings
Gary Lockyer
1
-7
/
+15
2019-06-06
tests blackbox ndrdump: Add test for struct printing
Gary Lockyer
1
-2
/
+10
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-1
/
+1
2018-03-23
samba python tests: convert print func to be py2/py3 compatible
Noel Power
1
-1
/
+2
2017-02-14
tests/ndrdump: Add a test for --hex-input
Garming Sam
1
-0
/
+4
2013-03-02
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
1
-0
/
+49