Cleanups, spelling fixes, allow symbol names for signals (-k option),
[tinc] / src / subnet.c
2002-03-11 Guus SliepenCleanups, spelling fixes, allow symbol names for signal...
2002-02-20 Guus SliepenCache results of lookup_subnet_...().
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-10 Guus SliepenMerging of the entire pre5 branch. release-1.0pre5
2001-10-30 Guus SliepenVarious fixes, tinc is now somewhat capable of actually...
2001-10-28 Guus Sliepen- More changes needed for Kruskal's algorithm
2001-10-27 Guus SliepenMake sure everything links.
2001-10-27 Guus SliepenBig bad commit:
2001-08-28 Guus SliepenFix signed comparison bug in lookup_subnet_ipv4().
2001-06-29 Guus SliepenFix gcc 3.0 warnings.
2001-06-06 Guus SliepenLog and warn about duplicate subnet_add()'s for the...
2001-06-05 Guus SliepenFix bug where lookup_subnet_ipv4() could go into an...
2001-06-05 Guus Sliepen- tinc can now act as a switch or a hub too (as opposed...
2001-06-01 Guus SliepenFix subnet_lookup() for overlapping subnets. Needs...
2001-01-07 Guus Sliepen- Fixed IPv6 subnet lookup routine.
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-11-24 Guus SliepenAnother big & bad commit:
2000-11-20 Guus Sliepen- Various small fixes.
2000-11-20 Guus Sliepen- Proper initialization of rbltree structures.
2000-11-20 Guus Sliepen- Integrate rbl trees into tinc.
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-11-04 Guus Sliepen- Removed even more warnings.
2000-11-03 Ivo TimmermansWarnings removal pass: always include config.h first...
2000-10-29 Guus Sliepen- Very big cleanup.
2000-10-28 Guus Sliepen- Lots of small fixes
2000-10-28 Guus Sliepen- Updated subnet list handling. Subnets are added to...
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-10-01 Guus Sliepen- Added subnet handling code