tinc
2022-03-23 Kirill IsakovAdd unit tests suite using cmocka library
2022-03-23 Kirill IsakovMove integration tests into a subdirectory
2022-03-23 Kirill IsakovAdd cmocka packages to CI jobs
2022-03-23 Kirill IsakovRearrange conflicting tincd globals
2022-03-23 Kirill IsakovAdd support for meson build system
2022-03-23 Kirill IsakovGitHub CI: change build system to meson
2022-03-22 Kirill Isakovsourcehut CI: change build system to meson
2022-03-22 Kirill IsakovUpdate docs with instructions on building with meson
2022-03-21 Kirill IsakovMove sys/mman.h into have.h
2022-03-21 Kirill IsakovRemove vendored LZ4
2022-03-20 Kirill IsakovRemove autotools configs
2022-03-18 Kirill IsakovExtract common logic in OpenSSL-specific code
2022-03-17 Kirill IsakovAdd support for OpenSSL 3.0+
2022-03-16 Kirill IsakovCI: add tests with OpenSSL 3.0
2022-03-15 Guus SliepenRemove unnecessary status bitfield conversions.
2022-03-15 Kirill IsakovReplace uint32_t bitfields with bool
2022-03-14 Kirill IsakovCI: fix running clang-tidy on full sources
2022-03-12 Kirill IsakovCI: run `make distcheck` instead of `make check`
2022-03-12 Kirill IsakovFix `make distcheck`
2022-01-24 Guus SliepenMove -lssp to LIBS.
2022-01-24 Guus SliepenCI: Ignore gcrypt sources when running clang-tidy.
2022-01-24 Guus SliepenCI: Fix missing dependencies for macOS and Windows.
2022-01-24 Guus SliepenEnable hardening flags at the end of the configure...
2022-01-24 Guus SliepenCI: Install netcat-openbsd on Debian.
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-23 Kirill IsakovCI: fix archive name for sanitizer results.
2021-08-22 Kirill IsakovCI: improve sanitizer runs; minor cleanups.
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-18 Kirill IsakovCI: run tests with libgcrypt.
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 Kirill IsakovCI: downgrade cross-compilation jobs to debian:buster
2021-08-15 Mathew HeardSimplify signal handling.
2021-08-15 Kirill IsakovFix UBSAN warnings about conversions and overflows.
2021-08-15 Guus SliepenCI: use explicit Debian release names.
2021-08-15 Kirill Isakovtincd on Windows: call srand() after main2()
2021-08-14 Kirill IsakovFreeBSD CI: unbreak clang-tidy.
2021-08-14 Kirill IsakovImprove failure detection in the test suite.
2021-08-14 Mathew Heardhash table fix
2021-08-13 Guus SliepenBump the timeout for the sanitizer tests.
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-11 Kirill IsakovMake apt stop asking questions when building deb package.
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-10 Guus SliepenSymlink README to README.md when running make dist.
2021-08-10 Kirill IsakovRename README to make software forges properly render...
2021-08-10 Kirill IsakovCI: cross-compilation; build packages on every push.
2021-08-09 Fufu FangUse libvdeplug.h instead of libvdeplug_dyn.h
2021-08-02 Kirill IsakovImprove invite-join.test reliability on Alpine Linux.
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-08-01 Kirill IsakovCI (GitHub & sourcehut): add clang-tidy checks.
2021-07-31 Kirill IsakovUn-ignore .clang-tidy and enable conversion warnings.
2021-07-30 Kirill IsakovSupport running tests on NetBSD 8.2.
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 IsakovAdd tests for the fsck command.
2021-07-29 Kirill IsakovCleanup and improve `tinc fsck`.
2021-07-29 Kirill IsakovAllow using key & configuration parser from tincd in...
2021-07-28 Kirill IsakovGitHub CI: run most tests as a non-privileged user.
2021-07-28 Guus SliepenAdd timeouts to CI jobs.
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 IsakovGitHub CI: fail sanitizer job if any logs were created.
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 IsakovMore strict failure code checks in integration tests.
2021-07-25 Kirill IsakovFix all UBSAN warnings triggered by tests.
2021-07-23 Kirill IsakovGitHub CI: enable AddressSanitizer.
2021-07-23 Kirill IsakovAdd tests to cover some of the fixed leaks.
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 SliepenCI: Fix installation of OpenSSL on CentOS and AlmaLinux.
2021-07-20 Guus SliepenCI: Install and use OpenSSL 1.1 on CentOS 7.
2021-07-20 Guus SliepenInstall OpenSSL 1.1 in the CentOS 7 test environment.
next