summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce use of <sys/param.h> and transition to <limits.h> throughout.deraadt2015-01-201-4/+4
* Add FingerprintHash option to control algorithm used for keydjm2014-12-211-2/+3
* add RevokedHostKeys option for the clientdjm2014-12-041-33/+29
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-2/+2
* make the "Too many authentication failures" message include thedjm2014-07-031-1/+14
* make compiling against OpenSSL optional (make OPENSSL=no);markus2014-04-291-1/+5
* Standardise logging of supplemental information during userauth. Keysdjm2013-05-191-4/+26
* bye, bye xfree(); ok markus@djm2013-05-171-8/+8
* Fix comment, from jfree.e1 at gmaildtucker2013-02-061-2/+2
* add support for Key Revocation Lists (KRLs). These are a compact way todjm2013-01-171-2/+13
* use correct string in error message; from rustybsd at gmx.frdtucker2012-12-141-3/+2
* Fixes logging of partial authentication when privsep is enableddjm2012-12-021-4/+8
* new sshd_config option AuthorizedKeysCommand to support fetchingdjm2012-10-301-15/+38
* Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust testsdtucker2012-05-131-3/+4
* Support "none" as an argument for AuthorizedPrincipalsFile to indicatedjm2012-04-111-2/+3
* make secure_filename() spam debug logs lessdjm2011-05-231-6/+3
* allow AuthorizedKeysFile to specify multiple files, separated by spaces.djm2011-05-231-8/+2
* remove support for authorized_keys2; it is a relic from the early daysdjm2011-05-111-7/+1
* automatically order the hostkeys requested by the client based ondjm2010-11-291-12/+18
* use strict_modes already passed as function argument over referencingdjm2010-11-231-2/+2
* enable certificates for hostbased authentication, from Iain Morgan;djm2010-08-041-2/+2
* queue auth debug messages for bad ownership or permissions on the user'sdjm2010-06-221-1/+4
* add some optional indirection to matching of principal names listeddjm2010-05-071-11/+30
* make the warning for a revoked key louder and more noticabledjm2010-03-051-2/+3
* Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatdjm2010-03-041-1/+30
* unbreak ChrootDirectory+internal-sftp by skipping check for executable shelldjm2010-02-091-36/+21
* when using ChrootDirectory, make sure we test for the existence of thedjm2010-01-131-3/+23
* Fix a couple of typos/mispellings in commentsdtucker2010-01-131-2/+2
* Output a debug if we can't open an existing keyfile. bz#1694, ok djm@dtucker2010-01-101-2/+6
* need unistd.h for close() prototypedjm2008-11-041-1/+2
* Merge duplicate host key file checks, based in part on a patch from Robdtucker2008-07-021-2/+43
* unifdef -DBSD_AUTHdjm2007-09-211-5/+1
* missed include bits from last commitdjm2007-08-231-1/+2
* unifdef HAVE_LOGIN_CAP; ok deraadt@ millert@djm2007-08-231-5/+1
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-6/+7
* move #include <stdio.h> out of includes.hstevesk2006-08-011-1/+2
* move #include <sys/param.h> out of includes.hstevesk2006-07-261-1/+2
* move #include <string.h> out of includes.hstevesk2006-07-221-1/+2
* Add support for conditional directives to sshd_config via a "Match" keyword,dtucker2006-07-121-1/+4
* move #include <errno.h> out of includes.h; ok markus@stevesk2006-07-111-1/+2
* move #include <stdarg.h> out of includes.h; ok markus@stevesk2006-07-101-1/+2
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+2
* Prevent duplicate log messages when privsep=yes; ok djm@dtucker2006-03-301-1/+6
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* introduce xcalloc() and xasprintf() failure-checked allocations functionsdjm2006-03-251-7/+5
* in a switch (), break after return or goto is stupidderaadt2006-03-201-1/+0
* RCSID() can diederaadt2006-03-191-1/+0
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
* move #include <paths.h> out of includes.h; ok markus@stevesk2006-02-081-1/+2
* make this -Wsign-compare clean; ok avsm@ markus@djm2005-06-171-2/+2