libowfat/textcode
leitner f28b0ee6b2 add fmt_ldapescape2
..
base64.c more textcode stuff
fmt_base64.c try to catch malicious input in textcode fmt_* functions
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 try to catch malicious input in textcode fmt_* functions
fmt_ldapescape.c try to catch malicious input in textcode fmt_* functions
fmt_ldapescape2.c add fmt_ldapescape2
fmt_quotedprintable.c try to catch malicious input in textcode fmt_* functions
fmt_to_array.c try to catch malicious input in textcode fmt_* functions
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 try to catch malicious input in textcode fmt_* functions
fmt_uuencoded.c try to catch malicious input in textcode fmt_* functions
fmt_yenc.c try to catch malicious input in textcode fmt_* functions
scan_base64.c switch to size_t and ssize_t
scan_cescape.c switch to size_t and ssize_t
scan_hexdump.c switch to size_t and ssize_t
scan_html.c switch to size_t and ssize_t
scan_ldapescape.c switch to size_t and ssize_t
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.c switch to size_t and ssize_t
scan_uuencoded.c switch to size_t and ssize_t
scan_yenc.c switch to size_t and ssize_t