Module Name: src Committed By: agc Date: Tue Mar 16 00:22:52 UTC 2010
Modified Files: src/crypto/external/bsd/netpgp/dist/src/hkpd: Makefile hkpd.c hkpd.h main.c Added Files: src/crypto/external/bsd/netpgp/dist/src/hkpd: hkpd.8 Log Message: various changes to the hkpd server + add a man page for hkpd(8) + add support for ipv6 as well as ipv4. individual families can be specified on the command line using the -f argument. default to inet4 and inet6. + rationalise the process of getting a socket and binding to it for hkpd. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \ src/crypto/external/bsd/netpgp/dist/src/hkpd/Makefile \ src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.c \ src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.h \ src/crypto/external/bsd/netpgp/dist/src/hkpd/main.c cvs rdiff -u -r0 -r1.1 src/crypto/external/bsd/netpgp/dist/src/hkpd/hkpd.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.