Require OpenSSL 1.1.0 or later.
[tinc] / src / netutl.c
2018-09-23 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2017-11-03 Guus SliepenFix all -Wall -W compiler warnings.
2017-10-07 Guus SliepenReformat all code using astyle.
2016-10-09 Guus SliepenReleasing 1.0.29. release-1.0.29
2016-06-05 Guus SliepenPreserve IPv6 scope_id in edges.
2015-11-06 Guus SliepenAdd ability to use proxies to connect to hostnames...
2015-07-05 Guus SliepenDon't try to call res_init() if ./configure told us...
2015-07-05 Guus SliepenUpdate copyright notices.
2015-02-09 Guus SliepenAlways call res_init() before getaddrinfo().
2012-04-19 Guus SliepenAdd support for proxying through an external command.
2011-05-08 Guus SliepenUpdate THANKS and copyright information.
2011-05-08 Guus SliepenAlways use the default signal handler for ABRT signals.
2010-04-03 Guus SliepenConvert Port to numeric form before sending it to other...
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-24 Guus SliepenUpdate copyright information.
2009-09-08 Guus SliepenReplace asprintf() by xasprintf().
2009-04-02 Guus SliepenHandle UDP packets from different and ports than advert...
2006-08-08 Guus SliepenRemove unused parameter from maskcmp().
2006-06-11 Guus SliepenUse memcpy() to copy sockaddrs returned by getaddrinfo().
2006-04-26 Guus SliepenUpdate copyright notices, remove Ivo's email address.
2006-04-12 Guus SliepenFix a bug in handling prefixlengths that are not a...
2005-05-04 Guus SliepenUpdate copyright notices.
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.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2003-08-22 Guus SliepenAdd checkpoints.
2003-08-22 Guus SliepenAllow tinc to handle unknown type addresses from other...
2003-08-03 Guus SliepenRemove newlines from log messages.
2003-07-30 Guus SliepenNo C99 initialisers, gcc 2.95.3 doesn't like it.
2003-07-29 Guus SliepenNative Windows support.
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-17 Guus SliepenBig header file cleanup: everything that has to do...
2003-07-12 Guus SliepenSimplify logging, update copyrights and some minor...
2003-07-06 Guus SliepenDefine logger(), cleans up source code and allows us...
2002-09-09 Guus SliepenRemove redundant spaces.
2002-09-09 Guus SliepenSwitch to K&R style indentation.
2002-09-09 Guus SliepenCleanups:
2002-06-21 Guus SliepenFix for prefixlengths of 32 (IPv4) and 128 (IPv6) bits.
2002-06-21 Guus Sliepens/sliepen.warande.net/sliepen.eu.org/g
2002-06-08 Guus SliepenUse inttypes.h instead of stdint.h.
2002-06-08 Guus SliepenCleanup:
2002-06-07 Wessel DankersThis should work much better.
2002-06-05 Guus SliepenUse correct includes on NetBSD.
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-19 Guus SliepenSupport for MaxOS/X.
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-04-05 Guus SliepenFix maskcheck() and maskcmp().
2002-03-19 Guus SliepenDon't use s6_addr[16|32] anymore.
2002-03-18 Guus SliepenFix #define s6_addr32.
2002-03-18 Guus Sliepen#define s6_addr32, needed for FreeBSD.
2002-03-17 Guus SliepenOnly unmap IPv6 addresses.
2002-03-17 Guus SliepenUnmap v4mapped sockaddrs.
2002-02-26 Guus SliepenTweaking IPv6 support.
2002-02-20 Guus Sliepen- Change SA_LEN to SALEN, former one is already defined...
2002-02-20 Guus Sliepen- Use gai_strerror() where appropriate
2002-02-20 Guus SliepenFix maskcmp() and maskcpy().
2002-02-18 Guus Sliepen- Non-blocking connect()s.
2002-02-11 Guus SliepenLast bits of the merger.
2001-11-16 Ivo TimmermansObsoleted.
2001-10-31 Guus SliepenSome very small fixes
2001-10-27 Guus SliepenBig bad commit:
2001-05-07 Guus Sliepen- s/ip_t/ipv4_t/g
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2000-11-22 Guus Sliepen- Cleaned up and checked for some more NULL pointers...
2000-11-04 Guus Sliepen- Prepended config_ to all configuration option names...
2000-10-29 Guus Sliepen- Removed old encr stuff
2000-10-24 Guus Sliepen- Lots of little stuff modified
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-09-15 Ivo TimmermansSecond round of fixes
2000-09-14 Ivo TimmermansFirst round of needed fixes after the overhaul
2000-09-06 Guus Sliepen- Use strerror() instead of sys_errlist[] for increased...
2000-08-17 Guus SliepenFixed all sprintf() spl01ts.
2000-06-29 Guus Sliepen- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST...
2000-06-29 Guus Sliepen- Removed all IP_ADDR_S macros, because gettext doesn...
2000-06-26 Guus Sliepen- Indirectdata finally REALLY REALLY works now!
2000-06-25 Guus Sliepen- More verbose connection list
2000-06-25 Guus SliepenHostnames are back!
2000-06-25 Guus SliepenLarge cleanup:
2000-05-31 Ivo TimmermansMiscellaneous copyright updates. release-1.0pre2
2000-05-30 Ivo TimmermansAdded new configuration directive `Hostnames', which...
2000-05-29 Ivo TimmermansInternationalization of tinc.
2000-05-27 Guus SliepenFixed typos. When terminating a connection, it's status...
2000-05-27 Guus SliepenFix for a DoS attack:
2000-05-14 Guus SliepenCleanups.
2000-05-01 Guus SliepenMeta protocol overhaul. Tinc is now incompatible with...
2000-04-30 Ivo TimmermansNew way of handling the meta protocol.
2000-04-30 Ivo TimmermansInitially, the vpn_mask of a connection is 255.255...
2000-04-26 Guus SliepenCleanups:
2000-04-25 Guus SliepenAdded checkpoints to beginning and ending of every...
2000-03-26 Ivo TimmermansInitial revision