oweals/tinc.git
19 years agoDon't let tinc service depend on NDIS component.
Guus Sliepen [Mon, 1 Nov 2004 15:18:22 +0000 (15:18 +0000)]
Don't let tinc service depend on NDIS component.

19 years agoCorrect return value.
Guus Sliepen [Mon, 1 Nov 2004 15:16:12 +0000 (15:16 +0000)]
Correct return value.

19 years agoAllow tinc to work with the latest TAP-Win32 driver.
Guus Sliepen [Fri, 1 Oct 2004 18:26:15 +0000 (18:26 +0000)]
Allow tinc to work with the latest TAP-Win32 driver.

19 years agostrndupa() is too arcane for some environments.
Guus Sliepen [Fri, 1 Oct 2004 18:24:41 +0000 (18:24 +0000)]
strndupa() is too arcane for some environments.

19 years agoFix several #includes.
Guus Sliepen [Fri, 1 Oct 2004 18:23:08 +0000 (18:23 +0000)]
Fix several #includes.

19 years agoMove all #ifdef HAVE_HEADER_H #include <header.h> to have.h,
Guus Sliepen [Fri, 1 Oct 2004 18:22:06 +0000 (18:22 +0000)]
Move all #ifdef HAVE_HEADER_H #include <header.h> to have.h,
this allows for simplification of configure.in.

19 years agoRemove duplicate #include "system.h"
Guus Sliepen [Mon, 20 Sep 2004 20:56:14 +0000 (20:56 +0000)]
Remove duplicate #include "system.h"

19 years agoMarking potential late packets was in the wrong place.
Guus Sliepen [Mon, 20 Sep 2004 20:55:49 +0000 (20:55 +0000)]
Marking potential late packets was in the wrong place.

19 years agoDon't set $INTERFACE automatically, don't quit on EINTR/EAGAIN.
Guus Sliepen [Sat, 17 Jul 2004 12:04:30 +0000 (12:04 +0000)]
Don't set $INTERFACE automatically, don't quit on EINTR/EAGAIN.

19 years agoAdded UML network socket handling.
Guus Sliepen [Sat, 17 Jul 2004 00:09:14 +0000 (00:09 +0000)]
Added UML network socket handling.
Now you can use tinc instead of uml_switch.

19 years agoHandle timeouts during connecting the same way as other errors.
Guus Sliepen [Mon, 21 Jun 2004 14:37:52 +0000 (14:37 +0000)]
Handle timeouts during connecting the same way as other errors.

19 years agoClean up environment after executing scripts.
Guus Sliepen [Mon, 14 Jun 2004 14:32:10 +0000 (14:32 +0000)]
Clean up environment after executing scripts.

20 years agoIncrease MTU by 4 bytes to allow VLAN tagged Ethernet frames in hub and switch mode.
Guus Sliepen [Thu, 15 Apr 2004 14:09:56 +0000 (14:09 +0000)]
Increase MTU by 4 bytes to allow VLAN tagged Ethernet frames in hub and switch mode.

20 years agoUpdate copyrights, links, email addresses and let Subversion update $Id$ keywords.
Guus Sliepen [Sun, 21 Mar 2004 14:21:22 +0000 (14:21 +0000)]
Update copyrights, links, email addresses and let Subversion update $Id$ keywords.

20 years agoMove CABAL branch to its rightful place: the trunk.
Guus Sliepen [Sun, 21 Mar 2004 13:22:24 +0000 (13:22 +0000)]
Move CABAL branch to its rightful place: the trunk.

20 years agoRevert Martin Kihlgren's patch, it doesn't work the way it should.
Guus Sliepen [Sat, 20 Mar 2004 22:23:42 +0000 (22:23 +0000)]
Revert Martin Kihlgren's patch, it doesn't work the way it should.

20 years agoUse Subversion to create ChangeLog, better svn-clean rule.
Guus Sliepen [Sat, 20 Mar 2004 15:40:26 +0000 (15:40 +0000)]
Use Subversion to create ChangeLog, better svn-clean rule.

20 years agoFix declaration of update_node_address().
Guus Sliepen [Sat, 20 Mar 2004 15:33:07 +0000 (15:33 +0000)]
Fix declaration of update_node_address().

