summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-none.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sshd: switch authentication to sshbuf API; ok djm@markus2018-07-091-2/+1
* switch over to the new authorized_keys options API and remove thedjm2018-03-031-2/+2
* switch auth2 to ssh_dispatch API; ok djm@markus2017-05-301-3/+2
* switch auth2-none.c to modern APIs; ok djm@markus2017-05-301-4/+9
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+2
* New key API: refactor key-related functions to be more library-like,djm2014-06-241-1/+3
* skip the initial check for access with an empty password whendjm2010-06-251-2/+2
* Make protocol 2 MaxAuthTries behaviour a little more sensible:djm2008-07-021-65/+1
* Support "Banner=none" to disable displaying of the pre-login banner;djm2007-08-231-2/+5
* Add headers required to build with KERBEROS5=no. ok djm@dtucker2006-08-051-1/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-4/+8
* move #include <fcntl.h> out of includes.hstevesk2006-07-091-1/+3
* Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatdjm2006-03-251-0/+1
* RCSID() can diederaadt2006-03-191-1/+0
* move #include <sys/stat.h> out of includes.h; ok markus@stevesk2006-02-201-1/+4
* improve some code lint did not like; djm millert okderaadt2004-05-111-3/+8
* fix passwd auth for 'username leaks via timing'; with djm@, original patches from solarmarkus2003-08-261-2/+2
* check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.zamarkus2003-07-311-2/+4
* use xfree()deraadt2002-06-271-2/+2
* KNF done automatically while reading....deraadt2002-06-191-3/+2
* move Authmethod definitons to per-method file.markus2002-05-311-7/+12
* split auth2.c into one file per method; ok provos@/deraadt@markus2002-05-251-0/+102