Guus Sliepen
|
f88c9942e1
|
Use memcpy() to copy sockaddrs returned by getaddrinfo().
Thanks to Miles Nordin for spotting this.
|
2006-06-11 18:53:27 +00:00 |
|
Guus Sliepen
|
412f3fb510
|
Restore length of the original packet in send_udppacket().
|
2006-04-26 16:29:47 +00:00 |
|
Guus Sliepen
|
de78d79db8
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
|
Guus Sliepen
|
8ebb017a10
|
Fix a bug in handling prefixlengths that are not a multiple of 4.
Thanks to Sven-Haegar Koch for spotting the bug and providing the fix.
|
2006-04-12 08:38:35 +00:00 |
|
Guus Sliepen
|
af95368c0f
|
Fix signedness compiler warnings.
|
2006-03-19 13:06:21 +00:00 |
|
Guus Sliepen
|
fb1cda2ca4
|
Export flush_meta().
|
2006-03-19 12:43:45 +00:00 |
|
Guus Sliepen
|
098090468a
|
Missing #include.
|
2006-03-19 12:43:28 +00:00 |
|
Guus Sliepen
|
a90f1b652c
|
Make sure $NAME is set correctly when executing tinc-down script.
|
2006-02-06 12:30:51 +00:00 |
|
Guus Sliepen
|
228e7a5c8f
|
Apply patch from Scott Lamb adding an output buffer for the TCP sockets.
This helps coalescing multiple send_meta() commands into one TCP packet.
Also limit the size of the output buffer before dropping PACKETs.
|
2006-01-19 17:13:18 +00:00 |
|
Guus Sliepen
|
a5a4d2b865
|
Apply patch from Scott Lamb unifying configuration of TCP socket options.
|
2006-01-13 11:21:59 +00:00 |
|
Guus Sliepen
|
e02f13cdb3
|
EVP_Cleanup() when quitting.
|
2006-01-13 11:09:19 +00:00 |
|
Guus Sliepen
|
0912260755
|
Enable OpenSSL ENGINE, so crypto hardware gets used. Thanks to Andreas van Cranenburgh.
|
2005-11-16 10:45:11 +00:00 |
|
Guus Sliepen
|
64e4c12778
|
Add alloca.h to the list of necessary header files.
|
2005-06-03 10:56:02 +00:00 |
|
Guus Sliepen
|
e810545dc2
|
Prevent possible buffer overflows when using very large (>= 8192 bit) RSA keys.
Thanks to Tonnerre Lombard for noticing!
|
2005-06-03 10:16:03 +00:00 |
|
Guus Sliepen
|
02746165a2
|
Releasing 1.0.4.
|
2005-05-04 19:38:28 +00:00 |
|
Guus Sliepen
|
df3220a154
|
Update copyright notices.
|
2005-05-04 18:09:30 +00:00 |
|
Guus Sliepen
|
54a30e30ad
|
Describe subnet-up/down scripts in documentation.
|
2005-05-04 16:53:11 +00:00 |
|
Guus Sliepen
|
bded1b74cc
|
Several splay tree fixes.
|
2005-05-04 15:56:25 +00:00 |
|
Guus Sliepen
|
faaaa1ef38
|
Searching through splay trees may change the tree variable.
|
2005-05-04 15:52:55 +00:00 |
|
Guus Sliepen
|
dc09f6fe89
|
Be on the safe side with initialisation of c->name.
|
2005-05-04 15:51:45 +00:00 |
|
Guus Sliepen
|
92c4a28d7d
|
Remove unused (and potentially segfaulting) net2str() call.
|
2005-04-06 20:43:37 +00:00 |
|
Guus Sliepen
|
6363ed4d9c
|
Don't try to add a non-existing node back to the node_udp_tree.
|
2005-01-20 15:14:25 +00:00 |
|
Guus Sliepen
|
39fe3b445c
|
Nodes should only be in the node_udp_tree if they are reachable.
|
2005-01-04 22:19:56 +00:00 |
|
Guus Sliepen
|
fe0bfa3e65
|
Correct size argument for strncat().
|
2005-01-04 22:18:58 +00:00 |
|
Guus Sliepen
|
56c36a14d8
|
Use the proper free function.
|
2004-12-03 13:27:33 +00:00 |
|
Guus Sliepen
|
18c617ecf2
|
Free memory used by connection_t after it is deleted from the connection tree.
|
2004-12-03 13:22:18 +00:00 |
|
Guus Sliepen
|
672ad5634c
|
Small fix.
|
2004-12-01 21:26:51 +00:00 |
|
Guus Sliepen
|
40b1692940
|
subnet-up/down hooks, use list_t for the todo list.
|
2004-12-01 20:06:39 +00:00 |
|
Guus Sliepen
|
c46f56a8b8
|
subnet-up/down hooks
|
2004-12-01 20:06:05 +00:00 |
|
Guus Sliepen
|
f08baa3072
|
Fix splay tree code.
|
2004-11-18 20:34:48 +00:00 |
|
Guus Sliepen
|
0077cfaae1
|
Make sure broadcast packet reach the local network interface.
|
2004-11-16 19:02:54 +00:00 |
|
Guus Sliepen
|
79c48cfafd
|
Releasing 1.0.3.
|
2004-11-11 19:42:25 +00:00 |
|
Guus Sliepen
|
2771691bfc
|
Add more people who have contributed to tinc.
Remove details and sort on name;
the details were not always equally accurate and are hard to maintain.
|
2004-11-11 19:39:28 +00:00 |
|
Guus Sliepen
|
4f3f6f07b2
|
Short readme about how to compile tinc from a Subversion checkout.
|
2004-11-11 11:17:04 +00:00 |
|
Guus Sliepen
|
704c3707c2
|
Updated dutch translation.
|
2004-11-10 23:28:32 +00:00 |
|
Guus Sliepen
|
a20eb05714
|
Remove duplication.
|
2004-11-10 23:21:41 +00:00 |
|
Guus Sliepen
|
d8fe2ecdd8
|
Set BSD tuns to broadcast mode. On OpenBSD, this enables IPv6 on the tun device!
|
2004-11-10 23:20:59 +00:00 |
|
Guus Sliepen
|
2369b0ab09
|
Update documentation.
|
2004-11-10 21:57:04 +00:00 |
|
Guus Sliepen
|
4fe7aff4d1
|
Add BlockingTCP option, useful when using TCPOnly on slow or congested links.
|
2004-11-10 21:56:31 +00:00 |
|
Guus Sliepen
|
5bba3124c8
|
Support tunneling IPv6 on Solaris.
|
2004-11-10 21:14:08 +00:00 |
|
Guus Sliepen
|
d02d81ff9d
|
Let compiler decide when to inline.
|
2004-11-10 19:36:02 +00:00 |
|
Guus Sliepen
|
db68db4b0e
|
Fix order of arguments for tar.
|
2004-11-10 19:34:38 +00:00 |
|
Guus Sliepen
|
923abcfa35
|
Use the generic BSD tun/tap code.
|
2004-11-10 18:11:44 +00:00 |
|
Guus Sliepen
|
e8b11b1cca
|
Missing check for NULL-pointer.
|
2004-11-10 18:10:59 +00:00 |
|
Guus Sliepen
|
ca7948fc06
|
Hopefully this really fixes late packet handling.
|
2004-11-09 09:51:35 +00:00 |
|
Guus Sliepen
|
f7b9761000
|
Fixed another bug in late packet handling.
|
2004-11-08 22:30:13 +00:00 |
|
Guus Sliepen
|
14eab17829
|
Update to make it compile again.
|
2004-11-08 22:11:33 +00:00 |
|
Guus Sliepen
|
804b2892a5
|
Hoopjumping to get the default directories in the manuals properly.
|
2004-11-08 22:03:28 +00:00 |
|
Guus Sliepen
|
719cb95ea4
|
Splay trees.
|
2004-11-02 20:50:53 +00:00 |
|
Guus Sliepen
|
2af1538976
|
Don't include .svn directory in sample configuration.
|
2004-11-01 17:05:09 +00:00 |
|