libowfat/textcode
Felix von Leitner 28d01b3688 also escape negative chars (we are in utf-8 land now, no longer latin1) 2021-04-21 11:32:03 +00:00
..
base64.c more textcode stuff 2002-04-30 13:30:51 +00:00
base64url.c add base64url support 2016-02-28 12:24:47 +00:00
fmt_base64.c try to catch malicious input in textcode fmt_* functions 2007-06-28 21:00:40 +00:00
fmt_base64url.c add base64url support 2016-02-28 12:24:47 +00:00
fmt_cescape.c also escape negative chars (we are in utf-8 land now, no longer latin1) 2021-04-21 11:32:03 +00:00
fmt_foldwhitespace.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
fmt_hexdump.c try to catch malicious input in textcode fmt_* functions 2007-06-28 21:00:40 +00:00
fmt_html.c add scan_html_tagarg 2014-09-17 13:58:59 +00:00
fmt_html_tagarg.c add fmt_html_tagarg, fmt_xml 2014-09-16 15:41:35 +00:00
fmt_jsonescape.c add "make check" target and make it work :) 2020-10-30 14:50:42 +00:00
fmt_ldapescape.c shut up new gcc 6 warnings 2016-04-27 14:07:49 +00:00
fmt_ldapescape2.c be less restrictive (RFC says NUL CR and LF need to be escaped) 2018-12-14 22:21:53 +00:00
fmt_quotedprintable.c shut up new gcc 6 warnings 2016-04-27 14:07:49 +00:00
fmt_to_array.c $ make WERROR=-Werror now builds with -Werror 2014-03-13 22:25:20 +00:00
fmt_to_sa.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
fmt_tofrom_array.c try to catch malicious input in textcode fmt_* functions 2007-06-28 21:00:40 +00:00
fmt_urlencoded.c - and _ are also safe characters 2016-11-23 01:36:27 +00:00
fmt_uuencoded.c shut up new gcc 6 warnings 2016-04-27 14:07:49 +00:00
fmt_xml.c add fmt_html_tagarg, fmt_xml 2014-09-16 15:41:35 +00:00
fmt_yenc.c remove new compiler warnings from gcc 7 2017-04-30 20:22:21 +00:00
scan_base64.3 update man pages 2017-08-07 19:25:09 +00:00
scan_base64.c remove some warnings in unit tests 2020-10-30 15:06:17 +00:00
scan_base64url.3 update man pages 2017-08-07 19:25:09 +00:00
scan_base64url.c remove some warnings in unit tests 2020-10-30 15:06:17 +00:00
scan_cescape.3 update man pages 2017-08-07 19:25:09 +00:00
scan_cescape.c add "make check" target and make it work :) 2020-10-30 14:50:42 +00:00
scan_hexdump.3 update man pages 2017-08-07 19:25:09 +00:00
scan_hexdump.c man page and unit tests for scan_hexdump 2017-07-30 13:50:12 +00:00
scan_html.c make check can now run in parallel 2020-10-30 19:46:30 +00:00
scan_jsonescape.3 update man pages 2017-08-07 19:25:09 +00:00
scan_jsonescape.c fix two complaints by clang's static analyzer 2020-06-16 12:40:57 +00:00
scan_ldapescape.3 update man pages 2017-08-07 19:25:09 +00:00
scan_ldapescape.c add "make check" target and make it work :) 2020-10-30 14:50:42 +00:00
scan_quotedprintable.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
scan_to_array.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
scan_to_sa.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
scan_tofrom_array.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00
scan_urlencoded.3 update man pages 2017-08-07 19:25:09 +00:00
scan_urlencoded.c add man pages for scan_urlencoded* 2017-07-30 14:16:04 +00:00
scan_urlencoded2.3 update man pages 2017-08-07 19:25:09 +00:00
scan_uuencoded.3 update man pages 2017-08-07 19:25:09 +00:00
scan_uuencoded.c move unit tests into each file (compile with -DUNITTEST) 2017-05-13 22:52:21 +00:00
scan_yenc.c switch to size_t and ssize_t 2006-11-07 17:56:05 +00:00