Add --disable-lzo configure option
[oweals/tinc.git] / src /
2010-02-10 Timothy RedaelliAdd --disable-lzo configure option
2010-02-03 Guus SliepenEnsure peers with a meta connection always have our...
2010-02-02 Guus SliepenUpdate copyright notices.
2010-02-02 Guus SliepenTry to set DF bit on BSDs as well.
2010-02-02 Guus SliepenImmediately exchange keys when establishing a meta...
2010-02-01 Guus SliepenDetermine peer's reflexive address and port when exchan...
2010-01-23 Guus SliepenBe liberal in accepting KEY_CHANGED/REQ_KEY/ANS_KEY...
2010-01-22 Guus SliepenRun subnet-up/down scripts for local MAC addresses...
2010-01-22 Guus SliepenFix subnet-up/down scripts being called with an empty...
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 SliepenOptimise handling of select() returning <= 0.
2010-01-15 Guus SliepenPing nodes immediately when receiving SIGALRM.
2010-01-15 Guus SliepenClamp MSS of IPv4 SYN packets.
2009-12-24 Guus SliepenAllow Port and PMTUDiscovery options in tinc.conf,...
2009-12-23 Guus SliepenUse xstrdup() instead of xasprintf() to copy static...
2009-12-23 Guus SliepenAllow port to be specified in Address statements.
2009-12-23 Guus SliepenDo not fragment packets smaller than RFC defined minimu...
2009-12-08 Guus SliepenForget addresses of unreachable nodes.
2009-11-28 Guus SliepenRemove unused variable in lookup_subnet_*() functions.
2009-11-28 Guus SliepenWhen learning MAC addresses, only check our own Subnets...
2009-11-01 Guus SliepenStart a tinc service if it already exists.
2009-10-27 Guus SliepenFast handoff of roaming MAC addresses.
2009-10-24 Guus SliepenMove socket error interpretation to utils.h.
2009-10-24 Guus SliepenUse WSAGetLastError() to determine cause of network...
2009-10-24 Michael TokarevRemove localedir leftovers.
2009-10-24 Guus SliepenUse IP_DONTFRAGMENT instead of IP_MTU_DISCOVER on Windows.
2009-10-24 Guus SliepenForward packets to not directly reachable hosts via...
2009-10-24 Guus SliepenMake maxmtu equal to minmtu when fixing the path MTU...
2009-10-24 Guus SliepenAlways reply to MTU probes via UDP.
2009-10-24 Guus SliepenAllow UDP packets with an address different from the...
2009-10-24 Guus SliepenUse uint32_t instead of long int for connection options.
2009-10-24 Guus SliepenAdd dummy device.
2009-10-20 Guus SliepenClarify and increase level of log message about MTU...
2009-10-20 Guus SliepenHandle weighted Subnets in switch and hub modes.
2009-10-20 Guus SliepenFix a possible crash when sending the HUP signal.
2009-10-12 Guus SliepenRemove debugging message when reading packets from...
2009-10-12 Guus SliepenAllow the cloning /dev/tap interface to be used on...
2009-10-11 Guus SliepenUse MTU probes to regularly ping other nodes over UDP.
2009-10-11 Guus SliepenRevert "Raise default crypto algorithms to AES256 and...
2009-10-11 Guus SliepenRemove code duplication when checking ADD_EDGE/DEL_EDGE...
2009-10-11 Guus SliepenDon't disconnect clients in TunnelServer mode who send...
2009-10-03 BorgRemoved last gettext function.
2009-09-25 Guus SliepenAdd more authors to the copyright headers.
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 Ivo's old email addresses.
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-24 Guus SliepenUpdate copyright information.
2009-09-15 Guus SliepenSend large packets we cannot handle properly via TCP.
2009-09-15 Guus SliepenRaise default RSA key length to 2048 bits.
2009-09-15 Guus SliepenUse a mutex to allow the TAP reader to process packets...
2009-09-15 Guus SliepenRaise default crypto algorithms to AES256 and SHA256.
2009-09-14 Guus SliepenUse access() instead of stat() for checking whether...
2009-09-14 Guus SliepenAlso do not use drand48(), it is not available on Windows.
2009-09-14 Guus SliepenUse only rand(), not random().
2009-09-13 Guus SliepenApparently it's impolite to ask GCC to subtract two...
2009-09-13 Guus SliepenRemove superfluous call to avl_delete().
2009-09-12 Guus SliepenHandle unicast packets larger than PMTU in switch mode.
2009-09-12 Guus SliepenAllow PMTUDiscovery in switch and hub modes again.
2009-09-12 Guus SliepenPut Subnet weight in a separate environment variable.
2009-09-10 Guus SliepenDon't stat() on iPhone/iPod.
2009-09-10 Guus SliepenAdd support for iPhones and recent iPods.
2009-09-09 Guus SliepenAnother safe bitfield conversion.
2009-09-09 Guus SliepenConvert bitfields to integers in a safe way.
2009-09-08 Guus SliepenEnsure tinc compiles with gcc -std=c99.
2009-09-08 Guus SliepenUNIX signal numbers start at 1.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-09-08 Michael TokarevRemove extra semicolon in my definition of setpriority()
2009-09-08 Guus SliepenAlways remove a node from the UDP tree before freeing it.
2009-06-11 Guus SliepenChange level of some debug messages, zero pointer after...
2009-06-11 Guus SliepenDo not log errors when recvfrom() returns EAGAIN or...
2009-06-11 Guus SliepenRemove pending MTU probe events when a node's reachabil...
2009-06-11 Guus SliepenDon't try to send MTU probes to unreachable nodes.
2009-06-05 Guus SliepenProperly set HMAC length for incoming packets.
2009-06-05 Michael Tokarevtry outgoing connections before chroot/drop_privs
2009-06-05 Michael Tokarevcleanup setpriority thing to make it readable
2009-05-28 Guus SliepenAdd ProcessPriority option.
2009-05-27 Florian Forstersrc/net_socket.c: Bind outgoing TCP sockets to `BindToA...
2009-05-27 Florian Forstersrc/linux/device.c: Fix segfault when running without...
2009-05-25 Michael Tokarevtunnelserver: log which ADD_SUBNET was refused
2009-05-25 Guus SliepenDo not forward broadcast packets when TunnelServer...
2009-05-25 Guus SliepenUse packet size before decompression to calculate path...
2009-05-25 Guus SliepenAdd declaration for sockaddrcmp_noport().
2009-05-24 Michael TokarevFix ans_key exchange in recent changes
2009-05-24 Guus SliepenUse xrealloc instead of if(ptr) ptr = xmalloc().
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-05-24 Michael Tokarevdon't log every strange packet coming to the UDP port
2009-05-24 Guus SliepenIf PMTUDiscovery is not set, do not forward packets...
2009-05-21 Michael Tokarevignore indirect edge registrations in tunnelserver...
2009-05-20 Michael TokarevTunnelServer: Don't disconnect client on DEL_SUBNET too
2009-05-18 Michael Tokarevformat 'not supported on this platform' error message
2009-05-18 Michael Tokarevchange error messages in droppriv code to match the...
2009-05-18 Michael Tokarevbugfix: chdir(/) after chroot
2009-05-18 Michael Tokarevbugfix: move mlock to after detach() so it works for...
2009-05-18 Michael TokarevImplement privilege dropping
2009-05-18 Michael TokarevRename setup_network_connections() and split out try_ou...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
next