index
:
delta/openssh-git.git
IBS
PRIVSEP
V_2_5_2
V_2_9_9
V_2_9_P1
V_3_0_2
V_3_2_3
V_3_3
V_3_5
V_3_6
V_3_6_1
V_3_7
V_3_8
V_3_8_1
V_3_9
V_4_0
V_4_1
V_4_2
V_4_3
V_4_4
V_4_5
V_4_6
V_4_7
V_4_9
V_5_3
V_5_4
V_5_6
V_5_8
V_5_9
V_6_0
V_6_2
V_6_3
V_6_4
V_6_5
V_6_6
V_6_7
V_6_8
V_6_9
V_7_0
V_7_1
V_7_2
V_7_3
V_7_4
V_7_5
V_7_6
V_7_7
V_7_8
V_7_9
V_8_0
V_8_1
V_8_2
V_8_3
V_8_4
V_8_5
V_8_6
V_8_7
V_8_8
V_8_9
V_9_0
V_9_1
V_9_2
V_9_3
baserock/6.7-musl
baserock/morph
baserock/tiagogomes/armv8l64
master
anongit.mindrot.org: openssh.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
session.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-15
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-04
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-20
1
-64
/
+87
*
upstream: convert auth.c to new packet API
djm@openbsd.org
2019-01-20
1
-2
/
+2
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-20
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
*
Adapt portable to legacy buffer API removal
Damien Miller
2018-07-10
1
-1
/
+1
*
upstream: sshd: switch loginmsg to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-9
/
+13
*
upstream: ttymodes: switch to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-4
/
+2
*
Fix other callers of read_environment_file.
Darren Tucker
2018-07-05
1
-2
/
+4
*
upstream: allow sshd_config PermitUserEnvironment to accept a
djm@openbsd.org
2018-07-03
1
-4
/
+15
*
upstream: add a SetEnv directive for sshd_config to allow an
djm@openbsd.org
2018-06-09
1
-2
/
+13
*
upstream: reorder child environment preparation so that variables
djm@openbsd.org
2018-06-09
1
-46
/
+48
*
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
2018-06-07
1
-5
/
+6
*
upstream: permitlisten option for authorized_keys; ok markus@
djm@openbsd.org
2018-06-07
1
-18
/
+34
*
upstream: Add a PermitListen directive to control which server-side
djm@openbsd.org
2018-06-07
1
-9
/
+18
*
upstream: make UID available as a %-expansion everywhere that the
djm@openbsd.org
2018-06-01
1
-3
/
+5
*
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-03-03
1
-28
/
+57
*
Remove UNICOS support.
Darren Tucker
2018-02-15
1
-23
/
+0
*
Whitespace sync with upstream.
Darren Tucker
2018-02-13
1
-1
/
+0
*
Whitespace sync with upstream.
Darren Tucker
2018-02-13
1
-4
/
+4
[next]