Don't assume sa.sa_family is a short int.
[tinc] / src / Makefile.am
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-11 Guus SliepenReally don't compile getopt*.c if the system provides...
2016-04-11 Guus SliepenEnable silent builds by default.
2016-04-10 Guus SliepenDon't compile getopt*.c if the system provides getopt_l...
2016-02-28 Guus SliepenUse nostdinc instead of overriding DEFAULT_INCLUDES.
2016-01-17 Guus SliepenMerge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
2015-11-22 Etienne DechampsAdd upnp.h to tincd SOURCES.
2015-11-21 Etienne DechampsAdd UPnP support to tincd.
2015-05-19 Guus SliepenFix src/Makefile.am for *BSD.
2015-05-17 Etienne DechampsDon't pollute the system header directory namespace.
2015-05-09 Etienne DechampsAdd support for out-of-tree ("VPATH") builds.
2015-05-05 Guus SliepenDon't include build-time generated version_git.h in...
2015-05-05 Guus SliepenRemove "release-" from displayed git version.
2015-05-04 Etienne DechampsUse git description as the tinc version.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2015-01-15 Guus SliepenAdd the "fsck" command to the CLI.
2015-01-02 Etienne DechampsUse a smarter algorithm for choosing MTU discovery...
2014-12-31 Guus SliepenFixes for bugs in src/Makefile.am and tincctl.c introdu...
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-26 Guus SliepenLinux doesn't like .PHONY .o files.
2014-12-26 Guus SliepenBSD make doesn't like .PHONY .c files.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenAvoid using OpenSSL's random number functions.
2014-07-12 Guus SliepenRevert "Use git description as the tinc version."
2014-06-29 Etienne DechampsUse git description as the tinc version.
2014-06-29 Etienne DechampsRegenerate build date and time every time tinc is built.
2014-04-14 Guus SliepenUse the ChaCha-Poly1305 cipher for the SPTPS protocol.
2014-04-14 Guus SliepenMerge branch '1.1-ed25519' into 1.1
2014-04-06 Guus SliepenUse Ed25519 keys. 1.1-ed25519
2013-12-10 Guus SliepenAdd our own autoconf check for libgcrypt.
2013-09-15 Guus SliepenLink sptps_speed with -lrt.
2013-09-15 Guus SliepenAdd a benchmark for the SPTPS protocol.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-14 Guus SliepenStop using EXTRA_DIST in src/Makefile.am.
2013-08-13 Guus SliepenMove .h files from noinst_HEADERS to tincd_SOURCES.
2013-07-17 Guus SliepenDon't search in local directories for include files.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-15 Guus SliepenEnable and fix warnings from automake.
2013-05-01 Guus SliepenAdd generic crypto headers.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-03-08 Guus SliepenRename tincctl to tinc.
2013-01-20 Guus SliepenFix tincctl init when /etc/tinc does not yet exist.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-11-29 Guus SliepenDrop libevent and use our own event handling again.
2012-10-01 Guus SliepenLibreadline might depend on libcurses.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-09-05 Guus SliepenAdd a simple hash table implementation.
2012-08-02 Guus SliepenHave tincctl act as a shell when no command is given.
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenMake sure sptps.h and info.h are in the tarball.
2012-07-15 Guus Sliepen"tincctl info" gives more human readable information...
2012-07-15 Guus SliepenMove all functions related to subnet parsing to subnet_...
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-21 Guus SliepenAdd support for multicast communication with UML/QEMU...
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenUse SPTPS when ExperimentalProtocol is enabled.
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-11-27 Guus SliepenAdd vde/device.c to the tarball.
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.
2011-07-17 Guus SliepenEnsure symlinked files do not end up in the tarball.
2011-07-03 Guus SliepenAdd ECDSA key import.
2011-07-03 Guus SliepenHave tincctl generate ECDSA keys.
2011-07-03 Guus SliepenAdd ECDSA key generation.
2011-07-03 Guus SliepenAdd PRF to derive key material from the ECDH shared...
2011-06-27 Guus SliepenPreliminary implementation of Elliptic Curve Diffie...
2011-06-25 Guus SliepenEnsure the right files end up in the tarball after...
2011-06-24 Guus SliepenDon't use AM_CONDITIONAL for CURSES.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-24 Guus SliepenRemove redundant @CFLAGS@ from AM_CFLAGS.
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-02 Guus SliepenDrop the GNU malloc.c, realloc.c, and xmalloc.c.
2011-05-15 Guus SliepenNicer top command.
2011-05-15 Guus SliepenAdd a very primitive "top" command to tincctl.
2011-05-14 Guus SliepenAdd simple buffer management code.
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-13 Guus SliepenLink tincctl with dropin.o.
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2009-12-31 Guus SliepenMove source from lib/ to src/.
2009-12-14 Guus SliepenInclude missing header files and source directories.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-10-24 Michael TokarevRemove localedir leftovers.
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
next