64028ac3 | 01-Feb-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
bintrans: Add base64 to name list in manual page.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: 0mp, pstef Differential Revision: https://reviews.freebsd.org/D43558 |
bce34cba | 01-Feb-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
bintrans: Fix uninitialized variable.
`prev` may be used uninitialized if `body` starts with a newline.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: bapt, emaste Differential Revision:
bintrans: Fix uninitialized variable.
`prev` may be used uninitialized if `body` starts with a newline.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D43534
show more ...
|
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
Re
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)
show more ...
|
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 kn
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
show more ...
|