summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol.dtucker2019-04-181-2/+1
* merge kexkem[cs] into kexgendjm2019-01-211-6/+4
* use KEM API for vanilla ECDHdjm2019-01-211-3/+1
* use KEM API for vanilla DH KEXdjm2019-01-211-3/+1
* use KEM API for vanilla c25519 KEXdjm2019-01-211-3/+1
* Add support for a PQC KEX/KEM: sntrup4591761x25519-sha512@tinyssh.orgdjm2019-01-211-1/+6
* remove last traces of old packet API!djm2019-01-191-2/+1
* Remove support for running ssh(1) setuid and fatal if attempted.dtucker2018-07-181-2/+1
* remove legacy buffer API emulation layer; ok djm@markus2018-07-091-5/+1
* Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)markus2018-02-231-1/+13
* group shared source files (e.g. SRCS_KEX) and allow compilation w/o OPENSSLmarkus2018-01-081-1/+86
* ssh/lib hasn't worked towards our code-sharing goals for a quit while,deraadt2017-12-101-11/+1
* rationalise the long list of manual CDIAGFLAGS that we add; most ofdjm2017-06-021-17/+4
* undo some local debugging stuff that I committed by accidentdjm2017-04-301-7/+15
* remove SSH1 make flag and associated filesdjm2017-04-301-8/+1
* unifdef WITH_SSH1djm2017-04-301-15/+6
* Change COMPILER_VERSION tests which limited additional warnings to gcc4jsg2017-04-171-2/+2
* Compile-time disable SSH v.1 againdjm2015-07-011-2/+2
* put back SSH1 for now - we want to make sure we don't regressdjm2015-05-291-2/+2
* Compile-time disable SSH protocol 1. You can turn it back on usingdjm2015-03-241-2/+2
* add SSH1 Makefile knob to make it easier to build without SSH1 support;djm2015-03-031-2/+11
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+6
* ssh has a target painted on it's back, so use -fstack-protector-allderaadt2014-03-311-1/+2
* Absolutely do not override base system build features in this file!!deraadt2014-02-281-2/+1
* -Wold-style-declaration is not supported by gcc 3.miod2014-02-071-2/+5
* remove experimental, never-enabled JPAKE code; ok markus@djm2014-01-291-7/+26
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+1
* new private key format, bcrypt as KDF by default; details in PROTOCOL.key;markus2013-12-061-1/+3
* turn off -g toodjm2010-10-011-2/+2
* oops, didn't mean to turn -Werror on for everyone.djm2010-10-011-2/+2
* adapt to API changes in openssl-1.0.0adjm2010-10-011-4/+4
* unbreak build for NOPIC systems; noticed, help and ok deraadt@markus2010-02-201-1/+5
* enable PKCS#11 code; ok djmmarkus2010-02-091-2/+2
* replace our obsolete smartcard code with PKCS#11.markus2010-02-081-3/+2
* Add support for an experimental zero-knowledge password authenticationdjm2008-11-041-1/+3
* revert accidental commit (nearly 2 months ago!) thatdjm2008-06-281-3/+3
* Make the maximum number of sessions run-time controllable viadjm2008-05-081-3/+3
* turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are cleandjm2005-06-171-4/+4
* comment out -Wshadow for now, gcc2 sucks. noticed by markusavsm2004-06-211-2/+2
* make ssh -Wshadow clean, no functional changesavsm2004-06-211-1/+2
* include SSHFP lookup code (not enabled by default). ok markus@jakob2003-10-141-3/+1
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-2/+2
* more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@markus2003-09-181-1/+3
* add experimental support for verifying hos keys using DNS as describedjakob2003-05-141-1/+3
* undomarkus2002-03-061-2/+2
* compat.cmarkus2002-03-061-2/+2
* undo (disable debug again)markus2001-10-301-2/+2
* ssh.1markus2001-10-301-2/+2
* typo, add -Wunusedmarkus2001-07-291-2/+3
* CDIAGFLAGS. Okay markus@espie2001-07-261-7/+7