Add packaging
[platform/upstream/openconnect.git] / tun.c
2012-11-14 Kevin Cernekeetun: Kill the tunnel script's process group
2012-11-14 Kevin Cernekeetun: Don't call tunnel script on reconnect events
2012-10-22 David WoodhouseFix missing verb in Solaris error message
2012-07-16 David WoodhouseImprove error reporting for vpnc-script
2012-06-30 David WoodhouseSeparate requested from received MTU settings
2012-06-22 David WoodhousePrint correct error when /dev/net/tun open fails
2012-06-13 David Woodhouse$CISCO_SPLIT_DNS is separated by commas in vpnc, not...
2012-06-08 David WoodhouseAdd $CISCO_SPLIT_DNS environment variable for vpnc...
2012-06-01 David WoodhouseFix FreeBSD tun handling with net.link.tun.devfs_cloning=0
2012-06-01 David WoodhouseAllow interface name to be specified on *BSD
2012-05-29 David WoodhouseBe more self-sufficient with header inclusions
2012-05-13 David WoodhouseUpdate copyright years
2012-04-23 David WoodhouseFix potential buffer overflow in banner handling
2012-04-19 David WoodhouseRemove gratuitous ARP plumbing which breaks Solaris 10
2012-04-16 David WoodhouseDon't attempt to configure Legacy IP address on tun...
2012-04-10 David WoodhouseInvoke vpnc-script with "pre-init" to load tun module...
2011-12-13 David WoodhouseRemove getmsg() on Solaris and use read() like everyone...
2011-12-12 David WoodhouseFix compiler warning about char signedness in buffer...
2011-12-12 Kazuyoshi AizawaPlumb interface for IPv6 with I_LINK ioctl we do for...
2011-12-12 David WoodhouseEliminate memcpy() for outgoing packets from tun device
2011-12-09 David WoodhouseUse I_LINK instead of I_PLINK on Solaris
2011-12-07 David WoodhousePrint error when write() to tun device fails.
2011-11-23 Kazuyoshi AizawaUse getmsg() intead of read() on Solaris tun device
2011-11-05 David WoodhouseRemove all _xxx_SOURCE macros from source, do it in...
2011-11-04 David WoodhouseFix NetBSD ctype warnings.
2011-11-03 David WoodhouseFix build with -ansi and without optimisation.
2011-09-27 David WoodhouseTranslatability fix for 'Discard bad split xxclude...
2011-09-22 David WoodhouseMake user-visible strings translatable
2011-09-15 David WoodhouseFix handling of vpninfo->ifname. Always strdup()
2011-09-15 David WoodhouseMake in_ex and route args to process_split_xxclude...
2011-06-27 David WoodhouseAdd openconnect_vpninfo_new_with_cbdata() function...
2011-05-29 David WoodhouseAdd 'reconnect' invocation of vpnc-script, to re-ensure...
2011-03-09 David WoodhouseSplit private parts of openconnect.h out into openconne...
2010-09-02 David WoodhouseAndroid has /dev/tun, not /dev/net/tun
2010-08-20 Eric BarkieNever use protocol family prefixes with a TUN script.
2010-05-08 David WoodhouseMake Solaris build more user-friendly w.r.t. installing...
2010-04-14 David WoodhouseInclude ctype.h for isxdigit()
2010-04-11 David WoodhouseUse X-CSTP-Banner header to set $CISCO_BANNER
2010-02-27 Jørgen WahlbergAvoid using vpninfo->ifname before it's set.
2010-02-24 David WoodhouseSet script environment earlier, so it applies to script...
2010-01-05 David WoodhouseCheck return value from system()
2010-01-02 David WoodhouseDon't include net/if_tun.h twice on Solaris
2010-01-01 David WoodhouseUpdate copyright years
2010-01-01 David WoodhouseHandle IPv6 server correctly when setting $VPNGATEWAY
2009-11-18 David WoodhouseTry to clean up os-dependent tun handling a bit. Fix...
2009-11-13 David WoodhouseAdd IPv6 support for FreeBSD
2009-11-11 David WoodhousePass IPv6 routes separately from Legacy IP routes
2009-11-03 David WoodhouseSet $INTERNAL_IP4_NETMASKLEN and $INTERNAL_IP4_NETADDR...
2009-11-03 David WoodhouseAdd tun/tap support for Solaris
2009-11-03 David WoodhouseMove tunnel shutdown into tun.c
2009-11-02 David WoodhouseAttempt to handle IPv6
2009-11-02 David WoodhouseKill packet type field; IPv6 and Legacy IP are carried...
2009-10-03 David WoodhouseFix compiler warnings
2009-06-01 David WoodhouseWeird tun prefix is only OpenBSD
2009-06-01 David WoodhouseHandle tun prefixing with AF_INET on BSD
2009-06-01 David WoodhouseMove ifr declaration inside Linux-only block
2009-06-01 David WoodhouseMore include file fixes for OpenBSD
2009-04-29 David WoodhouseExpose all CSTP options to script
2009-04-29 David WoodhouseSupport proxy autoconfiguration
2009-04-29 David WoodhouseAdd processing of Split-Exclude headers from server
2009-04-09 Nick AndrewWhitespace cleanups
2009-02-03 Jussi KukkonenMerge branch 'master' into nm-ui-rewrite
2009-02-03 David WoodhouseMerge branch 'fixes' of git://github.com/jku/openconnect
2009-01-28 David WoodhouseFix memory leak on handled packets
2008-12-05 David WoodhouseNetBSD fixes from Sergey Svishchev
2008-11-20 David WoodhouseFix up licensing headers
2008-10-29 David WoodhouseUse vpninfo->progress for more messages, instead of...
2008-10-26 David WoodhouseAllow queue length to be configured
2008-10-26 David WoodhouseLimit outgoing packet queue length
2008-10-24 David WoodhouseHandle split-includes
2008-10-15 David WoodhouseMove to using select() instead of poll(). poll() doesn...
2008-10-15 Dirk HohndelAdd MacOS support to tun.c
2008-10-14 David WoodhouseFix bogus indenting
2008-10-06 David WoodhouseHandle 'script' going away
2008-10-06 David WoodhouseAdd option for passing all traffic to a filedescript...
2008-10-06 David Woodhousemove environment setting to separate function
2008-10-06 David WoodhouseUse pointopoint mode
2008-10-05 David WoodhouseUse progress callback for output
2008-10-05 David WoodhouseRename to openconnect to avoid potential trademark...
2008-10-04 David WoodhouseSwitch to LGPLv2.1
2008-10-04 David WoodhouseAutomatic tun device naming
2008-09-30 David WoodhouseChange name of MTU environment variable
2008-09-30 David WoodhouseClean up CSTP option handling
2008-09-29 David WoodhouseAdd capability to use vpnc's route mangling script
2008-09-29 David Woodhouseset up for invoking script for config
2008-09-29 David WoodhouseFD_CLOEXEC
2008-09-28 David WoodhouseSet MTU too.
2008-09-27 David WoodhouseMake interface name configurable
2008-09-26 Marcel HoltmannAdd IPv4 address and netmask configuration
2008-09-22 David WoodhouseComment on write queue full situation
2008-09-22 David WoodhouseFirst attempt at a mainloop
2008-09-22 David WoodhouseRestructure somewhat