.. |
bsd
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
cygwin
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
gcrypt
|
Small fixes to make gcrypt routines compile.
|
2007-09-04 14:58:52 +00:00 |
linux
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
mingw
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
openssl
|
const correctness
|
2007-07-20 20:10:46 +00:00 |
raw_socket
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
solaris
|
More consistent variable naming.
|
2007-05-18 11:19:31 +00:00 |
uml_socket
|
More consistent variable naming.
|
2007-05-18 11:19:31 +00:00 |
conf.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
conf.h
|
Use splay trees instead of AVL trees.
|
2007-05-18 10:05:26 +00:00 |
connection.c
|
Use the crypto wrappers again instead of calling OpenSSL directly.
|
2008-12-11 14:44:44 +00:00 |
connection.h
|
Use the crypto wrappers again instead of calling OpenSSL directly.
|
2008-12-11 14:44:44 +00:00 |
control.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
control.h
|
Remove pidfile in favour of control socket.
|
2007-05-19 14:13:21 +00:00 |
control_common.h
|
Use a control socket directory to restrict access
|
2007-11-08 19:18:44 +00:00 |
device.h
|
Update copyright notices, remove Ivo's email address.
|
2006-04-26 13:52:58 +00:00 |
edge.c
|
Dump through control socket
|
2007-11-07 02:49:25 +00:00 |
edge.h
|
Dump through control socket
|
2007-11-07 02:49:25 +00:00 |
graph.c
|
Use Dijkstra's algorithm. Based on patches from Max Rijevskiy.
|
2008-12-11 18:07:26 +00:00 |
graph.h
|
Dump through control socket
|
2007-11-07 02:49:25 +00:00 |
logger.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
logger.h
|
Synchronise HEAD with CABAL branch.
|
2003-08-24 20:38:31 +00:00 |
Makefile.am
|
Look in the configured sbin directory for the tincd binary.
|
2008-12-11 13:59:46 +00:00 |
meta.c
|
Use the crypto wrappers again instead of calling OpenSSL directly.
|
2008-12-11 14:44:44 +00:00 |
meta.h
|
Use a separate event structure to handle meta data writes.
|
2007-05-17 20:20:10 +00:00 |
net.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
net.h
|
Reload configuration through control socket
|
2007-11-07 02:51:24 +00:00 |
net_packet.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
net_setup.c
|
Use the crypto wrappers again instead of calling OpenSSL directly.
|
2008-12-11 14:44:44 +00:00 |
net_socket.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
netutl.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
netutl.h
|
Remove unused parameter from maskcmp().
|
2006-08-08 13:44:37 +00:00 |
node.c
|
Use Dijkstra's algorithm. Based on patches from Max Rijevskiy.
|
2008-12-11 18:07:26 +00:00 |
node.h
|
Use Dijkstra's algorithm. Based on patches from Max Rijevskiy.
|
2008-12-11 18:07:26 +00:00 |
process.c
|
Backport fixes from trunk since revision 1555.
|
2008-12-11 15:21:40 +00:00 |
process.h
|
Use libevent to handle HUP signal.
|
2007-05-17 21:34:58 +00:00 |
protocol.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
protocol.h
|
Use libevent for meta socket input/output buffering.
|
2007-05-19 22:23:02 +00:00 |
protocol_auth.c
|
Backport fixes from trunk since revision 1555.
|
2008-12-11 15:21:40 +00:00 |
protocol_edge.c
|
Use libevent for meta socket input/output buffering.
|
2007-05-19 22:23:02 +00:00 |
protocol_key.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
protocol_misc.c
|
Use libevent for meta socket input/output buffering.
|
2007-05-19 22:23:02 +00:00 |
protocol_subnet.c
|
Use libevent for meta socket input/output buffering.
|
2007-05-19 22:23:02 +00:00 |
route.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
route.h
|
Use libevent to age learned MAC addresses.
|
2007-05-17 23:24:40 +00:00 |
subnet.c
|
Remove wrong checks.
|
2008-12-11 18:05:59 +00:00 |
subnet.h
|
Dump through control socket
|
2007-11-07 02:49:25 +00:00 |
tincctl.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |
tincd.c
|
Remove unnecessary parentheses from sizeof, apply sizeof to variables instead of types whereever possible.
|
2008-12-11 15:56:18 +00:00 |