Add stricter checks for netnames.
[tinc] / src /
2016-04-17 Guus SliepenAdd stricter checks for netnames.
2016-04-17 Guus SliepenUse ifconfig_header().
2016-04-17 Guus SliepenChdir() to the configuration directory instead of /.
2016-04-17 Guus SliepenFix compiler warnings.
2016-04-17 Guus SliepenFix gateway parsing in invitation files.
2016-04-17 Guus SliepenAllow gateways to be specified for routes.
2016-04-16 Guus SliepenMove some stray #includes.
2016-04-16 Guus SliepenGenerate a tinc-up script from an invitation.
2016-04-15 Guus SliepenStop using SOL_TCP, SOL_IP and SOL_IPV6.
2016-04-15 Guus SliepenFix crash at startup when Device is not specified on...
2016-04-15 Guus SliepenFix some compiler warnings from MinGW.
2016-04-15 Guus SliepenFix generation of version_git.h for some versions of...
2016-04-15 Guus SliepenFix a non-working cast to get rid of a compiler warning.
2016-04-15 Guus SliepenDon't use HAVE_SYSTEM, the autoconf check was removed.
2016-04-15 Guus SliepenRemove use of strcpy() and sprintf().
2016-04-15 Guus SliepenDon't assume sa.sa_family is a short int.
2016-04-15 Guus SliepenAdd version_git.h and sample-config.tar.gz to CLEANFILES.
2016-04-14 Guus SliepenRemove support for Windows 2000 and anything that doesn...
2016-04-14 Guus SliepenFix version_get.h generation on BSD.
2016-04-14 Guus SliepenFix typo in Makefile.am.
2016-04-14 Guus SliepenUse getcwd() instead of get_current_dir_name().
2016-04-14 Guus SliepenReplace usleep() with nanosleep().
2016-04-14 Guus SliepenFix compiling under MinGW.
2016-04-14 Guus SliepenRemove checks for headers and functions that are in...
2016-04-11 Guus SliepenRemove elliptic curve stubs from gcrypt/, add PRF imple...
2016-04-11 Guus SliepenReally don't compile getopt*.c if the system provides...
2016-04-11 Guus SliepenEnable silent builds by default.
2016-04-11 Guus SliepenUpdate support for BSD tun/tap devices, add support...
2016-04-10 Guus SliepenUpdate "now" after connect() when making outgoing conne...
2016-04-10 Guus SliepenNever call putenv() with data on the stack.
2016-04-10 Guus SliepenFix --logfile without a filename on Windows.
2016-04-10 Guus SliepenSupport ToS/DiffServ for IPv6 meta and UDP connections.
2016-04-10 Guus SliepenUse iface instead of interface.
2016-04-10 Guus SliepenDon't compile getopt*.c if the system provides getopt_l...
2016-03-07 LunarShaddowre-arrange include sequence to avoid a mingw introduced...
2016-03-07 LunarShaddowfix typo
2016-02-28 Guus SliepenFix for botched cherry-pick commit 60fb230.
2016-02-28 Guus SliepenAdd warnings for bad combinations of Device and Interface.
2016-02-28 Guus SliepenFix forwarding of edge updates.
2016-02-28 Guus SliepenImprove performance of edge updates.
2016-02-28 Vittorio Gambalett... Remove forward declaration for do_decrement_ttl.
2016-02-28 Vittorio Gambalett... s/broadcast_packet_helper/route_broadcast/
2016-02-28 Vittorio Gambalett... Fix DecrementTTL option for packets destined to the...
2016-02-28 Vittorio Gambalett... Try to reply with node address only when decrementing...
2016-02-28 Vittorio Gambalett... Fix source IP address for ICMP unreachable packets...
2016-02-28 Vittorio Gambalett... Fix DecrementTTL option.
2016-02-28 Guus SliepenUse nostdinc instead of overriding DEFAULT_INCLUDES.
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 Etienne DechampsTry to ensure we build correctly against various libmin...
2015-11-21 Etienne DechampsAdd UPnP support to tincd.
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-25 Guus SliepenFix a few memory leaks in the CLI found by AddressSanit...
2015-09-25 Guus SliepenFix struct node_status_t.
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-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 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 Wichfix 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-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-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...
next