Age | Commit message (Expand) | Author |
2008-06-25 | add key length to visual fingerprint; zap magical constants; | Otto Moerbeek |
2008-06-12 | add my copyright, ok djm@ | Alexander von Gernler |
2008-06-12 | We already mark the start of the worm, now also mark the end of the worm | Alexander von Gernler |
2008-06-12 | supply the key type (rsa1, rsa, dsa) as a caption in the frame of the | Alexander von Gernler |
2008-06-12 | use an odd number of rows and columns and a separate start marker, looks | Otto Moerbeek |
2008-06-11 | #define statements that are not atoms need braces around them, else they | Alexander von Gernler |
2008-06-11 | simpler way of computing the augmentations; ok grunk@ | Otto Moerbeek |
2008-06-11 | Introduce SSH Fingerprint ASCII Visualization, a technique inspired by the | Alexander von Gernler |
2007-07-12 | Delint: remove some unreachable statements, from Bret Lambert. | Ray Lai |
2006-11-06 | add missing checks for openssl return codes; with & ok djm@ | Markus Friedl |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-08-01 | move #include <stdio.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-25 | introduce xcalloc() and xasprintf() failure-checked allocations functions | Damien Miller |
2006-03-20 | djm did a typo | Theo de Raadt |
2006-03-20 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-20 | (really) last of the Coverity diffs: avoid possible NULL deref in | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2004-10-29 | use new buffer API to avoid fatal errors on corrupt keys in authorized_keys | Damien Miller |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2003-11-10 | constify. ok markus@ & djm@ | Jakob Schlyter |
2003-07-09 | minor tweak: when generating the hex fingerprint, give strlcat the full bound... | Anil Madhavapeddy |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-05-14 | add experimental support for verifying hos keys using DNS as described | Jakob Schlyter |
2003-02-12 | merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@ | Markus Friedl |
2003-02-04 | better debug3 message | Markus Friedl |
2002-09-09 | signed vs unsigned from -pedantic; ok henning@ | Markus Friedl |
2002-07-04 | don't allocate, copy, and discard if there is not interested in the data; ok ... | Markus Friedl |
2002-07-04 | patch memory leaks; grendel@zeitbombe.org | Theo de Raadt |
2002-06-30 | minor KNF | Theo de Raadt |
2002-06-23 | KNF | Theo de Raadt |
2002-05-31 | add comment: | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-18 | add key_demote() for ssh-privsep | Markus Friedl |
2002-02-28 | add some const EVP_MD for openssl-0.9.7 | Markus Friedl |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2002-01-25 | use EVP_MD_size(evp_md) and not evp_md->md_size; ok steveks@ | Markus Friedl |
2001-12-27 | call fatal() for openssl allocation failures | Markus Friedl |
2001-12-25 | be more careful on allocation | Markus Friedl |
2001-12-19 | basic KNF done while i was looking for something else | Theo de Raadt |
2001-12-05 | minor KNF | Theo de Raadt |
2001-11-21 | mem leak | Markus Friedl |
2001-10-04 | call OPENSSL_free() for memory allocated by openssl; from chombier@mac.com | Markus Friedl |
2001-09-19 | key_read() now returns -1 on type mismatch, too | Markus Friedl |
2001-09-17 | better error handling if you try to export a bad key to ssh.com | Markus Friedl |
2001-09-17 | u_char*/char* cleanup; ok markus@ | Kevin Steves |
2001-06-26 | add smartcard support to the client, too (now you can use both | Markus Friedl |
2001-06-25 | update copyright for 2001 | Markus Friedl |