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
/
ssh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Fix "Allocated port" debug message
dtucker@openbsd.org
2021-09-20
1
-2
/
+3
*
upstream: allow CanonicalizePermittedCNAMEs=none in ssh_config; ok
djm@openbsd.org
2021-09-16
1
-3
/
+4
*
upstream: Document behaviour of arguments following non-interactive
dtucker@openbsd.org
2021-09-10
1
-2
/
+2
*
upstream: xstrdup environment variable used by ForwardAgent. bz#3328
dtucker@openbsd.org
2021-08-08
1
-2
/
+2
*
upstream: note successful authentication method in final "Authenticated
djm@openbsd.org
2021-07-23
1
-8
/
+1
*
upstream: Add a ForkAfterAuthentication ssh_config(5) counterpart
djm@openbsd.org
2021-07-23
1
-15
/
+8
*
upstream: Add a StdinNull directive to ssh_config(5) that allows
djm@openbsd.org
2021-07-23
1
-14
/
+8
*
upstream: wrap some long lines
djm@openbsd.org
2021-07-17
1
-4
/
+7
*
upstream: fix sftp on ControlPersist connections, broken by recent
djm@openbsd.org
2021-07-17
1
-1
/
+2
*
upstream: add a SessionType directive to ssh_config, allowing the
djm@openbsd.org
2021-07-14
1
-19
/
+19
*
Move closefrom() to before first malloc.
Darren Tucker
2021-06-25
1
-6
/
+6
*
upstream: Switch ssh_config parsing to use argv_split()
djm@openbsd.org
2021-06-08
1
-2
/
+7
*
upstream: allow ssh_config SetEnv to override $TERM, which is otherwise
djm@openbsd.org
2021-06-04
1
-3
/
+6
*
upstream: restore blocking status on stdio fds before close
djm@openbsd.org
2021-05-19
1
-12
/
+5
*
upstream: fix breakage of -W forwaring introduced in 1.554; reported by
djm@openbsd.org
2021-05-18
1
-2
/
+3
*
upstream: fix previous: test saved no_shell_flag, not the one that just
djm@openbsd.org
2021-05-14
1
-2
/
+2
*
upstream: Fix ssh started with ControlPersist incorrectly executing a
djm@openbsd.org
2021-05-14
1
-2
/
+2
*
polish whitespace for portable files
Damien Miller
2021-04-03
1
-1
/
+1
*
upstream: ensure that pkcs11_del_provider() is called before exit -
djm@openbsd.org
2021-04-03
1
-1
/
+5
*
upstream: warn when the user specifies a ForwardAgent path that does
djm@openbsd.org
2021-02-23
1
-1
/
+7
*
upstream: ssh: add PermitRemoteOpen for remote dynamic forwarding
markus@openbsd.org
2021-02-17
1
-1
/
+42
*
upstream: whitespace
djm@openbsd.org
2021-02-05
1
-2
/
+1
*
upstream: remove global variable used to stash compat flags and use the
djm@openbsd.org
2021-01-27
1
-2
/
+2
*
upstream: Rename HostbasedKeyTypes (ssh) and
dtucker@openbsd.org
2021-01-26
1
-3
/
+4
*
upstream: Rename PubkeyAcceptedKeyTypes keyword to
dtucker@openbsd.org
2021-01-22
1
-2
/
+3
*
upstream: plumb ssh_conn_info through to sshconnect.c; feedback/ok
djm@openbsd.org
2020-12-21
1
-30
/
+5
*
upstream: allow UserKnownHostsFile=none; feedback and ok markus@
djm@openbsd.org
2020-12-21
1
-12
/
+30
*
upstream: refactor client percent_expand() argument passing;
djm@openbsd.org
2020-12-21
1
-65
/
+80
*
upstream: prepare readconf.c for fuzzing; remove fatal calls and
djm@openbsd.org
2020-12-21
1
-2
/
+3
*
upstream: Prevent integer overflow when ridiculously large
dtucker@openbsd.org
2020-11-13
1
-2
/
+5
*
upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.
dtucker@openbsd.org
2020-11-09
1
-15
/
+3
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-56
/
+50
*
upstream: LogVerbose keyword for ssh and sshd
djm@openbsd.org
2020-10-17
1
-1
/
+3
*
upstream: Zap unused family parameter from ssh_connect_direct()
kn@openbsd.org
2020-10-14
1
-2
/
+2
*
upstream: There are lots of place where we want to redirect stdin,
djm@openbsd.org
2020-10-03
1
-40
/
+8
*
upstream: close stdin when forking after authentication too; ok markus
djm@openbsd.org
2020-09-21
1
-2
/
+3
*
upstream: close stdout/stderr after "ssh -f ..." forking
djm@openbsd.org
2020-09-21
1
-6
/
+21
*
upstream: Also compare username when checking for JumpHost loops.
dtucker@openbsd.org
2020-08-03
1
-6
/
+9
*
upstream: Add a '%k' TOKEN that expands to the effective HostKey of
dtucker@openbsd.org
2020-07-17
1
-1
/
+4
*
upstream: Add %-TOKEN, environment variable and tilde expansion to
dtucker@openbsd.org
2020-07-17
1
-1
/
+17
*
upstream: some language improvements; ok markus
djm@openbsd.org
2020-07-15
1
-6
/
+6
*
upstream: Defer creation of ~/.ssh by ssh(1) until we attempt to
dtucker@openbsd.org
2020-06-26
1
-18
/
+2
*
upstream: Correct historical comment: provos@ modified OpenSSH to
dtucker@openbsd.org
2020-06-05
1
-2
/
+2
*
upstream: Allow some keywords to expand shell-style ${ENV}
dtucker@openbsd.org
2020-05-29
1
-7
/
+33
*
upstream: Add TOKEN percent expansion to LocalFoward and RemoteForward
dtucker@openbsd.org
2020-04-10
1
-50
/
+87
*
upstream: r1.522 deleted one too many lines; repair
djm@openbsd.org
2020-04-03
1
-1
/
+2
*
upstream: fix debug statement
djm@openbsd.org
2020-04-03
1
-2
/
+2
*
upstream: the tunnel-forwarding vs ExitOnForwardFailure fix that I
djm@openbsd.org
2020-04-03
1
-3
/
+14
*
upstream: make failures when establishing "Tunnel" forwarding terminate
djm@openbsd.org
2020-04-03
1
-23
/
+39
*
upstream: Make with config keywords support which
dtucker@openbsd.org
2020-04-03
1
-67
/
+53
[next]