Never remove items from cmdline_conf.
[oweals/tinc.git] / src / conf.c
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-22 Ivo Timmermansread_server_config: Check for result of read_config_file.
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
2000-10-16 Guus Sliepen- Fixing little things
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-09-06 Guus Sliepen- Use strerror() instead of sys_errlist[] for increased...
2000-08-09 Guus Sliepen- Added two extra configuration options, Interface...
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-07-02 Guus Sliepen- Delayed address resolving for ConnectTo lines in...
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-29 Ivo TimmermansInternationalization of tinc.
2000-05-16 Guus SliepenStub for VpnMask config directive.
2000-05-15 Ivo TimmermansUnlimited length in the config file, thanks to Cris...
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-04-26 Guus SliepenCleanups:
2000-03-26 Ivo TimmermansInitial revision