Age | Commit message (Collapse) | Author |
|
Dave Dykstra <dwd@bell-labs.com>. Remove un-needed test for zlib.h.
[contrib/caldera/openssh.spec, contrib/redhat/openssh.spec,
contrib/suse/openssh.spec] Update version to match version.h
|
|
|
|
|
|
Report from Michal Zalewski <lcamtuf@coredump.cx>
|
|
Add optional PATH to --with-pcre, --with-zlib, --with-tcp-wrappers
based on patch by albert chin (china@thewrittenword.com)
Re-arange AC_CHECK_HEADERS and AC_CHECK_FUNCS for eaiser reading
of patches to configure.in
Replace obsolete AC_STRUCT_ST_BLKSIZE with AC_CHECK_MEMBERS
Add test for broken dirname() on Solaris 2.5.1 by
Dan Astoorian <djast@cs.toronto.edu>
[acconfig.h aclocal.m4 defines.h configure.in]
Better socklen_t patch by albert chin (china@thewrittenword.com)
[scp.c]
Replace obsolete HAVE_ST_BLKSIZE with HAVE_STRUCT_STAT_ST_BLKSIZE
[Makefile.in] When running make in top level, always do make in openbsd-compat
patch by Dave Dykstra <dwd@bell-labs.com>
|
|
Zoran Milojevic <Zoran.Milojevic@SS8.com> and j.petersen@msh.de
|
|
|
|
set right.
|
|
work needs to be done, but it is a 190% better then the stuff we
had before!
|
|
|
|
|
|
|
|
[clientloop.c]
clear select masks if we return before calling select().
|
|
[session.c]
delay detach of session if a channel gets closed but the child is
still alive. however, release pty, since the fd's to the child are
already closed.
|
|
- markus@cvs.openbsd.org 2001/10/10 22:18:47
[channels.c channels.h clientloop.c nchan.c serverloop.c]
[session.c session.h]
try to keep channels open until an exit-status message is sent.
don't kill the login shells if the shells stdin/out/err is closed.
this should now work:
ssh -2n localhost 'exec > /dev/null 2>&1; sleep 10; exit 5'; echo ?
|
|
|
|
|
|
[channels.c channels.h serverloop.c session.c session.h]
simplify session close: no more delayed session_close, no more blocking wait() calls.
|
|
[serverloop.c]
close all channels if the connection to the remote host has been closed,
should fix sshd's hanging with WCHAN==wait
|
|
[session.c]
stat subsystem command before calling do_exec, and return error to client.
|
|
[session.c]
chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
|
|
[sshconnect.c]
use correct family for -b option
|
|
[channels.c]
better debug
|
|
[channels.c channels.h]
avoid possible FD_ISSET overflow for channels established
during channnel_after_select() (used for dynamic channels).
|
|
[authfile.c]
grammer; Matthew_Clarke@mindlink.bc.ca
|
|
[sshconnect1.c sshconnect2.c sshconnect.c]
unify hostkey check error messages, simplify prompt.
|
|
[session.c]
fix typo in error message, sync with do_exec_nopty
|
|
[sshconnect.c]
remove unused argument
|
|
[serverloop.c]
client_alive_check cleanup
|
|
[channels.c serverloop.c]
comment out bogus conditions for selecting on connection_in
|
|
[key.c]
call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com
|
|
|
|
Prompted by Matthew Vernon <matthew@sel.cam.ac.uk>
|
|
|
|
|
|
[auth.c]
use realpath() for homedir, too. from jinmei@isl.rdc.toshiba.co.jp
|
|
[sshd.c]
#include "channels.h" for channel_set_af()
|
|
[ssh-add.c]
return non-zero exit code on error; ok markus@
|
|
[readconf.c readconf.h ssh.1 sshconnect.c]
add NoHostAuthenticationForLocalhost; note that the hostkey is
now check for localhost, too.
|
|
[channels.c channels.h ssh.c sshd.c]
remove ugliness; vp@drexel.edu via angelos
|
|
[scp.c]
skip filenames containing \n; report jdamery@chiark.greenend.org.uk
and matthew@debian.org
|
|
[ssh.c]
bug: read user config first; report kaukasoi@elektroni.ee.tut.fi
|
|
[ssh-keygen.c]
bzero private key after loading to smartcard; ok markus@
|
|
[sshd.8]
don't talk about compile-time options
ok markus@
|
|
[auth2.c auth2-chall.c sshconnect1.c]
typos; from solar
|
|
[packet.c]
missing called=1; chombier@mac.com
|
|
[compress.c]
mem leak; chombier@mac.com
|
|
|
|
64-bit off_t.
|
|
- (bal) move reading 'config.h' up higher. Patch by albert chin
<china@thewrittenword.com)
|