summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-none.c
AgeCommit message (Expand)Author
2024-05-17Start the process of splitting sshd into separate binaries. This stepDamien Miller
2023-03-05Remove unused compat.h includes. We've previously removed a lotDarren Tucker
2021-12-19prepare for multiple names for authmethodsDamien Miller
2020-10-18use the new variant log macros instead of prepending __func__ andDamien Miller
2018-07-09sshd: switch authentication to sshbuf API; ok djm@Markus Friedl
2018-03-03switch over to the new authorized_keys options API and remove theDamien Miller
2017-05-30switch auth2 to ssh_dispatch API; ok djm@Markus Friedl
2017-05-30switch auth2-none.c to modern APIs; ok djm@Markus Friedl
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2010-06-25skip the initial check for access with an empty password whenDamien Miller
2008-07-02Make protocol 2 MaxAuthTries behaviour a little more sensible:Damien Miller
2007-08-23Support "Banner=none" to disable displaying of the pre-login banner;Damien Miller
2006-08-05Add headers required to build with KERBEROS5=no. ok djm@Darren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-09move #include <fcntl.h> out of includes.hKevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-02-20move #include <sys/stat.h> out of includes.h; ok markus@Kevin Steves
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-07-31check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.zaMarkus Friedl
2002-06-27use xfree()Theo de Raadt
2002-06-19KNF done automatically while reading....Theo de Raadt
2002-05-31move Authmethod definitons to per-method file.Markus Friedl
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl