index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-08-03
remove .hgtags from release
Matt Johnston
2015-08-03
Don't try to send data on first ack packet of 3way handshake.
Matt Johnston
2015-08-03
remove extraneous semicolon from m_free #define
Matt Johnston
2015-08-03
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
Matt Johnston
2015-06-23
check ecc key return, fix null pointer crash
Matt Johnston
2015-06-12
Merge pull request #11 from nshopik/patch-2
Matt Johnston
2015-06-12
a bit more changelog
Matt Johnston
2015-06-04
merge
Matt Johnston
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-06-04
Merge pull request #13 from gazoo74/fix-warnings
Matt Johnston
2015-06-04
Merge pull request #13 from gazoo74/fix-warnings
Matt Johnston
2015-06-03
Disable twofish-ctr by default, add config option
Matt Johnston
2015-06-03
note about constant_time_strcmp and lengths
Matt Johnston
2015-06-03
Fix building when ENABLE_CLI_PUBKEY_AUTH is unset
Matt Johnston
2015-05-29
separate client/server fastopen options
Matt Johnston
2015-05-05
Merge branch 'fix-pointer-sign-warnings' into fix-warnings
Gaël PORTAY
2015-05-05
Turn modptr local variable into unsigned char *
Gaël PORTAY
2015-05-05
Turn name and instruction local variables into char *
Gaël PORTAY
2015-05-05
Turn type and term local variables into char *
Gaël PORTAY
2015-05-05
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *
Gaël PORTAY
2015-05-05
Turn banner, methods and tok local variable into char *
Gaël PORTAY
2015-05-05
Turn many local variables into char *
Gaël PORTAY
2015-05-05
Turn signame local variable into char *
Gaël PORTAY
2015-05-05
Turn ChanSess's cmd attribute into char *
Gaël PORTAY
2015-05-05
Turn send_msg_service_accept()'s name argument into char *
Gaël PORTAY
2015-05-05
Turn checkpubkey() and send_msg_userauth_pk_ok()'s algo argument into char *
Gaël PORTAY
2015-05-05
Turn addr local variable into char *
Gaël PORTAY
2015-05-05
Turn sshsession's remoteident attribute into char *
Gaël PORTAY
2015-05-05
Turn dropbear_ecc_curve's name into const char *
Gaël PORTAY
2015-05-05
Turn Algo_Type's name attribute into const char *
Gaël PORTAY
2015-05-05
Turn local key_indent variable into char *
Gaël PORTAY
2015-05-05
Turn get_response()'s return type and prompt argument into char *
Gaël PORTAY
2015-05-05
Turn type local variable into char *
Gaël PORTAY
2015-05-05
Turn ChanSess's tty and term attributes into char *
Gaël PORTAY
2015-05-05
Fix unused make_connection_string() warning [-Werror=unused-function]
Gaël PORTAY
2015-05-05
Turn cleantext()'s dirtytext argument into char *
Gaël PORTAY
2015-05-05
Fix unused but set variable warnings [-Werror=unused-but-set-variable]
Gaël PORTAY
2015-05-05
Turn username, servicename and methodname local variables into char *
Gaël PORTAY
2015-05-05
Fix unused parameters warnings [-Werror=unused-parameter]
Gaël PORTAY
2015-05-05
Turn sendaddr, listenaddr and request_listenaddr local variables into char *
Gaël PORTAY
2015-05-05
Turn send_msg_channel_open_failure()'s text and lang into const char *
Gaël PORTAY
2015-05-05
Turn start_send_channel_request()'s type argument into char *
Gaël PORTAY
2015-05-05
Turn addrandom()'s buf argument into unsigned char *
Gaël PORTAY
2015-05-05
Expect len to be a type of socklen_t [-Werror=pointer-sign]
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-05-05
Uses abort() instead of raising a SIGABRT signal [-Werror]
Gaël PORTAY
2015-05-05
Uses k_size as an signed integer
Gaël PORTAY
2015-05-05
Test struct existance against sizeof() operator
Gaël PORTAY
2015-05-03
Make sure kexfirstinitialise is called early enough
Matt Johnston
2015-05-02
fix travis more
Matt Johnston
[prev]
[next]