summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* selftest: Improve an error messageVolker Lendecke2019-01-111-1/+2
* netcmd: Fix broken samba-tool gpo commandsTim Beale2019-01-101-0/+1
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-094-4/+4
* netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo2019-01-091-25/+61
* traffic_replay: use packets per second as primary scaleDouglas Bagnall2019-01-081-6/+14
* traffic: assert json equality in learner testDouglas Bagnall2019-01-081-0/+6
* traffic tests: use TestCaseInTempdir.mktemp()Douglas Bagnall2019-01-083-45/+6
* python/tests: add TestCaseInTempdir.mktemp()Douglas Bagnall2019-01-081-1/+16
* traffic_replay: --old-scale to mimic the old traffic_replayDouglas Bagnall2019-01-082-0/+14
* traffic: add option to reanimate dying conversationsDouglas Bagnall2019-01-083-4/+39
* traffic: Conversation.add_short_packet is discerning about packetsDouglas Bagnall2019-01-081-1/+4
* traffic: remove useless branch in stats reportDouglas Bagnall2019-01-081-25/+12
* traffic: generate more statistics in replayDouglas Bagnall2019-01-081-30/+69
* traffic: avoid bare except: clausesDouglas Bagnall2019-01-081-2/+2
* traffic: simplify tests for badpassword_frequencyDouglas Bagnall2019-01-081-3/+4
* traffic: assign context domain at startDouglas Bagnall2019-01-081-7/+1
* traffic: traffic_replay --latency-timeout to control final waitDouglas Bagnall2019-01-081-1/+2
* traffic_replay: --stop-on-any-error option to not ignore client troubleDouglas Bagnall2019-01-081-0/+3
* traffic: evoke OS error codes by name, not numberDouglas Bagnall2019-01-081-2/+3
* traffic: reinitialise RNG in each childDouglas Bagnall2019-01-081-2/+8
* traffic: avoid generating conversations without packetsDouglas Bagnall2019-01-081-0/+28
* traffic: rework conversation generation to better use memoryDouglas Bagnall2019-01-081-149/+173
* traffic: generate sparser descriptions of conversationsDouglas Bagnall2019-01-082-9/+3
* traffic: new version of model with packet_rate, version numberDouglas Bagnall2019-01-088-94/+202
* traffic: fix hash non-determinism when loading JSONDouglas Bagnall2019-01-081-0/+2
* traffic: Conversation gets given id, list of short packetsDouglas Bagnall2019-01-081-8/+8
* traffic: rename packet_rate -> replay_speed for accuracy and roomDouglas Bagnall2019-01-081-5/+6
* traffic: initialise conversation specific lists after the forkDouglas Bagnall2019-01-081-12/+12
* traffic: split is_a_real_packet() function out of classDouglas Bagnall2019-01-081-17/+21
* traffic: give Packet __slots__ for reduced memoryDouglas Bagnall2019-01-081-1/+10
* traffic: make random_colour_print more deterministic, silent on demandDouglas Bagnall2019-01-081-9/+21
* traffic: use namedtuple for ConversationAccounts namespace classDouglas Bagnall2019-01-081-9/+10
* traffic: fix mk_masked_dir doc and commentsDouglas Bagnall2019-01-081-1/+2
* traffic: Packet.from_line classmethod uses cls varDouglas Bagnall2019-01-081-3/+3
* traffic_learner: return an error codeDouglas Bagnall2019-01-081-5/+2
* traffic_replay: drop summary replayDouglas Bagnall2019-01-081-31/+3
* python/tests/blackbox: check_exit_code() explains by defaultDouglas Bagnall2019-01-081-0/+2
* netcmd: Small refactor to SMB connection in domain backupTim Beale2019-01-081-2/+7
* netcmd: Refactor duplicated SMB connect in GPO commandsTim Beale2019-01-071-24/+18
* tests: Avoid hardcoding domain in GPO testsTim Beale2019-01-071-10/+15
* python/ntacls: Convert ntacls to use s3 flagsTim Beale2019-01-071-6/+6
* s3:pylibsmb: Rename 'credentials' param to match s4Tim Beale2019-01-071-1/+1
* tests: Rename libsmb_samba_internal test to libsmbTim Beale2019-01-071-0/+0
* s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmbTim Beale2019-01-073-12/+10
* tests: Avoid hardcoding domain in testTim Beale2019-01-071-6/+7
* tests: Completely replace s4 connection in smb testsTim Beale2019-01-071-5/+1
* s3:pylibsmb: Add .deltree() API to SMB py bindingsTim Beale2019-01-071-4/+5
* s3:pylibsmb: Add .loadfile() API to SMB py bindingsTim Beale2019-01-071-6/+6
* s3:pylibsmb: Add .savefile() API to SMB py bindingsTim Beale2019-01-071-8/+8
* s3:pylibsmb: Make s3 and s4 listings return the same dictTim Beale2019-01-071-1/+1