aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* configure.ac: enable ASAN, LSAN and UBSANToni Uhlig2019-09-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* configure.ac: enable assertions explicitlyToni Uhlig2019-09-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Revert "added fallback random source ("/dev/urandom") for systems with low ↵Toni Uhlig2019-08-18
| | | | | | entropy available and "/dev/random" activated" This reverts commit 9f2cf5f50a337d73058c43e88453cb2926b49fb3.
* added fallback random source ("/dev/urandom") for systems with low entropy ↵Toni Uhlig2019-08-11
| | | | | | available and "/dev/random" activated Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* SHA512 challenge response authenticationToni Uhlig2019-07-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* updated to 1.42Toni Uhlig2019-06-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added Npcap support (fixes #14)Toni Uhlig2019-05-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added `--list-libpcap-devices' to list al available pcap devices, output ↵Toni Uhlig2019-04-25
| | | | | | WinPCAP specific information at startup Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.41-releaseToni Uhlig2019-04-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* use default random device /dev/random when only `--with-rngdev` as configure ↵Toni Uhlig2019-03-31
| | | | | | arg used and force the use of same for RNG Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* change the path to the random number generator during build time (see PR #11)Toni Uhlig2019-03-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.40-releaseToni Uhlig2019-03-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* pt_random(): reading from /dev/random instead of calling less secure random()Toni Uhlig2019-02-22
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.32-releaseToni Uhlig2019-01-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support BSD arc4random() if availableToni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* autoconf check for srandom()/random() or fallback to less secure srand()/rand()Toni Uhlig2018-12-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* added additional autoconf ICMP_FILTER compile checkToni Uhlig2018-12-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.31-releasev1.31Toni Uhlig2018-12-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* fix configure error for OpenWrt also (see ↵Toni Uhlig2018-11-26
| | | | | | c1cecbab40ef2d70446308aabdef10d9c8e21be1) Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* android host build: check for __android_log_vprint in liblog.so to prevent ↵Toni Uhlig2018-11-26
| | | | | | linker errors in the logging facility Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* support for android eabi buildsToni Uhlig2018-11-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 1.3-releaseToni Uhlig2018-10-19
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* autogen.sh, configure.ac: fix build for mingw-w64 xcompiler, cleanup ↵Toni Uhlig2018-08-10
| | | | | | superfluous code Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* bump to 1.2: ChangeLog updateToni Uhlig2018-07-15
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* archlinux pkgbuild, version bumplns2017-12-24
|
* md readme for travis build status, -std=gnu99 autoconf checkToni Uhlig2017-12-20
|
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | * pcap for Windows is optional (but recommended)
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | * autoconf mingw dlltool check * build import library and link ptunnel-ng.exe against it
* ptunnel-ng:Toni Uhlig2017-12-20
| | | | | | * fixed mingw64 cross compile issues * using getaddrinfo instead of obsolete gethostbyname * removed IS_WINDOWS AM_CONDITIONAL
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | * fixed missing conditionaled compile for pcap * ported to mingw64
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | * ChangeLog updated for 1.0 release * additional autoconf checks e.g. _GNU_SOURCE, syslog, getopt * manpage updated
* ptunnel-ng:Toni Uhlig2017-12-19
| | | | | | | * autotools set/use package version string * autotools renamed output binary to ptunnel-ng * more "intuitive" short options * removed ptunnel version info, copyright update
* ptunnel-ng:Toni Uhlig2017-12-18
* this is now an autotools project (added/renamed required files e.g. AUTHORS, COPYING) * removed user defined ip header (buggy; not useful anymore)