summaryrefslogtreecommitdiff
path: root/python/samba/emulate/traffic.py
Commit message (Expand)AuthorAgeFilesLines
* emulate/traffic: allow traffic_replay to run users and groups generate multip...Joe Guo2018-10-101-19/+18
* python/samba/emulate: PY3 port of samba.tests.emulate.traffic_packetNoel Power2018-09-051-9/+7
* PEP8: fix E502: the backslash is redundant between bracketsJoe Guo2018-08-241-1/+1
* PEP8: fix E241: multiple spaces after ','Joe Guo2018-08-241-5/+5
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-2/+2
* emulate/traffic: add sAMAccountName in create_groupJoe Guo2018-08-151-0/+1
* traffic: uniform stats outputJoe Guo2018-08-151-18/+9
* emulate/traffic: fix next usageJoe Guo2018-08-151-2/+2
* python/samba/emulate: Fix some more missed exception tuple assignmentsNoel Power2018-07-131-7/+7
* python/samba/emulate: py2/py3 .next usage, replace with next() fnNoel Power2018-06-201-2/+2
* traffic: improve add_short_packet by avoiding dict.getJoe Guo2018-05-141-3/+6
* traffic: optimize packet init for better performanceJoe Guo2018-05-141-33/+37
* traffic: fix userAccountControl for machine accountJoe Guo2018-05-141-3/+6
* traffic: change machine creds secure channel typeJoe Guo2018-05-141-3/+3
* traffic: improve is_really_a_packetJoe Guo2018-05-121-5/+4
* traffic: improve add_short_packet by avoiding str.splitJoe Guo2018-05-121-3/+3
* traffic: simplify forget_packets_outside_windowJoe Guo2018-05-121-12/+2
* traffic: grant user write permissionJoe Guo2018-05-121-0/+6
* traffic: set domain on user_creds and machine_credsJoe Guo2018-05-121-0/+2
* traffic_packets: add windows instructions for ldap 0 simple bindJoe Guo2018-05-121-0/+9
* traffic: add credentials to samrJoe Guo2018-05-121-3/+10
* traffic: add paged_results control for ldb searchJoe Guo2018-05-121-0/+1
* traffic: ensure we are using the same division in py 2 and 3Douglas Bagnall2018-05-051-1/+1
* python: bulk convert zip to listJoe Guo2018-04-131-3/+3
* python: bulk replace dict.iteritems to items for py3Joe Guo2018-04-131-8/+8
* samba python libs: convert print func to be py2/py3 compatibleNoel Power2018-03-231-50/+66
* scripts: Scripts to replay and generate samba trafficGary Lockyer2017-08-171-0/+2019