index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-authpubkey.c
Age
Commit message (
Expand
)
Author
2020-10-24
Add buf_decrpos()
Matt Johnston
2020-05-17
split signkey_type and signature_type for RSA sha1 vs sha256
Matt Johnston
2020-04-06
use sigtype where appropriate
Matt Johnston
2019-05-15
Rename EPKA -> Plugin
Matt Johnston
2019-05-15
External Public-Key Authentication API (#72)
fabriziobertocci
2019-03-20
Support servers without multiple user support (#76)
Patrick Stewart
2019-03-20
use strlcpy & strlcat (#74)
François Perrad
2018-08-23
Merge bugfix delay invalid users
Matt Johnston
2018-08-23
Wait to fail invalid usernames
Matt Johnston
2018-03-07
don't allow null characters in authorized_keys
Matt Johnston
2018-03-06
avoid leak of pubkey_options
Matt Johnston
2018-02-28
- #if not #ifdef for DROPBEAR_FUZZ
Matt Johnston
2018-02-17
merge from main
Matt Johnston
2018-02-16
Remove accidentally committed DROPBEAR_FUZZ
Matt Johnston
2018-01-25
Merge pull request #49 from fperrad/20170812_lint
Matt Johnston
2017-10-04
fix checkpubkey_line function name for TRACE
Matt Johnston
2017-10-04
fix pubkey authentication return value
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-05-25
limit input size
Matt Johnston
2017-05-25
don't exit encountering short lines
Matt Johnston
2017-05-23
split out checkpubkey_line() separately
Matt Johnston
2017-05-18
merge 2017.75
Matt Johnston
2017-05-10
switch user when opening authorized_keys
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-03-01
Fix pubkey auth after change to reuse ses.readbuf as ses.payload
Matt Johnston
2013-11-12
Don't exit fatally if authorized_keys has a line like
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-04-08
- Fix various hardcoded uses of SHA1
Matt Johnston
2013-04-07
ecc kind of works, needs fixing/testing
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt 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-13
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Matt Johnston
2007-02-22
Improve known_hosts checking.
Matt Johnston
2005-09-20
Log when pubkey auth fails because of bad pubkey perms/ownership
Matt Johnston
2005-09-05
* use own assertions which should get logged properly
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-12-23
Log the IP along with auth success/fail attempts
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-08
- Hostkey checking is mostly there, just aren't appending yet.
Matt Johnston
2004-08-03
Improved signkey code
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston