tinc
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenAdd LocalDiscovery option which tries to detect peers...
2012-02-22 Guus SliepenPass index into listen_socket[] to handle_incoming_vpn_...
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-21 Guus SliepenRemove useless warning about signature length being...
2012-02-21 Guus SliepenUse only one hash algorithm (SHA512) in the PRF.
2012-02-21 Nick HibmaAdd missing ICMP message type definitions.
2012-02-21 Guus SliepenFix check for raw socket support.
2012-02-21 Guus SliepenFix a bug that caused tinc to ignore all but the last...
2012-02-21 Guus SliepenDocument the command line flag -o and provide --option...
2012-02-21 Guus SliepenMove initialization of char *priority up to prevent...
2012-02-20 Guus SliepenAllow disabling of broadcast packets.
2012-02-20 Guus SliepenRename connection_t *broadcast to everyone.
2012-02-20 Guus SliepenDon't bind outgoing TCP sockets anymore.
2012-02-20 Guus SliepenDecrement TTL of incoming packets.
2012-02-20 Guus SliepenOnly compile raw socket code when it is supported on...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-18 Guus SliepenAllow setting DeviceType to tun or tap on Linux.
2012-02-18 Guus SliepenSend packets back using the same socket as they were...
2012-02-18 Guus SliepenMerge branch 'master' of black:tinc
2012-02-17 Guus SliepenAllow multiple BindToAddress statements.
2012-02-17 Guus SliepenSet FD_CLOEXEC flag on all sockets.
2011-12-26 Guus SliepenFix a few small memory leaks.
2011-12-26 Guus SliepenFix compiler warnings.
2011-12-04 Guus SliepenAllow linking with multiple device drivers.
2011-12-03 Guus SliepenFix a few small memory leaks.
2011-11-27 Guus SliepenAdd vde/device.c to the tarball.
2011-11-27 Guus SliepenFix compilation of VDE and UML interfaces.
2011-10-06 Guus SliepenExchange ACK records to indicate switch to new keys.
2011-10-06 Guus SliepenUse counter mode encryption.
2011-10-06 Guus SliepenAdd counter mode encryption.
2011-10-05 Guus SliepenTest corner cases in the SPTPS protocol.
2011-10-05 Guus SliepenUpdate SPTPS protocol.
2011-10-05 Guus SliepenFix compiler warning.
2011-08-30 Guus SliepenReturn false instead of void when there is an error.
2011-08-30 Guus SliepenPrevent read_rsa_public_key() from returning an uniniti...
2011-08-10 Guus SliepenHandle UDP packets with unknown source addresses properly.
2011-08-07 Michael Tokarevuse execvp() not execve() in tincctl start
2011-08-07 Michael Tokarevrun tincd from the same directory as tincctl and pass...
2011-08-07 Michael Tokarevdon't mention reload twice in tincctl help
2011-07-24 Guus SliepenStart of "Simple Peer-To-Peer Security" protocol.
2011-07-23 Guus SliepenReleasing 1.0.16. release-1.0.16
2011-07-23 Guus SliepenUse usleep() instead of sleep(), MinGW complained.
2011-07-20 Guus SliepenDon't abort() on low-level crypto errors, just return...
2011-07-19 Guus SliepenFix tinc 1.0.x daemons connecting when ExperimentalProt...
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 SliepenFlush output buffer in send_tcppacket().
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-16 Guus SliepenMake code to detect two nodes with the same Name less...
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é...
next