Age | Commit message (Expand) | Author |
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 |
2004-07-28 | more s/illegal/invalid/ | Markus Friedl |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl |
2004-05-23 | Add MaxAuthTries sshd config option; ok markus@ | Darren Tucker |
2004-05-11 | improve some code lint did not like; djm millert ok | Theo de Raadt |
2004-05-08 | make two tiny header files go away; djm ok | Theo de Raadt |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-09-23 | replace fatal_cleanup() and linked list of fatal callbacks with static | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-06-02 | deprecate VerifyReverseMapping since it's dangerous if combined | Markus Friedl |
2003-04-08 | rename log() into logit() to avoid name conflict. markus ok, from netbsd | Jun-ichiro itojun Hagino |
2002-11-04 | don't compare against pw_home if realpath fails for pw_home (seen on AFS); ok... | Markus Friedl |
2002-09-20 | log illegal user here for missing privsep case (ssh2). | Kevin Steves |
2002-08-08 | typo in comment | Kevin Steves |
2002-05-17 | Fix typo/thinko. Pass in as to auth_approval(), not NULL. | Todd C. Miller |
2002-05-13 | move the packet_send_debug handling from auth-options.c to auth.c; ok provos@ | Markus Friedl |
2002-03-19 | check for NULL; from provos@ | Markus Friedl |
2002-03-19 | make getpwnamallow() allways call pwcopy() | Markus Friedl |
2002-03-19 | KNF whitespace | Markus Friedl |
2002-03-18 | move auth_approval into getpwnamallow with help from millert@ | Niels Provos |
2002-03-17 | getpwnamallow returns struct passwd * only if user valid; okay markus@ | Niels Provos |
2002-03-15 | fix file type checking (use S_ISREG). ok by markus | Jun-ichiro itojun Hagino |