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
2019-02-22
perform removal of agent-forwarding directory in forward setup error
Damien Miller
2019-02-10
syslog when connection is dropped for attempting to run a command
Damien Miller
2019-02-05
Adapt code in the non-USE_PIPES codepath to the new packet API.
Darren Tucker
2019-01-19
convert session.c to new packet API
Damien Miller
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-17
tun_fwd_ifnames variable should be extern; from Hanno Böck
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-10-04
include a little more information about the status and disposition of
Damien Miller
2018-10-02
Add server support for signalling sessions via the SSH channel/
Damien Miller
2018-07-25
fix indent; Clemens Goessnitzer
Theo de Raadt
2018-07-11
remove legacy key emulation layer; ok djm@
Markus Friedl
2018-07-09
sshd: switch loginmsg to sshbuf API; ok djm@
Markus Friedl
2018-07-09
ttymodes: switch to sshbuf API; ok djm@
Markus Friedl
2018-07-03
allow sshd_config PermitUserEnvironment to accept a pattern-list of
Damien Miller
2018-06-09
add a SetEnv directive for sshd_config to allow an administrator to
Damien Miller
2018-06-09
reorder child environment preparation so that variables read from
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-06-06
permitlisten option for authorized_keys; ok markus@
Damien Miller
2018-06-06
Add a PermitListen directive to control which server-side addresses
Damien Miller
2018-06-01
make UID available as a %-expansion everywhere that the username is
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2017-10-23
Expose devices allocated for tun/tap forwarding.
Damien Miller
2017-09-12
refactor channels.c
Damien Miller
2017-08-18
Move several subprocess-related functions from various locations to
Damien Miller
2017-06-24
refactor authentication logging
Damien Miller
2017-06-24
no need to call log_init to reinitialise logged PID in child sessions,
Damien Miller
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
Theo de Raadt
2017-05-31
clear session keys from memory; ok djm@
Markus Friedl
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
[next]