kpmcore/src
Pali Rohár e957c220bd Disallow non-ASCII and ASCII control characters in FAT label
FAT label is interpreted according to current OEM DOS codepage which is
system dependent setting. But most DOS codepages have same characters in
printable ASCII range, so this is the only safe range of characters which
are interpreted in same way by most programs and operating systems. Also
all DOS codepages are only 8bit, so characters above U+FF cannot be stored
to FAT label.
2017-09-26 22:02:02 +01:00
..
backend Rename KPMcore include guards. 2017-09-10 20:12:52 +01:00
core fstab fixes: 2017-09-20 21:22:53 +01:00
fs Disallow non-ASCII and ASCII control characters in FAT label 2017-09-26 22:02:02 +01:00
gui Fix more implicit type conversion warnings. 2017-09-11 13:41:03 +01:00
jobs Minor clang warnings++ 2017-09-11 12:01:39 +01:00
ops Minor clang warnings++ 2017-09-11 12:01:39 +01:00
plugins Fix reading partition label. 2017-09-17 13:06:31 +01:00
util Do not store more than 10M characters in ExternalCommand output. 2017-09-15 14:59:59 +01:00
CMakeLists.txt Add fstab file parser. 2017-09-13 18:46:33 +01:00
Messages.sh Remove kcfg and kcfgc files. 2015-07-21 12:44:40 +02:00