oweals/tinc.git
2013-08-18 Guus SliepenCreate UNIX socket at the same time as the PID file...
2013-08-14 Guus SliepenRemove texi2html rule in docs/Makefile.
2013-08-14 Guus SliepenStop using EXTRA_DIST in src/Makefile.am.
2013-08-13 Guus SliepenReleasing 1.1pre8. release-1.1pre8
2013-08-13 Guus SliepenDon't typedef the same struct in two header files.
2013-08-13 Guus SliepenUpdate copyright notices.
2013-08-13 Guus SliepenBuild .tar.gz instead of .tar.xz.
2013-08-13 Guus SliepenMove .h files from noinst_HEADERS to tincd_SOURCES.
2013-08-08 Guus SliepenDon't echo broadcast packets back when Broadcast =...
2013-08-02 Guus SliepenFix a typo.
2013-08-02 Guus SliepenNon-zero exit code when reloading config file fails...
2013-08-02 Guus SliepenReally retry outgoing connections immediately if requested.
2013-08-02 Guus SliepenClean up the SIGINT handler.
2013-08-02 Guus SliepenUse umask() to set file and UNIX socket permissions...
2013-07-26 Guus SliepenDefer handling netname conflicts when accepting an...
2013-07-26 Guus SliepenMake absolutely sure we can write config files before...
2013-07-26 Guus SliepenChoose a different Port when 655 isn't available when...
2013-07-26 Guus SliepenChoose a different Port when 655 isn't available when...
2013-07-25 Guus SliepenDon't forget the Port variable when creating an invitat...
2013-07-25 Guus SliepenAllow control-C to stop tincd without stopping the...
2013-07-25 Guus SliepenWarn when incorrect use of add or set causes variables...
2013-07-24 Guus SliepenFix compression when using the SPTPS protocol.
2013-07-22 Guus SliepenHonour umask, let temporary key files inherit original...
2013-07-22 Etienne DechampsFurther improve bandwidth estimation for type 2 MTU...
2013-07-22 Etienne DechampsIntroduce lightweight PMTU probe replies.
2013-07-20 Etienne DechampsDisable PMTU discovery when TCPOnly is set.
2013-07-20 Guus SliepenAllow extra options to be passed to "tinc restart"...
2013-07-20 Guus SliepenForbid protocol version rollback.
2013-07-20 Guus SliepenAttribution for Etienne Dechamps.
2013-07-20 Etienne DechampsFix hash_function().
2013-07-17 Guus SliepenDon't use vasprintf() anymore on Windows.
2013-07-17 Guus SliepenDon't search in local directories for include files.
2013-07-17 Guus SliepenAdd missing definitions on Windows.
2013-07-15 Guus SliepenFix warning "Both netname and configuration directory...
2013-07-14 Etienne DechampsFix combination of Mode = router and DeviceType = tap...
2013-07-11 Guus SliepenAdd connection rate limiting.
2013-07-05 Guus SliepenSet $NAME when calling host-up/down and subnet-up/down...
2013-05-31 Guus SliepenAdd the LocalDiscoveryAddress option.
2013-05-31 Guus SliepenUse strerror() instead of gai_strerror() when err ...
2013-05-30 Guus SliepenAllow the log output to be stopped with control-C in...
2013-05-30 Guus SliepenBetter optional argument handling.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-28 Guus SliepenFix port number in pidfile.
2013-05-28 Guus SliepenAdd a newline when logging to stderr in the tinc binary.
2013-05-28 Guus SliepenImprove base64 encoding/decoding, add URL-safe variant.
2013-05-28 Guus SliepenAnnotate the xalloc functions.
2013-05-18 Guus SliepenSend a new key when we receive packets from a node...
2013-05-15 Guus SliepenEnable and fix warnings from automake.
2013-05-15 Sven-Haegar... Modified some error messages in src/sptps.c.
2013-05-12 Guus SliepenDon't try to handle incoming data if sptps_start()...
2013-05-11 Guus SliepenFix potential NULL pointer dereferences.
2013-05-11 Guus SliepenDon't free ephemeral ECDH keys twice.
2013-05-11 Guus SliepenUse read_host_config() where appropriate.
2013-05-11 Guus SliepenFix check for presence of ECDSA public key for outgoing...
2013-05-10 Guus SliepenEnable the SPTPS protocol by default.
2013-05-10 Guus SliepenAdd a few more checks and warnings in the crypto functions.
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-10 Guus SliepenAdd __attribute__((warn_unused_result)) to crypto funct...
2013-05-10 Guus SliepenAdd more __attribute__((malloc)) where appropriate.
2013-05-01 Guus SliepenAdd generic crypto headers.
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2013-05-01 Guus SliepenUse conditional compilation for device.c.
2013-05-01 Guus SliepenModernize the configure script a bit.
2013-04-28 Guus SliepenDon't try to create tinc.conf when using set or add...
2013-04-22 Guus SliepenReleasing 1.1pre7. release-1.1pre7
2013-04-22 Guus SliepenDrop packets forwarded via TCP if they are too big...
2013-03-12 Guus SliepenFix completion of add/del/get/set commands.
2013-03-12 Guus SliepenDescribe the SPTPS protocol in the manual.
2013-03-08 Guus SliepenRemove references to the config keyword.
2013-03-08 Guus SliepenRename tincctl to tinc.
2013-03-08 Guus SliepenInclude README.android in the tarballs.
2013-03-08 Guus SliepenAvoid calling time(NULL).
2013-03-08 Guus SliepenAllow changing configuration with tincctl without the...
2013-03-08 Guus SliepenBetter default output file for generated public keys.
2013-03-01 Guus SliepenFlush output buffers in the tap reader thread on Windows.
2013-02-22 Guus SliepenUse UDP when using sptps_test in datagram mode.
2013-02-20 Guus SliepenReleasing 1.1pre6. release-1.1pre6
2013-02-20 Guus SliepenFix compiler warnings on some BSD variants.
2013-02-20 Guus SliepenFix compiler warnings on Windows.
2013-02-20 Guus SliepenFix a tiny memory leak.
2013-02-08 Guus SliepenDon't expect a response from tincd after sending REQ_STOP.
2013-02-07 Guus SliepenLet the GUI use UNIX sockets if available.
2013-02-07 Guus SliepenDerive UNIX socket filename from PID filename.
2013-02-07 Guus SliepenDon't send proxy requests for incoming connections.
2013-02-06 Guus SliepenFix segmentation fault when trying to connect via a...
2013-02-06 Guus SliepenCheck for writability when waiting for a socket to...
2013-02-06 Guus SliepenFix tincd terminating immediately on Windows.
2013-01-31 Guus SliepenRemove direct inclusion of OpenSSL headers in net_packe...
2013-01-31 Guus SliepenDetect increases in PMTU.
2013-01-21 Guus SliepenGet microsecond time resolution on Windows.
2013-01-21 Guus SliepenFix a typo.
2013-01-21 Guus SliepenFix datagram SPTPS.
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-20 Guus SliepenFix tincctl init when /etc/tinc does not yet exist.
2013-01-20 Guus SliepenRemove possible definition of timersub(), which is...
2013-01-20 Guus SliepenMake sure PriorityInheritance also works in switch...
2013-01-17 Guus SliepenAllow connections via UNIX sockets.
2013-01-17 Guus SliepenFix compilation of UML and VDE device support.
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
next