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
|
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
|
df3220a154
|
Update copyright notices.
|
2005-05-04 18:09:30 +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
|
0077cfaae1
|
Make sure broadcast packet reach the local network interface.
|
2004-11-16 19:02:54 +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
|
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
|
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
|
1f00810da3
|
static
|
2004-11-01 17:02:19 +00:00 |
|
Guus Sliepen
|
82b29e9a3b
|
Generic device driver for *BSD and MacOS/X
|
2004-11-01 17:01:56 +00:00 |
|
Guus Sliepen
|
922e5b7bea
|
Support alternative tun/tap driver from http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
|
2004-11-01 15:18:53 +00:00 |
|
Guus Sliepen
|
faff649882
|
Don't let tinc service depend on NDIS component.
|
2004-11-01 15:18:22 +00:00 |
|
Guus Sliepen
|
396ac4be80
|
Correct return value.
|
2004-11-01 15:16:12 +00:00 |
|
Guus Sliepen
|
58153cca98
|
Allow tinc to work with the latest TAP-Win32 driver.
|
2004-10-01 18:26:15 +00:00 |
|
Guus Sliepen
|
6411e0d8bd
|
strndupa() is too arcane for some environments.
|
2004-10-01 18:24:41 +00:00 |
|
Guus Sliepen
|
b0a80007e8
|
Fix several #includes.
|
2004-10-01 18:23:08 +00:00 |
|
Guus Sliepen
|
7717cb0c54
|
Remove duplicate #include "system.h"
|
2004-09-20 20:56:14 +00:00 |
|
Guus Sliepen
|
5373129344
|
Marking potential late packets was in the wrong place.
|
2004-09-20 20:55:49 +00:00 |
|
Guus Sliepen
|
c44f69a302
|
Don't set $INTERFACE automatically, don't quit on EINTR/EAGAIN.
|
2004-07-17 12:04:30 +00:00 |
|
Guus Sliepen
|
dcec713675
|
Added UML network socket handling.
Now you can use tinc instead of uml_switch.
|
2004-07-17 00:09:14 +00:00 |
|
Guus Sliepen
|
fe84fafcb6
|
Handle timeouts during connecting the same way as other errors.
|
2004-06-21 14:37:52 +00:00 |
|
Guus Sliepen
|
e5e0dd7534
|
Clean up environment after executing scripts.
|
2004-06-14 14:32:10 +00:00 |
|
Guus Sliepen
|
9e44f116bf
|
Increase MTU by 4 bytes to allow VLAN tagged Ethernet frames in hub and switch mode.
|
2004-04-15 14:09:56 +00:00 |
|
Guus Sliepen
|
7926a156e5
|
Update copyrights, links, email addresses and let Subversion update $Id$ keywords.
|
2004-03-21 14:21:22 +00:00 |
|
Guus Sliepen
|
af86a3226e
|
Revert Martin Kihlgren's patch, it doesn't work the way it should.
|
2004-03-20 22:23:42 +00:00 |
|
Guus Sliepen
|
8df2224829
|
Fix declaration of update_node_address().
|
2004-03-20 15:33:07 +00:00 |
|
Guus Sliepen
|
56aad1bb48
|
Applied Martin Kihlgren's IdentityGenerosity patch,
simplified and renamed to StrictSource.
|
2004-03-20 15:28:55 +00:00 |
|