freebsd-dev/usr.bin/uudecode
Tony Finch 23c8333d66 Pull some common uu/b64 code out into shared functions. Move some
end-of-file checks out of the inner base64 loop, and remove the
trailing whitespace stripper. The latter was added in rev 1.23 but
the actual fix for the problem was in 1.24 -- b64_pton doesn't mind
extra whitespace. (However there's a bogus comment in OpenSSH's
uuencode.c that also mentions problems with trailing whitespace and
b64_pton, but their real problem is the comment field in the key
file.)
2003-02-27 05:59:18 +00:00
..
Makefile Add b64decode & b64encode as synonyms for uudecode and uuencode -m, 2002-05-19 11:17:17 +00:00
uudecode.c Pull some common uu/b64 code out into shared functions. Move some 2003-02-27 05:59:18 +00:00