Guus Sliepen c033171343 Require OpenSSL 1.1.0 or later. 2 years ago
..
bsd 061c3fcaf9 Const correctness. 6 years ago
cygwin 061c3fcaf9 Const correctness. 6 years ago
linux 061c3fcaf9 Const correctness. 6 years ago
mingw 061c3fcaf9 Const correctness. 6 years ago
solaris 061c3fcaf9 Const correctness. 6 years ago
Makefile.am afda1d91ae Support autoconf's --runstatedir option. 6 years ago
avl_tree.c 3fae14fae5 Reformat all code using astyle. 6 years ago
avl_tree.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
conf.c fbf9a88fdd Add a missing check for a pathname being too long. 4 years ago
conf.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
connection.c b1b5cbc597 Fix compilation without deprecated OpenSSL APIs 5 years ago
connection.h c033171343 Require OpenSSL 1.1.0 or later. 2 years ago
device.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
dropin.c 3fae14fae5 Reformat all code using astyle. 6 years ago
dropin.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
dummy_device.c 69f09a712c Fix two small memory leaks. 5 years ago
edge.c 3fae14fae5 Reformat all code using astyle. 6 years ago
edge.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
ethernet.h 3fae14fae5 Reformat all code using astyle. 6 years ago
event.c 92afeec172 Fix all spelling errors found by codespell. 6 years ago
event.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
fake-getaddrinfo.c 600b653da1 Fix spelling errors. 5 years ago
fake-getaddrinfo.h 3157b94e8b Realign comments. 6 years ago
fake-getnameinfo.c 600b653da1 Fix spelling errors. 5 years ago
fake-getnameinfo.h 3fae14fae5 Reformat all code using astyle. 6 years ago
getopt.c dff4955dde Fix checks for Cygwin-related macros. 5 years ago
getopt.h 046616019d Fix #ifdefs that were broken due to commit d178b58. 6 years ago
getopt1.c 046616019d Fix #ifdefs that were broken due to commit d178b58. 6 years ago
graph.c d22f4cb856 Double-quote nodes in graphviz network file 5 years ago
graph.h d178b583df Update all header guards. 6 years ago
have.h 7e686dde6f Unconditionally include stdbool.h and inttypes.h. 6 years ago
ipv4.h 046616019d Fix #ifdefs that were broken due to commit d178b58. 6 years ago
ipv6.h 3fae14fae5 Reformat all code using astyle. 6 years ago
list.c 3fae14fae5 Reformat all code using astyle. 6 years ago
list.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
logger.c a0f115d5bb Remove redundant 'break'. 5 years ago
logger.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
meta.c 2116c6eb7d Fix all -Wall -W compiler warnings. 6 years ago
meta.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
multicast_device.c 061c3fcaf9 Const correctness. 6 years ago
net.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 years ago
net.h d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 years ago
net_packet.c 96e33d749c Don't use SOL_IP and SOL_IPV6. 6 years ago
net_setup.c c033171343 Require OpenSSL 1.1.0 or later. 2 years ago
net_socket.c d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 years ago
netutl.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 years ago
netutl.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
node.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 years ago
node.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
pidfile.c 3fae14fae5 Reformat all code using astyle. 6 years ago
pidfile.h 3fae14fae5 Reformat all code using astyle. 6 years ago
process.c 2116c6eb7d Fix all -Wall -W compiler warnings. 6 years ago
process.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
protocol.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 years ago
protocol.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
protocol_auth.c d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 years ago
protocol_edge.c d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 years ago
protocol_key.c b8495a806b Avoid trying to send an ANS_KEY request to unreachable nodes. 2 years ago
protocol_misc.c 92afeec172 Fix all spelling errors found by codespell. 6 years ago
protocol_subnet.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 years ago
proxy.c 2116c6eb7d Fix all -Wall -W compiler warnings. 6 years ago
proxy.h 2116c6eb7d Fix all -Wall -W compiler warnings. 6 years ago
raw_socket_device.c 061c3fcaf9 Const correctness. 6 years ago
route.c 228a03aaa7 Fix segfault when dest->mtu is 0. 5 years ago
route.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
subnet.c f7f7d8b15e Use inet_pton() to parse Subnets. 2 years ago
subnet.h 57bc9a1835 Ensure all parameters have names in header files. 6 years ago
system.h 7e686dde6f Unconditionally include stdbool.h and inttypes.h. 6 years ago
tincd.c c033171343 Require OpenSSL 1.1.0 or later. 2 years ago
uml_device.c 26203e2504 Don't check for NULL-pointers before calling free(). 5 years ago
utils.c dff4955dde Fix checks for Cygwin-related macros. 5 years ago
utils.h dff4955dde Fix checks for Cygwin-related macros. 5 years ago
vde_device.c 061c3fcaf9 Const correctness. 6 years ago
xalloc.h 600b653da1 Fix spelling errors. 5 years ago