summaryrefslogtreecommitdiff
path: root/svr-auth.c
Commit message (Expand)AuthorAgeFilesLines
* Define _GNU_SOURCE properly, other header fixesMatt Johnston2021-03-041-1/+0
* Improve address logging on early exit messages (#83)Kevin Darbyshire-Bryant2020-03-181-11/+7
* Support servers without multiple user support (#76)Patrick Stewart2019-03-201-1/+1
* - Add adaptive authentication failure delayMatt Johnston2018-11-051-5/+40
* Merge bugfix delay invalid usersMatt Johnston2018-08-231-0/+5
|\
| * merge from mainMatt Johnston2018-02-281-0/+5
| |\
| | * clean some fuzzing conditionalsMatt Johnston2018-02-281-4/+3
| | * - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-2/+2
| | * merge from mainMatt Johnston2018-02-281-1/+4
| | |\
| | * \ merge from mainMatt Johnston2018-02-261-0/+6
| | |\ \
| | | * \ merge from mainMatt Johnston2018-02-171-0/+6
| | | |\ \
| | | | * \ merge up to dateMatt Johnston2018-01-231-0/+6
| | | | |\ \
| | | | | * | fix DROBPEAR_FUZZ auth delayMatt Johnston2017-06-301-1/+3
| | | | | * | merge main to fuzzMatt Johnston2017-05-181-1/+5
| | | | | |\ \
| | | | | | * | fuzz harnessMatt Johnston2017-05-131-1/+1
| | | | | | * | copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-1/+5
| * | | | | | | fix #endif (#59)Fran?ois Perrad2018-02-281-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Wait to fail invalid usernamesMatt Johnston2018-08-231-14/+5
* | | | | | | fix #endif (#59)Fran?ois Perrad2018-02-281-1/+1
|/ / / / / /
* | | | | | add guard HAVE_GETGROUPLISTMatt Johnston2018-02-271-1/+4
|/ / / / /
* | | | | - Don't try to handle changed usernamesMatt Johnston2018-02-261-41/+27
* | | | | more linting (#58)Fran?ois Perrad2018-02-261-2/+2
* | | | | Fix restricted group code for BSDs, move to separate functionMatt Johnston2018-02-261-42/+44
* | | | | Added the -G option to allow logins only for users that are members of a cert...stellarpower2018-02-201-0/+46
|/ / / /
* | | | Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-1/+1
|/ / /
* | | dropbear server: support -T max auth triesKevin Darbyshire-Bryant2017-05-291-1/+1
|/ /
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-5/+5
|/
* 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