aboutsummaryrefslogtreecommitdiff
path: root/src/tun
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* generate compact regular expressions if range is negated (#3226), switch ↵Christian Grothoff2014-01-12
| | | | default policy to not-25 (SMTP) as we can now work with that
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -give nicer warning about big regexChristian Grothoff2013-12-20
|
* -fix leakChristian Grothoff2013-11-28
|
* -improvements to parsersChristian Grothoff2013-10-26
|
* -faster port range generation, O(n) instead of O(n^2)Christian Grothoff2013-10-26
|
* -converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff2013-10-26
| | | | proper policy parsing
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -note where 2919 should be also implementedChristian Grothoff2013-07-22
|
* rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify ↵Christian Grothoff2013-07-22
| | | | that this is for generating the search strings
* -move all code that deals with IP/policy to regex/string conversion to tunChristian Grothoff2013-07-22
|
* fix compile error left from renaming festChristian Grothoff2013-06-21
|
* adding file that was moved here from regex.c and forgotten in earlier commitChristian Grothoff2013-06-20
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* -fixing #2405Christian Grothoff2012-06-07
|
* -version bumps in anticipation of releaseChristian Grothoff2012-02-27
|
* -fixChristian Grothoff2012-02-24
|
* -one moreChristian Grothoff2012-02-22
|
* -initialize udp header...Christian Grothoff2012-02-22
|
* -extended testChristian Grothoff2012-02-22
|
* -initial testcaseChristian Grothoff2012-02-22
|
* -extra size checksChristian Grothoff2012-01-30
|
* -possible fix for 2124Christian Grothoff2012-01-30
|
* -fixChristian Grothoff2012-01-30
|
* -simplifyChristian Grothoff2012-01-30
|
* -keep splitChristian Grothoff2012-01-30
|
* -sane defaultChristian Grothoff2012-01-26
|
* -fix IP header length calculations for IPv6Christian Grothoff2012-01-25
|
* -doxygen fixesChristian Grothoff2012-01-25
|
* -adding ICMP support to TUN libraryChristian Grothoff2012-01-20
|
* -moving remaining checksum calculations to tun library, fixing #2066Christian Grothoff2012-01-17
|
* -move IPv6-TCP checksum calculation to tun libraryChristian Grothoff2012-01-17
|
* -move IPv6 header initialization to tun libraryChristian Grothoff2012-01-17
|
* -move IPv4 header initialization to tun libraryChristian Grothoff2012-01-17
|
* -renaming TUN structs to follow namnig conventionsChristian Grothoff2012-01-17
|
* -starting TUN libChristian Grothoff2012-01-17