Werner Schreiber 228a03aaa7 Fix segfault when dest->mtu is 0. 5 anni fa
..
bsd 061c3fcaf9 Const correctness. 6 anni fa
cygwin 061c3fcaf9 Const correctness. 6 anni fa
linux 061c3fcaf9 Const correctness. 6 anni fa
mingw 061c3fcaf9 Const correctness. 6 anni fa
solaris 061c3fcaf9 Const correctness. 6 anni fa
Makefile.am afda1d91ae Support autoconf's --runstatedir option. 6 anni fa
avl_tree.c 3fae14fae5 Reformat all code using astyle. 6 anni fa
avl_tree.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
conf.c 26203e2504 Don't check for NULL-pointers before calling free(). 5 anni fa
conf.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
connection.c 3fae14fae5 Reformat all code using astyle. 6 anni fa
connection.h d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 anni fa
device.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
dropin.c 3fae14fae5 Reformat all code using astyle. 6 anni fa
dropin.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
dummy_device.c 69f09a712c Fix two small memory leaks. 5 anni fa
edge.c 3fae14fae5 Reformat all code using astyle. 6 anni fa
edge.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
ethernet.h 3fae14fae5 Reformat all code using astyle. 6 anni fa
event.c 92afeec172 Fix all spelling errors found by codespell. 6 anni fa
event.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
fake-getaddrinfo.c 600b653da1 Fix spelling errors. 5 anni fa
fake-getaddrinfo.h 3157b94e8b Realign comments. 6 anni fa
fake-getnameinfo.c 600b653da1 Fix spelling errors. 5 anni fa
fake-getnameinfo.h 3fae14fae5 Reformat all code using astyle. 6 anni fa
getopt.c dff4955dde Fix checks for Cygwin-related macros. 5 anni fa
getopt.h 046616019d Fix #ifdefs that were broken due to commit d178b58. 6 anni fa
getopt1.c 046616019d Fix #ifdefs that were broken due to commit d178b58. 6 anni fa
graph.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 anni fa
graph.h d178b583df Update all header guards. 6 anni fa
have.h 7e686dde6f Unconditionally include stdbool.h and inttypes.h. 6 anni fa
ipv4.h 046616019d Fix #ifdefs that were broken due to commit d178b58. 6 anni fa
ipv6.h 3fae14fae5 Reformat all code using astyle. 6 anni fa
list.c 3fae14fae5 Reformat all code using astyle. 6 anni fa
list.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
logger.c a0f115d5bb Remove redundant 'break'. 6 anni fa
logger.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
meta.c 2116c6eb7d Fix all -Wall -W compiler warnings. 6 anni fa
meta.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
multicast_device.c 061c3fcaf9 Const correctness. 6 anni fa
net.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 anni fa
net.h d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 anni fa
net_packet.c 96e33d749c Don't use SOL_IP and SOL_IPV6. 6 anni fa
net_setup.c dff4955dde Fix checks for Cygwin-related macros. 5 anni fa
net_socket.c d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 anni fa
netutl.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 anni fa
netutl.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
node.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 anni fa
node.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
pidfile.c 3fae14fae5 Reformat all code using astyle. 6 anni fa
pidfile.h 3fae14fae5 Reformat all code using astyle. 6 anni fa
process.c 2116c6eb7d Fix all -Wall -W compiler warnings. 6 anni fa
process.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
protocol.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 anni fa
protocol.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
protocol_auth.c d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 anni fa
protocol_edge.c d3297fbd3b Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738) 5 anni fa
protocol_key.c e97943b7cc Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758) 5 anni fa
protocol_misc.c 92afeec172 Fix all spelling errors found by codespell. 6 anni fa
protocol_subnet.c 99763e34d5 Fix all warnings when compiling with -Wall -W -pedantic. 5 anni fa
proxy.c 2116c6eb7d Fix all -Wall -W compiler warnings. 6 anni fa
proxy.h 2116c6eb7d Fix all -Wall -W compiler warnings. 6 anni fa
raw_socket_device.c 061c3fcaf9 Const correctness. 6 anni fa
route.c 228a03aaa7 Fix segfault when dest->mtu is 0. 5 anni fa
route.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
subnet.c 26203e2504 Don't check for NULL-pointers before calling free(). 5 anni fa
subnet.h 57bc9a1835 Ensure all parameters have names in header files. 6 anni fa
system.h 7e686dde6f Unconditionally include stdbool.h and inttypes.h. 6 anni fa
tincd.c 14abf170c2 Remove the call to RAND_load_file(). 5 anni fa
uml_device.c 26203e2504 Don't check for NULL-pointers before calling free(). 5 anni fa
utils.c dff4955dde Fix checks for Cygwin-related macros. 5 anni fa
utils.h dff4955dde Fix checks for Cygwin-related macros. 5 anni fa
vde_device.c 061c3fcaf9 Const correctness. 6 anni fa
xalloc.h 600b653da1 Fix spelling errors. 5 anni fa