Handle malformed values. Detect non-existence MP file.

This commit is contained in:
Jim Norman 2007-06-19 19:05:22 +00:00
parent dfbdcc6403
commit 5afe199508
2 changed files with 1539 additions and 1531 deletions

View File

@ -64,7 +64,7 @@ public class Common
public static string MICASA_PASSCODE_BY_MP_FILE = "/.miCASAPCByMPasswd";
public static string MICASA_KEY_FILE = "/.miCASAKey";
public static string MICASA_PERSISTENCE_FILE = "/.miCASA";
public static string MICASA_VALIDATION_FILE = "/.miCASAValidate";
public static string MICASA_VALIDATION_FILE = "/.miCASAValidateHash";
static Char[] SpecialCharacters = new Char[]{ '*', ':', '\'', '\\', '&', '=', '<', '>' };

File diff suppressed because it is too large Load Diff