| Commit message (Collapse) | Author | Files | Lines |
|
|
|
draft-itojun-v6ops-v4mapped-harmful-00.txt
|
|
|
|
|
|
more pickier string manipulation. deraadt ok
|
|
ok millert@, rogue ok pjanzen@
|
|
|
|
|
|
|
|
|
|
first.
|
|
markus miod ok
|
|
|
|
|
|
(adds fix for unused kerberos and engine code, and some more
assertions, as well as a 64bit integer string fix for conf_mod.c)
|
|
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
|
|
|
|
help get this right.
|
|
function pointers from the outside will segfault. Idea, hints and feedback
from deraadt. ok deraadt.
|
|
|
|
(need some string-manipulation cleanup near here)
|
|
|
|
|
|
|
|
Noticed by deraadt@
|
|
|
|
|
|
ok deraadt@
|
|
NB future porters, default is still big endian.
|
|
|
|
|
|
major because these interfaces are really not exported (or used).
|
|
|
|
|
|
this allows stuff like nc -l 10101 < /dev/null to have nc exit
automatically when it gets EOF from the network.
ok ericj@
|
|
|
|
|
|
millert made the same suggestion, so i guess it's ok ;)
|
|
ok ericj@
|
|
|
|
already notified.
|
|
aliases to fake up strtou?q(). espie@ OK.
|
|
|
|
|
|
|
|
to manage buffer (buf and buflen). we eliminate buflen and use
fixed point (ep) as the ending pointer.
this fix is NOT critical.
|
|
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.
this fix is critical.
|
|
|
|
|
|
for operations when /dev/crypto is missing, for instance in chroot
|