20 years agoApplied Martin Kihlgren's IdentityGenerosity patch,
Guus Sliepen [Sat, 20 Mar 2004 15:28:55 +0000 (15:28 +0000)]
Applied Martin Kihlgren's IdentityGenerosity patch,
simplified and renamed to StrictSource.

20 years agoEven better svn-clean command.
Guus Sliepen [Mon, 15 Mar 2004 19:09:52 +0000 (19:09 +0000)]
Even better svn-clean command.

20 years agoUpdating dutch translation.
Guus Sliepen [Mon, 15 Mar 2004 18:36:14 +0000 (18:36 +0000)]
Updating dutch translation.

20 years agoOnly read our public key if it wasn't already in the private key file.
Guus Sliepen [Mon, 15 Mar 2004 18:15:02 +0000 (18:15 +0000)]
Only read our public key if it wasn't already in the private key file.

20 years agoEat trailing whitespace in config files.
Guus Sliepen [Mon, 15 Mar 2004 18:05:41 +0000 (18:05 +0000)]
Eat trailing whitespace in config files.

20 years agoRemove CVS related cruft.
Guus Sliepen [Mon, 15 Mar 2004 17:54:19 +0000 (17:54 +0000)]
Remove CVS related cruft.

20 years agoReplace cvs-clean with a much better svn-clean.
Guus Sliepen [Mon, 15 Mar 2004 17:53:17 +0000 (17:53 +0000)]
Replace cvs-clean with a much better svn-clean.

20 years agoThis commit was generated by cvs2svn to compensate for changes in r1352,
cvs2svn [Sat, 10 Jan 2004 23:21:36 +0000 (23:21 +0000)]
This commit was generated by cvs2svn to compensate for changes in r1352,
which included commits to RCS files with non-trunk default branches.

20 years agoRemove autogen.sh, the autoreconf program does exactly that.
Guus Sliepen [Sat, 10 Jan 2004 23:21:36 +0000 (23:21 +0000)]
Remove autogen.sh, the autoreconf program does exactly that.
Update everything for the latest autoconf and automake versions.

20 years agoSmall updates.
Guus Sliepen [Sat, 10 Jan 2004 23:19:20 +0000 (23:19 +0000)]
Small updates.

20 years agoDon't forget to update destination MAC address.
Guus Sliepen [Sat, 27 Dec 2003 16:32:52 +0000 (16:32 +0000)]
Don't forget to update destination MAC address.

20 years agoSmall fixes for PMTU discovery.
Guus Sliepen [Wed, 24 Dec 2003 10:48:15 +0000 (10:48 +0000)]
Small fixes for PMTU discovery.

20 years agoMissing definitions.
Guus Sliepen [Mon, 22 Dec 2003 11:05:23 +0000 (11:05 +0000)]
Missing definitions.

20 years agoImprovements for PMTU discovery and IPv4 packet fragmentation.
Guus Sliepen [Mon, 22 Dec 2003 11:04:17 +0000 (11:04 +0000)]
Improvements for PMTU discovery and IPv4 packet fragmentation.

20 years agoBetter name, show probed MTU in dump.
Guus Sliepen [Sat, 20 Dec 2003 21:25:17 +0000 (21:25 +0000)]
Better name, show probed MTU in dump.

20 years agoDescribe the TunnelServer and PMTUDiscovery options.
Guus Sliepen [Sat, 20 Dec 2003 21:20:10 +0000 (21:20 +0000)]
Describe the TunnelServer and PMTUDiscovery options.

20 years agoMore sensible name, and try to set PMTU discovery on IPv6 sockets as well.
Guus Sliepen [Sat, 20 Dec 2003 21:09:33 +0000 (21:09 +0000)]
More sensible name, and try to set PMTU discovery on IPv6 sockets as well.

20 years agoLet tinc figure out the exact MTU of the link.
Guus Sliepen [Sat, 20 Dec 2003 19:47:53 +0000 (19:47 +0000)]
Let tinc figure out the exact MTU of the link.

20 years agoForget multicast. Always inline some function.
Guus Sliepen [Sat, 13 Dec 2003 21:50:26 +0000 (21:50 +0000)]
Forget multicast. Always inline some function.

20 years agoCode beautification, start of multicast support.
Guus Sliepen [Fri, 12 Dec 2003 19:52:25 +0000 (19:52 +0000)]
Code beautification, start of multicast support.

20 years agoFix proxy-neighborsolicitation.
Guus Sliepen [Mon, 8 Dec 2003 12:00:40 +0000 (12:00 +0000)]
Fix proxy-neighborsolicitation.

20 years agoDon't retry if configuration is wrong from the beginning.
Guus Sliepen [Sun, 7 Dec 2003 14:31:09 +0000 (14:31 +0000)]
Don't retry if configuration is wrong from the beginning.

20 years agoMissing space between words.
Guus Sliepen [Sun, 7 Dec 2003 14:29:02 +0000 (14:29 +0000)]
Missing space between words.

20 years agoRead MaxTimeout from tinc.conf like the manpage says.
Guus Sliepen [Sun, 7 Dec 2003 14:28:39 +0000 (14:28 +0000)]
Read MaxTimeout from tinc.conf like the manpage says.

20 years agoComplain if pid file cannot be created.
Guus Sliepen [Thu, 27 Nov 2003 23:24:59 +0000 (23:24 +0000)]
Complain if pid file cannot be created.

20 years agoReplace Opaque and Strict options with a TunnelServer option.
Guus Sliepen [Mon, 17 Nov 2003 15:30:18 +0000 (15:30 +0000)]
Replace Opaque and Strict options with a TunnelServer option.

20 years agoAdd Opaque option which prevent information from being forwarded to certain nodes.
Guus Sliepen [Mon, 10 Nov 2003 22:31:53 +0000 (22:31 +0000)]
Add Opaque option which prevent information from being forwarded to certain nodes.

20 years agoRelease notes for 1.0.2 release-1.0.2
Guus Sliepen [Sat, 8 Nov 2003 15:29:40 +0000 (15:29 +0000)]
Release notes for 1.0.2

20 years agoAdd missing definitions.
Guus Sliepen [Sat, 8 Nov 2003 15:09:03 +0000 (15:09 +0000)]
Add missing definitions.

20 years agoUpdate dutch translation.
Guus Sliepen [Sat, 8 Nov 2003 12:56:24 +0000 (12:56 +0000)]
Update dutch translation.

20 years agoFix another bug in meta.c.
Guus Sliepen [Sun, 12 Oct 2003 11:40:00 +0000 (11:40 +0000)]
Fix another bug in meta.c.

20 years agoSmall fixes in documentation.
Guus Sliepen [Sat, 11 Oct 2003 14:42:30 +0000 (14:42 +0000)]
Small fixes in documentation.

20 years agoFix bug that could lead to an assertion failure in libcrypto when multiple
Guus Sliepen [Sat, 11 Oct 2003 14:18:52 +0000 (14:18 +0000)]
Fix bug that could lead to an assertion failure in libcrypto when multiple
requests arrive and TCP packets are heavily fragmented.

20 years agoParentheses in the wrong spots.
Guus Sliepen [Sat, 11 Oct 2003 12:28:48 +0000 (12:28 +0000)]
Parentheses in the wrong spots.

20 years agoCheck all EVP_ function calls.
Guus Sliepen [Sat, 11 Oct 2003 12:16:13 +0000 (12:16 +0000)]
Check all EVP_ function calls.

20 years agoCheck return value of EVP_* functions, and check if length before en/decryption
Guus Sliepen [Fri, 10 Oct 2003 16:24:24 +0000 (16:24 +0000)]
Check return value of EVP_* functions, and check if length before en/decryption
matches that after in meta.c.

20 years agoFix ASCII art.
Guus Sliepen [Fri, 10 Oct 2003 16:23:30 +0000 (16:23 +0000)]
Fix ASCII art.

20 years agoUpdate documentation.
Guus Sliepen [Thu, 9 Oct 2003 21:33:15 +0000 (21:33 +0000)]
Update documentation.

20 years agoSome platforms don't know sa_family_t or define it other than uint16_t.
Guus Sliepen [Wed, 8 Oct 2003 12:09:37 +0000 (12:09 +0000)]
Some platforms don't know sa_family_t or define it other than uint16_t.

20 years agoSet media status for newer TAP-Win32 driver.
Guus Sliepen [Wed, 8 Oct 2003 11:37:53 +0000 (11:37 +0000)]
Set media status for newer TAP-Win32 driver.

20 years agoMissing declaration.
Guus Sliepen [Wed, 8 Oct 2003 11:37:20 +0000 (11:37 +0000)]
Missing declaration.

