summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/auth2-passwd.c
AgeCommit message (Expand)Author
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2019-09-06lots of things were relying on libcrypto headers to transitivelyDamien 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-passwd.c to modern APIs; ok djm@Markus Friedl
2014-07-15Add support for Unix domain socket forwarding. A remote TCP portTodd C. Miller
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-22move #include <string.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
2003-12-31Ignore password change request during password auth (which we currently don'tDarren Tucker
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ...Markus Friedl
2003-04-08rename log() into logit() to avoid name conflict. markus ok, from netbsdJun-ichiro itojun Hagino
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