Add some information about the requirements of a chroot environment.
[oweals/tinc.git] / src / solaris /
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-09-02 Guus SliepenReleasing 1.0.32. release-1.0.32
2017-04-19 Guus SliepenFix Solaris DeviceType = tap in router Mode.
2017-04-08 Guus SliepenUse getmsg()/putmsg() instead of read()/write() on...
2017-04-08 Guus SliepenUse /dev/udp instead of /dev/ip on Solaris.
2014-05-11 Guus SliepenReleasing 1.0.24. release-1.0.24
2013-12-10 Guus SliepenFix incorrectly merged bits from 80cd2ff73071941a535655...
2013-12-10 Guus SliepenUse hardcoded value for TUNNEWPPA if net/if_tun.h is...
2013-12-10 Guus SliepenUpdate support for Solaris.
2013-09-29 Guus SliepenModernize the build system.
2012-10-09 Guus SliepenClear Ethernet header when reading packets from a tun...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenSet FD_CLOEXEC flag on all sockets.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-01-02 Guus SliepenClose all filedescriptors in Solaris close_device().
2010-06-04 Guus SliepenUse 64 bit counters to keep track of bytes sent/receive...
2009-10-03 BorgRemoved last gettext function.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-01-09 Guus SliepenMove free()s at the end om main() to the proper destruc...
2009-01-03 Guus SliepenConsistently allocate device and iface variables on...
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-11-10 Guus SliepenSupport tunneling IPv6 on Solaris.
2004-11-01 Guus Sliepenstatic
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2003-08-27 Guus SliepenSome device.c files weren't synchronised.
2003-07-31 Guus SliepenWrong argument.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenUpdate all device.c files.
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2003-06-11 Guus SliepenRemove mymac stuff from device.c.
2002-09-10 Guus SliepenClean up after indent.
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansOk, I forgot these ;)
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-11 Guus SliepenSmall fix.
2002-02-11 Guus SliepenSensible defaults for $INTERFACE.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-05 Guus SliepenVarious fixes needed for Solaris.
2001-10-12 Guus SliepenForgot to remove some old #ifdef stuff.
2001-10-12 Guus SliepenSolaris tun device handling cleaned up a bit and added.