Fix `make distcheck`
[tinc] / src /
2022-03-12 Kirill IsakovFix `make distcheck`
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2022-01-16 Guus SliepenFix potential crash during failing PMTU discovery.
2021-08-23 Guus SliepenSuppress UBSan warnings in the xoshiro implementation.
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-18 Kirill IsakovRestore libgcrypt support.
2021-08-18 Kirill IsakovMove repeating MIN/MAX macros into dropin.h.
2021-08-18 Kirill IsakovRename base64 funcs to show they're not RFC-compliant.
2021-08-17 Guus SliepenFix memcmp() reading out of bounds in the tinc info...
2021-08-17 Mathew HeardUse epoll() if available.
2021-08-17 Kirill IsakovFix UBSAN warnings in linux/device.c.
2021-08-17 Kirill IsakovFix invalid logger() calls in Solaris device code.
2021-08-17 Kirill IsakovFix more memory leaks and invalid free() in invitation.c.
2021-08-15 Kirill IsakovReplace pointers to cipher_t/digest_t in connection_t...
2021-08-15 Mathew HeardSimplify signal handling.
2021-08-15 Kirill IsakovFix UBSAN warnings about conversions and overflows.
2021-08-15 Kirill Isakovtincd on Windows: call srand() after main2()
2021-08-14 Mathew Heardhash table fix
2021-08-13 Guus SliepenAvoid warnings from -fsanitize=integer in the hash...
2021-08-13 Mathew HeardSubnet Cache hashtable improvements
2021-08-11 Kirill IsakovUse splay trees inside node_t directly.
2021-08-11 Kirill IsakovReplace pointers to global splay trees with structs.
2021-08-10 Fufu FangReduce pointer indirection for global list_t variables
2021-08-10 Fufu FangFix -Wsign-compare error in keys.c
2021-08-09 Fufu FangUse libvdeplug.h instead of libvdeplug_dyn.h
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-08-02 Kirill IsakovGitHub CI: check project for warnings with clang/gcc.
2021-07-31 Kirill IsakovUn-ignore .clang-tidy and enable conversion warnings.
2021-07-30 Kirill IsakovRemove unused argument from tunemu_write.
2021-07-29 Kirill IsakovRemove unused function rsa_active.
2021-07-29 Kirill IsakovRemove unused types.
2021-07-29 Kirill IsakovRemove unused declarations.
2021-07-29 Kirill IsakovRemove unused struct fields.
2021-07-29 Kirill IsakovRemove unused global variables.
2021-07-29 Kirill IsakovRemove unused '#include's.
2021-07-29 Kirill IsakovCleanup and improve `tinc fsck`.
2021-07-29 Kirill IsakovAllow using key & configuration parser from tincd in...
2021-07-27 Guus SliepenReally avoid trying to send an ANS_KEY request to unrea...
2021-07-27 Guus SliepenUse inet_pton() to parse Subnets.
2021-07-26 Guus SliepenFix ASAN warning.
2021-07-26 Guus SliepenFix `tinc get Subnet` failing.
2021-07-26 Guus SliepenLet the CLI prevent adding incorrect Subnets.
2021-07-26 Guus SliepenAvoid a stack overflow when presented with a malformed...
2021-07-25 Guus SliepenEnsure we delete removed BroadcastSubnets when reloadin...
2021-07-25 Kirill IsakovFix more memory leaks found by ASAN.
2021-07-25 Kirill IsakovFix use-after-free in final log message on tincd exit.
2021-07-25 Kirill IsakovFix all UBSAN warnings triggered by tests.
2021-07-23 Kirill IsakovFix memory leaks triggered by integration tests.
2021-07-21 Guus SliepenFix a few memory leaks at exit time.
2021-07-21 Guus SliepenAvoid unhelpful warnings about UDP buffer sizes.
2021-07-21 Guus SliepenDon't call OPENSSL_cleanup().
2021-07-20 Guus SliepenCall ENGINE_load_builtin_engines().
2021-07-20 Guus SliepenMake tinc --batch --force join enable the tinc-up script.
2021-07-20 Guus SliepenRequire OpenSSL 1.1.0 or later.
2021-07-20 Guus SliepenAvoid trying to send an ANS_KEY request to unreachable...
2021-07-20 Guus SliepenSlightly better RNG seed for tincctl.
2021-07-20 Kirill IsakovList supported features in tinc/tincd --version
2021-07-20 Kirill IsakovLZ4: try system library first, fallback to builtin
2021-07-20 Darik HornAdd LZ4 compression support
2021-07-20 Kirill IsakovVendor LZ4 source
2021-07-20 Guus SliepenCheck that UNIX socket filenames are not too long.
2021-07-17 Kirill IsakovAllow running sptps_test on Windows
2021-07-13 Mathew HeardBail out of logging early.
2021-07-12 Kirill Isakovsrc/getopt.h: add missing header guard
2021-07-12 Mathew HeardFix overrun in prf() if hmac size not divisible into...
2021-07-10 Kirill Isakovsrc/tincctl.c: inverse exit code for 'tinc stop' on...
2021-07-10 Kirill Isakovinvitation.c: fix socket error checking on Windows
2021-06-30 Niklas HambüchenWarn if system capped requested socket buffer sizes.
2021-06-30 Mathew HeardFail early in send_udp_probe_packet().
2021-06-30 Mathew HeardCheck interval bounds for UDP probe size.
2021-06-30 Mathew HeardEnsure send_udp_probe_packet len is valid for the buffe...
2021-06-30 Mathew Heardperform cheap checks first
2021-06-27 Guus SliepenUpdate copyright notices.
2021-06-27 Guus SliepenFix spelling errors.
2021-06-27 pacientincctl: restrict umask argument for FORTIFY
2021-06-27 Guus SliepenDon't try to forward packets to a node we don't have...
2021-06-27 Guus SliepenFix for the event loop on Windows.
2021-06-27 Guus SliepenLog errors when add_edge() fails to insert into the...
2021-06-27 Guus SliepenFix the check for sys/un.h.
2021-06-27 Guus SliepenDon't compile support for Device=fd on platforms that...
2021-06-27 Guus SliepenFix compiler warnings.
2021-06-22 Guus SliepenFix warnings from GCC about VLAs.
2021-06-22 Guus SliepenReformat the code using astyle.
2021-06-22 Ilia PavlikhinAdd Subnet checking to tinc cli
2021-06-22 Ilia Pavlikhin Fix infinity loop when network address and
2021-06-22 Aaron LIUse auto-clone device /dev/{tun,tap} as default on...
2021-06-22 Rosen Penevfix compilation without deprecated OpenSSL APIs
2020-09-21 Guus SliepenFix segfault when failing to read random numbers.
2020-03-15 leptonyufix macos build
2020-01-20 Guus SliepenInclude stddef.h if available.
2020-01-20 pacienfd_device: allow fd to be passed through a unix socket
2019-07-17 Guus SliepenTry harder to connect to unreachable nodes.
2019-07-17 Guus SliepenDon't keep an address cache in an outgoing_t.
2019-07-17 Guus SliepenAvoid void pointer arithmetic.
2019-04-16 Maciej S. SzmigieroFix strict aliasing violation in inet_checksum()
2019-04-16 Maciej S. SzmigieroRevert "Work around a GCC bug that causes inet_checksum...
2019-02-28 Andreas Rammholdfix: use EVP_DecryptUpdate while decrypting
2018-12-18 Guus SliepenPrevent large amounts of UDP probes being sent consecut...
2018-11-30 Guus SliepenDouble-quote node names in dump graph output.
2018-11-30 Fabian MaurerGenerate tinc-up.bat on windows
next