Go to file
pooka 4b008acfd7 Add rudimentary cgd tests. The tests use cgd to transform a
plaintext into into an encrypted image and back into plaintext by
doing rump I/O on /dev/cgd.  There is one test to check that giving
the same password for both encryption and decryption produces the
same plaintext and another to check that giving a different passwords
does not produce the same plaintext.

This could be fairly easily extended to test all feature of cgd
(hint hint).  For example, now cgd.conf is included in cvs, but
the only reason for that is that without further hacking cgdconfig
uses /dev/random quality random to generate the salt for a
pkcsetcetc_kdf2 cgconfig -g, and making an automated test block on
the entropy pool is just not good form.  Details are everything.
2010-11-11 22:38:46 +00:00
bin Make sh build in debug mode 2010-10-29 17:06:53 +00:00
common Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
compat Hook up xz into the build system. 2010-11-02 16:34:33 +00:00
crypto Bring the netpgpverify(1) manual page into line with current output, etc. 2010-11-11 04:51:18 +00:00
dist PR/44006: Ralph G: vi: CTRL-A does not handle end-of-word correctly 2010-10-28 18:12:47 +00:00
distrib +tp 2010-11-09 15:26:41 +00:00
doc Note nside(4). 2010-11-10 22:37:23 +00:00
etc usual goop for new tp & dir 2010-11-07 19:55:58 +00:00
external Calibrate the amount of time that a sleep() requires, and use that 2010-11-11 14:11:26 +00:00
extsrc
games Avoid undefined behavior, from Chris Spiegel in PR 43860. 2010-09-26 21:12:23 +00:00
gnu Update pa-netbsd.h to match pa-linux.h where it should. That is, remove 2010-11-10 18:28:29 +00:00
include Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
lib Don't puff sigpipe if the connection has been severed. May happen 2010-11-10 16:12:15 +00:00
libexec PR/44010: YAMAMOTO Takashi: sbrk: grow 0xb3ba2000 failed, error = 12" 2010-10-29 15:08:17 +00:00
regress Don't overrun the buffer, when writing some payload. 2010-10-03 19:41:25 +00:00
rescue Implement dl_iterate_phdr. 2010-10-16 10:27:06 +00:00
sbin Update RUMP_ACTION to use rumpclient. 2010-11-08 12:42:35 +00:00
share Update sti(4) from OpenBSD bringing across support for sti @ pci. 2010-11-09 12:24:47 +00:00
sys Apparently swwdog reboot hasn't worked in several years since it 2010-11-11 21:55:04 +00:00
tests Add rudimentary cgd tests. The tests use cgd to transform a 2010-11-11 22:38:46 +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 add a safe alternative of the previous. 2010-11-10 01:44:04 +00:00
usr.sbin NPF checkpoint: 2010-11-11 06:30:39 +00:00
x11 Disable USE_PAM on ports which have legacy non-XFree86 servers. 2010-10-10 07:03:28 +00:00
build.sh Replace a couple uses of '$@' with '$*' 2010-08-24 20:52:31 +00:00
BUILDING
Makefile
Makefile.inc
UPDATING