Revamp configuration handling:
[tinc] / src / conf.h
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