2015-08-03 |
Matt Johnston |
Don't try to send data on first ack packet of 3way handshake.
|
2015-08-03 |
Matt Johnston |
remove extraneous semicolon from m_free #define
|
2015-08-03 |
Matt Johnston |
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
|
2015-06-23 |
Matt Johnston |
merge
coverity
|
2015-06-13 |
Matt Johnston |
coverity shouldn't have a matrix
coverity
|
2015-06-13 |
Matt Johnston |
fix travis coverity matrix?
coverity
|
2015-06-13 |
Matt Johnston |
fiddle with coverity travis
coverity
|
2015-06-12 |
Matt Johnston |
merge up to date, attempt to fix travis.yml
coverity
|
2015-06-23 |
Matt Johnston |
check ecc key return, fix null pointer crash
|
2015-06-12 |
Matt Johnston |
Merge pull request #11 from nshopik/patch-2
|
2015-03-12 |
Nikolay Shopik |
Prepend DROPBEAR for scp.c
|
2015-06-12 |
Matt Johnston |
a bit more changelog
|
2015-06-04 |
Matt Johnston |
merge
|
2015-06-04 |
Matt Johnston |
buf_getstring and buf_putstring now use non-unsigned char*
|
2015-06-04 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
2015-06-04 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
2015-05-05 |
Gaël PORTAY |
Merge branch 'fix-pointer-sign-warnings' into fix-warnings
|
2015-05-02 |
Gaël PORTAY |
Turn modptr local variable into unsigned char *
|
2015-05-02 |
Gaël PORTAY |
Turn name and instruction local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn type and term local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *
|
2015-05-02 |
Gaël PORTAY |
Turn banner, methods and tok local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn many local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn signame local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn ChanSess's cmd attribute into char *
|
2015-05-02 |
Gaël PORTAY |
Turn send_msg_service_accept()'s name argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *
|
2015-05-02 |
Gaël PORTAY |
Turn addr local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn sshsession's remoteident attribute into char *
|
2015-05-02 |
Gaël PORTAY |
Turn dropbear_ecc_curve's name into const char *
|