summaryrefslogtreecommitdiff
path: root/session.h
Commit message (Expand)AuthorAgeFilesLines
* added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-191-0/+1
* Get client fuzzer building and starting (fails straight away)Matt Johnston2020-10-181-0/+2
* merge rsa-sha256Matt Johnston2020-05-261-7/+11
|\
| * send and handle SSH_MSG_EXT_INFO only at the correct pointMatt Johnston2020-05-241-7/+5
| * ext-info handling for server-sig-algsMatt Johnston2020-05-191-7/+4
| * split signkey_type and signature_type for RSA sha1 vs sha256Matt Johnston2020-05-171-2/+10
| * use sigtype where appropriateMatt Johnston2020-04-061-1/+2
* | CBC mode cleanup (#95)Vladislav Grishenko2020-05-251-0/+2
* | Add Chacha20-Poly1305, AES128-GCM and AES256-GCM support (#93)Vladislav Grishenko2020-05-251-0/+8
|/
* Rename EPKA -> PluginMatt Johnston2019-05-151-6/+6
* External Public-Key Authentication API (#72)fabriziobertocci2019-05-151-0/+15
* use a full prototype (#56)Fran?ois Perrad2018-02-201-1/+1
* include config.h for options.h. don't need to include options.h whenMatt Johnston2018-02-181-1/+0
* make signal flags volatile, simplify handlingMatt Johnston2018-02-141-5/+6
* Remove none cipherMatt Johnston2018-02-091-2/+0
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-5/+5
* fix empty C prototypesFrancois Perrad2016-01-011-10/+10
* A few minor style fixesMatt Johnston2015-12-151-1/+1
* Client: kill proxy command when exiting application.Konstantin Tokarev2015-12-031-1/+3
* fix build when ENABLE_CLI_INTERACT_AUTH is disabledMike Frysinger2015-10-211-2/+1
* Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston2015-08-031-5/+5
* Turn sshsession's remoteident attribute into char *Ga?l PORTAY2015-05-021-1/+1
* Turn cleantext()'s dirtytext argument into char *Ga?l PORTAY2015-05-021-1/+1
* Make main socket nonblocking. Limit writequeue size.Matt Johnston2015-03-201-0/+1
* Fix pubkey auth after change to reuse ses.readbuf as ses.payloadMatt Johnston2015-03-011-1/+4
* A bit of a bodge to avoid memcpy if zlib is disabledMatt Johnston2015-03-011-0/+1
* merge from defaultMatt Johnston2015-02-281-6/+6
|\
| * Add more ATTRIB_NORETURN annotations, from Thorsten HorstmannMatt Johnston2015-02-241-3/+3
| * DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* | Move generic network routines to netio.cMatt Johnston2015-02-201-0/+1
* | In theory TFO should work. Needs platform cleanup and testingMatt Johnston2015-02-191-1/+1
* | async connections workingMatt Johnston2015-02-181-0/+1
* | work in progress for async connectMatt Johnston2015-02-181-0/+2
|/
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+1
* Don't send SSH_MSG_UNIMPLEMENTED for keepalive responsesMatt Johnston2014-08-131-0/+1
* Make sure the check_close() handler runs when a server child process exitsMatt Johnston2014-07-281-0/+1
* Set tcp priority as follows:Matt Johnston2014-07-161-1/+5
* Fix auth timeout regressionMatt Johnston2014-07-091-5/+5
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-5/+8
* Add new monotonic_now() wrapper so that timeouts are unaffected byMatt Johnston2014-03-131-3/+4
* requirenext doesn't need two valuesMatt Johnston2014-01-231-3/+2
* DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-171-0/+2
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
* curve25519Matt Johnston2013-11-081-0/+1
* merge in HEADMatt Johnston2013-05-211-16/+16
|\
| * requirenext fixup for firstkexfollowsMatt Johnston2013-04-141-2/+3
| * Take transmit and receive keys into use separatelyMatt Johnston2013-04-041-0/+1
| * merge kexguess branchMatt Johnston2013-04-031-3/+2
| |\
| | * Run the cleanup handler also when we close due to TCP connection being closedMatt Johnston2013-04-011-2/+2
| * | Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston2013-04-031-0/+1