traffic: Conversation.add_short_packet is discerning about packets
[garming/samba-autobuild/.git] / python / samba / emulate / traffic.py
2019-01-08 Douglas Bagnalltraffic: Conversation.add_short_packet is discerning...
2019-01-08 Douglas Bagnalltraffic: remove useless branch in stats report
2019-01-08 Douglas Bagnalltraffic: generate more statistics in replay
2019-01-08 Douglas Bagnalltraffic: avoid bare except: clauses
2019-01-08 Douglas Bagnalltraffic: simplify tests for badpassword_frequency
2019-01-08 Douglas Bagnalltraffic: assign context domain at start
2019-01-08 Douglas Bagnalltraffic: traffic_replay --latency-timeout to control...
2019-01-08 Douglas Bagnalltraffic_replay: --stop-on-any-error option to not ignor...
2019-01-08 Douglas Bagnalltraffic: evoke OS error codes by name, not number
2019-01-08 Douglas Bagnalltraffic: reinitialise RNG in each child
2019-01-08 Douglas Bagnalltraffic: avoid generating conversations without packets
2019-01-08 Douglas Bagnalltraffic: rework conversation generation to better use...
2019-01-08 Douglas Bagnalltraffic: generate sparser descriptions of conversations
2019-01-08 Douglas Bagnalltraffic: new version of model with packet_rate, version...
2019-01-08 Douglas Bagnalltraffic: fix hash non-determinism when loading JSON
2019-01-08 Douglas Bagnalltraffic: Conversation gets given id, list of short...
2019-01-08 Douglas Bagnalltraffic: rename packet_rate -> replay_speed for accurac...
2019-01-08 Douglas Bagnalltraffic: initialise conversation specific lists after...
2019-01-08 Douglas Bagnalltraffic: split is_a_real_packet() function out of class
2019-01-08 Douglas Bagnalltraffic: give Packet __slots__ for reduced memory
2019-01-08 Douglas Bagnalltraffic: make random_colour_print more deterministic...
2019-01-08 Douglas Bagnalltraffic: use namedtuple for ConversationAccounts namesp...
2019-01-08 Douglas Bagnalltraffic: fix mk_masked_dir doc and comments
2019-01-08 Douglas Bagnalltraffic: Packet.from_line classmethod uses cls var
2018-12-04 Tim Bealetraffic_replay: Add a max-members option to cap group...
2018-12-04 Tim Bealetraffic: Rework how assignments are generated slightly
2018-11-07 Tim Bealetraffic_replay: Rework machine accounts to remove redun...
2018-11-07 Tim Bealetraffic_replay: Make packet generation work on a pre...
2018-11-07 Tim Bealetraffic_replay: Make sure naming assumptions are in...
2018-11-07 Tim Bealetraffic_replay: Move 'traffic account' flag up a level
2018-11-07 Tim Bealetraffic_replay: Move machine account creation
2018-11-05 Tim Bealetraffic: Machine accounts were generated as critical...
2018-11-04 Tim Bealetraffic_replay: Generate machine accounts as well as...
2018-11-04 Tim Bealetraffic_replay: Improve user generation debug
2018-11-04 Tim Bealetraffic_replay: Convert print() to logger.info()
2018-11-04 Tim Bealetraffic_replay: Write group memberships once per group
2018-11-04 Tim Bealetraffic_replay: Re-organize assignments to be group...
2018-11-04 Tim Bealetraffic_replay: Prevent users having 1000+ memberOf...
2018-11-04 Tim Bealetraffic_replay: Change user distribution to use Pareto...
2018-11-04 Tim Bealetraffic_replay: Improve assign_groups() performance...
2018-11-04 Tim Bealetraffic_replay: Split out random group membership gener...
2018-11-04 Tim Bealetraffic_replay: Add helper class for group assignments
2018-10-30 Tim Bealetraffic_replay: Change print() to use logger()
2018-10-10 Joe Guoemulate/traffic: apply new logger to replace print
2018-10-10 Joe Guoemulate/traffic: allow traffic_replay to run users...
2018-09-05 Noel Powerpython/samba/emulate: PY3 port of samba.tests.emulate...
2018-08-24 Joe GuoPEP8: fix E502: the backslash is redundant between...
2018-08-24 Joe GuoPEP8: fix E241: multiple spaces after ','
2018-08-24 Joe GuoPEP8: fix E127: continuation line over-indented for...
2018-08-15 Joe Guoemulate/traffic: add sAMAccountName in create_group
2018-08-15 Joe Guotraffic: uniform stats output
2018-08-15 Joe Guoemulate/traffic: fix next usage
2018-07-12 Noel Powerpython/samba/emulate: Fix some more missed exception...
2018-06-19 Noel Powerpython/samba/emulate: py2/py3 .next usage, replace...
2018-05-14 Joe Guotraffic: improve add_short_packet by avoiding dict.get
2018-05-14 Joe Guotraffic: optimize packet init for better performance
2018-05-14 Joe Guotraffic: fix userAccountControl for machine account
2018-05-14 Joe Guotraffic: change machine creds secure channel type
2018-05-12 Joe Guotraffic: improve is_really_a_packet
2018-05-12 Joe Guotraffic: improve add_short_packet by avoiding str.split
2018-05-12 Joe Guotraffic: simplify forget_packets_outside_window
2018-05-12 Joe Guotraffic: grant user write permission
2018-05-12 Joe Guotraffic: set domain on user_creds and machine_creds
2018-05-12 Joe Guotraffic_packets: add windows instructions for ldap...
2018-05-12 Joe Guotraffic: add credentials to samr
2018-05-12 Joe Guotraffic: add paged_results control for ldb search
2018-05-05 Douglas Bagnalltraffic: ensure we are using the same division in py...
2018-04-13 Joe Guopython: bulk convert zip to list
2018-04-13 Joe Guopython: bulk replace dict.iteritems to items for py3
2018-03-23 Noel Powersamba python libs: convert print func to be py2/py3...
2017-08-17 Gary Lockyerscripts: Scripts to replay and generate samba traffic