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