index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
session.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Split per-connection sshd-session binary
djm@openbsd.org
2024-10-14
1
-6
/
+1
*
typo in comment
Damien Miller
2024-06-13
1
-1
/
+1
*
fix PTY allocation on Cygwin, broken by sshd split
Damien Miller
2024-06-13
1
-0
/
+11
*
remove PRIVSEP macros for osx
Damien Miller
2024-06-04
1
-2
/
+2
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-31
/
+5
*
upstream: whitespace
djm@openbsd.org
2024-02-01
1
-2
/
+2
*
upstream: better debug logging of sessions' exit status
djm@openbsd.org
2023-08-11
1
-4
/
+11
*
upstream: Fix mem leak in environment setup.
dtucker@openbsd.org
2023-03-07
1
-1
/
+2
*
upstream: Remove unused compat.h includes.
dtucker@openbsd.org
2023-03-05
1
-2
/
+1
*
upstream: Add channel_set_xtype()
djm@openbsd.org
2023-01-06
1
-2
/
+11
*
upstream: tweak channel ctype names
djm@openbsd.org
2023-01-06
1
-2
/
+2
*
upstream: Add channel_force_close()
djm@openbsd.org
2023-01-06
1
-6
/
+8
*
upstream: Switch hpdelim interface to accept only ":" as delimiter.
dtucker@openbsd.org
2022-02-10
1
-2
/
+2
*
remove sys/param.h in -portable, after upstream
Damien Miller
2021-12-21
1
-1
/
+0
*
upstream: remove a bunch of %p in format strings; leftovers of
djm@openbsd.org
2021-08-11
1
-3
/
+2
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-2
/
+2
*
don't free string returned by login_getcapstr(3)
Damien Miller
2021-02-18
1
-4
/
+1
*
upstream: use _PATH_SSH_USER_DIR instead of hardcoded .ssh in path
djm@openbsd.org
2020-12-14
1
-3
/
+3
*
upstream: check result of strchr() against NULL rather than
djm@openbsd.org
2020-11-28
1
-2
/
+2
*
session.c: use "denylist" terminology
Duncan Eastoe
2020-10-29
1
-10
/
+10
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-71
/
+60
*
Adjust portable code to match changes in 939d787d,
Darren Tucker
2020-07-15
1
-2
/
+2
*
upstream: correct recently broken comments
deraadt@openbsd.org
2020-07-15
1
-2
/
+2
*
upstream: some language improvements; ok markus
djm@openbsd.org
2020-07-15
1
-10
/
+10
*
upstream: avoid tilde_expand_filename() in expanding ~/.ssh/rc - if
djm@openbsd.org
2020-07-03
1
-2
/
+2
*
upstream: when redirecting sshd's log output to a file, undo this
djm@openbsd.org
2020-07-03
1
-1
/
+4
*
upstream: Expand path to ~/.ssh/rc rather than relying on it
dtucker@openbsd.org
2020-06-26
1
-8
/
+12
*
upstream: spelling errors in comments; no code change from
djm@openbsd.org
2020-03-14
1
-3
/
+3
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-2
/
+2
*
Wrap copy_environment_blacklist() in #ifdef
Damien Miller
2020-01-21
1
-0
/
+2
*
Fix missing prototype warning for copy_environment
Ruben Kerkhof
2020-01-21
1
-1
/
+3
*
upstream: stdarg.h required more broadly; ok djm
deraadt@openbsd.org
2019-11-14
1
-2
/
+2
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-24
/
+24
*
session: Do not use removed API
Damien Miller
2019-04-03
1
-1
/
+1
*
upstream: perform removal of agent-forwarding directory in forward
djm@openbsd.org
2019-02-22
1
-1
/
+3
*
upstream: syslog when connection is dropped for attempting to run a
djm@openbsd.org
2019-02-10
1
-3
/
+6
*
don't set $MAIL if UsePam=yes
Damien Miller
2019-02-08
1
-2
/
+5
*
upstream: Adapt code in the non-USE_PIPES codepath to the new packet
dtucker@openbsd.org
2019-02-08
1
-2
/
+2
*
last bits of old packet API / active_state global
Damien Miller
2019-01-20
1
-32
/
+0
*
upstream: convert session.c to new packet API
djm@openbsd.org
2019-01-19
1
-64
/
+87
*
upstream: convert auth.c to new packet API
djm@openbsd.org
2019-01-19
1
-2
/
+2
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: tun_fwd_ifnames variable should b
djm@openbsd.org
2019-01-17
1
-2
/
+2
*
expose $SSH_CONNECTION in the PAM environment
Damien Miller
2018-12-14
1
-4
/
+7
*
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-11-16
1
-2
/
+2
*
upstream: include a little more information about the status and
djm@openbsd.org
2018-10-04
1
-4
/
+5
*
only support SIGINFO on systems with SIGINFO
Damien Miller
2018-10-02
1
-0
/
+2
*
upstream: Add server support for signalling sessions via the SSH
djm@openbsd.org
2018-10-02
1
-1
/
+75
*
upstream: fix indent; Clemens Goessnitzer
deraadt@openbsd.org
2018-07-26
1
-2
/
+2
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-2
/
+2
[next]