summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/Makefile.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* move -lsectok to Makefile.inc for nowmarkus2001-06-271-1/+3
* add smartcard support to the makefiles (commented out);markus2001-06-261-1/+2
* turn off -Wstrict-prototypes (for atomicio.h)markus2001-06-231-2/+8
* more strict prototypes. raise warning level in Makefile.inc. markus ok'editojun2001-06-231-1/+2
* $OpenBSD$niklas2001-01-291-0/+2
* CFLAGS+= -Wallmarkus2000-10-151-0/+2
* move common files to ./lib and link libssh.a, tested with and w/o objmarkus1999-10-251-0/+10
* add skey to sshd:markus1999-10-071-1/+1
* scp should not link against kerberos stuffderaadt1999-10-061-13/+0
* nuke genminfd/AUTH_FDmarkus1999-10-041-4/+0
* clean the minfd junkderaadt1999-10-031-0/+2
* AFS depends on kerberos, fixes KERBEROS=noderaadt1999-10-031-5/+4
* update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused variables, update manpagesdugsong1999-09-291-1/+15
* krb4 support; evanc@concer.toderaadt1999-09-291-1/+1
* +=deraadt1999-09-281-1/+1
* distribution targetderaadt1999-09-261-4/+0
* build ssh components using our build modelderaadt1999-09-261-0/+7