History log of /freebsd-current/usr.bin/bintrans/bintrans.c
Revision Date Author Comments
# ed016aa4 21-Apr-2022 Piotr Pawel Stefaniak <pstef@FreeBSD.org>

base64: ignore -i as promised


# aad4fd54 15-Apr-2022 Piotr Pawel Stefaniak <pstef@FreeBSD.org>

Add a quoted-printable encoder/decoder

As an example:
printf 'We don=27t know what to do with other=20worlds.=0D=0A' \
| bintrans qp -u

Differential Revision: https://reviews.freebsd.org/D34933

Reviewed by: debdrup (manpage)


# 540a9928 07-Apr-2022 Piotr Pawel Stefaniak <pstef@FreeBSD.org>

Add the base64 command using b64encode and b64decode

Various scripts expect the base64 command to be present. We've had the
code and it's been exposed as b64encode/b64decode, but it wasn't widely
known under these names and the syntax is much different.

Reviewed by: delphij
Differential Revision: https://reviews.freebsd.org/D32945


# 47bcbde9 17-Apr-2022 Piotr Pawel Stefaniak <pstef@FreeBSD.org>

bintrans: move files to a new directory

And reflect the change in various places.