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
2024-10-14
Split per-connection sshd-session binary
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-02-01
whitespace
Damien Miller
2023-08-10
better debug logging of sessions' exit status
Damien Miller
2023-03-07
Fix mem leak in environment setup. From jjelen at redhat.com via
Darren Tucker
2023-03-05
Remove unused compat.h includes. We've previously removed a lot
Darren Tucker
2023-01-06
Add channel_set_xtype()
Damien Miller
2023-01-06
tweak channel ctype names
Damien Miller
2023-01-06
Add channel_force_close()
Damien Miller
2022-02-08
Switch hpdelim interface to accept only ":" as delimiter.
Darren Tucker
2021-08-11
remove a bunch of %p in format strings; leftovers of debuggings
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2020-12-14
use _PATH_SSH_USER_DIR instead of hardcoded .ssh in path
Damien Miller
2020-11-28
check result of strchr() against NULL rather than searched-for
Damien Miller
2020-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-07-07
correct recently broken comments
Theo de Raadt
2020-07-05
some language improvements; ok markus
Damien Miller
2020-07-03
avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd is
Damien Miller
2020-07-03
when redirecting sshd's log output to a file, undo this redirection
Damien Miller
2020-06-26
Expand path to ~/.ssh/rc rather than relying on it being relative to the
Darren Tucker
2020-03-13
spelling errors in comments; no code change
Damien Miller
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-11-13
stdarg.h required more broadly; ok djm
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
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
[next]