Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Print a message from configure if getpass() or crypt() were missing | |||
2015-10-21 | fix default build when getpass() is unavailable | Mike Frysinger | |
if the system doesn't support getpass, we still default on the options that require it which causes a build failure. instead, only default enable these when getpass is available. | |||
2015-05-05 | Test struct existance against sizeof() operator | Gaël PORTAY | |
Instead of declaring an "unused-variable" or "unused-but-set-variable" structure. This avoid unexpected broken configurations when using something like: $ ./configure CFLAGS="-Wall -Wextra -Werror" It causes AC_COMPILE_IFELSE to fail and thus leading to a mismatch configuration (because the CFLAGS are passed to the macro). | |||
2015-01-28 | Allow configure with libtomcrypt/libtommath directories missing | Elan Ruusamäe | |
if using bundled libraries | |||
2014-03-13 | Add new monotonic_now() wrapper so that timeouts are unaffected by | Matt Johnston | |
system clock changes | |||
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 | |
--HG-- branch : ecc | |||
2013-10-15 | Make --disable-bundled-libtom work, based on patch from Mike Frysinger | Matt Johnston | |
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
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 | |
--HG-- branch : ecc | |||
2013-03-24 | rename configure.in -> configure.ac | Mike Frysinger | |
Latest autotools warn now if the file is named configure.in --HG-- rename : configure.in => configure.ac |