projects
/
tinc
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Set KillMode=mixed in the systemd service file.
2016-04-10
Guus Sliepen
Never call putenv() with data on the stack.
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Fix --logfile without a filename on Windows.
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Support ToS/DiffServ for IPv6 meta and UDP connections.
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Use iface instead of interface.
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Update THANKS.
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Update .gitignore.
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Don't compile getopt*.c if the system provides getopt_long().
commit
|
commitdiff
|
tree
2016-04-10
Guus Sliepen
Fix typo.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Fix for botched cherry-pick commit 60fb230.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Add warnings for bad combinations of Device and Interface.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Small fixes for the documentation.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Clarify that scripts are called synchronously.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Fix forwarding of edge updates.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Improve performance of edge updates.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Use nostdinc instead of overriding DEFAULT_INCLUDES.
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Only check for -fno-strict-overflow if -fwrapv does...
commit
|
commitdiff
|
tree
2016-02-28
Guus Sliepen
Update .gitignore.
commit
|
commitdiff
|
tree
2016-01-26
Guus Sliepen
Add the ability to sign and verify files.
commit
|
commitdiff
|
tree
2016-01-17
Guus Sliepen
Merge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
commit
|
commitdiff
|
tree
2016-01-14
Guus Sliepen
Only add a reflexive address when we're sure it's working.
commit
|
commitdiff
|
tree
2015-12-10
Guus Sliepen
Use static buffers for recvmmsg(), initialize them...
commit
|
commitdiff
|
tree
2015-12-10
Guus Sliepen
Add support for recvmmsg().
commit
|
commitdiff
|
tree
2015-11-26
Guus Sliepen
list_delete() already free()s the deleted element.
commit
|
commitdiff
|
tree
2015-11-24
Guus Sliepen
Don't leave dead outgoing_t's in the outgoing_list.
commit
|
commitdiff
|
tree
2015-11-21
Guus Sliepen
Update THANKS file.
commit
|
commitdiff
|
tree
2015-10-26
Guus Sliepen
Avoid undefined behavior.
commit
|
commitdiff
|
tree
2015-09-25
Guus Sliepen
Fix a few memory leaks in the CLI found by AddressSanitizer.
commit
|
commitdiff
|
tree
2015-09-25
Guus Sliepen
Fix struct node_status_t.
commit
|
commitdiff
|
tree
2015-09-24
Guus Sliepen
Replace bare if statements with AS_IF in configure.ac.
commit
|
commitdiff
|
tree
2015-09-24
Guus Sliepen
Optionally install systemd service files.
commit
|
commitdiff
|
tree
2015-09-24
Guus Sliepen
Add -I m4 back to ACLOCAL_AMFLAGS.
commit
|
commitdiff
|
tree
2015-07-22
Guus Sliepen
In sssp_bfs(), never try to update myself.
commit
|
commitdiff
|
tree
2015-07-15
Guus Sliepen
Use AC_CONFIG_MACRO_DIR() instead of _DIRS().
commit
|
commitdiff
|
tree
2015-07-12
Guus Sliepen
Fix the PRF function when compiling without OpenSSL.
commit
|
commitdiff
|
tree
2015-07-12
Guus Sliepen
Make subnet caches static.
commit
|
commitdiff
|
tree
2015-07-12
Guus Sliepen
Use AC_CONFIG_MACRO_DIRS([m4]).
commit
|
commitdiff
|
tree
2015-07-12
Guus Sliepen
Remove unused code that caused warnings about an uninitializ...
commit
|
commitdiff
|
tree
2015-07-12
Guus Sliepen
Fix undefined behaviour when left-shifting signed integers.
commit
|
commitdiff
|
tree
2015-07-04
Guus Sliepen
Call sockaddrfree(&e->local_address) in free_edge(...
commit
|
commitdiff
|
tree
2015-07-04
Guus Sliepen
Coalesce two if statements that check for the same...
commit
|
commitdiff
|
tree
2015-07-04
Guus Sliepen
Don't #include OpenSSL headers when compiling without...
commit
|
commitdiff
|
tree
2015-06-10
Guus Sliepen
Fix crash is sptps_logger().
commit
|
commitdiff
|
tree
2015-06-07
Guus Sliepen
Fix alignment of output of sptps_speed.
commit
|
commitdiff
|
tree
2015-06-07
Guus Sliepen
Fix receiving SPTPS data in sptps_speed and sptps_test.
commit
|
commitdiff
|
tree
2015-06-07
Guus Sliepen
Fix warnings about missing return value checks.
commit
|
commitdiff
|
tree
2015-06-07
Guus Sliepen
Fix autoconf check for function attributes.
commit
|
commitdiff
|
tree
2015-05-31
Guus Sliepen
Fix missing return value caused by the previous commit.
commit
|
commitdiff
|
tree
2015-05-21
Guus Sliepen
Update copyright notices.
commit
|
commitdiff
|
tree
2015-05-21
Guus Sliepen
Set the CLOEXEC flag on the umbilical socket.
commit
|
commitdiff
|
tree
2015-05-20
Guus Sliepen
Use socketpair() instead of pipe() for the umbilical.
commit
|
commitdiff
|
tree
2015-05-20
Guus Sliepen
Don't write log messages to the umbilical pipe if we...
commit
|
commitdiff
|
tree
2015-05-20
Guus Sliepen
Ensure "tinc start" knows if the daemon really started...
commit
|
commitdiff
|
tree
2015-05-20
Guus Sliepen
Fix check for LOCALSTATEDIR accessibility for the CLI.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Allocate temporary filenames on the stack.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Allow dumping a list of outstanding invitations.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Add "list" as an alias for "dump" in the CLI.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Quit with an error message if ioctl(TUNSETIFF) fails.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
If LOCALSTATEDIR is inaccessible, store the pid and...
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Don't log seqno failures in sptps_verify_datagram().
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Add source of SPTPS errors to log messages.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Add newline at end of precomp_data.h and sc.h.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Fix src/Makefile.am for *BSD.
commit
|
commitdiff
|
tree
2015-05-19
Guus Sliepen
Remove info-in-builddir option from AM_INIT_AUTOMAKE().
commit
|
commitdiff
|
tree
2015-05-17
Guus Sliepen
Merge remote-tracking branches 'dechamps/sptpsrestart...
commit
|
commitdiff
|
tree
2015-05-17
Guus Sliepen
Don't send local_address in ADD_EDGE messages if it...
commit
|
commitdiff
|
tree
2015-05-16
Guus Sliepen
Let sockaddr2str() handle AF_UNSPEC addresses.
commit
|
commitdiff
|
tree
2015-05-15
Guus Sliepen
Try all addresses for the hostname in an invitation...
commit
|
commitdiff
|
tree
2015-05-15
Guus Sliepen
Be more liberal accepting ADD_EDGE messages with conflicting...
commit
|
commitdiff
|
tree
2015-05-15
Guus Sliepen
Use AF_UNSPEC instead of AF_UNKNOWN for unspecified...
commit
|
commitdiff
|
tree
2015-05-14
Guus Sliepen
Fix receiving UDP packets from tinc 1.0.x nodes.
commit
|
commitdiff
|
tree
2015-05-13
Guus Sliepen
Fix invitations.
commit
|
commitdiff
|
tree
2015-05-09
Guus Sliepen
Really remove "release-" from the git-derived version...
commit
|
commitdiff
|
tree
2015-05-05
Guus Sliepen
Don't include build-time generated version_git.h in...
commit
|
commitdiff
|
tree
2015-05-05
Guus Sliepen
Remove "release-" from displayed git version.
commit
|
commitdiff
|
tree
2015-04-24
Guus Sliepen
Fix typo 0fda572c88d02b0b200ef81d72cc4da594fa0e38 that...
commit
|
commitdiff
|
tree
2015-04-24
Guus Sliepen
Don't log an error message when receiving a TERMREQ.
commit
|
commitdiff
|
tree
2015-04-24
Guus Sliepen
Fix a possible segmentation fault during key upgrades.
commit
|
commitdiff
|
tree
2015-04-24
Guus Sliepen
Allow one-sided upgrades to Ed25519.
commit
|
commitdiff
|
tree
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/wintapver' into 1.1
commit
|
commitdiff
|
tree
2015-04-12
Guus Sliepen
Always call res_init() before getaddrinfo().
commit
|
commitdiff
|
tree
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/windevice' into 1.1
commit
|
commitdiff
|
tree
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/winmtu' into 1.1
commit
|
commitdiff
|
tree
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/fsckwin' into 1.1
commit
|
commitdiff
|
tree
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/staticfix' into 1.1
commit
|
commitdiff
|
tree
2015-03-14
Guus Sliepen
--syslog and --logfile are mutually exclusive.
commit
|
commitdiff
|
tree
2015-03-14
Guus Sliepen
Fix the case where we detach and use --logfile.
commit
|
commitdiff
|
tree
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'seehuhn/1.1' into 1.1
commit
|
commitdiff
|
tree
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'dechamps/sptpsabort'...
commit
|
commitdiff
|
tree
2015-02-16
Guus Sliepen
Suppress warnings about parsing Ed25519 keys when they...
commit
|
commitdiff
|
tree
2015-02-16
Guus Sliepen
Document that --force should precede commands.
commit
|
commitdiff
|
tree
2015-02-09
Guus Sliepen
Make "tinc add" idempotent.
commit
|
commitdiff
|
tree
2015-02-09
Guus Sliepen
Always call res_init() before getaddrinfo().
commit
|
commitdiff
|
tree
2015-01-15
Guus Sliepen
Add the "fsck" command to the CLI.
commit
|
commitdiff
|
tree
2015-01-12
Guus Sliepen
Improve packet source detection.
commit
|
commitdiff
|
tree
2015-01-11
Guus Sliepen
Send gratuitous type 2 probe replies.
commit
|
commitdiff
|
tree
2015-01-11
Guus Sliepen
Send the size of the largest recently received packets...
commit
|
commitdiff
|
tree
2015-01-11
Guus Sliepen
Move UDP probe reply code into its own function.
commit
|
commitdiff
|
tree
2015-01-11
Guus Sliepen
Keep track of the largest UDP packet size received...
commit
|
commitdiff
|
tree
2015-01-11
Guus Sliepen
Move detection of PMTU decrease to try_mtu().
commit
|
commitdiff
|
tree
2015-01-11
Guus Sliepen
Send MTU probes only once every PingInterval.
commit
|
commitdiff
|
tree
next