Go to file
agc 73f34b005f Changes to 3.99.12/20100907
+ add a pretty print function mj_pretty(3) to libmj
+ added netpgp_write_sshkey(3) to libnetpgp
+ added pgp2ssh(1)
+ added preliminary support for ElGamal decryption, needed for DSA keys
  as yet untested, unworking, and a WIP
+ add support for using all ssh keys, even those protected by a passphrase,
  for decryption and signing. This rounds off ssh key file support in netpgp.
+ add a single character alias [-S file] for [--sshkeyfile file] to
  netpgpkeys(1) and netpgp(1)

As far as ssh key file support goes, see the following example:

	% cp configure a
	% netpgp -S ~/.ssh/id_rsa.pub -e a
	% netpgp -S ~/.ssh/id_rsa.pub -d a.gpg
	Enter PEM pass phrase:
	% ls -al a a.gpg
	-rwxr-xr-x  1 agc  agc  758398 Sep  7 05:38 a
	-rw-------  1 agc  agc  156886 Sep  7 05:38 a.gpg
	%
2010-09-08 03:21:21 +00:00
bin Backout previous; it was wrong fix. 2010-08-31 05:07:09 +00:00
common Fix rb_tree_iterate to get the min/max element of the tree for the 2010-04-30 13:58:09 +00:00
compat update this to reality a little. 2010-06-30 03:28:01 +00:00
crypto Changes to 3.99.12/20100907 2010-09-08 03:21:21 +00:00
dist refering -> referring, per PR 43814. 2010-08-30 10:41:54 +00:00
distrib add dprintf and vdprintf 2010-09-06 14:52:55 +00:00
doc acpi(4): The ACPI driver will no longer attach if the BIOS release 2010-09-06 16:03:56 +00:00
etc Build install ramdisk kernel for JORNADA720. 2010-09-04 01:16:49 +00:00
external First cut at adding support for expected_failures. 2010-09-04 19:19:27 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games Rework the game startup so it uses curses nicely. There are now menus 2010-08-06 09:14:40 +00:00
gnu Add entry for libperfuse. 2010-09-01 13:01:35 +00:00
include Add dprintf and vdprintf. XXX: Might ifdef it if too many things break. 2010-09-06 14:52:26 +00:00
lib Simplify now that ukfs deals with being called from a thread which 2010-09-07 17:22:53 +00:00
libexec fix a compile error if NO_DIRINDEX_SUPPORT is defined. from rudolf. 2010-09-08 00:47:44 +00:00
regress The libdes tests have been converted to atf and now live in tests/lib/libdes. 2010-08-25 16:47:43 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin Add -G to usage, omission pointed out by wiz. Also, make usage format 2010-08-09 21:14:26 +00:00
share document ACPI_BLACKLIST_YEAR 2010-09-06 16:01:25 +00:00
sys Remember the end of the last text segment and set up a fake data segment 2010-09-07 21:32:03 +00:00
tests +tc (turns out the bug was elsewhere, but a test is always a test) 2010-09-07 17:09:28 +00:00
tools Replace the current usage of Elf64_Half with Elf64_Word and rename 2010-08-28 21:30:02 +00:00
usr.bin return an error if testing fails, and dump the device info before running tests 2010-09-03 19:20:37 +00:00
usr.sbin - Do not checkfor peer credentials when perfused is autostarted and 2010-09-07 02:11:04 +00:00
x11 fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
BUILDING remove the MKSUBPIXEL/MKTTINTERP options; they're going away. 2010-07-25 07:19:00 +00:00
Makefile remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
Makefile.inc
UPDATING minor clarification 2010-06-09 17:29:15 +00:00
build.sh Replace a couple uses of '$@' with '$*' 2010-08-24 20:52:31 +00:00