summaryrefslogtreecommitdiff
path: root/cli-session.c
Commit message (Expand)AuthorAgeFilesLines
* changed TRACE to DEBUG1 for dbclientHansH1112022-03-191-1/+1
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-0/+3
* MergeMatt Johnston2021-10-111-0/+1
|\
| * added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-191-0/+1
* | Add a comment about sending initial auth requestMatt Johnston2021-10-111-0/+3
|/
* Use buf_eatstring insteadMatt Johnston2020-12-101-3/+1
* Fix handling of replies to global requests (#112)Dirkjan Bussink2020-12-101-3/+13
* Add fuzzer-client_nomaths, fix client fuzzerMatt Johnston2020-10-181-5/+11
* Get client fuzzer building and starting (fails straight away)Matt Johnston2020-10-181-0/+59
* fix typoMatt Johnston2020-05-261-1/+1
* ext-info handling for server-sig-algsMatt Johnston2020-05-191-1/+4
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-0/+1
* more linting (#58)Fran?ois Perrad2018-02-261-1/+1
* make signal flags volatile, simplify handlingMatt Johnston2018-02-141-2/+2
* missed saving a file removing none cipherMatt Johnston2018-02-091-15/+0
* when pointer, use NULL instead of 0Francois Perrad2017-06-021-1/+1
* Use DROPBEAR_PATH_DEVNULL instead of undefined _PATH_DEVNULLBen Gardner2016-05-241-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-10/+10
* mergeMatt Johnston2016-03-161-3/+3
|\
| * fix empty C prototypesFrancois Perrad2016-01-011-3/+3
* | ignore return value from fcntl()Matt Johnston2016-03-151-3/+4
|/
* Support syslog logging in dbclient.Konstantin Tokarev2015-12-011-0/+5
* Client: kill proxy command when exiting application.Konstantin Tokarev2015-12-031-5/+19
* 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-0/+2
|\
| * Make sure kexfirstinitialise is called early enoughMatt Johnston2015-05-031-0/+2
* | Turn cleantext()'s dirtytext argument into char *Ga?l PORTAY2015-05-021-2/+2
* | Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-1/+1
|/
* merge from defaultMatt Johnston2015-02-281-2/+2
|\
| * Add more ATTRIB_NORETURN annotations, from Thorsten HorstmannMatt Johnston2015-02-241-2/+2
* | Move generic network routines to netio.cMatt Johnston2015-02-201-3/+4
* | Update priority once the socket is openMatt Johnston2015-02-201-0/+1
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-1/+6
* | async connections workingMatt Johnston2015-02-181-0/+9
|/
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+5
* Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston2014-08-131-0/+2
* Send a failure response if a client receives a global requestMatt Johnston2014-07-081-0/+8
* DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-171-0/+4
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
* merge in HEADMatt Johnston2013-05-211-32/+60
|\
| * setup tcp after requesting a channel - might hide some DNS latencyMatt Johnston2013-04-041-7/+8
| * Take transmit and receive keys into use separatelyMatt Johnston2013-04-041-2/+2
| * fix leftover kexguess debuggingMatt Johnston2013-04-031-2/+0
| * merge kexguess branchMatt Johnston2013-04-031-4/+8
| |\
| | * Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATEMatt Johnston2013-04-021-1/+3
| | * Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-3/+4
| * | Put some #ifdef options around first-follows options in case theykexguessMatt Johnston2013-04-031-1/+4
| * | Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston2013-04-031-3/+7
| * | merge from head roundtrip changesMatt Johnston2013-04-011-8/+20
| |\ \ | | |/