summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-108-10/+10
* selftest: Remove duplicate dependency definitionVolker Lendecke2019-01-101-1/+0
* dsdb: Print strerror in addition to errnoVolker Lendecke2019-01-101-2/+2
* dns: Do NULL checks in dns_sign_tsigVolker Lendecke2019-01-101-0/+6
* s3:libsmb: cli_smb2_list() can sometimes fail initially on a connectionTim Beale2019-01-101-1/+13
* libcli: Add error log if insufficient SMB2 creditsTim Beale2019-01-091-0/+3
* s3:utils:net: Print debug message about NetbiosJustin Stephenson2019-01-092-2/+10
* s3:smbpasswd: Print debug message about NetbiosJustin Stephenson2019-01-091-4/+12
* s3:libsmb: Print debug message about NetbiosJustin Stephenson2019-01-092-0/+8
* s3:libsmb: Check disable_netbios in socket connectJustin Stephenson2019-01-091-0/+5
* s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internalTim Beale2019-01-096-10/+13
* netcmd/user: python[3]-gpgme unsupported and replaced by python[3]-gpgJoe Guo2019-01-091-25/+61
* xml_docs: update traffic script documentationDouglas Bagnall2019-01-092-22/+64
* traffic_replay: use packets per second as primary scaleDouglas Bagnall2019-01-082-9/+30
* 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-083-0/+24
* traffic: add option to reanimate dying conversationsDouglas Bagnall2019-01-085-7/+45
* traffic_model: don't report generation errors as parse errorsDouglas Bagnall2019-01-081-16/+10
* traffic: improve debug messages in traffic_replayDouglas Bagnall2019-01-081-7/+6
* 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-082-1/+5
* traffic_replay: --stop-on-any-error option to not ignore client troubleDouglas Bagnall2019-01-082-1/+7
* 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-082-150/+174
* traffic: generate sparser descriptions of conversationsDouglas Bagnall2019-01-083-15/+10
* traffic: new version of model with packet_rate, version numberDouglas Bagnall2019-01-0810-95/+205
* 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: delete empty temp directoriesDouglas Bagnall2019-01-081-1/+10
* 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: avoid truncated output files on errorDouglas Bagnall2019-01-081-1/+8
* traffic_learner: use samba.logger, not print(file=sys.stderr)Douglas Bagnall2019-01-081-4/+8
* traffic_learner: return an error codeDouglas Bagnall2019-01-082-9/+5
* traffic: use default value for --durationDouglas Bagnall2019-01-081-7/+3