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-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
2015-05-02
bad travis syntax
Matt Johnston
2015-05-02
add no-writev build
Matt Johnston
2015-05-02
Fix no-writev fallback
Matt Johnston
2015-04-17
Should be AF_UNSPEC not PF_UNSPEC
Matt Johnston
2015-04-14
fastopen code was totally broken
Matt Johnston
2015-03-21
Avoid channel writev() when there is nothing to write
Matt Johnston
2015-03-20
Make main socket nonblocking. Limit writequeue size.
Matt Johnston
2015-03-20
Fix when iov queue is large
Matt Johnston
2015-03-20
avoid malloc for iovec
Matt Johnston
2015-03-16
dropbear_assert() rather than assert()
Matt Johnston
2015-03-12
Prepend DROPBEAR for scp.c
Nikolay Shopik
2015-03-11
strdup strerror
Matt Johnston
2015-03-03
Fix error handling for dbclient async connect
Matt Johnston
2015-03-02
more changes
Matt Johnston
2015-03-02
changes (also testing hg bookmarks)
Matt Johnston
2015-03-01
merge
Matt Johnston
2015-03-01
reword comment for clarity
Matt Johnston
2015-03-01
Fix pubkey auth after change to reuse ses.readbuf as ses.payload
Matt Johnston
2015-03-01
Fix some memory leaks in ecc code
Matt Johnston
2015-03-01
allocate buffer and data in a single allocation
Matt Johnston
2015-03-01
Avoid malloc in hmac
Matt Johnston
2015-03-01
A bit of a bodge to avoid memcpy if zlib is disabled
Matt Johnston
[prev]
[next]