20 years agoUpdate missing definitions, structs describing headers get __packed__ attribute.
Guus Sliepen [Wed, 8 Oct 2003 11:34:55 +0000 (11:34 +0000)]
Update missing definitions, structs describing headers get __packed__ attribute.

20 years agoForgot to #include "xalloc.h"
Guus Sliepen [Wed, 8 Oct 2003 11:33:54 +0000 (11:33 +0000)]
Forgot to #include "xalloc.h"

20 years agoMake sure type of AF_UNKNOWN is sa_family_t.
Guus Sliepen [Mon, 6 Oct 2003 16:49:42 +0000 (16:49 +0000)]
Make sure type of AF_UNKNOWN is sa_family_t.

20 years agoPIDs are of type pid_t, and use %ld when reading/writing them to the pidfile.
Guus Sliepen [Mon, 6 Oct 2003 16:13:08 +0000 (16:13 +0000)]
PIDs are of type pid_t, and use %ld when reading/writing them to the pidfile.

20 years agoUse CPPFLAGS, LDFLAGS and LIBS as appropiate.
Guus Sliepen [Mon, 6 Oct 2003 16:05:30 +0000 (16:05 +0000)]
Use CPPFLAGS, LDFLAGS and LIBS as appropiate.

20 years agoDon't confuse users with "Address family not supported" warnings.
Guus Sliepen [Mon, 6 Oct 2003 14:41:45 +0000 (14:41 +0000)]
Don't confuse users with "Address family not supported" warnings.

20 years agoUnused variable in struct.
Guus Sliepen [Mon, 6 Oct 2003 14:33:04 +0000 (14:33 +0000)]
Unused variable in struct.

20 years agoEthernet protocol types.
Guus Sliepen [Mon, 6 Oct 2003 14:16:51 +0000 (14:16 +0000)]
Ethernet protocol types.

20 years agoconst
Guus Sliepen [Mon, 6 Oct 2003 13:57:12 +0000 (13:57 +0000)]
const

20 years agoCopy structs from packets to the stack before using them, to prevent
Guus Sliepen [Mon, 6 Oct 2003 13:49:57 +0000 (13:49 +0000)]
Copy structs from packets to the stack before using them, to prevent
alignment issues.

20 years agoAdd description of new authentication scheme.
Guus Sliepen [Wed, 1 Oct 2003 09:43:01 +0000 (09:43 +0000)]
Add description of new authentication scheme.

20 years agoBetter length checks.
Guus Sliepen [Wed, 1 Oct 2003 09:14:01 +0000 (09:14 +0000)]
Better length checks.

20 years agoGenerate keys with 0x10001 as public exponent, which has less prime factors
Guus Sliepen [Thu, 25 Sep 2003 10:34:16 +0000 (10:34 +0000)]
Generate keys with 0x10001 as public exponent, which has less prime factors
than 0xFFFF.

20 years agoCheck for short packets from the tun/tap device and from other tinc daemons.
Guus Sliepen [Tue, 23 Sep 2003 20:59:01 +0000 (20:59 +0000)]
Check for short packets from the tun/tap device and from other tinc daemons.

20 years agoUpdate translations.
Guus Sliepen [Tue, 9 Sep 2003 15:47:59 +0000 (15:47 +0000)]
Update translations.

20 years agoRemove pidfile when exitting.
Guus Sliepen [Mon, 8 Sep 2003 21:52:47 +0000 (21:52 +0000)]
Remove pidfile when exitting.

20 years agoPrevent multiple inclusions.
Guus Sliepen [Wed, 3 Sep 2003 16:20:33 +0000 (16:20 +0000)]
Prevent multiple inclusions.

20 years agoWe don't have to tell GCC how to cast.
Guus Sliepen [Thu, 28 Aug 2003 21:05:11 +0000 (21:05 +0000)]
We don't have to tell GCC how to cast.

20 years agoRemove old edges from unreachable nodes to us. This prevents the hosts/NAME-up
Guus Sliepen [Thu, 28 Aug 2003 15:27:12 +0000 (15:27 +0000)]
Remove old edges from unreachable nodes to us. This prevents the hosts/NAME-up
script from being called twice in some situations.

20 years agoForgot to synchronise po/ directory...
Guus Sliepen [Wed, 27 Aug 2003 13:58:29 +0000 (13:58 +0000)]
Forgot to synchronise po/ directory...

