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
2016-11-30
Add a sshd_config DisableForwaring option that disables X11, agent,
Damien Miller
2016-08-23
fix previous, a condition was modified incorrectly; ok markus@ deraadt@
Otto Moerbeek
2016-08-19
remove UseLogin option and support for having /bin/login manage
Damien Miller
2016-08-13
remove ssh1 server code; ok djm@
Markus Friedl
2016-03-10
sanitise characters destined for xauth
Damien Miller
2016-03-07
refactor canohost.c: move functions that cache results closer to the
Damien Miller
2016-02-16
add a "Close session" log entry (at loglevel=verbose) to correspond
Damien Miller
2015-10-24
skip "Could not chdir to home directory" message when chrooted
Damien Miller
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2015-01-14
move authfd.c and its tentacles to the new buffer/key API;
Damien Miller
2014-12-22
make internal handling of filename arguments of "none" more consistent
Damien Miller
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-07-03
Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc is
Damien Miller
2014-07-03
standardise on NI_MAXHOST for gethostname() string lengths; about
Damien Miller
2014-03-03
ignore enviornment variables with embedded '=' or '\0' characters;
Damien Miller
2014-01-31
replace most bzero with explicit_bzero, except a few that cna be memset
Ted Unangst
2014-01-18
explicitly define USE_PIPES to 1 to prevent redefinition warnings in portable
Darren Tucker
2013-10-29
shd_config PermitTTY to disallow TTY allocation, mirroring the
Damien Miller
2013-10-14
Add logging of session starts in a useful format; ok markus@ feedback and
Damien Miller
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
[next]