libowfat/textcode
leitner 19c65ab54f fix two complaints by clang's static analyzer
..
base64.c more textcode stuff
base64url.c add base64url support
fmt_base64.c try to catch malicious input in textcode fmt_* functions
fmt_base64url.c add base64url support
fmt_cescape.c try to catch malicious input in textcode fmt_* functions
fmt_foldwhitespace.c switch to size_t and ssize_t
fmt_hexdump.c try to catch malicious input in textcode fmt_* functions
fmt_html.c add scan_html_tagarg
fmt_html_tagarg.c add fmt_html_tagarg, fmt_xml
fmt_jsonescape.c escape </script> in fmt_jsonescape
fmt_ldapescape.c shut up new gcc 6 warnings
fmt_ldapescape2.c be less restrictive (RFC says NUL CR and LF need to be escaped)
fmt_quotedprintable.c shut up new gcc 6 warnings
fmt_to_array.c $ make WERROR=-Werror now builds with -Werror
fmt_to_sa.c switch to size_t and ssize_t
fmt_tofrom_array.c try to catch malicious input in textcode fmt_* functions
fmt_urlencoded.c - and _ are also safe characters
fmt_uuencoded.c shut up new gcc 6 warnings
fmt_xml.c add fmt_html_tagarg, fmt_xml
fmt_yenc.c remove new compiler warnings from gcc 7
scan_base64.3 update man pages
scan_base64.c add man page and unit tests for scan_base64url
scan_base64url.3 update man pages
scan_base64url.c add man pages for scan_urlencoded*
scan_cescape.3 update man pages
scan_cescape.c bring scan_cescape up to speed
scan_hexdump.3 update man pages
scan_hexdump.c man page and unit tests for scan_hexdump
scan_html.c add man page and unit tests for scan_base64url
scan_jsonescape.3 update man pages
scan_jsonescape.c fix two complaints by clang's static analyzer
scan_ldapescape.3 update man pages
scan_ldapescape.c don't write one more byte in error case
scan_quotedprintable.c switch to size_t and ssize_t
scan_to_array.c switch to size_t and ssize_t
scan_to_sa.c switch to size_t and ssize_t
scan_tofrom_array.c switch to size_t and ssize_t
scan_urlencoded.3 update man pages
scan_urlencoded.c add man pages for scan_urlencoded*
scan_urlencoded2.3 update man pages
scan_uuencoded.3 update man pages
scan_uuencoded.c move unit tests into each file (compile with -DUNITTEST)
scan_yenc.c switch to size_t and ssize_t