summaryrefslogtreecommitdiff
path: root/python/samba/emulate/traffic_packets.py
AgeCommit message (Expand)AuthorFilesLines
2020-04-27traffic_packets: fix SyntaxWarning: "is" with a literalDavid Disseldorp1-1/+1
2019-07-24traffic_replay: Avoid DB full scans in LDAP searchesTim Beale1-0/+6
2019-07-24traffic_replay: Make use of SCOPE_BASE explicitTim Beale1-2/+2
2018-12-11various: Remove references to about to be deleted thirdparty/dnspythonNoel Power1-1/+0
2018-09-05python/samba/emulate: PY3 port of samba.tests.emulate.traffic_packetNoel Power1-4/+5
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-06-20python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power1-1/+1
2018-05-14traffic: change machine creds secure channel typeJoe Guo1-2/+1
2018-05-12traffic_packets: provision request data for packet_drsuapi_13Joe Guo1-1/+7
2018-05-12traffic_packets: add trailing $ to fix packet_rpc_netlogon_30Joe Guo1-1/+3
2018-05-12traffic_packets: replace share_name from netlogon to IPC$ for packet_srvsvc_16Joe Guo1-1/+1
2018-05-12traffic_packets: replace level 102 to 101 for packet_srvsvc_21Joe Guo1-2/+18
2018-05-12traffic_packets: support NT_STATUS_NO_SUCH_DOMAIN in packet_lsarpc_39Joe Guo1-4/+9
2018-05-12traffic: add paged_results control for ldb searchJoe Guo1-1/+4
2018-02-21traffic_packets.py: let Lookup{Sids,Names}() work against a sane serverStefan Metzmacher1-8/+8
2018-01-16python: fix the build with python3.Günther Deschner1-1/+1
2017-08-17scripts: Scripts to replay and generate samba trafficGary Lockyer1-0/+935