ccremers
f376260512
- Changed default heuristic to 34.
2006-02-22 15:57:55 +00:00
ccremers
41e797413c
- Added new heuristics based on hidelevel results.
...
Preliminary results:
1. For typed matching, either heuristic 32 or 34 are best, and far
superior to the previous best (3).
2. For untyped matching, partial tests indicate that heuristic 1 is
best, which is rather interesting.
2006-02-22 15:48:58 +00:00
ccremers
921c82876d
- experimental=4 now disables some things. Weirdly enough, they don't
...
seem to make much difference.
2006-02-22 09:53:50 +00:00
ccremers
10b6793d97
- More cleaning of switches.
2006-02-22 08:47:22 +00:00
ccremers
5ddcdfed22
- Added --long-help and -E, --expert switches.
2006-02-22 08:41:06 +00:00
ccremers
b2e40e07f3
- Some more work on hidelevel backbone.
...
- Added '--count-states' switch for the Arachne engine.
2006-02-22 08:24:29 +00:00
ccremers
96e7a32bff
- Added '--unbounded' switch.
2006-01-06 12:46:04 +00:00
ccremers
99861d3e03
- Added '--untyped' switch which is to be preferred above the older
...
--match=2 notation.
2006-01-06 12:23:11 +00:00
ccremers
d2ac518234
- Fixed typo in --help (noted by Sjouke)
...
- State-space should generate classes.
2005-12-30 15:11:39 +00:00
ccremers
3b897c3872
- Added '--check' switch, to see whether your protocol terminates at all
...
if there is no intruder.
- Restructered many switches.
2005-12-29 12:52:51 +00:00
ccremers
515dec7f8b
- Added note on usage of '~' in SCYTHERDIR.
2005-12-29 10:56:09 +00:00
ccremers
ab2f2469c0
- Added help text for the environment variables.
2005-12-29 09:35:08 +00:00
ccremers
1aca8460a3
- SCYTHERDIR environment variable is now used: colon-separated list of
...
directories to search. Oblivious to trailing slashes.
2005-12-29 09:25:42 +00:00
ccremers
d21f292330
- Renamed '--monochrome' to '--plain', which is nicer and shorter.
2005-12-28 18:40:58 +00:00
ccremers
3686a69869
- Added SCYTHERFLAGS environment variable.
2005-12-28 16:33:08 +00:00
ccremers
ab75acea62
- Added colour output, with --monochrome switch to disable this.
2005-12-28 15:27:22 +00:00
ccremers
0505aaacd6
- New claim: CLAIM_Reachable
...
- Added new switches:
-G,--generate-statespace
-C,--generate-claims
- Claims are now allowed to have no label (they will be generated
automatically)
- Output summary shows parameter of claims
- Internally, new symbols can now be generated by
symbolNextFree(prefixsymbol)
2005-12-28 11:50:17 +00:00
ccremers
ccc4c34823
- Added '--remove-claims' switch to cut off all existing claims.
2005-12-27 13:53:49 +00:00
ccremers
397298290b
- Improved output significantly.
2005-12-27 12:24:12 +00:00
ccremers
5ff71fa661
- Some cleanup.
...
- Added 'all-atacks' switch.
2005-12-27 12:01:17 +00:00
ccremers
c20810def5
- Added preliminary support for singular attack output.
2005-12-27 10:49:22 +00:00
ccremers
32f226f782
- Better switches explanation.
2005-12-22 12:33:35 +00:00
ccremers
aae3cd70cb
- Lowered default number of runs to 5.
2005-12-22 12:27:34 +00:00
ccremers
0259b2302c
- Changed default behaviour: -d is needed to get dot output.
2005-12-22 12:24:27 +00:00
ccremers
e82ce8b962
- Added --no-intruder switch, but it is currently broken.
2005-12-21 19:02:41 +00:00
ccremers
6543a8f659
- Added '--extravert' switch, which avoids initiator Alice to talk to
...
Alice.
2005-11-29 09:15:16 +00:00
ccremers
e51b54af23
- FIX: Instantiation of variables is now the default.
...
- NEW: -C --class switch to reset this.
- NEW: max runs is now 6 by default for usability. For unbounded search,
use -r 0 or --maxruns=0
2005-11-12 21:26:50 +00:00
ccremers
76666404b0
- Added '--concrete' switch to fill in to pick readable names for
...
variables.
2005-11-12 21:13:00 +00:00
ccremers
c1c0b856de
CHG: Changed default behaviour to Arachne engine.
...
NEW: Added 'S' switch for --summary things.
2005-11-04 13:23:30 +00:00
ccremers
fe730716ca
- Added 'agenttypecheck' switch.
2005-10-08 19:54:30 +00:00
ccremers
1c075db161
- Added '--experimental=<int>' switch for debug version.
2005-10-07 13:09:07 +00:00
ccremers
e104dddbfb
- Added a switch to number the limit of intruder actions.
...
Initial testing suggests it does not influence the number of states
much for values of 2 and higher.
2005-08-21 21:38:32 +00:00
ccremers
1ee77472a0
- --max-attacks=AnyGijsNumber.
2005-08-15 12:49:32 +00:00
ccremers
2e9e43742e
- Added more fine-grained control for the associativity of tupling:
...
--tupling=n * 0: right-associative; 1: left-associative; others are
reserved for future use.
--ra-tupling * Sets the default, but is there for symmetry.
2005-08-12 12:59:25 +00:00
ccremers
cb315aafc8
- Added '--extend-trivial' switch. This is not a complete '--extend'
...
algorithm, as it is pretty dumb, but it works in most cases. Use with
care.
2005-08-12 12:13:50 +00:00
ccremers
56f7cf5df2
- Added switch '--la-tupling' to enforce left-associative tupling
...
instead of the default right-associative tupling. Note that this only
matters for full typeflaw matching.
- Adapted multi-nsl test script to test for both association variants.
2005-08-12 07:28:44 +00:00
ccremers
464920907b
- Added '--extend-nonreads' switch. It is totally untested, and I hope
...
Gijs will have a look at it and tell me whether it actually works.
2005-06-21 11:04:34 +00:00
ccremers
b6e9841c0f
- Moved special terms into their own (very) special file.
2005-06-16 14:10:07 +00:00
ccremers
1bdaf7b5d9
- Large rewrite of switch code. Instead of having switch parameters in
...
the (monstrously large) system structure, there is now a global
'switchdata' structure originating in switches.c. This makes it much
easier to see what's happening.
* Note: although this code has been tested, there might be some
hiccups, because doing multiple search&replace actions over all
files is bound to cause some problems.
2005-06-07 15:02:27 +00:00
ccremers
4a42604cb6
- Added Ticket basic term type. Note that this only has consequences for
...
the Arachne type checking. The net result is that a variable of type
'Ticket' can always contain any term, even with -m0 or -m1 matching.
2005-06-02 12:14:28 +00:00
ccremers
01124e2104
- Modified a number of things related to the attack analysis tools.
...
* removed <term> wrappers
* added <const> wrappers
* removed <role><term> construct, now <rolename>R</rolename>
constructs.
* added <variables> section.
* variable substitutions are followed through in runs. Thus, only
unbound variables occur in the semitrace.
* added the untested claims back in, so that all events in a
role/semitrace are now shown. Note that they can be disabled
again by using the new '-H' switch.
2005-06-02 08:25:45 +00:00
ccremers
924abc065d
- Added xml output switch (-x, check scyther --help). It's not complete
...
yet, to be finished tomorrow.
2005-05-01 13:32:50 +00:00
ccremers
9271cc7624
- Matching method propagation was wrong in new switch code.
...
- Some fixes for protocols that do not include matching send/read
combo's. In particular, the max encryption level method ranged over
the sends; now over all events. Maybe it can range over read events
only?
2005-04-18 05:51:25 +00:00
ccremers
f9a97fb481
- Stupid typo fix.
2005-04-15 14:33:18 +00:00
ccremers
771fa8cc92
- Some more interface improvements.
...
- Hardcoded reference to wiki pages.
2005-04-15 14:31:32 +00:00
ccremers
1f8d9dbe5e
- Performad a big cleanup of the switches, making the resulting list more compact and more useful.
...
* Hiding of 'discouraged' options: these should not be used by e.g. students.
* Hiding of 'unimportant' options: not harmful, but not often used either.
2005-04-15 10:04:05 +00:00
ccremers
3ba39a3a51
- Removed some older debug stuff.
2005-04-10 15:40:33 +00:00
ccremers
738a2b5859
- Rewrote complete switch code. Scyther now no longer depends on
...
argtable2. Great.
2005-04-10 15:30:47 +00:00