Mercurial > dropbear
graph
-
only update keepalive timeout post-auth (when keepalives are sent)2015-08-07, by Matt Johnston
-
Build with -Werror for the simplest case2015-08-04, by Matt Johnston
-
couple more changelog items2015-08-03, by Matt Johnston
-
set timeouts to time remaining rather than timeout duration2015-08-03, by Matt Johnston
-
Fix problem where auth timeout wasn't checked when waiting for ident2015-08-03, by Matt Johnston
-
increase MAX_CMD_LEN to 90002015-08-03, by Matt Johnston
-
remove .hgtags from release2015-08-03, by Matt Johnston
-
Don't try to send data on first ack packet of 3way handshake.2015-08-03, by Matt Johnston
-
remove extraneous semicolon from m_free #define2015-08-03, by Matt Johnston
-
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir2015-08-03, by Matt Johnston
-
check ecc key return, fix null pointer crash2015-06-23, by Matt Johnston
-
Merge pull request #11 from nshopik/patch-22015-06-12, by Matt Johnston
-
Prepend DROPBEAR for scp.c2015-03-12, by Nikolay Shopik
-
a bit more changelog2015-06-12, by Matt Johnston
-
merge2015-06-04, by Matt Johnston
-
buf_getstring and buf_putstring now use non-unsigned char*2015-06-04, by Matt Johnston
-
Merge pull request #13 from gazoo74/fix-warnings2015-06-04, by Matt Johnston
-
Merge pull request #13 from gazoo74/fix-warnings2015-06-04, by Matt Johnston
-
Merge branch 'fix-pointer-sign-warnings' into fix-warnings2015-05-05, by Gaël PORTAY
-
Turn modptr local variable into unsigned char *2015-05-02, by Gaël PORTAY
-
Turn name and instruction local variables into char *2015-05-02, by Gaël PORTAY
-
Turn type and term local variables into char *2015-05-02, by Gaël PORTAY
-
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *2015-05-02, by Gaël PORTAY
-
Turn banner, methods and tok local variable into char *2015-05-02, by Gaël PORTAY
-
Turn many local variables into char *2015-05-02, by Gaël PORTAY
-
Turn signame local variable into char *2015-05-02, by Gaël PORTAY
-
Turn ChanSess's cmd attribute into char *2015-05-02, by Gaël PORTAY
-
Turn send_msg_service_accept()'s name argument into char *2015-05-02, by Gaël PORTAY
-
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *2015-05-02, by Gaël PORTAY
-
Turn addr local variable into char *2015-05-02, by Gaël PORTAY
-
Turn sshsession's remoteident attribute into char *2015-05-02, by Gaël PORTAY
-
Turn dropbear_ecc_curve's name into const char *2015-05-02, by Gaël PORTAY
-
Turn Algo_Type's name attribute into const char *2015-05-02, by Gaël PORTAY
-
Turn local key_indent variable into char *2015-05-02, by Gaël PORTAY
-
Turn get_response()'s return type and prompt argument into char *2015-05-02, by Gaël PORTAY
-
Turn type local variable into char *2015-05-02, by Gaël PORTAY
-
Turn ChanSess's tty and term attributes into char *2015-05-02, by Gaël PORTAY
-
Turn cleantext()'s dirtytext argument into char *2015-05-02, by Gaël PORTAY
-
Turn username, servicename and methodname local variables into char *2015-05-02, by Gaël PORTAY
-
Turn sendaddr, listenaddr and request_listenaddr local variables into char *2015-05-02, by Gaël PORTAY
-
Turn send_msg_channel_open_failure()'s text and lang into const char *2015-05-02, by Gaël PORTAY
-
Turn start_send_channel_request()'s type argument into char *2015-05-02, by Gaël PORTAY
-
Turn addrandom()'s buf argument into unsigned char *2015-05-02, by Gaël PORTAY
-
Expect len to be a type of socklen_t [-Werror=pointer-sign]2015-05-02, by Gaël PORTAY
-
Fix pointer differ in signess warnings [-Werror=pointer-sign]2015-05-02, by Gaël PORTAY
-
Fix unused make_connection_string() warning [-Werror=unused-function]2015-05-02, by Gaël PORTAY
-
Fix unused but set variable warnings [-Werror=unused-but-set-variable]2015-05-02, by Gaël PORTAY
-
Fix unused parameters warnings [-Werror=unused-parameter]2015-05-02, by Gaël PORTAY
-
Uses abort() instead of raising a SIGABRT signal [-Werror]2015-05-02, by Gaël PORTAY
-
Uses k_size as an signed integer2015-05-02, by Gaël PORTAY
-
Test struct existance against sizeof() operator2015-05-02, by Gaël PORTAY
-
Disable twofish-ctr by default, add config option2015-06-03, by Matt Johnston
-
note about constant_time_strcmp and lengths2015-06-03, by Matt Johnston
-
Fix building when ENABLE_CLI_PUBKEY_AUTH is unset2015-06-03, by Matt Johnston