summaryrefslogtreecommitdiff
path: root/svr-auth.c
Commit message (Expand)AuthorAgeFilesLines
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston2015-08-031-1/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-4/+4
* Turn username, servicename and methodname local variables into char *Ga?l PORTAY2015-05-021-6/+6
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-3/+3
* Fix auth timeout regressionMatt Johnston2014-07-091-2/+1
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-1/+1
* Merge in changes from the past couple of releasesMatt Johnston2013-10-181-7/+4
|\
| * merge in HEADMatt Johnston2013-05-211-0/+13
| |\
| * | - Fix various hardcoded uses of SHA1Matt Johnston2013-04-081-2/+1
| * | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-6/+4
* | | Send PAM error messages as a banner messagesMatt Johnston2013-10-031-11/+6
* | | improve auth failure delays to avoid indicating which users existMatt Johnston2013-05-261-21/+27
| |/ |/|
* | If running as non-root only allow that user to log inMatt Johnston2013-04-171-0/+13
|/
* Allow configuring "allow blank password option" at runtimePaul Eggleton2013-02-121-3/+2
* Don't TRACE() the pw_passwdMatt Johnston2012-05-091-1/+0
* Fix empty password immediate loginMatt Johnston2012-05-091-1/+2
* Return immediate success for blank passwords if allowedMatt Johnston2012-05-091-11/+26
* - Add ALLOW_BLANK_PASSWORD optionMatt Johnston2011-10-261-9/+0
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-5/+4
* - Test for pam_fail_delay() function in configureMatt Johnston2009-09-081-1/+7
* Add support for zlib@openssh.com delayed compression.Matt Johnston2008-09-291-0/+2
* - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-23/+0
* fill_passwd() doesn't have a return valueMatt Johnston2008-07-121-1/+1
* Make a copy of passwd fields since getpwnam()'s retval isn't safe to keepMatt Johnston2008-01-131-20/+55
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-1/+1
* Some cleanups/fixes for various TRACE statementsMatt Johnston2006-03-251-3/+4
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-22/+22
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-231-3/+6
* PAM improvementsMatt Johnston2004-09-141-1/+1
* propagate of 08347df3bca787bd3621602fe2b466c85c9dc3e2 and 717950f4061f1123659...Matt Johnston2004-09-121-3/+2
* propagate of 717950f4061f1123659ee87c7c168805af920ab7 and 839f98f136788cc1466...Matt Johnston2004-09-121-0/+14
|\
| * svr-authpam code merged and works. needs tidying a logauthpamMatt Johnston2004-08-081-1/+14
* | Auth doesn't timeout after 5 minutes.Matt Johnston2004-08-181-0/+2
* | Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-2/+2
* | cleaning up the pubkey definesMatt Johnston2004-08-121-6/+4
|/
* set the isserver flag (oops)Matt Johnston2004-07-291-1/+6
* Progressing client supportMatt Johnston2004-07-271-38/+34
* switching to global varsMatt Johnston2004-07-201-10/+11
* merge of abac2150ee4f4031a98016241fbd136d24fed127Matt Johnston2004-06-231-3/+3
|\
* | - Port restriction code back inMatt Johnston2004-06-221-0/+4
|/
* Mostly done with the listener changeoverMatt Johnston2004-06-031-4/+4
* Makefile.in contains updated files requiredMatt Johnston2004-06-011-0/+351