aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
* improved icmp/forward descriptor structs and use -Wextra for all buildsToni Uhlig2020-03-14
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* 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>
* use $(srcdir) instead of $(abs_srcdir) in Makefile.am, so makedist works againToni Uhlig2019-06-30
| | | | 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>
* 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>
* 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>
* 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
| | | | | | | * 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)