projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix reading broken BER in gcrypt/rsa.c
[tinc]
/
src
/
2022-04-27
Kirill Isakov
Fix reading broken BER in gcrypt/rsa.c
tree
|
commitdiff
2022-04-26
Kirill Isakov
Fix resource leaks found by GCC -fanalyzer
tree
|
commitdiff
2022-04-26
Kirill Isakov
Use enums for command-line options
tree
|
commitdiff
2022-04-26
Kirill Isakov
Add colors to tincd logger
tree
|
commitdiff
2022-04-24
Kirill Isakov
Improve proxy server support
tree
|
commitdiff
2022-04-22
Kirill Isakov
Wipe (some) secrets from memory after use
tree
|
commitdiff
2022-04-22
Kirill Isakov
CI: add libgcrypt to sanitizer run
tree
|
commitdiff
2022-04-21
Kirill Isakov
connection_t: remove unused compression_level field
tree
|
commitdiff
2022-04-21
Kirill Isakov
connection_t: split compression_level/log_level into...
tree
|
commitdiff
2022-04-21
Kirill Isakov
Minor type improvements in legacy protocol code
tree
|
commitdiff
2022-04-21
Kirill Isakov
connection_t: allocate legacy context on first use
tree
|
commitdiff
2022-04-21
Kirill Isakov
Use actual port in tincd logs / tinc get Port / invitations
tree
|
commitdiff
2022-04-16
Kirill Isakov
cmd_config: replace action magic numbers with enum
tree
|
commitdiff
2022-04-12
Kirill Isakov
Refactor crypto RNG; add getrandom() support
tree
|
commitdiff
2022-04-11
Kirill Isakov
Reduce duplication in request handler tables
tree
|
commitdiff
2022-04-10
Kirill Isakov
Rewrite integration test suite in Python
tree
|
commitdiff
2022-04-10
Kirill Isakov
Correct close() function when building with MSVC
tree
|
commitdiff
2022-04-10
Kirill Isakov
Allow building sptps_{test,keypair} with MSVC
tree
|
commitdiff
2022-04-02
Guus Sliepen
Improve handling invitation read errors.
tree
|
commitdiff
2022-04-01
Guus Sliepen
Reduce log level of SPTPS errors.
tree
|
commitdiff
2022-04-01
Guus Sliepen
Prevent underflow when sending UDP probes.
tree
|
commitdiff
2022-03-28
Kirill Isakov
Disable function attributes on unsupported compilers
tree
|
commitdiff
2022-03-28
Kirill Isakov
Add __packed__ attribute on drop-in structs
tree
|
commitdiff
2022-03-28
Kirill Isakov
Add check for __Static_assert() and asserts on struct...
tree
|
commitdiff
2022-03-28
Kirill Isakov
meson: use Python script for version detection
tree
|
commitdiff
2022-03-28
Kirill Isakov
Replace MinGW with Windows to avoid ambiguities
tree
|
commitdiff
2022-03-28
Kirill Isakov
Add support for building tinc with MSVC
tree
|
commitdiff
2022-03-27
Kirill Isakov
Add dirent.h
tree
|
commitdiff
2022-03-27
Guus Sliepen
Fix compiler warning.
tree
|
commitdiff
2022-03-27
Kirill Isakov
Fix building tinc and running tests on Solaris
tree
|
commitdiff
2022-03-23
Kirill Isakov
Add unit tests suite using cmocka library
tree
|
commitdiff
2022-03-23
Kirill Isakov
Rearrange conflicting tincd globals
tree
|
commitdiff
2022-03-23
Kirill Isakov
Add support for meson build system
tree
|
commitdiff
2022-03-21
Kirill Isakov
Move sys/mman.h into have.h
tree
|
commitdiff
2022-03-21
Kirill Isakov
Remove vendored LZ4
tree
|
commitdiff
2022-03-20
Kirill Isakov
Remove autotools configs
tree
|
commitdiff
2022-03-18
Kirill Isakov
Extract common logic in OpenSSL-specific code
tree
|
commitdiff
2022-03-17
Kirill Isakov
Add support for OpenSSL 3.0+
tree
|
commitdiff
2022-03-15
Guus Sliepen
Remove unnecessary status bitfield conversions.
tree
|
commitdiff
2022-03-15
Kirill Isakov
Replace uint32_t bitfields with bool
tree
|
commitdiff
2022-03-12
Kirill Isakov
Fix `make distcheck`
tree
|
commitdiff
2022-01-24
Guus Sliepen
Enable and fix many extra warnings supported by GCC...
tree
|
commitdiff
2022-01-16
Guus Sliepen
Fix potential crash during failing PMTU discovery.
tree
|
commitdiff
2021-08-23
Guus Sliepen
Suppress UBSan warnings in the xoshiro implementation.
tree
|
commitdiff
2021-08-23
Guus Sliepen
Use xoshiro256** to generate pseudo-random numbers.
tree
|
commitdiff
2021-08-18
Kirill Isakov
Restore libgcrypt support.
tree
|
commitdiff
2021-08-18
Kirill Isakov
Move repeating MIN/MAX macros into dropin.h.
tree
|
commitdiff
2021-08-18
Kirill Isakov
Rename base64 funcs to show they're not RFC-compliant.
tree
|
commitdiff
2021-08-17
Guus Sliepen
Fix memcmp() reading out of bounds in the tinc info...
tree
|
commitdiff
2021-08-17
Mathew Heard
Use epoll() if available.
tree
|
commitdiff
2021-08-17
Kirill Isakov
Fix UBSAN warnings in linux/device.c.
tree
|
commitdiff
2021-08-17
Kirill Isakov
Fix invalid logger() calls in Solaris device code.
tree
|
commitdiff
2021-08-17
Kirill Isakov
Fix more memory leaks and invalid free() in invitation.c.
tree
|
commitdiff
2021-08-15
Kirill Isakov
Replace pointers to cipher_t/digest_t in connection_t...
tree
|
commitdiff
2021-08-15
Mathew Heard
Simplify signal handling.
tree
|
commitdiff
2021-08-15
Kirill Isakov
Fix UBSAN warnings about conversions and overflows.
tree
|
commitdiff
2021-08-15
Kirill Isakov
tincd on Windows: call srand() after main2()
tree
|
commitdiff
2021-08-14
Mathew Heard
hash table fix
tree
|
commitdiff
2021-08-13
Guus Sliepen
Avoid warnings from -fsanitize=integer in the hash...
tree
|
commitdiff
2021-08-13
Mathew Heard
Subnet Cache hashtable improvements
tree
|
commitdiff
2021-08-11
Kirill Isakov
Use splay trees inside node_t directly.
tree
|
commitdiff
2021-08-11
Kirill Isakov
Replace pointers to global splay trees with structs.
tree
|
commitdiff
2021-08-10
Fufu Fang
Reduce pointer indirection for global list_t variables
tree
|
commitdiff
2021-08-10
Fufu Fang
Fix -Wsign-compare error in keys.c
tree
|
commitdiff
2021-08-09
Fufu Fang
Use libvdeplug.h instead of libvdeplug_dyn.h
tree
|
commitdiff
2021-08-02
Kirill Isakov
Assign more suitable types and fix narrowing conversion...
tree
|
commitdiff
2021-08-02
Kirill Isakov
GitHub CI: check project for warnings with clang/gcc.
tree
|
commitdiff
2021-07-31
Kirill Isakov
Un-ignore .clang-tidy and enable conversion warnings.
tree
|
commitdiff
2021-07-30
Kirill Isakov
Remove unused argument from tunemu_write.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Remove unused function rsa_active.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Remove unused types.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Remove unused declarations.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Remove unused struct fields.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Remove unused global variables.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Remove unused '#include's.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Cleanup and improve `tinc fsck`.
tree
|
commitdiff
2021-07-29
Kirill Isakov
Allow using key & configuration parser from tincd in...
tree
|
commitdiff
2021-07-27
Guus Sliepen
Really avoid trying to send an ANS_KEY request to unrea...
tree
|
commitdiff
2021-07-27
Guus Sliepen
Use inet_pton() to parse Subnets.
tree
|
commitdiff
2021-07-26
Guus Sliepen
Fix ASAN warning.
tree
|
commitdiff
2021-07-26
Guus Sliepen
Fix `tinc get Subnet` failing.
tree
|
commitdiff
2021-07-26
Guus Sliepen
Let the CLI prevent adding incorrect Subnets.
tree
|
commitdiff
2021-07-26
Guus Sliepen
Avoid a stack overflow when presented with a malformed...
tree
|
commitdiff
2021-07-25
Guus Sliepen
Ensure we delete removed BroadcastSubnets when reloadin...
tree
|
commitdiff
2021-07-25
Kirill Isakov
Fix more memory leaks found by ASAN.
tree
|
commitdiff
2021-07-25
Kirill Isakov
Fix use-after-free in final log message on tincd exit.
tree
|
commitdiff
2021-07-25
Kirill Isakov
Fix all UBSAN warnings triggered by tests.
tree
|
commitdiff
2021-07-23
Kirill Isakov
Fix memory leaks triggered by integration tests.
tree
|
commitdiff
2021-07-21
Guus Sliepen
Fix a few memory leaks at exit time.
tree
|
commitdiff
2021-07-21
Guus Sliepen
Avoid unhelpful warnings about UDP buffer sizes.
tree
|
commitdiff
2021-07-21
Guus Sliepen
Don't call OPENSSL_cleanup().
tree
|
commitdiff
2021-07-20
Guus Sliepen
Call ENGINE_load_builtin_engines().
tree
|
commitdiff
2021-07-20
Guus Sliepen
Make tinc --batch --force join enable the tinc-up script.
tree
|
commitdiff
2021-07-20
Guus Sliepen
Require OpenSSL 1.1.0 or later.
tree
|
commitdiff
2021-07-20
Guus Sliepen
Avoid trying to send an ANS_KEY request to unreachable...
tree
|
commitdiff
2021-07-20
Guus Sliepen
Slightly better RNG seed for tincctl.
tree
|
commitdiff
2021-07-20
Kirill Isakov
List supported features in tinc/tincd --version
tree
|
commitdiff
2021-07-20
Kirill Isakov
LZ4: try system library first, fallback to builtin
tree
|
commitdiff
2021-07-20
Darik Horn
Add LZ4 compression support
tree
|
commitdiff
2021-07-20
Kirill Isakov
Vendor LZ4 source
tree
|
commitdiff
next