projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Enable AutoConnect by default.
[tinc]
/
src
/
2016-12-03
Etienne Dechamps
On Windows, don't cancel I/O when disabling the device.
tree
|
commitdiff
2016-12-03
Etienne Dechamps
Fix crash on Windows when a socket is available for...
tree
|
commitdiff
2016-10-30
Guus Sliepen
Enforce maximum amount of bytes sent/received on meta...
tree
|
commitdiff
2016-10-30
Guus Sliepen
Use AES256 and SHA256 by default for the legacy protocol.
tree
|
commitdiff
2016-10-12
Dennis Lan
Fix typo in src/upnp.c.
tree
|
commitdiff
2016-10-11
Vittorio G (VittGam)
tincctl: Avoid falling back to 1024 bits RSA key genera...
tree
|
commitdiff
2016-10-11
Vittorio G (VittGam)
fsck: Fix ed25519 public key reading, and fclose usage.
tree
|
commitdiff
2016-07-26
Guus Sliepen
Log warnings about dropped packets only with debug...
tree
|
commitdiff
2016-07-14
Etienne Dechamps
Fix error handling when setting up the UDP socket.
tree
|
commitdiff
2016-06-24
Guus Sliepen
Fix compiling with OpenSSL < 1.1.0.
tree
|
commitdiff
2016-06-23
Guus Sliepen
Fix potential memory leaks found by the Clang static...
tree
|
commitdiff
2016-06-23
Guus Sliepen
Fix warnings from the Clang static analyzer.
tree
|
commitdiff
2016-06-23
Guus Sliepen
Force nul-termination of strings after vsnprintf().
tree
|
commitdiff
2016-06-22
Guus Sliepen
Use EVP_MD_CTX_destroy() instead of _free().
tree
|
commitdiff
2016-06-22
Guus Sliepen
Check return value of RSA_generate_key_ex().
tree
|
commitdiff
2016-06-22
Guus Sliepen
Ensure compatibility with OpenSSL 1.1.0.
tree
|
commitdiff
2016-06-05
Guus Sliepen
Fix the previous commit.
tree
|
commitdiff
2016-06-05
Guus Sliepen
Preserve IPv6 scope_id in edges.
tree
|
commitdiff
2016-05-21
Sean McVeigh
fix check in cmd_pid() for failure to connect to tincd
tree
|
commitdiff
2016-05-21
Sean McVeigh
check for daemon pid existence before trying to connect...
tree
|
commitdiff
2016-05-21
lemoer
Added comments and unfold deep "if"-construct in timeou...
tree
|
commitdiff
2016-05-19
thorkill
Prevent tincd from sending packets to unexpecting nodes
tree
|
commitdiff
2016-05-12
thorkill
Send PKT_PROBE only when handshake has been done already.
tree
|
commitdiff
2016-04-30
Guus Sliepen
AutoConnect now only chooses from nodes for which we...
tree
|
commitdiff
2016-04-27
Guus Sliepen
Fix BSD tun device support.
tree
|
commitdiff
2016-04-24
Guus Sliepen
Releasing 1.1pre12.
release-1.1pre12
tree
|
commitdiff
2016-04-23
Guus Sliepen
Don't check file permissions on Windows during fsck.
tree
|
commitdiff
2016-04-23
Guus Sliepen
Fix starting tinc as a service on Windows.
tree
|
commitdiff
2016-04-23
Guus Sliepen
Fix a compiler warning on Windows.
tree
|
commitdiff
2016-04-23
Guus Sliepen
Fix possible read of freed memory when verifying the...
tree
|
commitdiff
2016-04-23
Guus Sliepen
Have "tinc fsck" recognize Ed25519PublicKey statements.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Fix the "network" command in tinc shell.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Speed up AutoConnect at startup.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Don't call terminate_connection(myself->connection).
tree
|
commitdiff
2016-04-17
Guus Sliepen
Handle special characters in sptps_test only if the...
tree
|
commitdiff
2016-04-17
Guus Sliepen
Add stricter checks for netnames.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Use ifconfig_header().
tree
|
commitdiff
2016-04-17
Guus Sliepen
Chdir() to the configuration directory instead of /.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Fix compiler warnings.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Fix gateway parsing in invitation files.
tree
|
commitdiff
2016-04-17
Guus Sliepen
Allow gateways to be specified for routes.
tree
|
commitdiff
2016-04-16
Guus Sliepen
Move some stray #includes.
tree
|
commitdiff
2016-04-16
Guus Sliepen
Generate a tinc-up script from an invitation.
tree
|
commitdiff
2016-04-15
Guus Sliepen
Stop using SOL_TCP, SOL_IP and SOL_IPV6.
tree
|
commitdiff
2016-04-15
Guus Sliepen
Fix crash at startup when Device is not specified on...
tree
|
commitdiff
2016-04-15
Guus Sliepen
Fix some compiler warnings from MinGW.
tree
|
commitdiff
2016-04-15
Guus Sliepen
Fix generation of version_git.h for some versions of...
tree
|
commitdiff
2016-04-15
Guus Sliepen
Fix a non-working cast to get rid of a compiler warning.
tree
|
commitdiff
2016-04-15
Guus Sliepen
Don't use HAVE_SYSTEM, the autoconf check was removed.
tree
|
commitdiff
2016-04-15
Guus Sliepen
Remove use of strcpy() and sprintf().
tree
|
commitdiff
2016-04-15
Guus Sliepen
Don't assume sa.sa_family is a short int.
tree
|
commitdiff
2016-04-15
Guus Sliepen
Add version_git.h and sample-config.tar.gz to CLEANFILES.
tree
|
commitdiff
2016-04-14
Guus Sliepen
Remove support for Windows 2000 and anything that doesn...
tree
|
commitdiff
2016-04-14
Guus Sliepen
Fix version_get.h generation on BSD.
tree
|
commitdiff
2016-04-14
Guus Sliepen
Fix typo in Makefile.am.
tree
|
commitdiff
2016-04-14
Guus Sliepen
Use getcwd() instead of get_current_dir_name().
tree
|
commitdiff
2016-04-14
Guus Sliepen
Replace usleep() with nanosleep().
tree
|
commitdiff
2016-04-14
Guus Sliepen
Fix compiling under MinGW.
tree
|
commitdiff
2016-04-14
Guus Sliepen
Remove checks for headers and functions that are in...
tree
|
commitdiff
2016-04-11
Guus Sliepen
Remove elliptic curve stubs from gcrypt/, add PRF imple...
tree
|
commitdiff
2016-04-11
Guus Sliepen
Really don't compile getopt*.c if the system provides...
tree
|
commitdiff
2016-04-11
Guus Sliepen
Enable silent builds by default.
tree
|
commitdiff
2016-04-11
Guus Sliepen
Update support for BSD tun/tap devices, add support...
tree
|
commitdiff
2016-04-10
Guus Sliepen
Update "now" after connect() when making outgoing conne...
tree
|
commitdiff
2016-04-10
Guus Sliepen
Never call putenv() with data on the stack.
tree
|
commitdiff
2016-04-10
Guus Sliepen
Fix --logfile without a filename on Windows.
tree
|
commitdiff
2016-04-10
Guus Sliepen
Support ToS/DiffServ for IPv6 meta and UDP connections.
tree
|
commitdiff
2016-04-10
Guus Sliepen
Use iface instead of interface.
tree
|
commitdiff
2016-04-10
Guus Sliepen
Don't compile getopt*.c if the system provides getopt_l...
tree
|
commitdiff
2016-03-07
LunarShaddow
re-arrange include sequence to avoid a mingw introduced...
tree
|
commitdiff
2016-03-07
LunarShaddow
fix typo
tree
|
commitdiff
2016-02-28
Guus Sliepen
Fix for botched cherry-pick commit 60fb230.
tree
|
commitdiff
2016-02-28
Guus Sliepen
Add warnings for bad combinations of Device and Interface.
tree
|
commitdiff
2016-02-28
Guus Sliepen
Fix forwarding of edge updates.
tree
|
commitdiff
2016-02-28
Guus Sliepen
Improve performance of edge updates.
tree
|
commitdiff
2016-02-28
Vittorio Gambalett...
Remove forward declaration for do_decrement_ttl.
tree
|
commitdiff
2016-02-28
Vittorio Gambalett...
s/broadcast_packet_helper/route_broadcast/
tree
|
commitdiff
2016-02-28
Vittorio Gambalett...
Fix DecrementTTL option for packets destined to the...
tree
|
commitdiff
2016-02-28
Vittorio Gambalett...
Try to reply with node address only when decrementing...
tree
|
commitdiff
2016-02-28
Vittorio Gambalett...
Fix source IP address for ICMP unreachable packets...
tree
|
commitdiff
2016-02-28
Vittorio Gambalett...
Fix DecrementTTL option.
tree
|
commitdiff
2016-02-28
Guus Sliepen
Use nostdinc instead of overriding DEFAULT_INCLUDES.
tree
|
commitdiff
2016-01-26
Guus Sliepen
Add the ability to sign and verify files.
tree
|
commitdiff
2016-01-17
Guus Sliepen
Merge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
tree
|
commitdiff
2016-01-14
Guus Sliepen
Only add a reflexive address when we're sure it's working.
tree
|
commitdiff
2015-12-10
Guus Sliepen
Use static buffers for recvmmsg(), initialize them...
tree
|
commitdiff
2015-12-10
Guus Sliepen
Add support for recvmmsg().
tree
|
commitdiff
2015-11-26
Guus Sliepen
list_delete() already free()s the deleted element.
tree
|
commitdiff
2015-11-24
Guus Sliepen
Don't leave dead outgoing_t's in the outgoing_list.
tree
|
commitdiff
2015-11-22
Etienne Dechamps
Add upnp.h to tincd SOURCES.
tree
|
commitdiff
2015-11-22
Etienne Dechamps
Don't unset validkey when receiving SPTPS handshakes...
tree
|
commitdiff
2015-11-21
Etienne Dechamps
Try to ensure we build correctly against various libmin...
tree
|
commitdiff
2015-11-21
Etienne Dechamps
Add UPnP support to tincd.
tree
|
commitdiff
2015-11-07
Etienne Dechamps
Make sure the packet source MAC address is always set.
tree
|
commitdiff
2015-11-04
Etienne Dechamps
Revert "Cache node IDs in a hash table for faster lookups."
tree
|
commitdiff
2015-11-04
Etienne Dechamps
Use a splay tree for node UDP addresses in order to...
tree
|
commitdiff
2015-10-26
Guus Sliepen
Avoid undefined behavior.
tree
|
commitdiff
2015-09-25
Guus Sliepen
Fix a few memory leaks in the CLI found by AddressSanit...
tree
|
commitdiff
2015-09-25
Guus Sliepen
Fix struct node_status_t.
tree
|
commitdiff
2015-09-12
Nathan Stratton...
Fix invalid checksum generation.
tree
|
commitdiff
next