Age | Commit message (Expand) | Author |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-03-31 | ssh has a target painted on it's back, so use -fstack-protector-all | Theo de Raadt |
2014-02-28 | Absolutely do not override base system build features in this file!! | Theo de Raadt |
2014-02-07 | -Wold-style-declaration is not supported by gcc 3. | Miod Vallat |
2014-01-29 | remove experimental, never-enabled JPAKE code; ok markus@ | Damien Miller |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2013-12-06 | new private key format, bcrypt as KDF by default; details in PROTOCOL.key; | Markus Friedl |
2010-10-01 | turn off -g too | Damien Miller |
2010-10-01 | oops, didn't mean to turn -Werror on for everyone. | Damien Miller |
2010-10-01 | adapt to API changes in openssl-1.0.0a | Damien Miller |
2010-02-20 | unbreak build for NOPIC systems; noticed, help and ok deraadt@ | Markus Friedl |
2010-02-09 | enable PKCS#11 code; ok djm | Markus Friedl |
2010-02-08 | replace our obsolete smartcard code with PKCS#11. | Markus Friedl |
2008-11-04 | Add support for an experimental zero-knowledge password authentication | Damien Miller |
2008-06-28 | revert accidental commit (nearly 2 months ago!) that | Damien Miller |
2008-05-08 | Make the maximum number of sessions run-time controllable via | Damien Miller |
2005-06-17 | turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are clean | Damien Miller |
2004-06-21 | comment out -Wshadow for now, gcc2 sucks. noticed by markus | Anil Madhavapeddy |
2004-06-21 | make ssh -Wshadow clean, no functional changes | Anil Madhavapeddy |
2003-10-14 | include SSHFP lookup code (not enabled by default). ok markus@ | Jakob Schlyter |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-09-18 | more buffer allocation fixes; from Solar Designer; CAN-2003-0682; ok millert@ | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2002-03-06 | undo | Markus Friedl |
2002-03-06 | compat.c | Markus Friedl |
2001-10-30 | undo (disable debug again) | Markus Friedl |
2001-10-30 | ssh.1 | Markus Friedl |
2001-07-29 | typo, add -Wunused | Markus Friedl |
2001-07-26 | CDIAGFLAGS. Okay markus@ | Marc Espie |
2001-06-27 | move -lsectok to Makefile.inc for now | Markus Friedl |
2001-06-26 | add smartcard support to the makefiles (commented out); | Markus Friedl |
2001-06-23 | turn off -Wstrict-prototypes (for atomicio.h) | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2000-10-15 | CFLAGS+= -Wall | Markus Friedl |
1999-10-25 | move common files to ./lib and link libssh.a, tested with and w/o obj | Markus Friedl |
1999-10-07 | add skey to sshd: | Markus Friedl |
1999-10-06 | scp should not link against kerberos stuff | Theo de Raadt |
1999-10-04 | nuke genminfd/AUTH_FD | Markus Friedl |
1999-10-03 | clean the minfd junk | Theo de Raadt |
1999-10-03 | AFS depends on kerberos, fixes KERBEROS=no | Theo de Raadt |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused... | Dug Song |
1999-09-29 | krb4 support; evanc@concer.to | Theo de Raadt |
1999-09-28 | += | Theo de Raadt |
1999-09-26 | distribution target | Theo de Raadt |
1999-09-26 | build ssh components using our build model | Theo de Raadt |