summaryrefslogtreecommitdiffhomepage
path: root/svr-auth.c
AgeCommit message (Expand)Author
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16fix empty C prototypesFrancois Perrad
2015-08-03Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn username, servicename and methodname local variables into char *Gaël PORTAY
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaël PORTAY
2014-07-09Fix auth timeout regressionMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
2013-10-03Send PAM error messages as a banner messagesMatt Johnston
2013-05-26improve auth failure delays to avoid indicating which users existMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-04-17If running as non-root only allow that user to log inMatt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton
2012-05-09Don't TRACE() the pw_passwdMatt Johnston
2012-05-09Fix empty password immediate loginMatt Johnston
2012-05-09Return immediate success for blank passwords if allowedMatt Johnston
2011-10-26- Add ALLOW_BLANK_PASSWORD optionMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-08- Test for pam_fail_delay() function in configureMatt Johnston
2008-09-29Add 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-12fill_passwd() doesn't have a return valueMatt Johnston
2008-01-13Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2006-03-25Some cleanups/fixes for various TRACE statementsMatt 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-09-14PAM improvementsMatt Johnston
2004-09-12propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...Matt Johnston
2004-09-12propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466...Matt Johnston
2004-08-18Auth doesn't timeout after 5 minutes.Matt 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-08svr-authpam code merged and works. needs tidying a logMatt Johnston
2004-07-29set the isserver flag (oops)Matt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-23merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston
2004-06-22- Port restriction code back inMatt Johnston
2004-06-03Mostly done with the listener changeoverMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston