tinc
2008-12-14 Guus SliepenMove RSA key generation into the wrappers.
2008-12-11 Guus SliepenMake sure IPv6 sockets are IPv6 only.
2008-12-11 Guus SliepenUse Dijkstra's algorithm. Based on patches from Max...
2008-12-11 Guus SliepenRemove wrong checks.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenFix compiler warnings.
2008-12-11 Guus SliepenBackport fixes from trunk since revision 1555.
2008-12-11 Guus SliepenUse the crypto wrappers again instead of calling OpenSS...
2008-12-11 Guus SliepenMove AC_GNU_SOURCE up to make autoconf happy.
2008-12-11 Guus SliepenOnly show meta connection related debug messages when...
2008-12-11 Guus SliepenLook in the configured sbin directory for the tincd...
2007-11-08 Scott LambUse a control socket directory to restrict access
2007-11-07 Scott LambCoding style corrections
2007-11-07 Scott LambReload configuration through control socket
2007-11-07 Scott LambRetry connections through control socket
2007-11-07 Scott LambAlter debugging levels through control socket
2007-11-07 Scott LambPurge through the control socket
2007-11-07 Scott LambDump through control socket
2007-11-07 Scott LambFancier protocol for control socket
2007-11-07 Scott LambFix reload crash
2007-11-07 Scott LambUpdate documentation to match tincctl changes
2007-11-07 Scott LambTemporarily revert to old crypto code
2007-10-20 Guus SliepenPrevent double free() of a used challenge nonce.
2007-10-19 Guus SliepenFix meta data segfault when receiving a partial command.
2007-10-19 Guus SliepenUse a dummy function as the read callback for connectio...
2007-10-19 Guus SliepenFix connection weight estimation.
2007-09-04 Guus SliepenApply patch from Scott Lamb: Update documentation to...
2007-09-04 Guus SliepenSmall fixes to make gcrypt routines compile.
2007-09-04 Guus SliepenFix formatting of --help output.
2007-09-04 Guus SliepenOnly check for libgcrypt if --with-gcrypt is used.
2007-07-20 Scott Lambconst correctness
2007-07-18 Scott LambUpdated svn:ignores list for new symlinked sources...
2007-07-18 Scott LambRefresh po/POTFILES.in.
2007-07-18 Scott LambRevert to only requiring autoconf 2.59.
2007-05-23 Guus SliepenFinish crypto wrapping. Also provide wrappers for OpenSSL.
2007-05-22 Guus SliepenSome more crypto wrapper functions are needed.
2007-05-22 Guus SliepenMake sure the crypto wrapper functions can actually...
2007-05-22 Guus SliepenCreate wrappers for the cryptographic operations used...
2007-05-20 Guus SliepenParse PEM RSA keys ourself, and use libgcrypt to do...
2007-05-19 Guus SliepenUse libevent for meta socket input/output buffering.
2007-05-19 Guus SliepenUse bufferevents to handle control socket buffering.
2007-05-19 Guus SliepenImplement "stop" command, and allow tincctl to retrieve...
2007-05-19 Guus SliepenMove key generation to tincctl.
2007-05-19 Guus SliepenRemove pidfile in favour of control socket.
2007-05-19 Guus SliepenFix retrying outgoing connections.
2007-05-19 Guus SliepenWe can safely delete a connection_t in terminate_connec...
2007-05-18 Guus SliepenStart of control socket implementation.
2007-05-18 Guus SliepenUpdate documentation.
2007-05-18 Guus SliepenShow branch version number.
2007-05-18 Guus SliepenMore consistent variable naming.
2007-05-18 Guus SliepenDetect duplicate outgoing connections.
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2007-05-18 Guus SliepenRemove last references to the global variable "running".
2007-05-18 Guus SliepenRemove the last bits of the legacy main_loop().
2007-05-18 Guus SliepenRemove global variable "now".
2007-05-17 Guus SliepenMove key regeneration handling to net_setup.c.
2007-05-17 Guus SliepenUse libevent to handle key expiration.
2007-05-17 Guus SliepenUse libevent to age learned MAC addresses.
2007-05-17 Guus SliepenUse libevent to age past requests.
2007-05-17 Guus SliepenRedo SIGALRM handling.
2007-05-17 Guus SliepenUse libevent to handle all non-fatal signals.
2007-05-17 Guus SliepenProperly use the timeout_initialized() macro.
2007-05-17 Guus SliepenRemove legacy event system.
2007-05-17 Guus SliepenUse libevent for retrying outgoing connections.
2007-05-17 Guus SliepenUse libevent to send MTU probes.
2007-05-17 Guus SliepenConfigure events after obtaining a socket.
2007-05-17 Guus SliepenUse libevent to handle HUP signal.
2007-05-17 Guus SliepenUse libevent to dump graphs when necessary.
2007-05-17 Guus SliepenUse a separate event structure to handle meta data...
2007-05-17 Guus Sliepen128 listener sockets is way too much.
2007-05-17 Guus SliepenProperly delete listener socket events on shutdown.
2007-05-17 Guus SliepenPort fixes from release 1.0.8.
2007-03-12 Guus SliepenOnly free members of connection_t that have been allocated.
2007-02-27 Scott LambLots of svn:ignore entries
2007-02-27 Scott LambConvert to libevent.
2007-02-27 Scott LambA couple missed tevent things.
2007-02-27 Scott LambRename "event_t" to "tevent_t", along with associated...
2007-02-24 Guus SliepenCreated the 1.1 branch where large code changes can...
2007-02-14 Guus SliepenClose the proper filedescriptor (if it exists).
2007-02-14 Guus SliepenApply patch from Scott Lamb fixing some memory and...
2007-02-14 Guus SliepenApply patch from Scott Lamb preventing an infinite...
2007-01-05 Guus SliepenReleasing 1.0.7. release-1.0.7
2007-01-05 Guus SliepenUpdate copyright notices.
2007-01-05 Guus SliepenNo things to do for the 1.0 branch except bugfixing.
2007-01-05 Guus Sliepenrename() cannot replace existing files on Windows.
2007-01-05 Guus SliepenFix generic BSD tun device to write only the actual...
2007-01-04 Guus SliepenTapreader socket should be bound to localhost only.
2007-01-03 Guus SliepenUse a ringbuffer in shared memory to transfer packets...
2006-12-18 Guus SliepenReleasing 1.0.6. release-1.0.6
2006-12-18 Guus SliepenPrevent compiler warnings about redefinition of EAI_FAM...
2006-12-16 Guus SliepenDo a simple test for linux/if_tun.h instead of no test...
2006-12-16 Guus SliepenRemove the test for linux/if_tun.h.
2006-12-16 Guus SliepenWe do properly check for malloc and realloc.
2006-12-16 Guus SliepenUse standard autoconf macros instead of our own.
2006-12-16 Guus SliepenFix rule that creates html version of manpages.
2006-12-15 Guus SliepenRemove old Spanish translation.
2006-12-15 Guus SliepenRemove unnecessary stuff from configure.in.
2006-12-12 Guus SliepenUse the correct next pointer.
2006-12-12 Guus SliepenWhen building the minimum spanning tree, make sure...
next