opnsense-src/usr.bin/bintrans
Kyle Evans c195ae9591 bintrans: disable argument permutation for qp and base64
Err on the side of caution and revert to the BSD-style getopt(3)
behavior for argument processing, as it's harder to go back and it's
not clear that this was strictly intentional.

This is the difference between allowing `base64 /COPYRIGHT -w 80` and
forcing `base64 -w 80 /COPYRIGHT`.

Reviewed by:	emaste, pstef

(cherry picked from commit d8fd551438706b3766da23e72ef077945ba43cd3)
2025-04-25 22:19:48 -05:00
..
tests Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
bintrans.1 bintrans(1): fix typo 2025-01-16 16:49:17 +01:00
bintrans.c bintrans: disable argument permutation for qp and base64 2025-04-25 22:19:48 -05:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
qp.c bintrans: disable argument permutation for qp and base64 2025-04-25 22:19:48 -05:00
uudecode.c bintrans: Error out if writing to the output failed. 2024-02-24 13:12:49 +01:00
uuencode.c bintrans: Error out if writing to the output failed. 2024-02-24 13:12:49 +01:00
uuencode.format.5 Remove $FreeBSD$: one-line nroff pattern 2023-08-16 11:55:15 -06:00