index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
session.c
Age
Commit message (
Expand
)
Author
2013-07-19
add ssh-agent(1) support to sshd(8); allows encrypted hostkeys,
Markus Friedl
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-19
reintroduce 1.262 without the connection-killing bug:
Damien Miller
2013-04-17
revert rev 1.262; it fails because uid is already set here. ok djm@
Darren Tucker
2013-03-06
fatal() when ChrootDirectory specified by running without root privileges;
Damien Miller
2012-12-02
make AllowTcpForwarding accept "local" and "remote" in addition to its
Damien Miller
2012-03-15
root should always be excluded from the test for /etc/nologin instead
Philip Guenthe
2011-10-24
bz#1859: send tty break to pty master instead of (probably already
Damien Miller
2010-11-25
replace close() loop for fds 3->64 with closefrom();
Damien Miller
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-06-25
bz#1750: fix requirement for /dev/null inside ChrootDirectory for
Damien Miller
2010-06-22
include the user name on "subsystem request for ..." log messages;
Damien Miller
2010-06-18
Missing check for chroot_director == "none" (we already checked against
Damien Miller
2010-04-23
set stderr to /dev/null for subsystems rather than just closing it.
Damien Miller
2010-03-07
Hold authentication debug messages until after successful authentication.
Darren Tucker
2010-01-12
Add explicit stat so we reliably detect nologin with bad perms. ok djm markus
Darren Tucker
2010-01-12
Do not allow logins if /etc/nologin exists but is not readable by the user
Darren Tucker
2009-11-20
Warn but do not fail if stat()ing the subsystem binary fails. This helps
Darren Tucker
2009-11-19
bz#1606: error when an attempt is made to connect to a server
Damien Miller
2009-10-06
bz#1596: fflush(NULL) before exec() to ensure that everying (motd
Damien Miller
2009-04-17
use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
Kevin Steves
2009-01-22
make Channel->path an allocated string, saving a few bytes here and
Damien Miller
2008-11-09
typo fixed (overriden -> overridden)
Tobias Stoeckmann
2008-10-02
Convert an unchecked strdup to xstrdup. OK deraadt@
Todd C. Miller
2008-08-21
allow ForceCommand internal-sftp with arguments. based on patch from
Damien Miller
2008-06-16
Rename the isatty argument to is_tty so we don't shadow isatty(3).
Darren Tucker
2008-06-15
don't call isatty() on a pty master, instead pass a flag down to
Damien Miller
2008-06-14
suppress the warning message from chdir(homedir) failures
Damien Miller
2008-05-09
re-add the USE_PIPES code and enable it.
Markus Friedl
2008-05-08
Make the maximum number of sessions run-time controllable via
Damien Miller
2008-05-08
Implement a channel success/failure status confirmation callback
Damien Miller
2008-05-07
Enable the AllowAgentForwarding option in sshd_config (global and match
Pierre-Yves Ritschard
2008-04-18
remove unneccessary parentheses
Damien Miller
2008-03-26
add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
Damien Miller
2008-03-25
last patch had backwards test; spotted by termim AT gmail.com
Damien Miller
2008-03-25
ignore ~/.ssh/rc if a sshd_config ForceCommand is specified;
Damien Miller
2008-02-22
closefrom() call was too early, delay it until just before we execute
Damien Miller
2008-02-20
correct boolean encoding for coredump; der Mouse via dugsong
Markus Friedl
2008-02-13
rekey arc4random and OpenSSL RNG in postauth child
Damien Miller
2008-02-10
delay ~ expansion for ChrootDirectory so it expands to the logged-in user's
Damien Miller
2008-02-08
add sshd_config ChrootDirectory option to chroot(2) users to a directory and
Damien Miller
2008-02-04
link sftp-server into sshd; feedback and ok djm@
Markus Friedl
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-08-23
missed include bits from last commit
Damien Miller
2007-08-23
unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@
Damien Miller
2007-01-21
spaces
Kevin Steves
2006-10-09
xmalloc -> xcalloc that was missed previously, from portable
Damien Miller
2006-08-29
normalise some inconsistent (but harmless) NULL pointer checks
Damien Miller
2006-08-18
delay authentication related cleanups until we're authenticated and
Markus Friedl
2006-08-04
spaces
Kevin Steves
[next]