Don't assume sa.sa_family is a short int.
[tinc] / src / route.c
2016-02-28 Vittorio Gambalett... Remove forward declaration for do_decrement_ttl.
2016-02-28 Vittorio Gambalett... s/broadcast_packet_helper/route_broadcast/
2016-02-28 Vittorio Gambalett... Fix DecrementTTL option for packets destined to the...
2016-02-28 Vittorio Gambalett... Try to reply with node address only when decrementing...
2016-02-28 Vittorio Gambalett... Fix source IP address for ICMP unreachable packets...
2016-02-28 Vittorio Gambalett... Fix DecrementTTL option.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-11-07 Etienne DechampsMake sure the packet source MAC address is always set.
2015-09-12 Nathan Stratton... Fix invalid checksum generation.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenAdd a variable offset to vpn_packet_t, drop sptps_packet_t.
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Etienne DechampsRemove redundant connection_t::status.active field.
2014-07-10 Guus SliepenFix incorrect format qualifiers.
2014-06-29 Etienne DechampsMake broadcast addresses configurable.
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-20 Guus SliepenMake sure PriorityInheritance also works in switch...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-11-10 Guus SliepenMake sure PMTU discovery works in switch mode with...
2012-10-21 Guus SliepenSlightly randomize all timeouts.
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenC99 extravaganza.
2012-10-07 Guus SliepenReplace the connection_tree with a connection_list.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-04-15 Guus SliepenAllow broadcast packets to be sent directly instead...
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-23 Guus SliepenSet default value of DecrementTTL to "no".
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenStricter checks against routing loops.
2012-02-25 Guus SliepenDon't send ICMP Time Exceeded messages for other Time...
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-06-02 Guus SliepenFix format strings for Windows.
2011-05-22 Guus SliepenAdd the ability to dump all traffic going through route...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-11 Guus SliepenDon't redefine MAX if it already exists.
2010-04-11 Guus SliepenFixes for definitions under Windows.
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-03-02 Guus SliepenFixes for the Forwarding option.
2010-03-02 Guus SliepenAdd the DirectOnly option.
2010-03-02 Guus SliepenAdd the Forwarding option.
2010-02-28 Guus SliepenClamp MSS to miminum MTU in both directions.
2010-02-02 Guus SliepenUpdate copyright notices.
2010-01-22 Guus SliepenRun subnet-up/down scripts for local MAC addresses...
2010-01-16 Guus SliepenMake MSS clamping configurable, but enabled by default.
2010-01-16 Guus SliepenAlso clamp MSS of TCP over IPv6 packets.
2010-01-15 Guus SliepenClamp MSS of IPv4 SYN packets.
2009-12-23 Guus SliepenDo not fragment packets smaller than RFC defined minimu...
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-28 Guus SliepenWhen learning MAC addresses, only check our own Subnets...
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-20 Guus SliepenHandle weighted Subnets in switch and hub modes.
2009-09-29 Guus SliepenDrop localisation and checkpoint tracing in files not...
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-12 Guus SliepenHandle unicast packets larger than PMTU in switch mode.
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-02-17 Guus SliepenHandle neighbor solicitation requests without link...
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2008-12-26 Guus SliepenAdd missing parentheses in check for IPv4 multicast...
2008-12-23 Guus SliepenHandle broadcast and multicast packets in router mode.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenUse libevent to age learned MAC addresses.
2006-08-09 Guus Sliepenmemcpy() addresses from packet headers before calling...
2006-08-08 Guus SliepenFix format string warnings.
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2005-05-04 Guus SliepenUpdate copyright notices.
2004-11-10 Guus SliepenLet compiler decide when to inline.
2004-11-10 Guus SliepenMissing check for NULL-pointer.
2004-10-01 Guus SliepenFix several #includes.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
next