#
beab8b1d |
| 08-Jan-2025 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bintrans(1): RFC2047 variant of quoted print
MFC After: 1 week Reviewed by: pstref Differential Revision: https://reviews.freebsd.org/D48381
|
#
a8d9bd3f |
| 08-Jan-2025 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bintrans(1): qp switch to getopt_long
In preparation for more arguments, switch bintrans qp argument parsing to getopt_long, while here make the decodign argument being -d|--decode for compatibility
bintrans(1): qp switch to getopt_long
In preparation for more arguments, switch bintrans qp argument parsing to getopt_long, while here make the decodign argument being -d|--decode for compatibility with base64 encoding/decoding
MFC After: 1 week Reviewed by: pstef Differential Revision: https://reviews.freebsd.org/D48380
show more ...
|
Revision tags: release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0 |
|
#
bc2913d1 |
| 01-Feb-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
bintrans: Remove unused variable.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D43559
|
#
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 ...
|
Revision tags: release/14.0.0 |
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
83e8c231 |
| 23-Aug-2022 |
Baptiste Daroussin <bapt@FreeBSD.org> |
bintrans: replace the quoted printable encoder/decoder
Replace the quoted printable code with one that respects RFC2045 Add tests about this parsers and encoders, using examples from the wikipedia p
bintrans: replace the quoted printable encoder/decoder
Replace the quoted printable code with one that respects RFC2045 Add tests about this parsers and encoders, using examples from the wikipedia page.
Reviewed by: pstef Differential Revision: https://reviews.freebsd.org/D36314
show more ...
|