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
/
ssh.h
Age
Commit message (
Expand
)
Author
2024-09-25
remove some unused defines; ok djm@
Jonathan Gray
2020-07-14
allow some additional control over the use of ssh-askpass
Damien Miller
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2017-05-07
Refuse RSA keys <1024 bits in length. Improve reporting for keys that
Damien Miller
2017-05-03
remove miscellaneous SSH1 leftovers; ok markus@
Christian Weisgerber
2017-04-30
exterminate the -1 flag from scp
Damien Miller
2017-04-30
remove KEY_RSA1
Damien Miller
2015-12-11
use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key
Damien Miller
2015-09-24
add ssh_config CertificateFile option to explicitly list
Damien Miller
2015-08-04
backout SSH_RSA_MINIMUM_MODULUS_SIZE increase for this release;
Damien Miller
2015-07-03
refuse to generate or accept RSA keys smaller than 1024 bits;
Damien Miller
2010-06-25
bz#1327: remove hardcoded limit of 100 permitopen clauses and port
Damien Miller
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-03-25
standardise spacing in $OpenBSD$ tags; requested by deraadt@
Damien Miller
2004-12-06
Discard over-length authorized_keys entries rather than complaining when
Darren Tucker
2003-12-02
use SSH_LISTEN_BACKLOG (=128) in listen(2).
Markus Friedl
2003-09-01
rm whitespace
Markus Friedl
2003-07-22
remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);
Markus Friedl
2003-06-28
deal with typing of write vs read in atomicio
Theo de Raadt
2002-06-22
correct comment
Kevin Steves
2002-06-03
compatiblity -> compatibility
Theo de Raadt
2002-05-11
typo in comment
Kevin Steves
2002-05-08
move to sshd.sshd instead
Theo de Raadt
2002-05-07
use ssh uid
Theo de Raadt
2002-03-29
make RSA modulus minimum #define; ok markus@
Kevin Steves
2002-03-20
for unprivileged user, group do:
Kevin Steves
2002-03-04
$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add
Kevin Steves
2001-05-24
don't perform escape processing when ``EscapeChar none''; ok markus@
Kevin Steves
2001-01-23
nuke comment
Markus Friedl
2001-01-21
split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.
Markus Friedl
2001-01-19
move ssh1 definitions to ssh1.h, pathnames to pathnames.h
Markus Friedl
2001-01-19
only auth-chall.c needs #ifdef SKEY
Markus Friedl
2001-01-18
log() is at pri=LOG_INFO, since LOG_NOTICE goes to /dev/console on many systems
Markus Friedl
2001-01-07
rename SYSLOG_LEVEL_INFO->SYSLOG_LEVEL_NOTICE
Markus Friedl
2000-12-19
replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'
Markus Friedl
2000-11-25
print keytype when generating a key.
Markus Friedl
2000-10-11
new cipher framework
Markus Friedl
2000-10-11
add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...
Markus Friedl
2000-10-11
First rough implementation of the diffie-hellman group exchange. The
Niels Provos
2000-09-12
multiple debug levels
Markus Friedl
2000-09-07
cleanup copyright notices on all files. I have attempted to be accurate with
Theo de Raadt
2000-08-19
support for ~. in ssh2
Markus Friedl
2000-07-13
allow multiple whitespace but only one '=' between tokens, bug report from
Niels Provos
2000-06-20
OpenBSD tag
Markus Friedl
2000-05-17
enable nonblocking IO for sshd w/ proto 1, too; split out common code
Markus Friedl
2000-05-08
complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
Markus Friedl
2000-05-04
replace broken uuencode w/ libc b64_ntop
Markus Friedl
2000-05-03
s/DsaKey/HostDSAKey/, document option
Markus Friedl
2000-05-02
default DSA key file ~/.ssh/id_dsa
Markus Friedl
[next]