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