summaryrefslogtreecommitdiff
path: root/svr-session.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some outdated commentsMatt Johnston2021-10-111-2/+1
* Introduce extra delay before closing unauthenticated sessionsThomas De Schampheleire2017-02-151-0/+21
* fuzz: make postauth set authdone properlyMatt Johnston2020-12-031-0/+6
* send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-0/+2
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-2/+5
* Handle early exit when addrstring isn't setMatt Johnston2020-03-181-6/+14
* Improve address logging on early exit messages (#83)Kevin Darbyshire-Bryant2020-03-181-4/+4
* Rename EPKA -> PluginMatt Johnston2019-05-151-27/+27
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-4/+69
* Fix to be able to compile normal(ish) binaries with --enable-fuzzMatt Johnston2018-02-281-1/+1
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-1/+1
* merge from mainMatt Johnston2018-02-261-1/+12
|\
| * merge from mainMatt Johnston2018-02-171-1/+12
| |\
| | * merge from mainMatt Johnston2017-06-141-1/+12
| | |\
| | | * Add a flag whether to longjmp, missed that last commitMatt Johnston2017-06-011-1/+1
| | | * glaring wrapfd problems fixedMatt Johnston2017-05-201-1/+3
| | | * merge main to fuzzMatt Johnston2017-05-181-0/+9
| | | |\
| | | | * fuzz harnessMatt Johnston2017-05-131-5/+8
| | | | * copy over some fuzzing code from AFL branchMatt Johnston2017-05-121-0/+6
* | | | | make group1 client-onlyMatt Johnston2018-02-261-0/+13
|/ / / /
* | | | make signal flags volatile, simplify handlingMatt Johnston2018-02-141-3/+3
|/ / /
* | | when pointer, use NULL instead of 0Francois Perrad2017-06-021-1/+1
|/ /
* | merge 2016.74Matt Johnston2016-07-211-5/+5
|\ \ | |/ |/|
| * Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-5/+5
* | Improve exit message formattingMatt Johnston2016-07-111-11/+13
|/
* fix empty C prototypesFrancois Perrad2016-01-011-1/+1
* Fix print format specifierChocobo12016-01-051-1/+1
* A few minor style fixesMatt Johnston2015-12-151-2/+1
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-011-2/+2
* Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston2015-08-031-11/+1
* Make sure kexfirstinitialise is called early enoughMatt Johnston2015-05-031-0/+2
* Some additional cleanup functionsMatt Johnston2015-02-241-1/+2
* Free memory before exiting. Based on patch from Thorsten Horstmann.Matt Johnston2015-02-241-2/+15
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+4
* Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston2014-08-131-0/+1
* Fix auth timeout regressionMatt Johnston2014-07-091-1/+11
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-2/+0
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-1/+1
* Fix disabling DSS keyMatt Johnston2013-12-031-1/+1
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* merge in HEADMatt Johnston2013-05-211-6/+10
|\
| * merge kexguess branchMatt Johnston2013-04-031-4/+9
| |\
| | * Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-4/+9
| * | mergeMatt Johnston2013-03-311-1/+1
| |\ \ | | |/
| | * send out our kexinit packet before blocking to read the SSH version stringMatt Johnston2013-03-311-1/+1
| * | Get rid of client/server specific buf_match_algo, use singleMatt Johnston2013-03-301-1/+0
| |/
* | ecdsa is workingMatt Johnston2013-05-031-1/+0
* | start on ecdsa keysMatt Johnston2013-04-091-0/+1
|/
* Improve RNG seeding.Matt Johnston2012-06-291-1/+0
* - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDMatt Johnston2012-05-091-2/+0