ctdb-scripts: Do not de-duplicate the interfaces list
[samba.git] / python / samba / emulate /
2023-06-23 Andreas Schneiderpython:samba:emulate: Fix code spelling
2023-02-23 Rob van der Lindepython: fix mutable default arguments
2022-05-10 Joseph Suttonpython: Remove unnecessary 'pass' statements
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import division'
2021-04-28 Douglas Bagnallpython: remove all 'from __future__ import print_function'
2020-10-02 David Mulderpython2 reduction: Merge remaining compat code into...
2020-04-27 David Disseldorptraffic_packets: fix SyntaxWarning: "is" with a literal
2019-09-24 Björn Jacketraffic.py: avoid inefficient string concatenations
2019-07-24 Tim Bealetraffic_replay: Avoid DB full scans in LDAP searches
2019-07-24 Gary Lockyertraffic replay: Store the instance id in the replay...
2019-07-24 Tim Bealetraffic_replay: Make use of SCOPE_BASE explicit
2019-07-24 Tim Bealetraffic_replay: Store total conversations on the replay...
2019-05-01 Joe Guotraffic: load dns query from file and write stats to...
2019-04-30 Joe Guotraffic: define kerberos_state to simplify code
2019-04-30 Joe Guotraffic: make code more pythonic
2019-01-08 Douglas Bagnalltraffic_replay: use packets per second as primary scale
2019-01-08 Douglas Bagnalltraffic: add option to reanimate dying conversations
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-11 Noel Powervarious: Remove references to about to be deleted third...
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 E302: expected 2 blank lines, found 1
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-06-19 Noel Powerpython/samba: Py2|Py3 compat, fix more missed exception...
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: provision request data for packet_drsu...
2018-05-12 Joe Guotraffic_packets: add trailing $ to fix packet_rpc_netlo...
2018-05-12 Joe Guotraffic_packets: add windows instructions for ldap...
2018-05-12 Joe Guotraffic_packets: replace share_name from netlogon to...
2018-05-12 Joe Guotraffic_packets: replace level 102 to 101 for packet_sr...
2018-05-12 Joe Guotraffic: add credentials to samr
2018-05-12 Joe Guotraffic_packets: support NT_STATUS_NO_SUCH_DOMAIN in...
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...
2018-02-21 Stefan Metzmachertraffic_packets.py: let Lookup{Sids,Names}() work again...
2018-01-16 Günther Deschnerpython: fix the build with python3.
2017-08-17 Gary Lockyerscripts: Scripts to replay and generate samba traffic