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
Age
Commit message (
Expand
)
Author
2023-12-08
prevent leak in sshsig_match_principals; ok djm@
Markus Friedl
2023-12-06
short circuit debug log processing early if we're not going to
Damien Miller
2023-11-24
Plug mem leak of msg when processing a quit message.
Darren Tucker
2023-11-23
Include existing mux path in debug message.
Darren Tucker
2023-11-20
set errno=EAFNOSUPPORT when filtering addresses that don't match
Damien Miller
2023-11-15
when connecting via socket (the default case), filter addresses by
Damien Miller
2023-11-15
when deciding whether to enable keystroke timing obfuscation,
Damien Miller
2023-11-13
Make sure sftp_get_limits() only returns 0 if 'limits' was initialized.
Tobias Heider
2023-10-25
Import regenerated moduli.
Darren Tucker
2023-10-16
Move declaration of "len" into the block where it's used. This lets
Darren Tucker
2023-10-12
64 %-expansion keys ought to be enough for anybody; ok dtucker
Damien Miller
2023-10-12
don't dereference NULL pointer when hashing jumphost
Damien Miller
2023-10-12
add %j token that expands to the configured ProxyJump hostname (or
Damien Miller
2023-10-12
release GSS OIDs only at end of authentication; bz2982, ok dtucker@
Damien Miller
2023-10-12
mask SIGINT/TERM/QUIT/HUP before checking quit_pending and use ppoll()
Damien Miller
2023-10-11
sync usage() with ssh.1; spotted by kn@
Damien Miller
2023-10-11
ssh -Q does not make sense with other command-line options, so give
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-10-11
add support for reading ED25519 private keys in PEM PKCS8 format;
Damien Miller
2023-10-11
mention "none" is a valid argument to IdentityFile; bz3080
Damien Miller
2023-10-11
in olde rcp/scp protocol mode, when rejecting a path from the server
Damien Miller
2023-10-11
s/%.100s/%s/ in SSH- banner construction as there's no reason to
Damien Miller
2023-10-10
Garbage collect cipher_get_keyiv_len()
Theo Buehler
2023-10-10
Reserve a range of "local extension" message numbers that OpenSSH promises
Damien Miller
2023-10-04
spelling fix;
Jason McIntyre
2023-10-04
openssh-9.5
Damien Miller
2023-10-04
add some cautionary text about % token expansion and shell metacharacters;
Damien Miller
2023-10-03
fix link to agent draft; spotted by Jann Horn
Damien Miller
2023-09-19
typo; from Jim Spath
Theo de Raadt
2023-09-10
rename remote_glob() -> sftp_glob() to match other API
Damien Miller
2023-09-10
typo in comment
Damien Miller
2023-09-10
randomise keystroke obfuscation intervals and average interval rate.
Damien Miller
2023-09-08
fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here is
Damien Miller
2023-09-08
fix recursive remote-remote copies of directories that contain symlinks
Damien Miller
2023-09-08
the sftp code was one of my first contributions to OpenSSH and it
Damien Miller
2023-09-08
fix scp in SFTP mode recursive upload and download of directories
Damien Miller
2023-09-06
allow override of Sybsystem directives in sshd Match blocks
Damien Miller
2023-09-06
allocate the subsystems array as necessary and remove the fixed limit of
Damien Miller
2023-09-06
preserve quoting of Subsystem commands and arguments. This may change
Damien Miller
2023-09-06
downgrade duplicate Subsystem directives from being a fatal error
Damien Miller
2023-09-06
handle cr+lf (instead of just cr) in sshsig signature files
Damien Miller
2023-09-04
Generate Ed25519 keys when invoked without arguments
Job Snijders
2023-09-04
trigger keystroke timing obfucation only if the channels layer enqueud
Damien Miller
2023-09-04
avoid bogus "obfuscate_keystroke_timing: stopping ..." debug
Damien Miller
2023-09-04
make channel_output_poll() return a flag indicating whether channel
Damien Miller
2023-09-03
set interactive mode for ControlPersist sessions if they originally
Damien Miller
2023-08-29
make PerSourceMaxStartups first-match-wins; ok dtucker@
Damien Miller
2023-08-28
descriptive text shouldn't be under .Cm
Damien Miller
2023-08-28
limit artificial login delay to a reasonable maximum (5s) and don't
Damien Miller
2023-08-28
add spacing for punctuation when macro args;
Jason McIntyre
[next]