Age | Commit message (Collapse) | Author |
|
|
|
tested avsm@ and jakob@, ok markus@
|
|
|
|
|
|
add expansion to ControlPath; ok markus@
|
|
ControlPath is not contactable; spotted by and ok avsm@
|
|
|
|
must be a target directory), kill the spawned ssh child before exiting.
This stops it trying to authenticate and spewing lots of output.
deraadt@ ok
|
|
(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@
|
|
|
|
ok markus@
|
|
- use strtonum instead of atoi where its easier
- check some strlcpy overflow and fatal instead of truncate
|
|
much more readable; fixes and ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ignasi.roca AT fujitsu-siemens.com (bz #829); ok dtucker@
|
|
that we do (bz #623); ok deraadt@
|
|
|
|
ok markus@
|
|
whacking; ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
based on a diff from markus;
problem report from ponraj;
ok dtucker@ markus@ deraadt@
|
|
|
|
(bz #999); ok markus@
|
|
|
|
|
|
|
|
|
|
|
|
ClearAllForwardings (bz #996). From Craig Leres, ok markus@
|
|
|
|
|
|
|