tinc/src
2007-10-19 19:07:30 +00:00
..
bsd More consistent variable naming. 2007-05-18 11:19:31 +00:00
cygwin More consistent variable naming. 2007-05-18 11:19:31 +00:00
gcrypt Small fixes to make gcrypt routines compile. 2007-09-04 14:58:52 +00:00
linux More consistent variable naming. 2007-05-18 11:19:31 +00:00
mingw More consistent variable naming. 2007-05-18 11:19:31 +00:00
openssl const correctness 2007-07-20 20:10:46 +00:00
raw_socket More consistent variable naming. 2007-05-18 11:19:31 +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 Move key generation to tincctl. 2007-05-19 14:55:35 +00:00
conf.h Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +00:00
connection.c Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +00:00
connection.h Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +00:00
control.c Use bufferevents to handle control socket buffering. 2007-05-19 16:21:52 +00:00
control.h Remove pidfile in favour of control socket. 2007-05-19 14:13:21 +00:00
device.h Update copyright notices, remove Ivo's email address. 2006-04-26 13:52:58 +00:00
edge.c Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +00:00
edge.h Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +00:00
graph.c Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +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 Small fixes to make gcrypt routines compile. 2007-09-04 14:58:52 +00:00
meta.c Fix meta data segfault when receiving a partial command. 2007-10-19 19:07:30 +00:00
meta.h Use a separate event structure to handle meta data writes. 2007-05-17 20:20:10 +00:00
net.c Use libevent for meta socket input/output buffering. 2007-05-19 22:23:02 +00:00
net.h Remove global variable "now". 2007-05-18 09:34:06 +00:00
net_packet.c Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +00:00
net_setup.c Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +00:00
net_socket.c Use a dummy function as the read callback for connection bufferevents. Should not be triggered. 2007-10-19 18:54:43 +00:00
netutl.c K&R style braces 2007-05-18 10:00:00 +00:00
netutl.h Remove unused parameter from maskcmp(). 2006-08-08 13:44:37 +00:00
node.c Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +00:00
node.h Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +00:00
process.c Remove pidfile in favour of control socket. 2007-05-19 14:13:21 +00:00
process.h Use libevent to handle HUP signal. 2007-05-17 21:34:58 +00:00
protocol.c Use libevent for meta socket input/output buffering. 2007-05-19 22:23:02 +00:00
protocol.h Use libevent for meta socket input/output buffering. 2007-05-19 22:23:02 +00:00
protocol_auth.c Fix connection weight estimation. 2007-10-19 18:53:48 +00:00
protocol_edge.c Use libevent for meta socket input/output buffering. 2007-05-19 22:23:02 +00:00
protocol_key.c Finish crypto wrapping. Also provide wrappers for OpenSSL. 2007-05-23 13:45:49 +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 Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +00:00
route.h Use libevent to age learned MAC addresses. 2007-05-17 23:24:40 +00:00
subnet.c Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +00:00
subnet.h Use splay trees instead of AVL trees. 2007-05-18 10:05:26 +00:00
tincctl.c Implement "stop" command, and allow tincctl to retrieve a running tincd's PID. 2007-05-19 15:21:26 +00:00
tincd.c Apply patch from Scott Lamb: Update documentation to match tincctl changes 2007-09-04 15:06:35 +00:00