2018-09-23 |
Guus Sliepen | Fix all warnings when compiling with -Wall -W -pedantic. |
blob | commitdiff | raw |
2018-09-09 |
Guus Sliepen | Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) |
blob | commitdiff | raw | diff to current |
2018-01-16 |
Maximilian Stein | Fix SEGFAULT when trying to connect to IPv6 peer in... |
blob | commitdiff | raw | diff to current |
2017-10-07 |
Guus Sliepen | Reformat all code using astyle. |
blob | commitdiff | raw | diff to current |
2017-10-07 |
Guus Sliepen | Convert sizeof foo to sizeof(foo). |
blob | commitdiff | raw | diff to current |
2016-10-09 |
Guus Sliepen | Fix compiler warnings about format string errors on... |
blob | commitdiff | raw | diff to current |
2015-07-05 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2015-02-09 |
Guus Sliepen | Always call res_init() before getaddrinfo(). |
blob | commitdiff | raw | diff to current |
2014-05-11 |
Guus Sliepen | FIx the autoconf checks for res_init(). |
blob | commitdiff | raw | diff to current |
2014-05-06 |
Guus Sliepen | Fix issues found by Coverity. |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Guus Sliepen | Add an autoconf check for res_init(). |
blob | commitdiff | raw | diff to current |
2014-04-25 |
Armin Fisslthaler | reload /etc/resolv.conf in SIGALRM handler |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Guus Sliepen | Clean up child processes from proxy type exec. |
blob | commitdiff | raw | diff to current |
2013-09-25 |
Guus Sliepen | Don't send PING requests on connections which are not... |
blob | commitdiff | raw | diff to current |
2013-09-01 |
Guus Sliepen | Check for writability when waiting for a socket to... |
blob | commitdiff | raw | diff to current |
2012-03-25 |
Guus Sliepen | Fix some more compiler warnings. |
blob | commitdiff | raw | diff to current |
2012-03-21 |
Guus Sliepen | Add support for multicast communication with UML/QEMU... |
blob | commitdiff | raw | diff to current |
2012-03-20 |
Guus Sliepen | Always try next Address when an outgoing connection... |
blob | commitdiff | raw | diff to current |
2012-03-10 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2012-02-22 |
Guus Sliepen | Pass index into listen_socket[] to handle_incoming_vpn_... |
blob | commitdiff | raw | diff to current |
2012-02-20 |
Guus Sliepen | Rename connection_t *broadcast to everyone. |
blob | commitdiff | raw | diff to current |
2011-12-04 |
Guus Sliepen | Allow linking with multiple device drivers. |
blob | commitdiff | raw | diff to current |
2011-07-23 |
Guus Sliepen | Use usleep() instead of sleep(), MinGW complained. |
blob | commitdiff | raw | diff to current |
2011-07-16 |
Guus Sliepen | Make code to detect two nodes with the same Name less... |
blob | commitdiff | raw | diff to current |
2011-06-06 |
Guus Sliepen | Improved --logfile option. |
blob | commitdiff | raw | diff to current |
2011-06-04 |
Guus Sliepen | Attribution for Loïc Grenié. |
blob | commitdiff | raw | diff to current |
2011-06-04 |
Loïc Grenié | Nearly tickless tinc. |
blob | commitdiff | raw | diff to current |
2011-05-28 |
Guus Sliepen | Fix sparse warnings and add an extra sprinkling of... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
Guus Sliepen | Update THANKS and copyright information. |
blob | commitdiff | raw | diff to current |
2011-05-08 |
Guus Sliepen | Increase threshold for detecting two nodes with the... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Guus Sliepen | Read error counter must be static. |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Guus Sliepen | Quit when there are too many consecutive errors on... |
blob | commitdiff | raw | diff to current |
2010-06-04 |
Guus Sliepen | Detect and prevent two nodes with the same Name being... |
blob | commitdiff | raw | diff to current |
2010-05-01 |
Guus Sliepen | Fix all warnings when compiling with mingw64. |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Guus Sliepen | Ensure subnet-up/down scripts are called after HUP... |
blob | commitdiff | raw | diff to current |
2010-04-11 |
Guus Sliepen | Fix reloading Subnets when StrictSubnets is set. |
blob | commitdiff | raw | diff to current |
2010-04-10 |
Guus Sliepen | Reload Subnets when getting a HUP signal and StrictSubn... |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Sven-Haegar Koch | Never delete Subnets when StrictSubnets is set |
blob | commitdiff | raw | diff to current |
2010-03-01 |
Guus Sliepen | Add the StrictSubnets option. |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Guus Sliepen | Optimise handling of select() returning <= 0. |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Guus Sliepen | Ping nodes immediately when receiving SIGALRM. |
blob | commitdiff | raw | diff to current |
2009-10-24 |
Guus Sliepen | Move socket error interpretation to utils.h. |
blob | commitdiff | raw | diff to current |
2009-10-20 |
Guus Sliepen | Fix a possible crash when sending the HUP signal. |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Guus Sliepen | Add more authors to the copyright headers. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Guus Sliepen | Drop support for localisation. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Guus Sliepen | Remove checkpoint tracing. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Guus Sliepen | K&R style braces. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Guus Sliepen | Update the address of the Free Software Foundation... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Guus Sliepen | Remove all occurences of $Id$. |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Guus Sliepen | Use a mutex to allow the TAP reader to process packets... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Guus Sliepen | Also do not use drand48(), it is not available on Windows. |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Guus Sliepen | Convert bitfields to integers in a safe way. |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Guus Sliepen | Ensure tinc compiles with gcc -std=c99. |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Guus Sliepen | Replace asprintf() by xasprintf(). |
blob | commitdiff | raw | diff to current |
2009-04-02 |
Guus Sliepen | Handle UDP packets from different and ports than advert... |
blob | commitdiff | raw | diff to current |
2009-03-09 |
Guus Sliepen | Use a simple Random Early Drop algorithm in send_tcppac... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Guus Sliepen | Update THANKS and copyright information. |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Guus Sliepen | Use a global list to track outgoing connections. |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Guus Sliepen | Change flush_events() to expire_events(). |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Guus Sliepen | Only send packets via UDP if UDP communication is possible. |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Guus Sliepen | Update copyright information. |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Guus Sliepen | Apply patch from Scott Lamb preventing an infinite... |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Guus Sliepen | Make sure resolved addressed for outgoing connections... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Guus Sliepen | Nodes use events, so event system should be initialised... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Guus Sliepen | Added graph dumping ability based on Markus Goetz's... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Guus Sliepen | Fix format string warnings. |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Guus Sliepen | Do not break strict aliasing of status_t structs. |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Guus Sliepen | Update copyright notices, remove Ivo's email address. |
blob | commitdiff | raw | diff to current |
2006-03-19 |
Guus Sliepen | Fix signedness compiler warnings. |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Guus Sliepen | Apply patch from Scott Lamb adding an output buffer... |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Guus Sliepen | Update copyright notices. |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Guus Sliepen | Handle timeouts during connecting the same way as other... |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Guus Sliepen | Update copyrights, links, email addresses and let Subve... |
blob | commitdiff | raw | diff to current |
2004-03-21 |
Guus Sliepen | Move CABAL branch to its rightful place: the trunk. |
blob | commitdiff | raw | diff to current |
2003-12-20 |
Guus Sliepen | Let tinc figure out the exact MTU of the link. |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Guus Sliepen | Code beautification, start of multicast support. |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Guus Sliepen | Replace Opaque and Strict options with a TunnelServer... |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Guus Sliepen | We don't have to tell GCC how to cast. |
blob | commitdiff | raw | diff to current |
2003-08-28 |
Guus Sliepen | Remove old edges from unreachable nodes to us. This... |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Guus Sliepen | Synchronise HEAD with CABAL branch. |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Guus Sliepen | When purging nodes, only delete them if nobody referenc... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Guus Sliepen | If we're not in main_loop() and the service is stopped... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Guus Sliepen | Install tinc as a service under Windows (MinGW). Remove... |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Guus Sliepen | Native Windows support. |
blob | commitdiff | raw | diff to current |
2003-07-29 |
Guus Sliepen | Fix compile errors and warnings. |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Guus Sliepen | Don't initialise a CIPHER_CTX if cipher == NULL. |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Guus Sliepen | Use bools and enums where appropriate. |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Guus Sliepen | Big header file cleanup: everything that has to do... |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Guus Sliepen | Simplify logging, update copyrights and some minor... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Guus Sliepen | Sprinkling the source with static and attributes. |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Guus Sliepen | Define logger(), cleans up source code and allows us... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Guus Sliepen | - simplify configure.in |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Guus Sliepen | - Per-node EVP_CIPHER_CTX to avoid initialisation overhead. |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Guus Sliepen | Make sure outgoing_t is completely freed. |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Guus Sliepen | HUP signal now closes connections to hosts if their... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Guus Sliepen | - Fix indentation in some places. |
blob | commitdiff | raw | diff to current |
2002-09-15 |
Guus Sliepen | Small fixes so tinc compiles out of the box on SunOS 5.8 |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Remove redundant spaces. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Switch to K&R style indentation. |
blob | commitdiff | raw | diff to current |
next |