summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-10-21don't silently ignore extra flag argumentsMatt Johnston
2015-09-29avoid invalidated iterator when connection failsMatt Johnston
2015-09-29make sure that the test for queued packets to write occurs afterMatt Johnston
2015-08-08Added signature for changeset ef4b26364b0cMatt Johnston
2015-08-08Added signature for changeset a687f835236cMatt Johnston
2015-08-08Added tag DROPBEAR_2015.68 for changeset 809feaa9408fMatt Johnston
2015-08-08changelog and version 2015.68Matt Johnston
2015-08-07Fix typo in dropbear(8)'s manpageGuilhem Moulin
2015-08-07Fix segfault with restricted authorized_key files without forced commandGuilhem Moulin
2015-08-07only update keepalive timeout post-auth (when keepalives are sent)Matt Johnston
2015-08-04Build with -Werror for the simplest caseMatt Johnston
2015-08-03couple more changelog itemsMatt Johnston
2015-08-03set timeouts to time remaining rather than timeout durationMatt Johnston
2015-08-03Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston
2015-08-03increase MAX_CMD_LEN to 9000Matt Johnston
2015-08-03remove .hgtags from releaseMatt Johnston
2015-08-03Don't try to send data on first ack packet of 3way handshake.Matt Johnston
2015-08-03remove extraneous semicolon from m_free #defineMatt Johnston
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
2015-06-23check ecc key return, fix null pointer crashMatt Johnston
2015-06-12Merge pull request #11 from nshopik/patch-2Matt Johnston
2015-06-12a bit more changelogMatt Johnston
2015-06-04mergeMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
2015-06-03Disable twofish-ctr by default, add config optionMatt Johnston
2015-06-03note about constant_time_strcmp and lengthsMatt Johnston
2015-06-03Fix building when ENABLE_CLI_PUBKEY_AUTH is unsetMatt Johnston
2015-05-29separate client/server fastopen optionsMatt Johnston
2015-05-05Merge branch 'fix-pointer-sign-warnings' into fix-warningsGaël PORTAY
2015-05-05Turn modptr local variable into unsigned char *Gaël PORTAY
2015-05-05Turn name and instruction local variables into char *Gaël PORTAY
2015-05-05Turn type and term local variables into char *Gaël PORTAY
2015-05-05Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *Gaël PORTAY
2015-05-05Turn banner, methods and tok local variable into char *Gaël PORTAY
2015-05-05Turn many local variables into char *Gaël PORTAY
2015-05-05Turn signame local variable into char *Gaël PORTAY
2015-05-05Turn ChanSess's cmd attribute into char *Gaël PORTAY
2015-05-05Turn send_msg_service_accept()'s name argument into char *Gaël PORTAY
2015-05-05Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *Gaël PORTAY
2015-05-05Turn addr local variable into char *Gaël PORTAY
2015-05-05Turn sshsession's remoteident attribute into char *Gaël PORTAY
2015-05-05Turn dropbear_ecc_curve's name into const char *Gaël PORTAY
2015-05-05Turn Algo_Type's name attribute into const char *Gaël PORTAY
2015-05-05Turn local key_indent variable into char *Gaël PORTAY
2015-05-05Turn get_response()'s return type and prompt argument into char *Gaël PORTAY
2015-05-05Turn type local variable into char *Gaël PORTAY
2015-05-05Turn ChanSess's tty and term attributes into char *Gaël PORTAY
2015-05-05Fix unused make_connection_string() warning [-Werror=unused-function]Gaël PORTAY