index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
2017-06-03
Merge pull request #38 from armcc/master
Matt Johnston
2017-06-02
Set configure #defines to 1. Escape some strings for m4
Matt Johnston
2016-09-16
Fix libtomcrypt/libtommath linking order
Andre McCurdy
2016-07-27
Fix configure options using AC_ARG_ENABLE
Stefan Hauser
2016-03-16
Use memset_s or explicit_bzero
Matt Johnston
2015-11-30
The '==' comparision operator is not defined by POSIX, use '=' instead
Juergen Daubert
2015-11-26
Another attempt at test for crypt()
Matt Johnston
2015-11-26
Backed out changeset fbcd0a20e667
Matt Johnston
2015-11-26
AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()
Matt Johnston
2015-10-21
Test for crypt() rather than crypt.h
Matt Johnston
2015-10-21
fix default build when getpass() is unavailable
Mike Frysinger
2015-05-05
Test struct existance against sizeof() operator
Gaël PORTAY
2015-01-28
Allow configure with libtomcrypt/libtommath directories missing
Elan Ruusamäe
2014-03-13
Add new monotonic_now() wrapper so that timeouts are unaffected by
Matt Johnston
2014-02-18
Fix building with system libtomcrypt/libtommath
Matt Johnston
2013-11-25
Fix library order of libtom*
Matt Johnston
2013-11-25
Try and fix utmp handling
Matt Johnston
2013-11-25
Fix some warnings
Matt Johnston
2013-11-14
Replace some deprecated macros with other ones, from Daniel Richard G.
Matt Johnston
2013-10-18
Merge in changes from the past couple of releases
Matt Johnston
2013-10-15
Make --disable-bundled-libtom work, based on patch from Mike Frysinger
Matt Johnston
2013-05-21
merge in HEAD
Matt Johnston
2013-05-13
Fix bad comma in header list
Matt Johnston
2013-03-31
Try using writev() for writing packets out to tcp
Matt Johnston
2013-03-26
refactor kexdh code a bit, start working on ecdh etc
Matt Johnston
2013-03-24
rename configure.in -> configure.ac
Mike Frysinger