index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-auth.c
Age
Commit message (
Expand
)
Author
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2017-06-25
dropbear server: support -T max auth tries
Kevin Darbyshire-Bryant
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2015-08-03
Fix problem where auth timeout wasn't checked when waiting for ident
Matt Johnston
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn username, servicename and methodname local variables into char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2014-07-09
Fix auth timeout regression
Matt Johnston
2013-11-14
rename random.h to dbrandom.h since some OSes have a system random.h
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-10-18
Merge in changes from the past couple of releases
Matt Johnston
2013-10-03
Send PAM error messages as a banner messages
Matt Johnston
2013-05-26
improve auth failure delays to avoid indicating which users exist
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-04-17
If running as non-root only allow that user to log in
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
2013-02-12
Allow configuring "allow blank password option" at runtime
Paul Eggleton
2012-05-09
Don't TRACE() the pw_passwd
Matt Johnston
2012-05-09
Fix empty password immediate login
Matt Johnston
2012-05-09
Return immediate success for blank passwords if allowed
Matt Johnston
2011-10-26
- Add ALLOW_BLANK_PASSWORD option
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-09-08
- Test for pam_fail_delay() function in configure
Matt Johnston
2008-09-29
Add support for zlib@openssh.com delayed compression.
Matt Johnston
2008-09-15
- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
Matt Johnston
2008-07-12
fill_passwd() doesn't have a return value
Matt Johnston
2008-01-13
Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Matt Johnston
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2006-03-25
Some cleanups/fixes for various TRACE statements
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-09-14
PAM improvements
Matt Johnston
2004-09-12
propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...
Matt Johnston
2004-09-12
propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466...
Matt Johnston
2004-08-18
Auth doesn't timeout after 5 minutes.
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
svr-authpam code merged and works. needs tidying a log
Matt Johnston
2004-07-29
set the isserver flag (oops)
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-20
switching to global vars
Matt Johnston
2004-06-23
merge of abac2150ee4f4031a98016241fbd136d24fed127
Matt Johnston
2004-06-22
- Port restriction code back in
Matt Johnston
2004-06-03
Mostly done with the listener changeover
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston