Age | Commit message (Expand) | Author |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-09-02 | Fix occurrences of "r = func() != 0" which result in the wrong error | Jonathan Gray |
2015-07-03 | delete support for legacy v00 certificates; "sure" markus@ dtucker@ | Damien Miller |
2015-03-26 | sigp and lenp are not optional in ssh_agent_sign(); ok djm@ | Markus Friedl |
2015-03-25 | unbreak ssh_agent_sign (lenp vs *lenp) | Markus Friedl |
2015-03-24 | consistent check for NULL as noted by Nicholas Lemonias; ok djm@ | Markus Friedl |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2014-01-31 | replace most bzero with explicit_bzero, except a few that cna be memset | Ted Unangst |
2013-12-29 | allow deletion of ed25519 keys from the agent | Damien Miller |
2013-12-06 | support ed25519 keys (hostkeys and user identities) using the public domain | Markus Friedl |
2013-12-06 | move private key (de)serialization to key.c; ok djm | Markus Friedl |
2013-11-08 | use calloc for all structure allocations; from markus@ | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2011-07-06 | bzero the agent address. the kernel was for a while very cranky about | Ted Unangst |
2011-05-15 | use FD_CLOEXEC consistently; patch from zion AT x96.org | Damien Miller |
2010-08-31 | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | Damien Miller |
2010-04-16 | revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the | Damien Miller |
2010-02-26 | Add support for certificate key types for users and hosts. | Damien Miller |
2009-08-27 | Do not fall back to adding keys without contraints (ssh-add -c / -t ...) | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-07-26 | move #include <stdlib.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-17 | move #include <unistd.h> out of includes.h | Kevin Steves |
2006-07-09 | move #include <fcntl.h> out of includes.h | Kevin Steves |
2006-07-08 | move #include <sys/socket.h> out of includes.h | Kevin Steves |
2006-03-30 | replace {GET,PUT}_XXBIT macros with functionally similar functions, | Damien Miller |
2006-03-25 | needed casts (always will be needed) | Theo de Raadt |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | spacing | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-03-17 | another unreachable found by lint | Damien Miller |
2006-03-17 | unreachanble statement, found by lint | Damien Miller |
2006-02-20 | move #include <sys/un.h> out of includes.h; ok djm@ | Kevin Steves |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-05-24 | Switch atomicio to use a simpler interface; it now returns a size_t | Anil Madhavapeddy |
2004-08-11 | use atomicio instead of homegrown equivalents or read/write. | Anil Madhavapeddy |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-18 | A few signedness fixes for harmless situations; markus@ ok | Miod Vallat |
2003-06-28 | deal with typing of write vs read in atomicio | Theo de Raadt |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2002-09-11 | don't connect to agent to test for presence if we've previously | Kevin Steves |
2002-06-25 | unnecessary cast | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-15 | remove the CONSTRAIN_IDENTITY messages and introduce a new | Markus Friedl |
2002-06-15 | fix stupid typo | Markus Friedl |
2002-06-15 | break agent key lifetime protocol and allow other contraints for key usage. | Markus Friedl |
2002-06-05 | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ | Markus Friedl |