Files
libguestfs/fish
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
..
2011-11-08 14:43:07 +00:00
2013-02-02 13:56:19 +00:00
2013-02-04 12:45:02 +00:00
2013-02-02 13:56:19 +00:00
2013-02-02 13:56:19 +00:00
2013-02-01 14:48:35 +00:00
2013-02-02 13:56:19 +00:00
2013-02-02 13:56:19 +00: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-03-13 08:23:56 +00:00
2011-11-08 14:43:07 +00:00
2011-11-08 14:43:07 +00:00
2011-11-08 14:43:07 +00:00
2011-11-08 14:43:07 +00:00