Age | Commit message (Expand) | Author |
2011-02-16 | make hostbased auth with ECDSA keys work correctly. Based on patch | Damien Miller |
2010-08-31 | reintroduce commit from tedu@, which I pulled out for release engineering: | Damien Miller |
2010-08-16 | backout previous temporarily; discussed with deraadt@ | Damien Miller |
2010-08-12 | OpenSSL_add_all_algorithms is the name of the function we have a man page | Ted Unangst |
2010-08-04 | clean for -Wuninitialized | Damien Miller |
2010-08-04 | enable certificates for hostbased authentication, from Iain Morgan; | Damien Miller |
2010-01-13 | Make HostBased authentication work with a ProxyCommand. bz #1569, patch | Darren Tucker |
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-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-04-02 | sessionid can be 32 bytes now too when sha256 kex is used; ok djm@ | Darren Tucker |
2006-03-25 | Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that | Damien Miller |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2005-09-13 | ensure that stdio fds are attached; ok deraadt@ | Damien Miller |
2004-08-23 | Remove duplicate getuid(), suggested by & ok markus@ | Darren Tucker |
2004-08-23 | Use permanently_set_uid() in ssh and ssh-keysign for consistency, matches | Darren Tucker |
2004-04-18 | perform strict ownership and modes checks for ~/.ssh/config files, as these | Damien Miller |
2004-01-19 | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ | Markus Friedl |
2003-11-17 | return error on msg send/receive failure (rather than fatal); ok markus@ | Damien Miller |
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | Damien Miller |
2003-05-16 | add AddressFamily option to ssh_config (like -4, -6 on commandline). | Damien Miller |
2003-04-02 | potential segfault if KEY_UNSPEC; cjwatson@debian.org; bug #526 | Markus Friedl |
2003-03-13 | move RSA_blinding_on to generic key load method | Markus Friedl |
2002-12-19 | s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@ | Damien Miller |
2002-11-07 | we cannot use HostbasedAuthentication for enabling ssh-keysign(8), | Markus Friedl |
2002-07-03 | re-enable ssh-keysign's sbit, but make ssh-keysign read /etc/ssh/ssh_config | Markus Friedl |
2002-07-03 | use RSA_blinding_on() for rsa hostkeys (suggested by Bill Sommerfeld) | Markus Friedl |
2002-06-26 | bug #304, xfree(data) called to early; openssh@sigint.cs.purdue.edu | Markus Friedl |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-08 | only accept 20 byte session ids | Markus Friedl |
2002-05-31 | extent ssh-keysign protocol: | Markus Friedl |
2002-05-23 | add /usr/libexec/ssh-keysign: a setuid helper program for hostbased authentic... | Markus Friedl |