Mercurial > dropbear
graph
-
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
-
separate client/server fastopen options2015-05-29, by Matt Johnston
-
Make sure kexfirstinitialise is called early enough2015-05-02, by Matt Johnston
-
fix travis more2015-05-02, by Matt Johnston
-
bad travis syntax2015-05-02, by Matt Johnston
-
add no-writev build2015-05-02, by Matt Johnston
-
Fix no-writev fallback2015-05-02, by Matt Johnston
-
Should be AF_UNSPEC not PF_UNSPEC2015-04-17, by Matt Johnston
-
fastopen code was totally broken2015-04-14, by Matt Johnston
-
Avoid channel writev() when there is nothing to write2015-03-21, by Matt Johnston
-
Make main socket nonblocking. Limit writequeue size.2015-03-20, by Matt Johnston
-
Fix when iov queue is large2015-03-20, by Matt Johnston
-
avoid malloc for iovec2015-03-20, by Matt Johnston
-
dropbear_assert() rather than assert()2015-03-16, by Matt Johnston
-
strdup strerror2015-03-11, by Matt Johnston
-
Fix error handling for dbclient async connect2015-03-03, by Matt Johnston
-
more changes2015-03-02, by Matt Johnston
-
changes (also testing hg bookmarks)2015-03-02, by Matt Johnston
-
merge2015-03-01, by Matt Johnston