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
2019-01-20
DH-GEX min value is now specified in RFC8270. ok djm@
Darren Tucker
2019-01-19
fix error in refactor: use ssh_packet_disconnect() instead of
Damien Miller
2019-01-19
remove last traces of old packet API!
Damien Miller
2019-01-19
remove last references to active_state
Damien Miller
2019-01-19
convert monitor.c to new packet API
Damien Miller
2019-01-19
convert sshd.c to new packet API
Damien Miller
2019-01-19
convert session.c to new packet API
Damien Miller
2019-01-19
convert auth.c to new packet API
Damien Miller
2019-01-19
convert serverloop.c to new packet API
Damien Miller
2019-01-19
convert the remainder of sshconnect2.c to new packet API
Damien Miller
2019-01-19
convert the remainder of clientloop.c to new packet API
Damien Miller
2019-01-19
convert auth2.c to new packet API
Damien Miller
2019-01-19
convert servconf.c to new packet API
Damien Miller
2019-01-19
convert channels.c to new packet API
Damien Miller
2019-01-19
convert sshconnect.c to new packet API
Damien Miller
2019-01-19
convert ssh.c to new packet API
Damien Miller
2019-01-19
convert mux.c to new packet API
Damien Miller
2019-01-19
convert sshconnect2.c to new packet API
Damien Miller
2019-01-19
convert clientloop.c to new packet API
Damien Miller
2019-01-19
allow sshpkt_fatal() to take a varargs format; we'll use this to give
Damien Miller
2019-01-19
begin landing remaining refactoring of packet parsing API, started
Damien Miller
2019-01-19
Print an \r in front of the password prompt so parts of a password
Theo Buehler
2019-01-17
tun_fwd_ifnames variable should be extern; from Hanno Böck
Damien Miller
2019-01-17
include time.h for time(3)/nanosleep(2); from Ian McKellar
Damien Miller
2019-01-17
many of the global variables in this file can be made static;
Damien Miller
2019-01-16
Add "-h" flag to sftp chown/chgrp/chmod commands to request they do
Damien Miller
2019-01-16
add support for a "lsetstat@openssh.com" extension. This replicates the
Damien Miller
2019-01-04
eliminate function-static attempt counters for passwd/kbdint
Damien Miller
2019-01-04
fix memory leak of ciphercontext when rekeying; bz#2942
Damien Miller
2019-01-01
static on global vars, const on handler tables that contain function
Damien Miller
2018-12-27
Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.com
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-12-07
Fix calculation of initial bandwidth limits.
Darren Tucker
2018-12-07
only consider the ext-info-c extension during the initial KEX. It shouldn't
Damien Miller
2018-12-07
fix option letter pasto in previous
Damien Miller
2018-12-07
mention that the ssh-keygen -F (find host in authorized_keys) and -R
Damien Miller
2018-12-07
no need to allocate channels_pre/channels_post in channel_init_channels()
Damien Miller
2018-11-30
don't attempt to connect to empty SSH_AUTH_SOCK; bz#293
Damien Miller
2018-11-28
don't truncate user or host name in "user@host's password: " prompts.
Damien Miller
2018-11-23
tweak previous;
Jason McIntyre
2018-11-23
add a ssh_config "Match final" predicate
Damien Miller
2018-11-19
silence (to log level debug2) failure messages when loading the default
Damien Miller
2018-11-18
Fix inverted logic for redirecting ProxyCommand stderr to /dev/null.
Darren Tucker
2018-11-16
redirect stderr of ProxyCommands to /dev/null when ssh is started with
Damien Miller
2018-11-16
make grandparent-parent-child sshbuf chains robust to use-after-free
Damien Miller
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-11-16
disallow empty incoming filename or ones that refer to the current
Damien Miller
2018-11-16
fix bug in client that was keeping a redundant ssh-agent socket around
Damien Miller
2018-11-16
fix bug in HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options.
Damien Miller
2018-11-16
support a prefix of '@' to suppress echo of sftp batch commands;
Damien Miller
[next]