Really #include the if_tun.h files now
[tinc] / src /
2000-10-15 Ivo TimmermansWrap the tun/tap code in #ifdef HAVE_TUNTAP
2000-10-15 Guus Sliepen- The daemon actually runs now (somewhat)
2000-10-14 Guus Sliepen- Second fixing-things pass: it even links now.
2000-10-11 Guus Sliepen- Fixing-things pass: every source file compiles into...
2000-10-11 Guus Sliepen- Generalized config file parsing to support multiple...
2000-10-11 Guus Sliepen- Changed genauth to produce rsa keypairs instead of...
2000-10-11 Guus SliepenBig and bad commit of my current tree...
2000-10-01 Guus Sliepen- Added subnet handling code
2000-09-26 Guus Sliepen- Added meta.c which contains functions to send, receiv...
2000-09-22 Guus Sliepen- Removed options "string" stuff. It was a bad idea...
2000-09-22 Guus Sliepen- Severe code reduction and simplification of challenge...
2000-09-17 Guus Sliepen- Updated authentication scheme.
2000-09-15 Ivo TimmermansSecond round of fixes
2000-09-14 Ivo TimmermansFirst round of needed fixes after the overhaul
2000-09-14 Ivo TimmermansNew directive: Name.
2000-09-14 Ivo TimmermansAdded some structures and types that are needed for...
2000-09-14 Guus Sliepen- Lots of small changes.
2000-09-11 Guus Sliepen- Fixed modulo in keylength check
2000-09-10 Guus Sliepen- Some key exchange stuff. (Last commit before going...
2000-09-10 Guus Sliepen- Lots of functions added for the new protocol.
2000-09-10 Ivo TimmermansAdd Guus' name and shift out old protocol requests
2000-09-10 Guus Sliepen- Added more function skeletons for the new protocol.
2000-09-10 Guus Sliepen- New protocol. Will break everything else for now.
2000-09-06 Guus Sliepen- Use strerror() instead of sys_errlist[] for increased...
2000-08-18 Guus SliepenCommented on some size calculations.
2000-08-17 Guus SliepenFixed all sprintf() spl01ts.
2000-08-09 Guus Sliepen- Added two extra configuration options, Interface...
2000-08-09 Guus Sliepen- Reinstated O_NONBLOCK for meta socket
2000-08-08 Guus Sliepen- Moved TCP packet reception to meta handler: less...
2000-08-08 Guus Sliepen- Added date/time of build and protocol number to ...
2000-08-08 Guus SliepenRemoved calling add_queue for tcponly packets.
2000-08-08 Guus SliepenFixed PACKET read loop.
2000-08-07 Guus Sliepen- Lots o' buglets fixed (-Wall helps)
2000-08-07 Guus Sliepen- Added experimental hackish tunneling-over-TCP support.
2000-07-02 Guus Sliepen- Fixed typo.
2000-07-02 Guus Sliepen- Delayed address resolving for ConnectTo lines in...
2000-07-01 Guus Sliepen- Removed a single unused bit from status_bits_t.
2000-06-30 Guus Sliepen- Made tinc even more silent if no -d flag is given...
2000-06-30 Guus Sliepen- Instead of logging an error when remote end closes...
2000-06-30 Guus Sliepen- Removed segfault bug in conf.c (must have been there...
2000-06-29 Guus Sliepen- Fixed memory leak.
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-28 Guus Sliepen- Added log message when SIGCHLD is received ("thanks...
2000-06-28 Guus Sliepen- Fixed a message in nl.po
2000-06-28 Guus Sliepen- Fixed some spelling errors.
2000-06-28 Guus Sliepen- Extra check op EINTR bij inlezen requests
2000-06-27 Guus Sliepen- Fixes a silly little insignificant buglet.
2000-06-27 Guus Sliepen- Purge old connections that are ADD_HOSTed.
2000-06-27 Guus Sliepen- Improved handling of errors on connection attempts.
2000-06-27 Guus Sliepen- Fixed indirectdata=no problem
2000-06-27 Guus Sliepen- Fixed KEY_CHANGED notification. A lot of notify_other...
2000-06-26 Guus Sliepen- Moved all connection messages to debug level 1, witho...
2000-06-26 Guus Sliepen- Indirectdata finally REALLY REALLY works now!
2000-06-26 Guus SliepenFixes some hostlookups. Fixes indirectdata for real...
2000-06-25 Guus Sliepen- More verbose connection list
2000-06-25 Guus SliepenHostlookup() is actually being called now.
2000-06-25 Guus SliepenHostnames are back!
2000-06-25 Guus Sliepen- Log possible spoofing attacks.
2000-06-25 Guus SliepenAdded CVS Id tags to header files.
2000-06-25 Guus SliepenLarge cleanup:
2000-06-24 Guus SliepenIf we have "indirectdata" flag set, we only send data...
2000-06-23 Guus SliepenFirst step for implementation of the "indirectdata...
2000-06-17 Ivo TimmermansConfiguration directive `IndirectData'.
2000-06-06 Ivo TimmermansInclude ../intl in the include path, and add @INTLLIBS...
2000-05-31 Ivo TimmermansMiscellaneous copyright updates. release-1.0pre2
2000-05-31 Ivo TimmermansHandle locale settings.
2000-05-30 Ivo TimmermansOnly accept an ADD_HOST request for a host that already...
2000-05-30 Ivo TimmermansIn terminate_connection, only send a notification to...
2000-05-30 Ivo TimmermansWhen a connection is terminated, all hosts that are...
2000-05-30 Ivo TimmermansAdded new configuration directive `Hostnames', which...
2000-05-29 Guus SliepenOnly activate a connection upon receiving it's public...
2000-05-29 Ivo TimmermansBounds check for request id (between 0 and 255).
2000-05-29 Ivo TimmermansDefine LOCALEDIR in CFLAGS.
2000-05-29 Ivo TimmermansInternationalization of tinc.
2000-05-27 Guus SliepenTerminate a connection on any error. Furthermore, disal...
2000-05-27 Guus SliepenMade tinc persistent. If no outgoing connection can...
2000-05-27 Guus SliepenFixed typos. When terminating a connection, it's status...
2000-05-27 Guus SliepenFix for a DoS attack:
2000-05-16 Guus SliepenStub for VpnMask config directive.
2000-05-15 Ivo TimmermansUnlimited length in the config file, thanks to Cris...
2000-05-14 Ivo TimmermansGive IP address instead of hex number when connecting...
2000-05-14 Ivo TimmermansOnly print an error with send_termreq if debug_lvl...
2000-05-14 Guus SliepenFixed typos.
2000-05-14 Guus SliepenChanged ping behaviour (backwards compatible). If we...
2000-05-14 Guus SliepenCleanups.
2000-05-14 Guus SliepenProxymode removed.
2000-05-08 Guus SliepenAdded new config variable "ProxyMode". If enabled,... release-1.0pre1
2000-05-04 Ivo TimmermansInclude sys/types.h.
2000-05-04 Ivo TimmermansDon't link in libdl.
2000-05-03 Guus SliepenSquashed gcc warning.
2000-05-03 Guus SliepenFixes typo and UDP network byte order.
2000-05-03 Guus SliepenOutgoing packets now use network byte order in header.
2000-05-02 Guus SliepenReplaced sprintf() by safer snprintf(), removed possibl...
2000-05-02 Guus SliepenPrevious fix fixed. Meta protocol should be really...
2000-05-02 Guus SliepenFixed small mistake that would prevent forwarding requests.
2000-05-01 Ivo TimmermansFixed meta protocol.
2000-05-01 Guus SliepenMeta protocol overhaul. Tinc is now incompatible with...
2000-04-30 Ivo TimmermansKey forwarding, write one byte extra.
2000-04-30 Ivo TimmermansProtocol fix (ANS_KEY). This breaks 0.3.3 protocol...
next