Copy cygwin driver to mingw directory. It doesn't work (yet).
[tinc] / src / conf.h
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2002-09-15 Guus Sliepenport_t isn't used anymore and conflicts with MacOS...
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-11-16 Ivo Timmermansget_config_{ip,port} removed.
2001-10-28 Guus SliepenWhat was I thinking? s/vertex/edge/g.
2001-10-27 Guus SliepenBig bad commit:
2001-10-10 Guus SliepenRevamp configuration handling:
2001-09-01 Guus Sliepenconfig_t* is a const parameter in get_config_val().
2001-07-24 Guus SliepenThe val variable in a config_t is never used as a long.
2001-06-05 Guus SliepenYou can now put an option "Mode" in tinc.conf, and...
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
2001-01-13 Guus Sliepen- Allow ASN1 style keys to be in the config files.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-12-06 Ivo TimmermansRe-introduced MyVirtualIP and VpnMask, as dummy options.
2000-11-29 Ivo TimmermansImplemented a readline() function that will read an...
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-10-29 Guus Sliepen- Fixed ans_key_h
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus Sliepen- Generalized config file parsing to support multiple...
2000-09-14 Ivo TimmermansNew directive: Name.
2000-08-09 Guus Sliepen- Added two extra configuration options, Interface...
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-06-30 Guus Sliepen- Removed segfault bug in conf.c (must have been there...
2000-06-29 Guus Sliepen- Fixed memory leak.
2000-06-27 Guus Sliepen- Improved handling of errors on connection attempts.
2000-06-27 Guus Sliepen- Fixed indirectdata=no problem
2000-06-17 Ivo TimmermansConfiguration directive `IndirectData'.
2000-05-30 Ivo TimmermansAdded new configuration directive `Hostnames', which...
2000-05-16 Guus SliepenStub for VpnMask config directive.
2000-05-14 Guus SliepenCleanups.
2000-05-14 Guus SliepenProxymode removed.
2000-05-08 Guus SliepenAdded new config variable "ProxyMode". If enabled,... release-1.0pre1
2000-03-26 Ivo TimmermansInitial revision