Richard W.M. Jones
4940bd9a9e
fish: Be stricter about boolean values.
...
Previously I noticed that bfan used this command without any error:
><fs> hivex-open /WINDOWS/system32/config/software write:ture
^^^^^^^^^^
This was because the code allowed any string to be evaluated as a
boolean.
The new code is stricter. It allows the following strings only case
insensitive (everything else is an error):
1
true
t
yes
y
on
0
false
f
no
n
off
2013-02-04 12:45:02 +00:00
..
2012-10-08 20:04:53 +01:00
2012-07-19 16:11:47 +01:00
2013-02-01 15:54:13 +00:00
2013-02-01 16:18:42 +00:00
2012-12-08 16:42:37 +00:00
2013-02-01 16:18:42 +00:00
2012-09-15 12:32:41 +01:00
2011-11-08 14:43:07 +00:00
2013-02-02 13:56:19 +00:00
2013-02-01 14:16:51 +00:00
2013-02-04 12:45:02 +00:00
2013-02-01 14:16:51 +00:00
2013-02-02 13:56:19 +00:00
2011-11-08 14:43:07 +00:00
2013-02-02 13:56:19 +00:00
2012-05-01 08:57:55 +01:00
2013-02-01 14:48:35 +00:00
2013-02-01 16:18:42 +00:00
2012-09-17 13:37:06 +01:00
2012-05-01 08:57:55 +01:00
2011-03-31 15:42:13 +01:00
2013-02-02 13:56:19 +00:00
2012-05-01 08:57:55 +01:00
2013-02-02 13:56:19 +00:00
2013-02-01 16:18:42 +00:00
2013-02-01 14:16:51 +00:00
2013-02-01 16:18:42 +00:00
2012-07-19 16:11:47 +01:00
2013-02-01 16:18:42 +00:00
2013-02-01 16:18:42 +00:00
2012-07-19 16:11:47 +01:00
2013-02-01 14:16:51 +00:00
2012-10-27 16:19:53 +01:00
2012-01-18 22:05:02 +00:00
2010-08-25 11:41:17 +01:00
2012-12-27 18:08:55 +00:00
2012-07-03 21:27:29 +01:00
2012-05-01 08:57:55 +01:00
2013-02-01 16:18:42 +00:00
2012-06-25 11:20:35 +01:00
2012-07-23 20:17:24 +01:00
2012-07-19 11:22:40 +01:00
2012-07-23 20:17:24 +01:00
2012-07-19 11:22:40 +01:00
2012-06-09 20:18:09 +01:00
2012-10-24 11:16:55 +01:00
2012-03-12 15:09:15 +00:00
2012-05-02 16:35:43 +01:00
2012-11-13 15:26:29 +00:00
2012-07-19 11:22:40 +01:00
2012-11-13 15:26:29 +00:00
2012-07-19 16:11:47 +01:00
2012-11-22 09:56:01 +00:00
2012-08-18 22:08:29 +01:00
2012-03-12 15:09:15 +00:00
2012-11-13 15:26:29 +00:00
2012-03-12 15:09:15 +00:00
2012-03-12 15:09:15 +00:00
2012-03-12 15:09:15 +00:00
2012-03-13 08:23:56 +00:00
2012-05-01 08:57:55 +01:00
2011-11-08 14:43:07 +00:00
2012-08-21 20:16:29 +01:00
2011-11-08 14:43:07 +00:00
2012-08-21 20:16:29 +01:00
2011-11-08 14:43:07 +00:00
2012-08-21 20:16:29 +01:00
2011-11-08 14:43:07 +00:00
2012-08-21 20:16:29 +01:00