tinc/doc
Guus Sliepen 95921696a4 Always call res_init() before getaddrinfo().
Unfortunately, glibc assumes that /etc/resolv.conf is a static file that
never changes. Even on servers, /etc/resolv.conf might be a dynamically
generated file, and we never know when it changes. So just call
res_init() every time, so glibc uses up-to-date nameserver information.

Conflicts:
	src/have.h
	src/net.c
	src/net_setup.c
2015-04-12 15:42:48 +02:00
..
sample-config Simplify logging, update copyrights and some minor cleanups. 2003-07-12 17:41:48 +00:00
CONNECTIVITY Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
Makefile.am Automake doesn't like info files being mentioned in CLEANFILES. 2013-09-08 14:42:32 +02:00
NETWORKING Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
PROTOCOL Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
SECURITY2 Remove all occurences of $Id$. 2009-09-24 23:39:16 +02:00
SPTPS Make sure the signature also covers the session label. 2012-03-18 21:24:46 +01:00
tinc-gui.8.in Add manpage for tinc-gui. 2011-06-26 13:17:50 +02:00
tinc.8.in Document that --force should precede commands. 2015-02-16 08:26:49 +01:00
tinc.conf.5.in Always call res_init() before getaddrinfo(). 2015-04-12 15:42:48 +02:00
tinc.texi Always call res_init() before getaddrinfo(). 2015-04-12 15:42:48 +02:00
tincd.8.in Add a new --syslog option for tincd. 2015-03-13 11:05:22 +00:00
tincinclude.texi.in Remove unused stuff from doc/. 2003-08-08 14:07:12 +00:00