Allow weight to be assigned to Subnets.
[oweals/tinc.git] / src / subnet.c
2009-03-05 Guus SliepenAllow weight to be assigned to Subnets.
2008-12-22 Guus SliepenUpdate copyright information.
2007-12-14 Guus SliepenMake sure the prefixlength of subnets is sane.
2006-08-08 Guus SliepenRemove unused parameter from maskcmp().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2005-04-06 Guus SliepenRemove unused (and potentially segfaulting) net2str...
2004-12-01 Guus SliepenSmall fix.
2004-12-01 Guus Sliepensubnet-up/down hooks
2004-11-01 Guus SliepenCorrect return value.
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-12-12 Guus SliepenCode beautification, start of multicast support.
2003-11-17 Guus SliepenReplace Opaque and Strict options with a TunnelServer...
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
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 SliepenSmall fixes so tinc compiles out of the box on SunOS 5.8
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-07-11 Guus SliepenClear subnets before using them.
2002-07-10 Guus SliepenAllow identical subnets from different owners.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus SliepenCleanup:
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-26 Ivo TimmermansTypo
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-04-09 Guus Sliepenmasklength is better known as prefixlength.
2002-03-12 Guus SliepenRemove silly cache thingy.
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