pooka
23c2b7b527
Update RUMP_ACTION to use the newstyle rump client.
2010-11-04 23:31:12 +00:00
pooka
8097a77b45
make that 48
2010-11-04 22:05:43 +00:00
matt
e787a03c11
Replace the copyright with a new TNF copyright since nothing of the old
...
ip_id.c remains. Remove old comments which have no relevance anymore.
2010-11-04 22:00:51 +00:00
christos
ee29967bad
scrub the whole array, not just the first n malloced entries.
2010-11-04 21:49:45 +00:00
pooka
17c08f2ce0
Add rumpclient to setlists.
...
You know, I used to think setlists were ridiculous back when ~20
entries per lib were required. It seems we're up to 47 and I've
long since run out of superlatives to describe the situation.
2010-11-04 21:15:54 +00:00
pooka
6b1f3dc0a5
Add library for rump syscall client stubs.
2010-11-04 21:01:28 +00:00
pooka
d8d5e7b0b7
bump rumpuser version
2010-11-04 20:57:00 +00:00
pooka
13e503f148
Refactor the sysproxy code so that rumpuser contains only the server side.
2010-11-04 20:54:07 +00:00
pooka
a3aca72140
regen: standalone client support for rump syscalls
2010-11-04 20:51:18 +00:00
pooka
c099830b29
Create rump_syscalls.c in two flavours: one which can be compiled
...
standalone as the clientside and one which expects to be compiled
into the rump kernel.
2010-11-04 20:50:29 +00:00
jruoho
01720ae0de
Initialize pointers to NULL to avoid accidentally free(9)'ing garbage.
...
Should address the panic reported by Alan Bueno in PR # 44042. The root
cause (an empty _DOD) is yet to be determined.
2010-11-04 20:08:12 +00:00
pooka
f8a3e97e40
regen
2010-11-04 17:03:20 +00:00
pooka
3c0f9a592b
apply "shut up, lint" for syscallargs.h
2010-11-04 17:02:34 +00:00
agc
9b9aeb8d81
Apply the patch from Peter Pentchev in PR 44041
...
``When netpgp thinks (even for a little while, even if it
should change its mind almost immediately) that it's
processing a detached signature, it sends a message to that
effect to io->outs.
This kind of interferes with "netpgp --cat" :)''
Use io->errs instead of io->outs for the informational message.
2010-11-04 16:24:22 +00:00
agc
d22b8667a6
Apply patch from Peter Pentchev in PR 44040
...
The patch fixes two problems when verifying a clearsigned message:
- a copy/paste error - "litdata" should be "cleartext"
- a use of an uninitialized variable, resulting in freeing
an uninitialized pointer on the stack... resulting in a segfault
2010-11-04 16:13:35 +00:00
agc
8d65eff422
Note the user-specified cipher has been implemented
2010-11-04 15:40:43 +00:00
agc
4b284f7789
add an additional test for the user-specified cipher
2010-11-04 15:39:42 +00:00
agc
f36027304f
allow user-specification of cipher to be used when encrypting packets.
...
at the user level, this is specified using the --cipher=<ciphername>
option.
2010-11-04 15:39:08 +00:00
agc
f7745f8410
allow user-specification of cipher to be used when encrypting packets.
...
preserve the CAST5 default for now.
at the user level, this is specified using the --cipher=<ciphername>
option.
2010-11-04 15:38:45 +00:00
christos
0ae434d4da
more static
2010-11-04 14:08:31 +00:00
christos
9bc86f7706
PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 character
...
sets specially as far as history goes since we always need to do the conversion
from narrow [history] to wide [editline].
2010-11-04 13:53:12 +00:00
agc
c59501b234
Add the new --cipher option to usage message, pointed out by Thomas
...
Klausner -- thanks, wiz!
2010-11-04 13:45:30 +00:00
pooka
bfc769e859
debug entries are sacred too
2010-11-04 13:24:26 +00:00
wiz
7541b687e9
Remove paragraph about pkg_add'ing the firmware, it's coming with the
...
base system. Bump date.
2010-11-04 13:22:20 +00:00
christos
2046a5e3cc
sprinkle static.
2010-11-04 13:21:08 +00:00
pgoyette
16d3da0a1e
Don't include the now non-existent usb_port.h
2010-11-04 13:13:43 +00:00
pgoyette
2ce20f6d94
Remove lib/libc/stdio - no longer anything in there.
2010-11-04 13:01:42 +00:00
pgoyette
93e2084075
Add files for lib/libc/stdio tests.
2010-11-04 13:00:07 +00:00
uebayasi
4e5f5b66bd
Fix DEBUG kernel build.
2010-11-04 12:16:15 +00:00
pooka
90989e51c9
+ tests/lib/libc/stdio
2010-11-04 11:50:27 +00:00
wiz
9569e8e4ad
Bump date for --cipher.
2010-11-04 09:30:33 +00:00
pooka
ee19a7cb85
regen
2010-11-04 09:19:14 +00:00
pooka
03f65433c5
add dlink3 and netgear3
2010-11-04 09:18:39 +00:00
plunky
e4548c2a7b
add some missing tags
2010-11-04 08:54:44 +00:00
agc
a4afbbbf7e
use the correct manual page name
2010-11-04 07:47:30 +00:00
agc
ea2cbd9f75
Only include camellia cipher if openssl supports it
2010-11-04 07:35:08 +00:00
agc
87dbcd56bd
add a Makefile.in file for libmj
2010-11-04 07:33:46 +00:00
agc
722a40f938
autoconf guard for <openssl/camellia.h>
2010-11-04 07:03:41 +00:00
agc
46e6961a97
update version string to 20101103
2010-11-04 07:02:25 +00:00
agc
da498fd5a2
Update base version to 20101103
...
Add openssl/camellia.h to the list of header files we look for in autoconf
Re-generate configure scripts
2010-11-04 07:01:52 +00:00
agc
f8aefef305
+ add ability in netpgpkeys(1) to specify the cipher (symmetric algorithm)
...
as specified in RFC 5581
+ add the camellia cipher implementation from openssl
2010-11-04 06:46:15 +00:00
agc
3dc7aea18b
Update to version 3.99.13:
...
+ add ability in netpgpkeys(1) to specify the cipher (symmetric algorithm)
as specified in RFC 5581
+ add the camellia cipher implementation from openssl
2010-11-04 06:45:28 +00:00
agc
839eb285fa
put RFC 5581 in the reference section
2010-11-04 06:42:22 +00:00
agc
3002456f79
Add RFC5581 in the reference section - The Camellia Cipher in OpenPGP
2010-11-04 06:40:25 +00:00
uebayasi
0074f46521
uebayasi-xip: add mdsetimage directories.
2010-11-04 04:33:35 +00:00
dyoung
ac87baf848
usb_port.h was deleted, no need to skip it when computing tags.
2010-11-04 03:15:50 +00:00
dyoung
6f854a73d6
usb_port.h was deleted, no need to mention it here.
2010-11-04 03:14:54 +00:00
dyoung
c2faba51fd
Poison any code that still uses <dev/usb/usb_port.h> by removing the
...
empty header file.
2010-11-04 01:59:21 +00:00
dyoung
8db16c6f4b
Remove temporary #inclusion of <dev/usb/usb_port.h>.
2010-11-04 01:58:07 +00:00
agc
9104ca5d0a
check return values from memory allocation routines in symmetric key
...
initialisation. return an error if allocation failed.
modify symmetric key initialisation function signature to return an
indication of success or failure.
get rid of one-time typedef for function definitions; their indirection
does not add any extra insight, and just obfuscates the declarations.
2010-11-04 01:18:34 +00:00