summaryrefslogtreecommitdiff
path: root/common-session.c
Commit message (Expand)AuthorAgeFilesLines
* Use buf_burn_free() instead of two callsMatt Johnston2022-03-291-2/+1
* changed TRACE to DEBUG1 for dbclientHansH1112022-03-191-1/+1
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-14/+4
* Fix #ifdef DROPBEAR_FUZZ (caught by linter)Matt Johnston2020-10-211-1/+1
* Load password and key for client fuzzer.Matt Johnston2020-10-201-0/+5
* Disallow leading lines before the ident for server (#102)Vladislav Grishenko2020-06-151-2/+5
* Rename EPKA -> PluginMatt Johnston2019-05-151-2/+2
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-0/+4
* Add a sanity check for DROPBEAR_SVR_MULTIUSER==0 modeMatt Johnston2019-03-201-0/+10
* workaround memory sanitizer FD_ZERO false positivesMatt Johnston2018-03-061-5/+6
* get rid of unused packet_type in encrypted write queueMatt Johnston2018-03-041-1/+1
* - #if not #ifdef for DROPBEAR_FUZZMatt Johnston2018-02-281-2/+2
* merge from mainMatt Johnston2018-02-261-1/+20
|\
| * merge from mainMatt Johnston2018-02-171-1/+20
| |\
| | * glaring wrapfd problems fixedMatt Johnston2017-05-201-7/+21
| | * closer to workingMatt Johnston2017-05-201-1/+6
* | | use a full prototype (#56)Fran?ois Perrad2018-02-201-1/+1
|/ /
* | make signal flags volatile, simplify handlingMatt Johnston2018-02-141-16/+8
|/
* merge 2016.74Matt Johnston2016-07-211-2/+2
|\
| * Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-2/+2
| * Avoid busy loop while waiting for rekey responseMatt Johnston2016-04-291-2/+4
* | Avoid busy loop while waiting for rekey responseMatt Johnston2016-04-291-2/+4
* | better TRACE of failed remote identMatt Johnston2016-07-111-1/+1
|/
* fix empty C prototypesFrancois Perrad2016-01-011-3/+3
* Fix ses.channel_signal_pending raceMatt Johnston2015-11-271-0/+3
* make sure that the test for queued packets to write occurs afterMatt Johnston2015-09-291-10/+13
* only update keepalive timeout post-auth (when keepalives are sent)Matt Johnston2015-08-071-7/+7
* set timeouts to time remaining rather than timeout durationMatt Johnston2015-08-031-11/+30
* Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston2015-08-031-0/+6
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-1/+1
* Merge pull request #13 from gazoo74/fix-warningsMatt Johnston2015-06-041-2/+0
|\
| * Make sure kexfirstinitialise is called early enoughMatt Johnston2015-05-031-2/+0
* | Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-2/+2
|/
* Fix no-writev fallbackMatt Johnston2015-05-021-3/+3
* Make main socket nonblocking. Limit writequeue size.Matt Johnston2015-03-201-6/+16
* reword comment for claritynocircbufferMatt Johnston2015-03-011-2/+4
* Add cleanupfastopenMatt Johnston2015-02-281-0/+2
* merge from defaultMatt Johnston2015-02-281-15/+45
|\
| * Some additional cleanup functionsMatt Johnston2015-02-241-3/+12
| * Free memory before exiting. Based on patch from Thorsten Horstmann.Matt Johnston2015-02-241-12/+33
| * Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann2015-02-241-3/+3
* | Move generic network routines to netio.cMatt Johnston2015-02-201-0/+1
* | Update priority once the socket is openMatt Johnston2015-02-201-0/+5
* | async connections workingMatt Johnston2015-02-181-1/+6
|/
* Add envirnonment variable for debug timestamps to roughly matchMatt Johnston2015-02-131-0/+4
* Fix print that no longer works since we're not using fourCCsMatt Johnston2015-02-131-1/+1
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-8/+22
* Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston2014-08-131-0/+5
* Set tcp priority as follows:Matt Johnston2014-07-161-0/+48
* Fix auth timeout regressionMatt Johnston2014-07-091-5/+0