History log of /netbsd/crypto/external/bsd/netpgp/dist/src/Makefile.am (Results 1 – 7 of 7)
Revision Date Author Comments
# 2a988851 09-Mar-2014 agc <agc@NetBSD.org>

Bring over the standalone netpgpverify sources from
pkgsrc/security/netpgpverify.

No functional change.


# 7115f053 17-Feb-2014 agc <agc@NetBSD.org>

Update the autoconf-based infrastructure for another release.

The main change in this infrastructure is to get rid of the
libnetpgp-based netpgpverify. This functionality is provided by the
standal

Update the autoconf-based infrastructure for another release.

The main change in this infrastructure is to get rid of the
libnetpgp-based netpgpverify. This functionality is provided by the
standalone netpgpverify and libnetpgpverify in pkgsrc, and
verification can also be performed using "netpgp -v".

show more ...


# 922661dd 07-Aug-2010 agc <agc@NetBSD.org>

Catch up the JSON routines being in their own library. Use the JSON routines
to return all the text as a JSON-encoded string for all keys and sigs which
are returned.


# 7e613096 10-Jun-2009 agc <agc@NetBSD.org>

CHANGES 1.99.9 -> 1.99.10

+ fix a bug in decryption whereby a bad passphrase would cause a segmentation
violation
+ fix some regressions in key searching in the underlying find keys routines
+ add

CHANGES 1.99.9 -> 1.99.10

+ fix a bug in decryption whereby a bad passphrase would cause a segmentation
violation
+ fix some regressions in key searching in the underlying find keys routines
+ add C++ declaration protection to the external interface in netpgp.h
+ split out the key management parts of netpgp(1) into netpgpkeys(1)

show more ...


# 41335e2d 09-Jun-2009 agc <agc@NetBSD.org>

CHANGES 1.99.8 -> 1.99.9

+ make more use of __ops_io_t structure
+ addition of standalone, stripped-down netpgpverify utility
+ addition of test for --list-packets on an empty file
+ bring forward s

CHANGES 1.99.8 -> 1.99.9

+ make more use of __ops_io_t structure
+ addition of standalone, stripped-down netpgpverify utility
+ addition of test for --list-packets on an empty file
+ bring forward some simplifications from netpgpverify
+ some name changes
+ get rid of the increment and then decrement keycount around
accumulated data ("it's to do with counting")
+ then use unsigned integers for the size and counts for the
dynamic array of keys, and use the common dynamic array macros
for keys in a keyring
+ if it's a union, let's use it as a union, not a struct
+ modified documentation to correct the --list-packets command (sorry, ver)
+ add a new directory structure for both the distribution and the
reachover Makefiles. The autotest framework has been partially overhauled
but more TLC is needed here.
+ add a --pass-fd=n option so that external programs can provide the
passphrase on a file descriptor without going through the callback,
requested by joerg

show more ...


# 14bfdb87 26-May-2009 lukem <lukem@NetBSD.org>

rcsid fixup


# 1c576705 26-May-2009 lukem <lukem@NetBSD.org>

Overhaul build infrastructure:
- use automake to generate the Makefile.in
- style reorg in configure.ac
- ensure <openssl/sha.h> provides SHA256_CTX (openssl 0.9.8 or greater)
- move the "build helpe

Overhaul build infrastructure:
- use automake to generate the Makefile.in
- style reorg in configure.ac
- ensure <openssl/sha.h> provides SHA256_CTX (openssl 0.9.8 or greater)
- move the "build helpers" to buildaux
- add a rudimentary (and not yet functional) test suite

(There's still more to do.)

Per chat with Alistair.

show more ...