oweals/tinc.git
2011-07-17 Guus SliepenReleasing 1.1pre2. release-1.1pre2
2011-07-17 Guus SliepenAdd missing newline.
2011-07-17 Guus SliepenWrite loopback address instead of "any" address in...
2011-07-17 Guus Sliepen"tincctl stop" now removes the tinc service on Windows.
2011-07-17 Guus SliepenFix declaration of usleep().
2011-07-17 Guus SliepenEnsure symlinked files do not end up in the tarball.
2011-07-16 Guus SliepenUse const pointer to source in base64 and hex routines.
2011-07-16 Guus SliepenUse usleep() instead of sleep(), MinGW complained.
2011-07-16 Guus SliepenUpdate info manual.
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-16 Guus SliepenUse the same logic as tinc 1.0.x for detecting two...
2011-07-16 Guus SliepenUse the correct direction flag when setting cipher...
2011-07-13 Guus SliepenFix compiler warnings.
2011-07-13 Guus SliepenRemove unnecessary variables and functions.
2011-07-12 Guus SliepenMake use of the improved hex and base64 functions.
2011-07-12 Guus SliepenMake hexadecimal and base64 routines behave the same.
2011-07-11 Guus SliepenDon't use wildcards in filenames in configure.in.
2011-07-11 Guus SliepenRequire ExperimentalProtocol = yes for new features...
2011-07-10 Guus SliepenClose meta connection socket after cleaning up event...
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-07-10 Guus SliepenFree ECDSA and RSA structures when freeing a connection_t.
2011-07-08 Guus SliepenHash input before signing it with ECDSA.
2011-07-07 Guus SliepenVery primitive ECDSA signed ECDH key exchange for the...
2011-07-07 Guus SliepenRead ECDSA keys.
2011-07-07 Guus SliepenImplement ECDSA sign and verify operations.
2011-07-05 Guus SliepenBump minor protocol to indicate ECDH capability for...
2011-07-05 Guus SliepenAdd a minor number to the protocol version.
2011-07-04 Guus SliepenRound up the size of the secret parts after splitting...
2011-07-03 Guus SliepenAdd ECDSA key import.
2011-07-03 Guus SliepenFinish base64 decoding routine.
2011-07-03 Guus SliepenHave tincctl generate ECDSA keys.
2011-07-03 Guus SliepenAdd ECDSA key generation.
2011-07-03 Guus SliepenBase64 encoding and decoding functions.
2011-07-03 Guus SliepenCleanups in ECDH code.
2011-07-03 Guus SliepenNo need to keep around pointers to EC_GROUP.
2011-07-03 Guus SliepenProper use of PRF.
2011-07-03 Guus SliepenUse PRF.
2011-07-03 Guus SliepenAdd PRF to derive key material from the ECDH shared...
2011-07-03 Guus SliepenSupport ECDH key exchange.
2011-06-27 Guus SliepenPreliminary implementation of Elliptic Curve Diffie...
2011-06-26 Guus SliepenAdd manpage for tinc-gui.
2011-06-26 Guus SliepenRemove debug messages that were printed to stdout.
2011-06-26 Guus SliepenUpdate documentation to mention pidfiles instead of...
2011-06-26 Guus SliepenDon't react to escape character in tincctl top.
2011-06-26 Guus SliepenUse pidfile in tinc-gui as well.
2011-06-25 Guus SliepenReally stable sorting of tincctl top output.
2011-06-25 Guus SliepenAdd +git to the version string.
2011-06-25 Guus SliepenMake pid files backwards compatible and add address...
2011-06-25 Guus SliepenRename controlcookie file to pidfile.
2011-06-25 Guus SliepenDon't call exit_control() if we didn't do init_control().
2011-06-25 Guus SliepenRe-add support for SIGALRM.
2011-06-25 Guus SliepenMerge Tinc.py into tinc-gui to simplify make install.
2011-06-25 Guus SliepenThank Scott Lamb, Sven-Haegar Koch and Loïc Grenié...
2011-06-25 Guus SliepenEnsure the right files end up in the tarball after...
2011-06-25 Guus SliepenReleasing 1.1pre1. release-1.1pre1
2011-06-25 Guus SliepenEnsure that the texinfo manual can be converted to...
2011-06-25 Guus SliepenUpdate manpages and info manual.
2011-06-24 Guus SliepenAdd Makefile.am in gui/.
2011-06-24 Guus SliepenDon't use AM_CONDITIONAL for CURSES.
2011-06-24 Guus SliepenDon't call event_del() from the mtuevent handler, alway...
2011-06-24 Guus SliepenDelete mtuevent if it is not used.
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-24 Guus SliepenReleasing 1.0.15. release-1.0.15
2011-06-24 Guus SliepenRemove redundant @CFLAGS@ from AM_CFLAGS.
2011-06-21 Guus SliepenNo need to check for pselect() in tinc 1.1.
2011-06-21 Guus SliepenOnly log UDP address changes at the appropriate debug...
2011-06-06 Guus SliepenReopen log file after SIGHUP.
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenClean up digests when freeing a connection_t.
2011-06-06 Guus SliepenImproved --logfile option.
2011-06-04 Guus SliepenAttribution for Loïc Grenié.
2011-06-04 Loïc GreniéNearly tickless tinc.
2011-06-03 Guus SliepenDon't ignore SIGCHLD, system() needs it.
2011-06-02 Guus SliepenFix format strings for Windows.
2011-06-02 Guus SliepenUse send() when writing to sockets, and the return...
2011-06-02 Guus SliepenSmall fixes for Windows.
2011-06-02 Guus SliepenEven simpler signal handling.
2011-06-02 Guus SliepenRemove debugging message that was accidentily left in.
2011-06-02 Guus SliepenDon't treat packets coming in via TCP as having zero...
2011-06-02 Guus SliepenFix nodes joining the VPN after tincctl top started.
2011-06-02 Guus SliepenMake traffic statistics more readable with configurable...
2011-06-02 Guus SliepenMore stable sorting in tincctl top.
2011-06-02 Guus SliepenFix some compiler and cppcheck warnings.
2011-06-02 Guus SliepenRemove support for the Ethertap device.
2011-06-02 Guus SliepenRemove unused functions and variables.
2011-06-02 Guus SliepenDon't #include <alloca.h> anymore.
2011-06-02 Guus SliepenDrop the GNU memcmp.c implementation.
2011-06-02 Guus SliepenDrop the GNU malloc.c, realloc.c, and xmalloc.c.
2011-06-02 Guus SliepenSimplify signal handling.
2011-05-29 Guus SliepenRemove outgoing event in free_connection().
2011-05-29 Guus SliepenInitialise priority field to zero for packets read...
2011-05-29 Guus SliepenCosmetic fix when pressing 's' in tincctl top.
2011-05-29 Guus SliepenShow hostname and port in error message when connecting...
2011-05-29 Sven-Haegar... do_outgoing_connection() may delete a failed connection...
2011-05-29 Sven-Haegar... src/net_socket.c bind_to_address(): Use after free...
2011-05-29 Guus SliepenAllow tincctl to connect to something besides localhost.
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenRemove newlines from log messages.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar... fgets() returns NULL on error, not < 0
next