.. |
bsd
|
Use TUNIFHEAD by default on FreeBSD to make sure IPv6 works.
|
2008-12-22 19:33:37 +00:00 |
cygwin
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
linux
|
Do a simple test for linux/if_tun.h instead of no test at all.
|
2006-12-16 16:53:58 +00:00 |
mingw
|
Don't free struct addrinfo too early. Spotted by Christian Cier-Zniewski.
|
2007-05-16 14:46:25 +00:00 |
raw_socket
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
solaris
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
uml_socket
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
conf.c
|
Fix reading configuration files that do not end with a newline.
|
2008-10-25 18:10:08 +00:00 |
conf.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
connection.c
|
Make sure connection->name is never NULL.
|
2007-05-16 14:42:08 +00:00 |
connection.h
|
Do not break strict aliasing of status_t structs.
|
2006-08-08 13:21:08 +00:00 |
device.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
edge.c
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
edge.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
event.c
|
Apply patch from Scott Lamb preventing an infinite loop when sending SIGALRM.
|
2007-02-14 09:20:20 +00:00 |
event.h
|
Apply patch from Scott Lamb preventing an infinite loop when sending SIGALRM.
|
2007-02-14 09:20:20 +00:00 |
graph.c
|
rename() cannot replace existing files on Windows.
|
2007-01-05 05:44:01 +00:00 |
graph.h
|
Added graph dumping ability based on Markus Goetz's patch.
|
2006-11-11 14:11:16 +00:00 |
logger.c
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
logger.h
|
Use the event log under Windows.
|
2003-08-17 09:04:00 +00:00 |
Makefile.am
|
Use the generic BSD tun/tap code.
|
2004-11-10 18:11:44 +00:00 |
meta.c
|
EWOULDBLOCK does not exist on platforms without O_NONBLOCK
|
2006-11-14 12:28:04 +00:00 |
meta.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
net.c
|
Apply patch from Scott Lamb preventing an infinite loop when sending SIGALRM.
|
2007-02-14 09:20:20 +00:00 |
net.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
net_packet.c
|
Search for lzo/lzo1x.h, lzo2/lzo1x.h and lzo1x.h.
|
2006-11-29 17:18:39 +00:00 |
net_setup.c
|
Make sure resolved addressed for outgoing connections are freed, if there are any.
|
2006-11-29 16:57:46 +00:00 |
net_socket.c
|
Prevent freeing a NULL pointer when a hostname is unresolvable.
|
2008-11-18 15:11:27 +00:00 |
netutl.c
|
Remove unused parameter from maskcmp().
|
2006-08-08 13:44:37 +00:00 |
netutl.h
|
Remove unused parameter from maskcmp().
|
2006-08-08 13:44:37 +00:00 |
node.c
|
Nodes use events, so event system should be initialised first and destroyed last.
|
2006-11-11 22:44:15 +00:00 |
node.h
|
The "active" bit in node.status is not used.
|
2006-11-11 13:43:00 +00:00 |
process.c
|
Handle SERVICE_CONTROL_INTERROGATE requests. Thanks to Carsten Ralle for noticing this.
|
2007-08-17 22:09:00 +00:00 |
process.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
protocol.c
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
protocol.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
protocol_auth.c
|
Correct debug message.
|
2008-12-05 14:17:39 +00:00 |
protocol_edge.c
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
protocol_key.c
|
Do not try to send REQ_KEY or ANS_KEY requests to unreachable nodes.
|
2008-10-25 19:54:00 +00:00 |
protocol_misc.c
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
protocol_subnet.c
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
route.c
|
memcpy() addresses from packet headers before calling the lookup functions.
|
2006-08-09 22:31:10 +00:00 |
route.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
subnet.c
|
Make sure the prefixlength of subnets is sane.
|
2007-12-14 21:17:08 +00:00 |
subnet.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
tincd.c
|
Update copyright notices.
|
2007-01-05 13:18:36 +00:00 |