tinc
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-06-05 Michael Tokarevtry outgoing connections before chroot/drop_privs
2009-06-05 Michael Tokarevcleanup setpriority thing to make it readable
2009-05-28 Guus SliepenAdd some const where appropriate.
2009-05-28 Guus SliepenAdd ProcessPriority option.
2009-05-27 Florian Forstersrc/net_socket.c: Bind outgoing TCP sockets to `BindToA...
2009-05-27 Florian Forstersrc/linux/device.c: Fix segfault when running without...
2009-05-25 Michael Tokarevtunnelserver: log which ADD_SUBNET was refused
2009-05-25 Guus SliepenDo not forward broadcast packets when TunnelServer...
2009-05-25 Guus SliepenUse packet size before decompression to calculate path...
2009-05-25 Guus SliepenAdd declaration for sockaddrcmp_noport().
2009-05-24 Michael TokarevFix ans_key exchange in recent changes
2009-05-24 Guus SliepenUse xrealloc instead of if(ptr) ptr = xmalloc().
2009-05-24 Guus SliepenFix initialisation of packet decryption context broken...
2009-05-24 Michael Tokarevdon't log every strange packet coming to the UDP port
2009-05-24 Guus SliepenFix link to Mattias Nissler's tun/tap driver for MacOS/X.
2009-05-24 Guus SliepenIf PMTUDiscovery is not set, do not forward packets...
2009-05-21 Michael Tokarevignore indirect edge registrations in tunnelserver...
2009-05-20 Michael TokarevTunnelServer: Don't disconnect client on DEL_SUBNET too
2009-05-18 Michael Tokarevformat 'not supported on this platform' error message
2009-05-18 Michael Tokarevchange error messages in droppriv code to match the...
2009-05-18 Michael Tokarevbugfix: chdir(/) after chroot
2009-05-18 Michael Tokarevbugfix: move mlock to after detach() so it works for...
2009-05-18 Michael Tokarevbugfix: initialize pid (as read from pidfile) to zero
2009-05-18 Michael TokarevImplement privilege dropping
2009-05-18 Michael TokarevRename setup_network_connections() and split out try_ou...
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenUse a simple Random Early Drop algorithm in send_tcppac...
2009-03-09 Guus SliepenDisable PMTUDiscovery in switch and hub modes.
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-03-05 Guus SliepenAllow weight to be assigned to Subnets.
2009-03-04 Michael TokarevEnable PMTUDiscovery only if BOTH sides wants it.
2009-02-17 Guus SliepenHandle neighbor solicitation requests without link...
2009-02-09 Michael TokarevAllow tunnelserver to work with clients that have other...
2009-02-03 Guus SliepenDisable old RSA keys when generating new ones.
2009-01-20 Guus SliepenValidate Name before using it in a filename when genera...
2009-01-20 Guus SliepenAllow reading config files with CRLF endings on Unix...
2009-01-20 Guus SliepenRemove unused definitions from net.h.
2009-01-20 Guus SliepenUse a global list to track outgoing connections.
2009-01-19 Guus SliepenAdd missing cleanup functions in close_network_connecti...
2009-01-19 Guus SliepenChange flush_events() to expire_events().
2009-01-09 Guus SliepenMove free()s at the end om main() to the proper destruc...
2009-01-03 Guus SliepenOnly send packets via UDP if UDP communication is possible.
2009-01-03 Guus SliepenConsistently allocate device and iface variables on...
2008-12-27 Guus SliepenUpdate documentation for git.
2008-12-26 Guus SliepenReleasing 1.0.9. release-1.0.9
2008-12-26 Guus SliepenAdd missing parentheses in check for IPv4 multicast...
2008-12-23 Guus SliepenApply patch from Max Rijevski fixing a memory leak...
2008-12-23 Guus SliepenHandle broadcast and multicast packets in router mode.
2008-12-22 Guus SliepenUpdate the manpage as well, and some whitespace to...
2008-12-22 Guus SliepenUpdate documentation.
2008-12-22 Guus SliepenEnable PMTU discovery by default.
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-22 Guus SliepenUpdate Dutch translation.
2008-12-22 Guus SliepenMake sure IPv6 sockets are IPv6 only.
2008-12-22 Guus SliepenUse TUNIFHEAD by default on FreeBSD to make sure IPv6...
2008-12-21 Guus SliepenTreat virtual network device as tap if Mode = switch...
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...
2008-12-05 Guus SliepenCorrect debug message.
2008-11-18 Guus SliepenPrevent freeing a NULL pointer when a hostname is unres...
2008-10-25 Guus SliepenDo not try to send REQ_KEY or ANS_KEY requests to unrea...
2008-10-25 Guus SliepenFix reading configuration files that do not end with...
2007-12-14 Guus SliepenMake sure the prefixlength of subnets is sane.
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-08-17 Guus SliepenHandle SERVICE_CONTROL_INTERROGATE requests. Thanks...
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.
next