tinc
2016-02-28 Vittorio Gambaletta... Remove forward declaration for do_decrement_ttl.
2016-02-28 Vittorio Gambaletta... s/broadcast_packet_helper/route_broadcast/
2016-02-28 Vittorio Gambaletta... Fix DecrementTTL option for packets destined to the...
2016-02-28 Vittorio Gambaletta... Try to reply with node address only when decrementing...
2016-02-28 Vittorio Gambaletta... Fix source IP address for ICMP unreachable packets...
2016-02-28 Vittorio Gambaletta... Fix DecrementTTL option.
2016-02-28 Guus SliepenUse nostdinc instead of overriding DEFAULT_INCLUDES.
2016-02-28 Guus SliepenOnly check for -fno-strict-overflow if -fwrapv does...
2016-02-28 Guus SliepenUpdate .gitignore.
2016-01-26 Guus SliepenAdd the ability to sign and verify files.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2016-01-14 Guus SliepenOnly add a reflexive address when we're sure it's working.
2015-12-10 Guus SliepenUse static buffers for recvmmsg(), initialize them...
2015-12-10 Guus SliepenAdd support for recvmmsg().
2015-11-26 Guus Sliepenlist_delete() already free()s the deleted element.
2015-11-24 Guus SliepenDon't leave dead outgoing_t's in the outgoing_list.
2015-11-22 Etienne DechampsAdd upnp.h to tincd SOURCES.
2015-11-22 Etienne DechampsDon't unset validkey when receiving SPTPS handshakes...
2015-11-21 Guus SliepenUpdate THANKS file.
2015-11-21 Etienne DechampsTry to ensure we build correctly against various libmin...
2015-11-21 Etienne DechampsAllow tinc to be built with miniupnpc on Windows.
2015-11-21 Etienne DechampsAdd UPnP support to tincd.
2015-11-21 Etienne DechampsAdd a new optional dependency on the miniupnpc library.
2015-11-07 Etienne DechampsMake sure the packet source MAC address is always set.
2015-11-04 Etienne DechampsRevert "Cache node IDs in a hash table for faster lookups."
2015-11-04 Etienne DechampsUse a splay tree for node UDP addresses in order to...
2015-10-26 Guus SliepenAvoid undefined behavior.
2015-09-28 Martin Weinelttinc-gui: Properly initialize class attributes for...
2015-09-28 Martin Weinelttinc-gui: Use ArgumentParser, default to python2
2015-09-28 Martin Weinelttinc-gui: Fix GetListCtrl method name in SuperListCtrl
2015-09-28 Martin Weinelttinc-gui: Update Node object to correctly parse responses
2015-09-28 Martin Weinelttinc-gui: Reformat codebase according to PEP8
2015-09-25 Guus SliepenFix a few memory leaks in the CLI found by AddressSanit...
2015-09-25 Guus SliepenFix struct node_status_t.
2015-09-24 Guus SliepenReplace bare if statements with AS_IF in configure.ac.
2015-09-24 Guus SliepenOptionally install systemd service files.
2015-09-24 Guus SliepenAdd -I m4 back to ACLOCAL_AMFLAGS.
2015-09-12 Nathan Stratton... Fix invalid checksum generation.
2015-07-22 Guus SliepenIn sssp_bfs(), never try to update myself.
2015-07-19 thorkillDo not access e->to->prevedge if not defined
2015-07-15 Guus SliepenUse AC_CONFIG_MACRO_DIR() instead of _DIRS().
2015-07-12 Guus SliepenFix the PRF function when compiling without OpenSSL.
2015-07-12 thorkillPrevent tinc from forgeting e->local_address
2015-07-12 thorkillMake sure we do not allocate new edge when talking...
2015-07-12 Guus SliepenMake subnet caches static.
2015-07-12 thorkillIncluded missing names.h
2015-07-12 Guus SliepenUse AC_CONFIG_MACRO_DIRS([m4]).
2015-07-12 Guus SliepenRemove unused code that caused warnings about an uninit...
2015-07-12 thorkillRemoved double break;
2015-07-12 Guus SliepenFix undefined behaviour when left-shifting signed integers.
2015-07-04 Guus SliepenCall sockaddrfree(&e->local_address) in free_edge(...
2015-07-04 Guus SliepenCoalesce two if statements that check for the same...
2015-07-04 Jo-Philipp... fix musl compatibility
2015-07-04 Guus SliepenDon't #include OpenSSL headers when compiling without...
2015-07-04 thorkillCleanup local_address in protocol_edge.c
2015-07-04 thorkillCleanup edges stored in edge_weight_tree on exit
2015-07-04 thorkillFixed 2 leaks in setup_myself()
2015-07-02 Florian Klinksetup_outgoing_connection: log to LOG_DEBUG on if no...
2015-07-02 Florian Klink(read|append)_config_file: log open errors as LOG_DEBUG
2015-06-20 Etienne DechampsProtect against callbacks removing items from the io...
2015-06-16 Dato SimóFix typo in tinc.texi.
2015-06-10 Guus SliepenFix crash is sptps_logger().
2015-06-07 Guus SliepenFix alignment of output of sptps_speed.
2015-06-07 Guus SliepenFix receiving SPTPS data in sptps_speed and sptps_test.
2015-06-07 Guus SliepenFix warnings about missing return value checks.
2015-06-07 Guus SliepenFix autoconf check for function attributes.
2015-05-31 Guus SliepenFix missing return value caused by the previous commit.
2015-05-31 Etienne DechampsDon't try to relay packets to unreachable nodes.
2015-05-24 Etienne DechampsFix invalid pointer use in get_my_hostname().
2015-05-24 Etienne DechampsFix wrong format string type in send_sptps_tcppacket().
2015-05-23 Etienne DechampsDon't set up an ongoing connection to myself.
2015-05-23 Etienne DechampsFix crashes when trying unreachable nodes.
2015-05-21 Guus SliepenUpdate copyright notices.
2015-05-21 Guus SliepenSet the CLOEXEC flag on the umbilical socket.
2015-05-20 Guus SliepenUse socketpair() instead of pipe() for the umbilical.
2015-05-20 Guus SliepenDon't write log messages to the umbilical pipe if we...
2015-05-20 Guus SliepenEnsure "tinc start" knows if the daemon really started...
2015-05-20 Guus SliepenFix check for LOCALSTATEDIR accessibility for the CLI.
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2015-05-19 Guus SliepenAllow dumping a list of outstanding invitations.
2015-05-19 Guus SliepenAdd "list" as an alias for "dump" in the CLI.
2015-05-19 Guus SliepenQuit with an error message if ioctl(TUNSETIFF) fails.
2015-05-19 Guus SliepenIf LOCALSTATEDIR is inaccessible, store the pid and...
2015-05-19 Guus SliepenDon't log seqno failures in sptps_verify_datagram().
2015-05-19 Guus SliepenAdd source of SPTPS errors to log messages.
2015-05-19 Guus SliepenAdd newline at end of precomp_data.h and sc.h.
2015-05-19 Guus SliepenFix src/Makefile.am for *BSD.
2015-05-19 Guus SliepenRemove info-in-builddir option from AM_INIT_AUTOMAKE().
2015-05-19 Sven-Haegar... Fix check for public key in invite-join.test.
2015-05-18 Etienne DechampsFix direct UDP communciation with pre-relaying 1.1...
2015-05-18 Etienne DechampsDon't parse node IDs if the sending node doesn't suppor...
2015-05-18 Etienne DechampsFix SPTPS condition in try_harder().
2015-05-17 Etienne DechampsDon't pollute the system header directory namespace.
2015-05-17 Etienne DechampsMake sure the MIN() macro is defined.
2015-05-17 Guus SliepenMerge remote-tracking branches 'dechamps/sptpsrestart...
2015-05-17 Etienne DechampsDon't send KEY_CHANGED messages if we don't support...
2015-05-17 Etienne DechampsProactively restart the SPTPS tunnel if we get receive...
2015-05-17 Etienne DechampsTrivial: make sptps_receive_data_datagram() a little...
2015-05-17 Guus SliepenDon't send local_address in ADD_EDGE messages if it...
2015-05-17 Sven-Haegar... Let sockaddr2hostname() handle AF_UNSPEC addresses.
next