summaryrefslogtreecommitdiffhomepage
path: root/svr-authpubkey.c
AgeCommit message (Expand)Author
2015-03-01Fix pubkey auth after change to reuse ses.readbuf as ses.payloadMatt Johnston
2013-11-12Don't exit fatally if authorized_keys has a line likeMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2008-09-12- Rework pubkey options to be more careful about buffer lengths. Needs review.Matt Johnston
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
2008-01-13Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston
2007-02-22Improve known_hosts checking.Matt Johnston
2005-09-20Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-03-13* fix longstanding bug with connections being closed on failure toMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-12-23Log the IP along with auth success/fail attemptsMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-08- Hostkey checking is mostly there, just aren't appending yet.Matt Johnston
2004-08-03Improved signkey codeMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston