summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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 Bagnall2-9/+3
2019-01-08traffic: new version of model with packet_rate, version numberDouglas Bagnall8-94/+202
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
2019-01-08traffic_learner: return an error codeDouglas Bagnall1-5/+2
2019-01-08traffic_replay: drop summary replayDouglas Bagnall1-31/+3
2019-01-08python/tests/blackbox: check_exit_code() explains by defaultDouglas Bagnall1-0/+2
2019-01-08netcmd: Small refactor to SMB connection in domain backupTim Beale1-2/+7
2019-01-07netcmd: Refactor duplicated SMB connect in GPO commandsTim Beale1-24/+18
2019-01-07tests: Avoid hardcoding domain in GPO testsTim Beale1-10/+15
2019-01-07python/ntacls: Convert ntacls to use s3 flagsTim Beale1-6/+6
2019-01-07s3:pylibsmb: Rename 'credentials' param to match s4Tim Beale1-1/+1
2019-01-07tests: Rename libsmb_samba_internal test to libsmbTim Beale1-0/+0
2019-01-07s3:pylibsmb: Rename libsmb_samba_internal Py bindings to libsmbTim Beale3-12/+10
2019-01-07tests: Avoid hardcoding domain in testTim Beale1-6/+7
2019-01-07tests: Completely replace s4 connection in smb testsTim Beale1-5/+1
2019-01-07s3:pylibsmb: Add .deltree() API to SMB py bindingsTim Beale1-4/+5
2019-01-07s3:pylibsmb: Add .loadfile() API to SMB py bindingsTim Beale1-6/+6
2019-01-07s3:pylibsmb: Add .savefile() API to SMB py bindingsTim Beale1-8/+8
2019-01-07s3:pylibsmb: Make s3 and s4 listings return the same dictTim Beale1-1/+1
2019-01-07s3:pylibsmb: Don't return '.'/'..' in .list()Tim Beale1-3/+3
2019-01-07s3:pylibsmb: Add .chkpath() API to SMB py bindingsTim Beale1-8/+8
2019-01-07s3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py bindingsTim Beale1-5/+5
2019-01-07s3:pylibsmb: Add .unlink() API to SMB Py bindingsTim Beale1-1/+10
2019-01-07s3:pylibsmb: Make lp a mandatory param for the SMB connectionTim Beale2-2/+2
2018-12-23py:dcerpc/raw_testcase: add helper functions for ncacn_np: SMB connection sup...Stefan Metzmacher1-10/+136
2018-12-23py:dcerpc/raw_testcase: maintain self.secondary_addressStefan Metzmacher1-8/+10
2018-12-23py:dcerpc/raw_testcase: maintain self.max_{xmit,recv}_fragStefan Metzmacher1-4/+16
2018-12-23py:dcerpc/raw_testcase: support DCERPC_AUTH_LEVEL_CONNECT in do_single_request()Stefan Metzmacher1-1/+16
2018-12-23py:dcerpc/raw_testcase: add start_with_alter to do_generic_bind()Stefan Metzmacher1-34/+65
2018-12-23py:dcerpc/raw_protocol: test signing also with raw NTLMSSP and KerberosStefan Metzmacher1-0/+44
2018-12-23py:dcerpc/raw_protocol: test signing with and without header signingStefan Metzmacher1-1/+16
2018-12-23py:dcerpc/raw_testcase: prepare get_auth_context_creds() and do_generic_bind(...Stefan Metzmacher1-1/+10
2018-12-23py:dcerpc/raw_testcase: prepare do_generic_bind() for raw NTLMSSP and Kerbero...Stefan Metzmacher1-3/+22
2018-12-23py:dcerpc/raw_testcase: use require DOMAIN/REALM in get_user_creds()Stefan Metzmacher1-0/+4
2018-12-23py:dcerpc/raw_testcase: use generate_request_auth() in do_single_request()Stefan Metzmacher1-54/+8
2018-12-23py:dcerpc/raw_testcase: use check_response_auth() in do_single_request()Stefan Metzmacher1-21/+1
2018-12-23py:dcerpc/raw_testcase: add generate_request_auth() helper functionStefan Metzmacher1-0/+72