Handle unicast packets larger than PMTU in switch mode.
[oweals/tinc.git] / src / conf.h
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-02-03 Guus SliepenDisable old RSA keys when generating new ones.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenSearching through splay trees may change the tree variable.
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-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-07-30 Guus SliepenPrevent definitions from messing up attributes.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
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-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-13 Ivo TimmermansRemove debug_lvl
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
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-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
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