keepassxc/src/format
Felix Geyer 208b803fbe Fix KeePass2Repair to retain multi-byte UTF-8 chars.
Since char is (often) unsigned the ch < 0x20 check matched all
multi-byte encoded UTF-8 chars.
2016-02-02 00:41:16 +01:00
..
CsvExporter.cpp Add ability to export databases to CSV files. 2015-07-14 22:14:34 +02:00
CsvExporter.h Add ability to export databases to CSV files. 2015-07-14 22:14:34 +02:00
KeePass1.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
KeePass1Reader.cpp Fix crash when icon id is larger than INT_MAX. 2016-01-31 16:44:34 +01:00
KeePass1Reader.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
KeePass2.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
KeePass2RandomStream.cpp Catch and handle all errors from libgcrypt. 2015-05-09 23:21:44 +02:00
KeePass2RandomStream.h Warn if result of processInPlace() is unchecked. 2015-05-09 23:21:50 +02:00
KeePass2Reader.cpp Add repair functionality to strip invalid XML chars. 2016-01-28 23:07:04 +01:00
KeePass2Reader.h Add repair functionality to strip invalid XML chars. 2016-01-28 23:07:04 +01:00
KeePass2Repair.cpp Fix KeePass2Repair to retain multi-byte UTF-8 chars. 2016-02-02 00:41:16 +01:00
KeePass2Repair.h Add repair functionality to strip invalid XML chars. 2016-01-28 23:07:04 +01:00
KeePass2Writer.cpp Explicitly close/reset streams so we can detect errors. 2015-07-20 21:35:48 +02:00
KeePass2Writer.h Improve error messages for reading and wriiting databases. 2013-06-30 14:43:02 +02:00
KeePass2XmlReader.cpp Make sure we don't write negative icon ids into the database. 2016-01-31 17:06:51 +01:00
KeePass2XmlReader.h Introduce a strict mode in KeePass2XmlReader. 2014-12-01 21:52:51 +01:00
KeePass2XmlWriter.cpp Keep valid surrogate pairs in stripInvalidXml10Chars(). 2016-02-02 00:38:58 +01:00
KeePass2XmlWriter.h Strip invalid XML chars when writing databases. 2016-01-24 17:20:16 +01:00