summaryrefslogtreecommitdiff
path: root/cli-session.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ | | |/
| | * Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-2/+2
| | * Don't bother waiting for a ssh-connection service reply - the serverMatt Johnston2013-03-311-6/+18
| * | 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
| * | first_kex_packet_follows working, needs tidyingMatt Johnston2013-03-291-7/+14
| |/
* | ecdsa is workingMatt Johnston2013-05-031-4/+0
* | start on ecdsa keysMatt Johnston2013-04-091-0/+1
|/
* - Only request "none" cipher after auth has succeededinsecure-nocryptoMatt Johnston2012-05-171-0/+15