index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssh.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: honour user's umask if it is more restrictive then the ssh
djm@openbsd.org
2022-10-07
1
-2
/
+2
*
upstream: add a RequiredRSASize for checking RSA key length in
djm@openbsd.org
2022-09-17
1
-9
/
+18
*
upstream: ignore SIGPIPE earlier in main(), specifically before
djm@openbsd.org
2022-07-01
1
-2
/
+3
*
upstream: ssh is almost out of getopt() characters; note the
djm@openbsd.org
2022-03-30
1
-2
/
+2
*
upstream: Switch hpdelim interface to accept only ":" as delimiter.
dtucker@openbsd.org
2022-02-10
1
-5
/
+4
*
upstream: log some details on hostkeys that ssh loads for
djm@openbsd.org
2022-01-06
1
-1
/
+7
*
upstream: spelling
jsg@openbsd.org
2022-01-04
1
-2
/
+2
*
upstream: don't put the tty into raw mode when SessionType=none, avoids
djm@openbsd.org
2021-12-02
1
-2
/
+3
*
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-12
1
-2
/
+5
*
upstream: Replace WITH_OPENSSL ifdefs in log calls with a macro.
dtucker@openbsd.org
2020-11-08
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-16
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
[next]