20 years agoMakevars file was accidentily removed.
Guus Sliepen [Wed, 27 Aug 2003 13:57:04 +0000 (13:57 +0000)]
Makevars file was accidentily removed.

20 years agoSome device.c files weren't synchronised.
Guus Sliepen [Wed, 27 Aug 2003 13:47:52 +0000 (13:47 +0000)]
Some device.c files weren't synchronised.

20 years agoThis will become 2.0.
Guus Sliepen [Sun, 24 Aug 2003 20:50:30 +0000 (20:50 +0000)]
This will become 2.0.

20 years agoSynchronise HEAD with CABAL branch.
Guus Sliepen [Sun, 24 Aug 2003 20:38:31 +0000 (20:38 +0000)]
Synchronise HEAD with CABAL branch.

20 years agoAdd license exception from Markus Oberhumer.
Guus Sliepen [Fri, 22 Aug 2003 21:32:45 +0000 (21:32 +0000)]
Add license exception from Markus Oberhumer.

20 years agoRemove debug message.
Guus Sliepen [Fri, 22 Aug 2003 15:07:57 +0000 (15:07 +0000)]
Remove debug message.

20 years agoWhen purging nodes, only delete them if nobody references them anymore.
Guus Sliepen [Fri, 22 Aug 2003 15:04:26 +0000 (15:04 +0000)]
When purging nodes, only delete them if nobody references them anymore.

20 years agoAdd checkpoints.
Guus Sliepen [Fri, 22 Aug 2003 15:03:59 +0000 (15:03 +0000)]
Add checkpoints.

20 years agoDon't overwrite the first " when installing a service.
Guus Sliepen [Fri, 22 Aug 2003 15:05:01 +0000 (15:05 +0000)]
Don't overwrite the first " when installing a service.

20 years agoAllow tinc to handle unknown type addresses from other tinc daemons.
Guus Sliepen [Fri, 22 Aug 2003 11:18:42 +0000 (11:18 +0000)]
Allow tinc to handle unknown type addresses from other tinc daemons.

20 years agoIf we're not in main_loop() and the service is stopped, exit immediately.
Guus Sliepen [Sun, 17 Aug 2003 12:05:08 +0000 (12:05 +0000)]
If we're not in main_loop() and the service is stopped, exit immediately.

20 years agoDo what the SDK documentation tells.
Guus Sliepen [Sun, 17 Aug 2003 12:04:35 +0000 (12:04 +0000)]
Do what the SDK documentation tells.

20 years agoCompilation fix.
Guus Sliepen [Sun, 17 Aug 2003 12:03:40 +0000 (12:03 +0000)]
Compilation fix.

20 years agoUse the event log under Windows.
Guus Sliepen [Sun, 17 Aug 2003 09:04:00 +0000 (09:04 +0000)]
Use the event log under Windows.

20 years agoFix --logfile under Windows.
Guus Sliepen [Sun, 17 Aug 2003 09:03:30 +0000 (09:03 +0000)]
Fix --logfile under Windows.

20 years agoFix fake getnameinfo() and check more arguments.
Guus Sliepen [Sun, 17 Aug 2003 08:32:39 +0000 (08:32 +0000)]
Fix fake getnameinfo() and check more arguments.

20 years agoDon't getsockopt() SO_ERROR. We get the error from send()/recv() anyway.
Guus Sliepen [Sat, 16 Aug 2003 12:40:01 +0000 (12:40 +0000)]
Don't getsockopt() SO_ERROR. We get the error from send()/recv() anyway.

20 years agostat() batch files under Windows.
Guus Sliepen [Sat, 16 Aug 2003 12:11:11 +0000 (12:11 +0000)]
stat() batch files under Windows.

20 years agoSimplify fake getname/addrinfo() functions, possibly fixing freeing a NULL pointer.
Guus Sliepen [Sat, 16 Aug 2003 12:10:28 +0000 (12:10 +0000)]
Simplify fake getname/addrinfo() functions, possibly fixing freeing a NULL pointer.

20 years agoUpdate. release-1.0.1
Guus Sliepen [Thu, 14 Aug 2003 14:32:34 +0000 (14:32 +0000)]
Update.

20 years agoFix permissions check for rsa_key.priv.
Guus Sliepen [Thu, 14 Aug 2003 14:21:35 +0000 (14:21 +0000)]
Fix permissions check for rsa_key.priv.