Age | Commit message (Expand) | Author |
2014-07-15 | Add support for Unix domain socket forwarding. A remote TCP port | Todd C. Miller |
2014-07-03 | make the "Too many authentication failures" message include the | Damien Miller |
2014-04-29 | make compiling against OpenSSL optional (make OPENSSL=no); | Markus Friedl |
2013-05-19 | Standardise logging of supplemental information during userauth. Keys | Damien Miller |
2013-05-17 | bye, bye xfree(); ok markus@ | Damien Miller |
2013-02-06 | Fix comment, from jfree.e1 at gmail | Darren Tucker |
2013-01-17 | add support for Key Revocation Lists (KRLs). These are a compact way to | Damien Miller |
2012-12-14 | use correct string in error message; from rustybsd at gmx.fr | Darren Tucker |
2012-12-02 | Fixes logging of partial authentication when privsep is enabled | Damien Miller |
2012-10-30 | new sshd_config option AuthorizedKeysCommand to support fetching | Damien Miller |
2012-05-13 | Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests | Darren Tucker |
2012-04-11 | Support "none" as an argument for AuthorizedPrincipalsFile to indicate | Damien Miller |
2011-05-23 | make secure_filename() spam debug logs less | Damien Miller |
2011-05-23 | allow AuthorizedKeysFile to specify multiple files, separated by spaces. | Damien Miller |
2011-05-11 | remove support for authorized_keys2; it is a relic from the early days | Damien Miller |
2010-11-29 | automatically order the hostkeys requested by the client based on | Damien Miller |
2010-11-23 | use strict_modes already passed as function argument over referencing | Damien Miller |
2010-08-04 | enable certificates for hostbased authentication, from Iain Morgan; | Damien Miller |
2010-06-22 | queue auth debug messages for bad ownership or permissions on the user's | Damien Miller |
2010-05-07 | add some optional indirection to matching of principal names listed | Damien Miller |
2010-03-05 | make the warning for a revoked key louder and more noticable | Damien Miller |
2010-03-04 | Add a TrustedUserCAKeys option to sshd_config to specify CA keys that | Damien Miller |
2010-02-09 | unbreak ChrootDirectory+internal-sftp by skipping check for executable shell | Damien Miller |
2010-01-13 | when using ChrootDirectory, make sure we test for the existence of the | Damien Miller |
2010-01-13 | Fix a couple of typos/mispellings in comments | Darren Tucker |
2010-01-10 | Output a debug if we can't open an existing keyfile. bz#1694, ok djm@ | Darren Tucker |
2008-11-04 | need unistd.h for close() prototype | Damien Miller |
2008-07-02 | Merge duplicate host key file checks, based in part on a patch from Rob | Darren Tucker |
2007-09-21 | unifdef -DBSD_AUTH | Damien Miller |
2007-08-23 | missed include bits from last commit | Damien Miller |
2007-08-23 | unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@ | Damien Miller |
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-26 | move #include <sys/param.h> out of includes.h | Kevin Steves |
2006-07-22 | move #include <string.h> out of includes.h | Kevin Steves |
2006-07-12 | Add support for conditional directives to sshd_config via a "Match" keyword, | Darren Tucker |
2006-07-11 | move #include <errno.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-10 | move #include <stdarg.h> out of includes.h; ok markus@ | Kevin Steves |
2006-07-06 | move #include <pwd.h> out of includes.h; ok markus@ | Kevin Steves |
2006-03-30 | Prevent duplicate log messages when privsep=yes; ok djm@ | Darren Tucker |
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 | in a switch (), break after return or goto is stupid | Theo de Raadt |
2006-03-19 | RCSID() can die | Theo de Raadt |
2006-02-20 | move #include <sys/stat.h> out of includes.h; ok markus@ | Kevin Steves |
2006-02-08 | move #include <paths.h> out of includes.h; ok markus@ | Kevin Steves |
2005-06-17 | make this -Wsign-compare clean; ok avsm@ markus@ | Damien Miller |
2005-06-06 | introduce a generic %foo expansion function. replace existing % expansion and | Damien Miller |
2005-03-14 | Populate host for log message for logins denied by AllowUsers and DenyUsers. | Darren Tucker |
2005-01-22 | Log source of connections denied by AllowUsers, DenyUsers, AllowGroups and | Darren Tucker |