summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
Cisco SSH on 15.4(3)M2 or similar can't handle it.
2015-08-03remove extraneous semicolon from m_free #defineMatt Johnston
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
rather than doing ~ expansion
2015-06-23check ecc key return, fix null pointer crashMatt Johnston
2015-06-12Merge pull request #11 from nshopik/patch-2Matt Johnston
Prepend DROPBEAR for scp.c
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
Fix warnings
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
Fix warnings
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
reqname, bindaddr, request_addr, desthost and orighost to be exhaustive.
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
This function is used when USE_VFORK is unset.
2015-05-05Turn cleantext()'s dirtytext argument into char *Gaël PORTAY
2015-05-05Fix unused but set variable warnings [-Werror=unused-but-set-variable]Gaël PORTAY
2015-05-05Turn username, servicename and methodname local variables into char *Gaël PORTAY
Changing checkusername()'s username argument into char * as well.
2015-05-05Fix unused parameters warnings [-Werror=unused-parameter]Gaël PORTAY
2015-05-05Turn sendaddr, listenaddr and request_listenaddr local variables into char *Gaël PORTAY
2015-05-05Turn send_msg_channel_open_failure()'s text and lang into const char *Gaël PORTAY
2015-05-05Turn start_send_channel_request()'s type argument into char *Gaël PORTAY