summaryrefslogtreecommitdiff
path: root/python/samba/emulate
AgeCommit message (Expand)AuthorFilesLines
2018-11-07traffic_replay: Move machine account creationTim Beale1-7/+7
2018-11-05traffic: Machine accounts were generated as critical objectsTim Beale1-5/+16
2018-11-04traffic_replay: Generate machine accounts as well as usersTim Beale1-2/+25
2018-11-04traffic_replay: Improve user generation debugTim Beale1-17/+17
2018-11-04traffic_replay: Convert print() to logger.info()Tim Beale1-13/+9
2018-11-04traffic_replay: Write group memberships once per groupTim Beale1-13/+30
2018-11-04traffic_replay: Re-organize assignments to be group-basedTim Beale1-19/+32
2018-11-04traffic_replay: Prevent users having 1000+ memberOf linksTim Beale1-5/+17
2018-11-04traffic_replay: Change user distribution to use Pareto DistributionTim Beale1-3/+4
2018-11-04traffic_replay: Improve assign_groups() performance with large domainsTim Beale1-12/+36
2018-11-04traffic_replay: Split out random group membership generation logicTim Beale1-27/+36
2018-11-04traffic_replay: Add helper class for group assignmentsTim Beale1-58/+68
2018-10-31traffic_replay: Change print() to use logger()Tim Beale1-1/+1
2018-10-10emulate/traffic: apply new logger to replace printJoe Guo1-4/+7
2018-10-10emulate/traffic: allow traffic_replay to run users and groups generate multip...Joe Guo1-19/+18
2018-09-05python/samba/emulate: PY3 port of samba.tests.emulate.traffic_packetNoel Power2-13/+12
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-1/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+1
2018-08-24PEP8: fix E241: multiple spaces after ','Joe Guo1-5/+5
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-08-15emulate/traffic: add sAMAccountName in create_groupJoe Guo1-0/+1
2018-08-15traffic: uniform stats outputJoe Guo1-18/+9
2018-08-15emulate/traffic: fix next usageJoe Guo1-2/+2
2018-07-13python/samba/emulate: Fix some more missed exception tuple assignmentsNoel Power1-7/+7
2018-06-20python/samba/emulate: py2/py3 .next usage, replace with next() fnNoel Power1-2/+2
2018-06-20python/samba: Py2|Py3 compat, fix more missed exception tuple issuesNoel Power1-1/+1
2018-05-14traffic: improve add_short_packet by avoiding dict.getJoe Guo1-3/+6
2018-05-14traffic: optimize packet init for better performanceJoe Guo1-33/+37
2018-05-14traffic: fix userAccountControl for machine accountJoe Guo1-3/+6
2018-05-14traffic: change machine creds secure channel typeJoe Guo2-5/+4
2018-05-12traffic: improve is_really_a_packetJoe Guo1-5/+4
2018-05-12traffic: improve add_short_packet by avoiding str.splitJoe Guo1-3/+3
2018-05-12traffic: simplify forget_packets_outside_windowJoe Guo1-12/+2
2018-05-12traffic: grant user write permissionJoe Guo1-0/+6
2018-05-12traffic: set domain on user_creds and machine_credsJoe Guo1-0/+2
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: add windows instructions for ldap 0 simple bindJoe Guo1-0/+9
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: add credentials to samrJoe Guo1-3/+10
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 Guo2-1/+5
2018-05-05traffic: ensure we are using the same division in py 2 and 3Douglas Bagnall1-1/+1
2018-04-13python: bulk convert zip to listJoe Guo1-3/+3
2018-04-13python: bulk replace dict.iteritems to items for py3Joe Guo1-8/+8
2018-03-23samba python libs: convert print func to be py2/py3 compatibleNoel Power1-50/+66
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 Lockyer3-0/+2970