EdgeBSD/src 2cc2a30 — crypto/external/bsd/netpgp/dist/src/lib signature.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1
Merge branch 'khorben/edgebsd-7/netpgp' into edgebsd_7
Also document alternate option "--detach"
Correct option "--armor"
EdgeBSD/src 3a5baeb — crypto/external/bsd/netpgp/dist/src/hkpclient hkpc.1, crypto/external/bsd/netpgp/dist/src/lib libnetpgp.3
Manual page fixes from Anthony J. Bentley, with many thanks!
Addresses PR/48395
EdgeBSD/src 7081ba4 — external/bsd/fetch/dist/libfetch fetch.3, share/examples/refuse/ian/libfetch fetch.3
Use Mt for email addresses.
EdgeBSD/src 85fd9fe — external/bsd/fetch/dist/libfetch fetch.3, share/examples/refuse/ian/libfetch fetch.3
Use Mt for email addresses.
EdgeBSD/src 7edfcab — external/bsd/fetch/dist/libfetch fetch.3, share/examples/refuse/ian/libfetch fetch.3
Use Mt for email addresses.
EdgeBSD/src d3e100e — crypto/external/bsd/netpgp/dist/src/lib netpgp.c crypto.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1 netpgp.c
Fix PR 44075 from Peter Pentchev, but do this by adding a
--numtries=<attempts> option to netpgp(1) to provide the maximum
number of attempts to retrieve the correct passphrase when signing or
decrypting, and use it in libnetpgp(3). The default number of
attempts is 3, and a value of "unlimited" will loop until the correct
passphrase has been entered.
EdgeBSD/src 30137e9 — crypto/external/bsd/netpgp/dist/src/lib netpgp.c crypto.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1 netpgp.c
Fix PR 44075 from Peter Pentchev, but do this by adding a
--numtries=<attempts> option to netpgp(1) to provide the maximum
number of attempts to retrieve the correct passphrase when signing or
decrypting, and use it in libnetpgp(3). The default number of
attempts is 3, and a value of "unlimited" will loop until the correct
passphrase has been entered.
EdgeBSD/src 53567de — crypto/external/bsd/netpgp/dist/src/lib netpgp.c crypto.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1 netpgp.c
Fix PR 44075 from Peter Pentchev, but do this by adding a
--numtries=<attempts> option to netpgp(1) to provide the maximum
number of attempts to retrieve the correct passphrase when signing or
decrypting, and use it in libnetpgp(3). The default number of
attempts is 3, and a value of "unlimited" will loop until the correct
passphrase has been entered.
EdgeBSD/src 0957df9 — crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1 Makefile.in
allow user-specification of cipher to be used when encrypting packets.
at the user level, this is specified using the --cipher=<ciphername>
option.
EdgeBSD/src a3a2dcc — crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1 Makefile.in
allow user-specification of cipher to be used when encrypting packets.
at the user level, this is specified using the --cipher=<ciphername>
option.
EdgeBSD/src 1e09ac8 — crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1 Makefile.in
allow user-specification of cipher to be used when encrypting packets.
at the user level, this is specified using the --cipher=<ciphername>
option.
EdgeBSD/src 7de260b — crypto/external/bsd/netpgp/dist/src/libpaa server.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1
Escape hyphens properly in manual pages, so that groff can handle them.
Patch from Peter Pentchev in PR 44026.
EdgeBSD/src cd325d6 — crypto/external/bsd/netpgp/dist/src/libpaa server.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1
Escape hyphens properly in manual pages, so that groff can handle them.
Patch from Peter Pentchev in PR 44026.
EdgeBSD/src 0fda817 — crypto/external/bsd/netpgp/dist/src/libpaa server.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1
Escape hyphens properly in manual pages, so that groff can handle them.
Patch from Peter Pentchev in PR 44026.
EdgeBSD/src f50cd88 — crypto/external/bsd/netpgp/dist/src/lib keyring.c packet-print.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.c
Changes to 3.99.9/20100809
+ add single character options to netpgp(1) and netpgpkeys(1)
+ add -o long-option(=value)? options to netpgp(1) and netpgpkeys(1)
+ add some small preparations for using the first subkey for encryption
(much more to follow)
EdgeBSD/src 458c05c — crypto/external/bsd/netpgp/dist/src/lib keyring.c packet-print.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.c
Changes to 3.99.9/20100809
+ add single character options to netpgp(1) and netpgpkeys(1)
+ add -o long-option(=value)? options to netpgp(1) and netpgpkeys(1)
+ add some small preparations for using the first subkey for encryption
(much more to follow)
EdgeBSD/src b01c30b — crypto/external/bsd/netpgp/dist/src/lib keyring.c packet-print.c, crypto/external/bsd/netpgp/dist/src/netpgp netpgp.c
Changes to 3.99.9/20100809
+ add single character options to netpgp(1) and netpgpkeys(1)
+ add -o long-option(=value)? options to netpgp(1) and netpgpkeys(1)
+ add some small preparations for using the first subkey for encryption
(much more to follow)
EdgeBSD/src 96a4c63 — crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1, crypto/external/bsd/netpgp/dist/src/netpgpkeys netpgpkeys.1
RETURN VALUES -> EXIT STATUS
EdgeBSD/src 1e806ef — crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1, crypto/external/bsd/netpgp/dist/src/netpgpkeys netpgpkeys.1
RETURN VALUES -> EXIT STATUS
EdgeBSD/src 759357f — crypto/external/bsd/netpgp/dist/src/netpgp netpgp.1, crypto/external/bsd/netpgp/dist/src/netpgpkeys netpgpkeys.1
RETURN VALUES -> EXIT STATUS
Remove a duplicate example - from Juan RP in private mail - thanks!
Remove a duplicate example - from Juan RP in private mail - thanks!
Remove a duplicate example - from Juan RP in private mail - thanks!
Quote lines that start with . and should appear literally.
Quote lines that start with . and should appear literally.
Quote lines that start with . and should appear literally.
EdgeBSD/src c6835fe — crypto/external/bsd/netpgp/dist/src/lib writer.c packet-parse.c
Update netpgp to version 1.99.20/20100304 - portability improvements, and bug fixes:
Changes to 1.99.20/20100304
+ move args to some functions around to be consistent
+ use uint*_t where appropriate
+ fix bug in verify memory
+ add documentation to manual pages to show how to do combined
signing/encryption and decryption/verification
+ make verification of ascii-armoured memory work the same as binary
+ eliminate use of strdup(3), strcasecmp(3), and strptime(3). NetBSD/pkgsrc
PR 42922 applies - need to define _XOPEN_SOURCE and _BSD_SOURCE for
newer linux platforms with glibc 2.10.1. solved a bit differently, by
implementing strdup(3) and strcasecmp(3) independently, and using regexps
to avoid calling strptime(3).
Update netpgp to version 1.99.20/20100304 - portability improvements, and bug fixes:
Changes to 1.99.20/20100304
+ move args to some functions around to be consistent
+ use uint*_t where appropriate
+ fix bug in verify memory
+ add documentation to manual pages to show how to do combined
signing/encryption and decryption/verification
+ make verification of ascii-armoured memory work the same as binary
+ eliminate use of strdup(3), strcasecmp(3), and strptime(3). NetBSD/pkgsrc
PR 42922 applies - need to define _XOPEN_SOURCE and _BSD_SOURCE for
newer linux platforms with glibc 2.10.1. solved a bit differently, by
implementing strdup(3) and strcasecmp(3) independently, and using regexps
to avoid calling strptime(3).