| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
| |
larsnooden AT openoffice.org
|
|
|
|
|
| |
code of getaddrinfo. Prompted by vgiffin at apple com via bz #1417.
ok markus@ stevesk@
|
| |
|
|
|
|
|
| |
ok djm, sort of ok stevesk
makes the pain stop in one easy step
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Theo nuked - our scripts to sync -portable need them in the files
|
|
|
|
|
|
|
|
|
|
| |
and use them throughout openssh
xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it to
die
feedback and ok deraadt@
|
| |
|
| |
|
|
|
|
|
| |
using the SHA256 code in libc (and wrapper to make it into an OpenSSL
EVP), interop tested against CVS PuTTY
|
| |
|
| |
|
|
|
|
| |
dave AT cirt.net; ok dtucker@
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(containing number of bytes read/written), and indicates error by
returning 0. EOF is signalled by errno==EPIPE.
Typical use now becomes:
if (atomicio(read, ..., len) != len)
err(1,"read");
ok deraadt@, cloder@, djm@
|
| |
|
| |
|
| |
|
|
|
|
| |
markus@ ok
|
| |
|
|
|
|
| |
existing diffie-hellman-group1-sha1); ok markus@
|
|
|
|
| |
from cjwatson AT debian.org; ok markus@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
server code into the client; ok provos@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes erroneous "bad greeting". ok markus@
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ok markus@
|