index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
emulate
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-28
python: remove all 'from __future__ import division'
Douglas Bagnall
1
-1
/
+0
2021-04-28
python: remove all 'from __future__ import print_function'
Douglas Bagnall
1
-1
/
+1
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-1
/
+1
2020-04-27
traffic_packets: fix SyntaxWarning: "is" with a literal
David Disseldorp
1
-1
/
+1
2019-09-24
traffic.py: avoid inefficient string concatenations
Björn Jacke
1
-3
/
+1
2019-07-24
traffic_replay: Avoid DB full scans in LDAP searches
Tim Beale
2
-0
/
+63
2019-07-24
traffic replay: Store the instance id in the replay context
Gary Lockyer
1
-1
/
+3
2019-07-24
traffic_replay: Make use of SCOPE_BASE explicit
Tim Beale
1
-2
/
+2
2019-07-24
traffic_replay: Store total conversations on the replay context
Tim Beale
1
-0
/
+3
2019-05-01
traffic: load dns query from file and write stats to file
Joe Guo
1
-13
/
+69
2019-04-30
traffic: define kerberos_state to simplify code
Joe Guo
1
-25
/
+10
2019-04-30
traffic: make code more pythonic
Joe Guo
1
-9
/
+3
2019-01-08
traffic_replay: use packets per second as primary scale
Douglas Bagnall
1
-6
/
+14
2019-01-08
traffic: add option to reanimate dying conversations
Douglas Bagnall
1
-4
/
+20
2019-01-08
traffic: Conversation.add_short_packet is discerning about packets
Douglas Bagnall
1
-1
/
+4
2019-01-08
traffic: remove useless branch in stats report
Douglas Bagnall
1
-25
/
+12
2019-01-08
traffic: generate more statistics in replay
Douglas Bagnall
1
-30
/
+69
2019-01-08
traffic: avoid bare except: clauses
Douglas Bagnall
1
-2
/
+2
2019-01-08
traffic: simplify tests for badpassword_frequency
Douglas Bagnall
1
-3
/
+4
2019-01-08
traffic: assign context domain at start
Douglas Bagnall
1
-7
/
+1
2019-01-08
traffic: traffic_replay --latency-timeout to control final wait
Douglas Bagnall
1
-1
/
+2
2019-01-08
traffic_replay: --stop-on-any-error option to not ignore client trouble
Douglas Bagnall
1
-0
/
+3
2019-01-08
traffic: evoke OS error codes by name, not number
Douglas Bagnall
1
-2
/
+3
2019-01-08
traffic: reinitialise RNG in each child
Douglas Bagnall
1
-2
/
+8
2019-01-08
traffic: avoid generating conversations without packets
Douglas Bagnall
1
-0
/
+28
2019-01-08
traffic: rework conversation generation to better use memory
Douglas Bagnall
1
-149
/
+173
2019-01-08
traffic: generate sparser descriptions of conversations
Douglas Bagnall
1
-4
/
+3
2019-01-08
traffic: new version of model with packet_rate, version number
Douglas Bagnall
1
-46
/
+72
2019-01-08
traffic: fix hash non-determinism when loading JSON
Douglas Bagnall
1
-0
/
+2
2019-01-08
traffic: Conversation gets given id, list of short packets
Douglas Bagnall
1
-8
/
+8
2019-01-08
traffic: rename packet_rate -> replay_speed for accuracy and room
Douglas Bagnall
1
-5
/
+6
2019-01-08
traffic: initialise conversation specific lists after the fork
Douglas Bagnall
1
-12
/
+12
2019-01-08
traffic: split is_a_real_packet() function out of class
Douglas Bagnall
1
-17
/
+21
2019-01-08
traffic: give Packet __slots__ for reduced memory
Douglas Bagnall
1
-1
/
+10
2019-01-08
traffic: make random_colour_print more deterministic, silent on demand
Douglas Bagnall
1
-9
/
+21
2019-01-08
traffic: use namedtuple for ConversationAccounts namespace class
Douglas Bagnall
1
-9
/
+10
2019-01-08
traffic: fix mk_masked_dir doc and comments
Douglas Bagnall
1
-1
/
+2
2019-01-08
traffic: Packet.from_line classmethod uses cls var
Douglas Bagnall
1
-3
/
+3
2018-12-11
various: Remove references to about to be deleted thirdparty/dnspython
Noel Power
1
-1
/
+0
2018-12-04
traffic_replay: Add a max-members option to cap group size
Tim Beale
1
-4
/
+30
2018-12-04
traffic: Rework how assignments are generated slightly
Tim Beale
1
-19
/
+14
2018-11-07
traffic_replay: Rework machine accounts to remove redundant code
Tim Beale
1
-55
/
+5
2018-11-07
traffic_replay: Make packet generation work on a pre-populated DB again
Tim Beale
1
-3
/
+13
2018-11-07
traffic_replay: Make sure naming assumptions are in a single place
Tim Beale
1
-7
/
+11
2018-11-07
traffic_replay: Move 'traffic account' flag up a level
Tim Beale
1
-4
/
+7
2018-11-07
traffic_replay: Move machine account creation
Tim Beale
1
-7
/
+7
2018-11-05
traffic: Machine accounts were generated as critical objects
Tim Beale
1
-5
/
+16
2018-11-04
traffic_replay: Generate machine accounts as well as users
Tim Beale
1
-2
/
+25
2018-11-04
traffic_replay: Improve user generation debug
Tim Beale
1
-17
/
+17
2018-11-04
traffic_replay: Convert print() to logger.info()
Tim Beale
1
-13
/
+9
[next]