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