ccremers
780ca9880f
- Added feature to ensure include files come from the right place. The
...
order in which Scyther searches for files is now.
1. From the prefix of the previously found file.
2. Current directory.
3. Anything in SPDLDIRS
Here, 1 is new.
- When using -E (--expert), scyther shows any files it reads on stderr.
2006-06-11 15:22:20 +00:00
ccremers
6ac5e2a428
- Added '--lightness' switch.
2006-05-26 12:57:27 +00:00
ccremers
e3b84a0f67
- New '--clusters' switch: needs some work.
2006-05-26 09:39:10 +00:00
ccremers
0679cbc3b8
- Added '--monochrome' switch, to be used in thesis output. There is a
...
hardcoded lightness factor in dotout.c (MONOCHROMEFACTOR)
2006-05-25 20:35:01 +00:00
ccremers
08f705234b
- Added `include "dinges";' command, that is aware of Scytherdirs.
2006-04-12 12:42:04 +00:00
ccremers
cb440700e3
- Added --unique responder/initiator switches, which are both implied by
...
--extravert.
2006-03-31 08:24:41 +00:00
ccremers
543e430e6c
- In the light of recent discoveries on Athena method, I reinstated the
...
--match switch.
2006-03-20 08:47:12 +00:00
ccremers
5487d3ae90
- From this version onwards, Scyther no longer supports the modelchecker
...
method. A big cleanup has been started, but is not finished yet, so
minor artefacts might still remain. These are to be cleaned up later.
2006-03-08 13:58:46 +00:00
ccremers
282c0d5094
- --experimental is now available in the normal version, but for experts
...
only.
2006-02-28 14:06:12 +00:00
ccremers
cf832ca1b1
- Seems to work again, but further testing is needed.
2006-02-27 22:27:09 +00:00
ccremers
b16023bf0e
- Cleaned up heuristic code. Note that there is a "hidden" heuristic:
...
implicitly, older goals are resolved first, if some goals have equal
weights. This is encoded in the "w <=" comparison; if this is set to
"w <", the heuristic becomes much less effective.
2006-02-23 15:03:43 +00:00
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