summaryrefslogtreecommitdiff
path: root/svr-authpubkey.c
Commit message (Expand)AuthorAgeFilesLines
* Add buf_decrpos()Matt Johnston2020-10-241-1/+1
* split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston2020-05-171-5/+12
* use sigtype where appropriateMatt Johnston2020-04-061-28/+25
* Rename EPKA -> PluginMatt Johnston2019-05-151-9/+9
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-2/+46
* Support servers without multiple user support (#76)Patrick Stewart2019-03-201-0/+4
* use strlcpy & strlcat (#74)François Perrad2019-03-201-4/+5
* Merge bugfix delay invalid usersMatt Johnston2018-08-231-1/+10
|\
| * Wait to fail invalid usernamesbugfixMatt Johnston2018-08-231-1/+10
* | don't allow null characters in authorized_keysMatt Johnston2018-03-071-1/+6
* | avoid leak of pubkey_optionsMatt Johnston2018-03-061-0/+4
* | - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-1/+1
* | merge from mainMatt Johnston2018-02-171-9/+9
|\ \ | |/
| * Remove accidentally committed DROPBEAR_FUZZMatt Johnston2018-02-161-8/+0
| * Merge pull request #49 from fperrad/20170812_lintMatt Johnston2018-01-251-9/+9
| |\ |/ /
| * Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-9/+9
* | fix checkpubkey_line function name for TRACEMatt Johnston2017-10-041-3/+3
* | fix pubkey authentication return valueMatt Johnston2017-10-041-2/+2
|/
* limit input sizeMatt Johnston2017-05-251-3/+3
* don't exit encountering short linesMatt Johnston2017-05-251-0/+4
* split out checkpubkey_line() separatelyMatt Johnston2017-05-231-96/+108
* merge 2017.75Matt Johnston2017-05-181-1/+1
|\
| * Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
* | switch user when opening authorized_keysMatt Johnston2017-05-101-1/+16
|/
* fix empty C prototypesFrancois Perrad2016-03-161-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-051-8/+8
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY2015-05-051-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 likeMatt 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.Matt 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