Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (7h)  netbsd-10 (18d)  netbsd-9 (18d)  netbsd-8 (23d) 

2024-06-04 02:46:26 UTC Now

2009-12-14 23:29:57 UTC MAIN commitmail json YAML

src/crypto/external/bsd/netpgp/dist/TODO@1.27 / diff / nxr@1.27
src/crypto/external/bsd/netpgp/dist/bindings/perl/netpgp.pl@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/configure@1.20 / diff / nxr@1.20
src/crypto/external/bsd/netpgp/dist/configure.ac@1.19 / diff / nxr@1.19
src/crypto/external/bsd/netpgp/dist/include/netpgp.h@1.13 / diff / nxr@1.13
src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.am@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/src/lib/Makefile.in@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/lib/bufgap.c@1.3 / diff / nxr@1.3
src/crypto/external/bsd/netpgp/dist/src/lib/keyring.c@1.26 / diff / nxr@1.26
src/crypto/external/bsd/netpgp/dist/src/lib/libnetpgp.3@1.10 / diff / nxr@1.10
src/crypto/external/bsd/netpgp/dist/src/lib/misc.c@1.26 / diff / nxr@1.26
src/crypto/external/bsd/netpgp/dist/src/lib/netpgp.c@1.33 / diff / nxr@1.33
src/crypto/external/bsd/netpgp/dist/src/lib/netpgpsdk.h@1.7 / diff / nxr@1.7
src/crypto/external/bsd/netpgp/dist/src/lib/packet-print.c@1.23 / diff / nxr@1.23
src/crypto/external/bsd/netpgp/dist/src/lib/ssh2pgp.c@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/netpgp/Makefile@1.5 / diff / nxr@1.5
src/crypto/external/bsd/netpgp/dist/src/netpgp/netpgp.c@1.8 / diff / nxr@1.8
src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/netpgpkeys.c@1.6 / diff / nxr@1.6
src/crypto/external/bsd/netpgp/dist/src/netpgpverify/Makefile@1.4 / diff / nxr@1.4
src/crypto/external/bsd/netpgp/dist/tst@1.16 / diff / nxr@1.16
src/crypto/external/bsd/netpgp/lib/config.h@1.2 / diff / nxr@1.2
src/crypto/external/bsd/netpgp/mkdist@1.2 / diff / nxr@1.2

Prepare for a new netpgp-20091210 portable release.

Apart from infrastructure changes, there are the following functional ones:

+ Update to version 20091210

+ provide a new netpgp_match_list_keys(3) function to perform a
regular-expression based search of all the keys in the keyring.  If no
pattern is specified to match, then all keys are returned.

+ provide a new netpgp_set_homedir(3) function, and use it to set the
home directory from the library, rather than individually in all the
programs which use the library

+ provide a new netpgp_incvar(3) function which will add a constant
increment (which may be negative) to the value of an internal
variable.  This is primarily used for the verbosity level within the
library, and is again a movement of the function into the library from
the individual programs which use the library

+ move to the specification of an ssh key file by internal variable,
rather than the directory holding an ssh key file

+ autoconf infrastructure changes

+ take a hammer to the _GNU_SOURCE definitions problems

+ don't rely on strnlen(3) being present everywhere

(agc)