| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
correct bad practice in the code - it uses two changing variables
to manage buffer (buf and buflen). we eliminate buflen and use
fixed point (ep) as the ending pointer. From: itojun
this fix is critical.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
form isakmpd works. From Tim Newsham <newsham@lava.net>
ok provos@
|
| |
|
|
|
|
|
| |
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit
mul instructions no longer need emulation.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
sync with latest kame.
|
| |
|
| |
|
| |
|
|
|
|
| |
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
|
|
|
|
| |
truncate, thanks to itojun@
|
| |
|
| |
|
| |
|
|
|
|
| |
support the random device
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
routines which used to be externally used are now macros. ugh.
|
|
|
|
| |
this is consistent.
|
|
|
|
| |
belongs. Closes PR/1554 from bk@rt.fm.
|
|
|
|
| |
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
|