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