projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Fix for the event loop on Windows.
[tinc]
/
src
/
2017-10-07
Guus Sliepen
Convert sizeof foo to sizeof(foo).
tree
|
commitdiff
2017-10-07
Guus Sliepen
Update all header guards.
tree
|
commitdiff
2017-10-01
Todd C. Miller
Fix parsing of -b flag
tree
|
commitdiff
2017-09-02
Guus Sliepen
Releasing 1.1pre15.
release-1.1pre15
tree
|
commitdiff
2017-09-02
Guus Sliepen
Drop h and hh length modifiers from printf format strings.
tree
|
commitdiff
2017-09-02
Guus Sliepen
Ensure packet priority is cleared when sending PMTU...
tree
|
commitdiff
2017-09-02
Guus Sliepen
Fix a file descriptor leak when using an invitation.
tree
|
commitdiff
2017-09-02
Guus Sliepen
Fix a compiler warning.
tree
|
commitdiff
2017-09-02
Guus Sliepen
Force IPv4 for sptps-basic.test.
tree
|
commitdiff
2017-09-02
Guus Sliepen
Add missing break statements.
tree
|
commitdiff
2017-08-22
Guus Sliepen
Make autoconnect try to heal network splits.
tree
|
commitdiff
2017-08-15
pacien
Add LogLevel config option
tree
|
commitdiff
2017-07-27
Guus Sliepen
Forward-port tinc 1.0's handling of device errors.
tree
|
commitdiff
2017-07-27
volth
Avoid infinite loop on EBADFD
tree
|
commitdiff
2017-07-09
Guus Sliepen
Store the invitation data after a succesful join.
tree
|
commitdiff
2017-07-09
Guus Sliepen
Add configurable experation time for invitations.
tree
|
commitdiff
2017-05-28
Guus Sliepen
Move logging of "would block" messages to debug level 4.
tree
|
commitdiff
2017-05-07
Guus Sliepen
Remove unused add_scalar function.
tree
|
commitdiff
2017-05-06
thorkill
Fix NULL pointer dereference in send_udp_info
tree
|
commitdiff
2017-05-01
thorkill
Sanitize input in id_h - prevent integer overflows
tree
|
commitdiff
2017-04-18
Guus Sliepen
Fix some minor issues found by cppcheck.
tree
|
commitdiff
2017-04-18
Guus Sliepen
Add field widths to sscanf() calls.
tree
|
commitdiff
2017-04-18
Guus Sliepen
Remove dead stores.
tree
|
commitdiff
2017-04-17
Guus Sliepen
Fix tests on *BSD.
tree
|
commitdiff
2017-04-17
Guus Sliepen
Fix segfault when adding environment variables.
tree
|
commitdiff
2017-04-17
Guus Sliepen
Fix compiler warnings on *BSD.
tree
|
commitdiff
2017-04-17
Guus Sliepen
Make sure realname is always initialized.
tree
|
commitdiff
2017-04-08
Guus Sliepen
Use getmsg()/putmsg() instead of read()/write() on...
tree
|
commitdiff
2017-04-08
Guus Sliepen
Use /dev/udp instead of /dev/ip on Solaris.
tree
|
commitdiff
2017-03-29
Guus Sliepen
Ensure sptps_keypair and sptps_test get build for make...
tree
|
commitdiff
2017-03-21
Guus Sliepen
Add DEBUG environment variable for scripts.
tree
|
commitdiff
2017-03-21
Guus Sliepen
Put script environment creation/deletion in functions.
tree
|
commitdiff
2017-03-20
Vittorio Gambalett...
route: Support ToS/DiffServ priority inheritance when...
tree
|
commitdiff
2017-03-20
Guus Sliepen
Merge remote-tracking branch 'dechamps/sleep' into 1.1
tree
|
commitdiff
2017-03-20
Guus Sliepen
Don't try to use kill() on Windows.
tree
|
commitdiff
2017-03-20
Guus Sliepen
Add missing #defines used by fd_device.c.
tree
|
commitdiff
2017-03-07
Guus Sliepen
Use free_known_addresses() to free memory allocated...
tree
|
commitdiff
2017-03-07
Roman Savelyev
Fix lost pointer trails in get_known_addresses().
tree
|
commitdiff
2017-03-01
Pacien TRAN-GIRARD
Add fd_device
tree
|
commitdiff
2017-01-31
Guus Sliepen
Don't build sptps_* binaries by default.
tree
|
commitdiff
2017-01-31
Guus Sliepen
Fix potential segfault in the replacement vasprintf...
tree
|
commitdiff
2016-12-18
Etienne Dechamps
Fix address memory leaks in add_edge_h().
tree
|
commitdiff
2016-12-18
Etienne Dechamps
Clarify the flow of add_edge_h().
tree
|
commitdiff
2016-12-18
Etienne Dechamps
Fix edge updates containing local address changes.
tree
|
commitdiff
2016-12-18
Etienne Dechamps
Fix edge local addresses not being set when connections...
tree
|
commitdiff
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
next