summaryrefslogtreecommitdiff
path: root/svr-authpubkey.c
Commit message (Expand)AuthorAgeFilesLines
* switch user when opening authorized_keysMatt Johnston2017-05-101-1/+16
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-3/+3
* Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *Ga?l PORTAY2015-05-021-8/+8
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-3/+3
* Fix pubkey auth after change to reuse ses.readbuf as ses.payloadMatt Johnston2015-03-011-1/+11
* Don't exit fatally if authorized_keys has a line likeeccMatt Johnston2013-11-121-2/+2
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-1/+1
* - Fix various hardcoded uses of SHA1Matt Johnston2013-04-081-1/+1
* ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-3/+2
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-3/+3
* - Rework pubkey options to be more careful about buffer lengths. Needs review.pubkey-optionsMatt Johnston2008-09-121-33/+63
* * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-7/+74
* Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-9/+9
* Improve known_hosts checking.Matt Johnston2007-02-221-1/+1
* Log when pubkey auth fails because of bad pubkey perms/ownershipMatt Johnston2005-09-201-3/+13
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-1/+0
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-19/+19
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-231-6/+6
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-1/+1
* cleaning up the pubkey definesMatt Johnston2004-08-121-3/+2
* - Hostkey checking is mostly there, just aren't appending yet.Matt Johnston2004-08-081-86/+7
* Improved signkey codeMatt Johnston2004-08-031-8/+2
* Progressing client supportMatt Johnston2004-07-271-11/+11
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+424