Simplify logging, update copyrights and some minor cleanups.
[tinc] / src / netutl.c
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-19 Guus SliepenSupport for MaxOS/X.
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-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