Add stricter checks for netnames.
[tinc] / src / conf.c
2015-07-02 Florian Klink(read|append)_config_file: log open errors as LOG_DEBUG
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2014-02-07 Guus SliepenUpdate copyright notices.
2013-12-29 Florent ClairambaultAdding "conf.d" configuration dir support.
2013-08-02 Guus SliepenNon-zero exit code when reloading config file fails...
2013-05-01 Guus SliepenRename xmalloc_and_zero() to xzalloc().
2013-01-20 Guus SliepenReleasing 1.1pre5. release-1.1pre5
2013-01-17 Guus SliepenMove make_names() and related variables to its own...
2012-10-10 Guus SliepenFix whitespace.
2012-10-07 Guus SliepenRefactor outgoing connection handling.
2012-10-07 Guus SliepenFix warnings from cppcheck.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-21 Guus SliepenUse backslashes on Windows.
2012-07-20 Guus SliepenNever remove items from cmdline_conf.
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-10 Guus SliepenUpdate copyright notices.
2012-03-08 Guus SliepenMake sure disabling old RSA keys works on Windows.
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-10 Guus SliepenAutomatically exchange ECDSA keys and upgrade to new...
2011-06-24 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-06-06 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-28 Guus SliepenRemove a few unnecessary #includes.
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: Using plain integer as NULL...
2011-05-28 Sven-Haegar Kochsparse fixup: warning: non-ANSI function declaration...
2011-05-09 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-04-28 Julien MuchembledFix command-line '-o' option for host configuration
2010-11-19 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenMerge branch 'master' into 1.1
2010-11-12 Guus SliepenDon't use strlen() on a NULL pointer.
2010-10-22 Guus SliepenRemove unused variables.
2010-10-22 Guus SliepenAbort disabling old PEM keys on I/O errors.
2010-10-22 Guus SliepenAttribution for Julien Muchembled.
2010-10-22 Guus SliepenRemove duplicate command-line option parsing.
2010-09-05 Julien MuchembledNew '-o' option to configure server or hosts from comma...
2010-04-17 Guus SliepenMerge branch 'master' into 1.1
2010-04-17 Guus SliepenFix reading configuration files that do not end with...
2010-03-31 Sven-Haegar KochFixed 1.0 miss-merges
2010-03-26 Sven-Haegar KochMerge branch 'master' into 1.1
2010-03-01 Guus SliepenSimplify reading lines from configuration files.
2009-12-11 Guus SliepenMerge branch 'master' into 1.1
2009-11-02 Guus SliepenMerge branch 'master' into 1.1
2009-09-29 Guus SliepenMerge branch 'master' into 1.1
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenRemove checkpoint tracing.
2009-09-24 Guus SliepenK&R style braces.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-24 Guus SliepenRemove all occurences of $Id$.
2009-09-16 Guus SliepenMerge branch 'master' into 1.1
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-06-05 Guus SliepenMerge branch 'master' into 1.1
2009-03-09 Guus SliepenMerge branch 'master' into 1.1
2009-03-05 Guus SliepenUpdate THANKS and copyright information.
2009-02-03 Guus SliepenDisable old RSA keys when generating new ones.
2009-01-20 Guus SliepenAllow reading config files with CRLF endings on Unix...
2008-12-22 Guus SliepenUpdate copyright information.
2008-12-11 Guus SliepenRemove unnecessary parentheses from sizeof, apply sizeo...
2008-12-11 Guus SliepenBackport fixes from trunk since revision 1555.
2008-10-25 Guus SliepenFix reading configuration files that do not end with...
2007-05-19 Guus SliepenMove key generation to tincctl.
2007-05-18 Guus SliepenUse splay trees instead of AVL trees.
2007-05-18 Guus SliepenK&R style braces
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-01-19 Guus SliepenApply patch from Scott Lamb adding an output buffer...
2005-05-04 Guus SliepenUpdate copyright notices.
2005-05-04 Guus SliepenSearching through splay trees may change the tree variable.
2004-03-21 Guus SliepenUpdate copyrights, links, email addresses and let Subve...
2004-03-21 Guus SliepenMove CABAL branch to its rightful place: the trunk.
2004-03-15 Guus SliepenEat trailing whitespace in config files.
2003-12-12 Guus SliepenCode beautification, start of multicast support.
2003-08-28 Guus SliepenWe don't have to tell GCC how to cast.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-08 Guus SliepenSimpler checking of permissions on private RSA key...
2003-08-08 Guus SliepenAllow empty lines in config files.
2003-08-08 Guus SliepenWindows uses backslashes...
2003-08-02 Guus SliepenOops.
2003-08-02 Guus SliepenOops.
2003-08-02 Guus SliepenAllow whitespace in values.
2003-07-24 Guus SliepenSprinkle around a lot of const and some C99 initialisers.
2003-07-22 Guus SliepenUse bools and enums where appropriate.
2003-07-18 Guus SliepenNo UNIX style permissions under Windows.
2003-07-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-11 Guus SliepenMore missing IPv6 definitions and autoconf checks to...
2003-07-06 Guus SliepenSprinkling the source with static and attributes.
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2002-09-15 Guus Sliepenport_t isn't used anymore and conflicts with MacOS...
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
next