namestore api change: include block expiration time in record create
[oweals/gnunet.git] / src / vpn /
2012-02-28 Christian Grothoffadding GNUNET_CRYPTO_setup_hostkey to setup a hostkey...
2012-02-28 Christian Grothoff-make gcc happy
2012-02-28 Christian Grothoff-fix
2012-02-27 Christian Grothoffenabling use of pipes for signal communication also...
2012-02-12 Christian Grothoff-fix
2012-02-12 Christian Grothoff-add missing packed
2012-02-12 Christian Grothoff-fix testcase
2012-02-12 Christian Grothoff-ICMPv6 has a different protocol number than ICMPv4...
2012-02-11 Christian Grothoff-doxygen fixes
2012-01-31 Christian Grothoff-do not try VPN tests on FreeBSD and other non-GNU...
2012-01-30 Christian Grothoff-also run if system does not support IPv4 or IPv6 at...
2012-01-30 Christian Grothoff-better error reporting
2012-01-30 Christian Grothoff-renaming some fields, fixing byte order issues
2012-01-30 Christian Grothoff-add test for unsupported AFs (#2123)
2012-01-30 Christian Grothoff-check if /dev/net/tun exists and skip test otherwise
2012-01-26 Christian Grothoff-warn if permissions are insufficient to run test
2012-01-26 Christian Grothoff-less verbose
2012-01-26 Christian Grothoff-facilitate debugging
2012-01-26 Christian Grothoff-actually copy payload
2012-01-26 Christian Grothoff-set tcp header
2012-01-26 Christian Grothoff-fix mask calculation
2012-01-26 Christian Grothoff-fix ret vals
2012-01-26 Christian Grothoff-check tcp off value
2012-01-26 Christian Grothoff-check tcp off value
2012-01-26 Christian Grothoff-removing outdated docs, some has also been added to...
2012-01-25 Christian Grothoff-call client last, so that if the client calls disconne...
2012-01-25 Christian Grothoff-expanding tests to cover 4-to-6, 6-to-4 and 6-over...
2012-01-25 Christian Grothoff-picking better default networks for dns/vpn/exit
2012-01-25 Christian Grothoff-indent
2012-01-25 Christian Grothoff-fix call to stats destroy
2012-01-25 Christian Grothoff-use proper backoff to make VPN connect/start faster
2012-01-25 Christian Grothoff-terminate test after a while, check for SUID helper
2012-01-25 Christian Grothoff-doxygen fixes
2012-01-25 Christian Grothoff-fix leak
2012-01-25 Christian Grothoff-assert
2012-01-24 Christian Grothoff-test now passes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-bugfixes
2012-01-24 Christian Grothoff-bugfixes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-fixes
2012-01-24 Christian Grothoff-a first VPN testcase
2012-01-24 Bart Polot- Fixed #2090, removed ugly debug lines
2012-01-23 Christian Grothoff-fixing #2100
2012-01-21 Christian Grothoff-implementing ICMP PT and generation if ICMP payloads...
2012-01-21 Christian Grothoff-make up ICMP payload for error responses on VPN->TUN...
2012-01-21 Christian Grothoff-implementing ICMP PT and type checking on VPN->TUN...
2012-01-21 Christian Grothoff-avoid sending useless ICMP payloads and add ICMP PT...
2012-01-21 Christian Grothoff-add support for sending ICMP packets to service/internet
2012-01-21 Christian Grothoff-add support for receiving VPN_ICMP_TO_VPN messages
2012-01-20 Christian Grothoff-mark function that should never be called as such
2012-01-20 Christian Grothoff-use different message types for different directions...
2012-01-20 Christian Grothoff-fix
2012-01-20 Christian Grothoff-off by alen
2012-01-20 Christian Grothoff-partial fix to #2090
2012-01-18 Christian Grothoff-adding DNS exit-from-mesh functionality to gnunet...
2012-01-17 Christian Grothoff-moving remaining checksum calculations to tun library...
2012-01-17 Christian Grothoff-move IPv6-TCP checksum calculation to tun library
2012-01-17 Christian Grothoff-move IPv6 header initialization to tun library
2012-01-17 Christian Grothoff-move IPv4 header initialization to tun library
2012-01-17 Christian Grothoff-renaming TUN structs to follow namnig conventions
2012-01-17 Christian Grothoff-rename header
2012-01-17 Christian Grothoff-extra checks
2012-01-17 Christian Grothoff-fix log call
2012-01-17 Christian Grothoff-fix #2079
2012-01-17 Christian Grothoff-fixing #2069
2012-01-17 Christian Grothoff-bound #messages queued, bound #destinations and bound...
2012-01-17 Christian Grothoff-track tmq queue length
2012-01-17 Christian Grothoff-rename field
2012-01-15 Christian Grothoff-removing legacy dns/vpn/exit code and renaming -new...
2012-01-15 Christian Grothoff-removing legacy dns/vpn/exit code and renaming -new...
2012-01-15 Christian Grothoff-initialize msg field in tnq
2012-01-15 Christian Grothoff-initialize len field
2012-01-15 Christian Grothoff-fix
2012-01-15 Christian Grothoff-adding statistics to VPN
2012-01-15 Christian Grothoff-basic setup/tear down for statistics in mesh/vpn
2012-01-15 Christian Grothoff-adding some rudimentary logging
2012-01-14 Christian Grothoff-fixing crash, notes
2012-01-14 Christian Grothoff-finishing first draft of new VPN implementation to...
2012-01-13 Christian Grothoffimproving code and build system to be in line with...
2012-01-13 Christian Grothoffchange default configurations on systems with UNIX...
2012-01-12 Christian Grothoff-fix
2012-01-12 Matthias Wachsfix compile errors
2012-01-11 Christian Grothoff-implementing shutdown code
2012-01-11 Christian Grothoff-updating todo notes
2012-01-11 Christian Grothoff-building IPv6 TCP reply messages for TUN
2012-01-11 Christian Grothoff-building IPv4 TCP reply messages for TUN
2012-01-11 Christian Grothoff-building IPv6 UDP reply messages for TUN
2012-01-11 Christian Grothoff-parsing for UDP IPv4 replies
2012-01-11 Christian Grothoff-generate messages in new mesh format
2012-01-10 Christian Grothoff-towards having mesh messages in VPN
2012-01-10 Matthias Wachsfix: wrong binary and duplicate unix path
2012-01-09 Christian Grothoff-LRN add missing dependency
2012-01-07 Christian Grothoff-minor fixes
2012-01-07 Christian Grothoff-implement local address allocation
2012-01-07 Christian Grothoff-also handle client service redirection requests
next