summaryrefslogtreecommitdiff
path: root/python/samba/emulate
AgeCommit message (Expand)AuthorFilesLines
2023-06-23python:samba:emulate: Fix code spellingAndreas Schneider1-5/+5
2023-02-23python: fix mutable default argumentsRob van der Linde1-1/+3
2022-05-10python: Remove unnecessary 'pass' statementsJoseph Sutton1-2/+0
2021-04-28python: remove all 'from __future__ import division'Douglas Bagnall1-1/+0
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+1
2020-10-02python2 reduction: Merge remaining compat code into commonDavid Mulder1-1/+1
2020-04-27traffic_packets: fix SyntaxWarning: "is" with a literalDavid Disseldorp1-1/+1
2019-09-24traffic.py: avoid inefficient string concatenationsBjörn Jacke1-3/+1
2019-07-24traffic_replay: Avoid DB full scans in LDAP searchesTim Beale2-0/+63
2019-07-24traffic replay: Store the instance id in the replay contextGary Lockyer1-1/+3
2019-07-24traffic_replay: Make use of SCOPE_BASE explicitTim Beale1-2/+2
2019-07-24traffic_replay: Store total conversations on the replay contextTim Beale1-0/+3
2019-05-01traffic: load dns query from file and write stats to fileJoe Guo1-13/+69
2019-04-30traffic: define kerberos_state to simplify codeJoe Guo1-25/+10
2019-04-30traffic: make code more pythonicJoe Guo1-9/+3
2019-01-08traffic_replay: use packets per second as primary scaleDouglas Bagnall1-6/+14
2019-01-08traffic: add option to reanimate dying conversationsDouglas Bagnall1-4/+20
2019-01-08traffic: Conversation.add_short_packet is discerning about packetsDouglas Bagnall1-1/+4
2019-01-08traffic: remove useless branch in stats reportDouglas Bagnall1-25/+12
2019-01-08traffic: generate more statistics in replayDouglas Bagnall1-30/+69
2019-01-08traffic: avoid bare except: clausesDouglas Bagnall1-2/+2
2019-01-08traffic: simplify tests for badpassword_frequencyDouglas Bagnall1-3/+4
2019-01-08traffic: assign context domain at startDouglas Bagnall1-7/+1
2019-01-08traffic: traffic_replay --latency-timeout to control final waitDouglas Bagnall1-1/+2
2019-01-08traffic_replay: --stop-on-any-error option to not ignore client troubleDouglas Bagnall1-0/+3
2019-01-08traffic: evoke OS error codes by name, not numberDouglas Bagnall1-2/+3
2019-01-08traffic: reinitialise RNG in each childDouglas Bagnall1-2/+8
2019-01-08traffic: avoid generating conversations without packetsDouglas Bagnall1-0/+28
2019-01-08traffic: rework conversation generation to better use memoryDouglas Bagnall1-149/+173
2019-01-08traffic: generate sparser descriptions of conversationsDouglas Bagnall1-4/+3
2019-01-08traffic: new version of model with packet_rate, version numberDouglas Bagnall1-46/+72
2019-01-08traffic: fix hash non-determinism when loading JSONDouglas Bagnall1-0/+2
2019-01-08traffic: Conversation gets given id, list of short packetsDouglas Bagnall1-8/+8
2019-01-08traffic: rename packet_rate -> replay_speed for accuracy and roomDouglas Bagnall1-5/+6
2019-01-08traffic: initialise conversation specific lists after the forkDouglas Bagnall1-12/+12
2019-01-08traffic: split is_a_real_packet() function out of classDouglas Bagnall1-17/+21
2019-01-08traffic: give Packet __slots__ for reduced memoryDouglas Bagnall1-1/+10
2019-01-08traffic: make random_colour_print more deterministic, silent on demandDouglas Bagnall1-9/+21
2019-01-08traffic: use namedtuple for ConversationAccounts namespace classDouglas Bagnall1-9/+10
2019-01-08traffic: fix mk_masked_dir doc and commentsDouglas Bagnall1-1/+2
2019-01-08traffic: Packet.from_line classmethod uses cls varDouglas Bagnall1-3/+3
2018-12-11various: Remove references to about to be deleted thirdparty/dnspythonNoel Power1-1/+0
2018-12-04traffic_replay: Add a max-members option to cap group sizeTim Beale1-4/+30
2018-12-04traffic: Rework how assignments are generated slightlyTim Beale1-19/+14
2018-11-07traffic_replay: Rework machine accounts to remove redundant codeTim Beale1-55/+5
2018-11-07traffic_replay: Make packet generation work on a pre-populated DB againTim Beale1-3/+13
2018-11-07traffic_replay: Make sure naming assumptions are in a single placeTim Beale1-7/+11
2018-11-07traffic_replay: Move 'traffic account' flag up a levelTim Beale1-4/+7
2018-11-07traffic_replay: Move machine account creationTim Beale1-7/+7
2018-11-05traffic: Machine accounts were generated as critical objectsTim Beale1-5/+16