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 username, servicename and methodname local variables into char *
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
Fix unused make_connection_string() warning [-Werror=unused-function]
Gaël PORTAY
2015-05-05
Fix unused but set variable warnings [-Werror=unused-but-set-variable]
Gaël PORTAY
2015-05-05
Fix unused parameters warnings [-Werror=unused-parameter]
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-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-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
2015-03-01
Avoid copying data into circular buffer
Matt Johnston
2015-02-28
Better failure handling
Matt Johnston
2015-02-28
merge tcp fastopen
Matt Johnston
2015-02-28
Add cleanup
Matt Johnston
2015-02-28
merge from default
Matt Johnston
2015-02-27
EINPROGRESS for sendmsg() means it's working OK
Matt Johnston
2015-02-26
ignore any sendmsg() errors
Matt Johnston
2015-02-24
Use m_burn rather than memset
Thorsten Horstmann
2015-02-24
Avoid cppcheck warning
Thorsten Horstmann
2015-02-24
Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann
Matt Johnston
2015-02-24
Revert accidental commented out signal handlers
Matt Johnston
2015-02-24
Some additional cleanup functions
Matt Johnston
2015-02-24
Free memory before exiting. Based on patch from Thorsten Horstmann.
Matt Johnston
2015-02-24
Use m_close() which will avoid close(-1)
Matt Johnston
2015-02-24
Fix for old compilers, variable declarations at beginning of functions
Thorsten Horstmann
[next]