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