summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-keysign.c
AgeCommit message (Expand)Author
2004-01-19fix mem leaks; some fixes from Pete Flugstad; tested dtucker@Markus Friedl
2003-11-17return error on msg send/receive failure (rather than fatal); ok markus@Damien Miller
2003-07-03fix AddressFamily option in config file, from brent@graveland.net; ok markus@Damien Miller
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
2003-04-02potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526Markus Friedl
2003-03-13move RSA_blinding_on to generic key load methodMarkus Friedl
2002-12-19s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@Damien Miller
2002-11-07we cannot use HostbasedAuthentication for enabling ssh-keysign(8),Markus Friedl
2002-07-03re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_configMarkus Friedl
2002-07-03use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld)Markus Friedl
2002-06-26bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.eduMarkus Friedl
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-06-08only accept 20 byte session idsMarkus Friedl
2002-05-31extent ssh-keysign protocol:Markus Friedl
2002-05-23add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic...Markus Friedl