summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/auth2-passwd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change explicit_bzero();free() to freezero()jsg2020-02-261-3/+2
* lots of things were relying on libcrypto headers to transitivelydjm2019-09-061-1/+3
* 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-passwd.c to modern APIs; ok djm@markus2017-05-301-17/+14
* Add support for Unix domain socket forwarding. A remote TCP portmillert2014-07-151-1/+2
* convert memset of potentially-private data to explicit_bzero()djm2014-02-021-3/+3
* bye, bye xfree(); ok markus@djm2013-05-171-3/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-2/+9
* move #include <string.h> out of includes.hstevesk2006-07-221-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
* Ignore password change request during password auth (which we currently don'tdtucker2003-12-311-6/+14
* fix passwd auth for 'username leaks via timing'; with djm@, original patches from solarmarkus2003-08-261-3/+2
* rename log() into logit() to avoid name conflict. markus ok, from netbsditojun2003-04-081-2/+2
* move Authmethod definitons to per-method file.markus2002-05-311-2/+12
* split auth2.c into one file per method; ok provos@/deraadt@markus2002-05-251-0/+52