Age | Commit message (Collapse) | Author |
|
|
|
|
|
stored in little endian form (like MD4/MD5). So, instead of having
SHA1Final copy the result buffer, we do it ourselves with a loop
stolen from RFC2289, Appendix A. Closes PR1650.
|
|
sync with latest kame.
|
|
|
|
Zap dead code.
|
|
|
|
|
|
Fixes the unaligned accesses in awk.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from FreeBSD list
|
|
|
|
|
|
|
|
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
|
|
|
|
truncate, thanks to itojun@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This makes cap_mkdb happier, though cap_mkdb still behaves incorrectly
when given multiple files (but that is cap_mkdb's fault).
|
|
support the random device
|
|
pw_error() is prefectly legal but now we have to check for it explicity
(it was handled implicitly before since warn(name) would become warn(NULL)).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|