Mercurial > dropbear
graph
-
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