Synchronise HEAD with CABAL branch.
[tinc] / src /
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2002-05-02 Ivo TimmermansMoved event.c/h
2002-05-02 Ivo TimmermansCallbacks
2002-05-02 Ivo TimmermansAnother file moved; random interface stuff.
2002-04-29 Ivo TimmermansCommit diff test
2002-04-28 Ivo TimmermansMoving files, first attempt at gcrypt compatibility...
2002-04-28 Ivo Timmermans*** empty log message ***
2002-04-13 Ivo TimmermansPrint newline when writing to stderr
2002-04-13 Ivo Timmermans...
2002-04-13 Ivo TimmermansRename libvpn to libtinc
2002-04-13 Ivo TimmermansInclude logging.h
2002-04-13 Ivo TimmermansUse new logging system
2002-04-13 Ivo TimmermansThings to ignore...
2002-04-13 Ivo TimmermansCompile in logging.c
2002-04-13 Ivo TimmermansUse logging.h instead of syslog.h
2002-04-13 Ivo TimmermansAdded prototype for log_syslog
2002-04-13 Ivo Timmermanslog_default_hook was renamed to log_default
2002-04-13 Ivo TimmermansAdded priority definitions from syslog.h
2002-04-13 Ivo TimmermansSome magic
2002-04-13 Ivo TimmermansAdd syslog wrapper
2002-04-13 Ivo TimmermansAdd syslog() wrapper
2002-04-13 Ivo TimmermansRename log_message to log
2002-04-13 Ivo TimmermansNew logging system to replace syslog() calls with a...
2002-04-13 Ivo TimmermansRemove debug_lvl
2002-04-11 Ivo TimmermansAlso compile in pokey/
2002-04-11 Ivo TimmermansPokey interface definition
2002-04-11 Ivo TimmermansMain pokey interface files.
2002-04-09 Ivo TimmermansMore...
2002-04-09 Ivo TimmermansOk, I forgot these ;)
2002-04-09 Ivo TimmermansUpdating HEAD branch #5; Last files from CABAL.
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2002-04-09 Ivo TimmermansUpdating HEAD branch #3; more obsolete files removed.
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
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...
2000-04-30 Ivo TimmermansSend one less byte from an ANS_KEY request.
2000-04-30 Ivo TimmermansRead one less byte from an ANS_KEY request.
2000-04-30 Ivo TimmermansRemoved debug messages.
2000-04-30 Ivo TimmermansRead public keys the right way (tm).
2000-04-30 Ivo TimmermansNew way of handling the meta protocol.
2000-04-30 Ivo TimmermansReplaced check for status.active by status.dataopen...
2000-04-30 Ivo TimmermansInitially, the vpn_mask of a connection is 255.255...
2000-04-30 Ivo TimmermansGot rid of the nasty hacks... and replaced it by anothe...
2000-04-29 Ivo TimmermansFilled up the protocol structs with unused bytes.
2000-04-28 Guus SliepenOops! Reference to write_n() removed and changed into...
2000-04-27 Guus SliepenRemoved write_n() function.
2000-04-27 Ivo TimmermansDefault config file name is tinc.conf, and pidfile...
2000-04-26 Guus SliepenCleanups:
2000-04-25 Guus SliepenConverted every &variable[0] to variable.
2000-04-25 Ivo TimmermansDebug level tweaking.
2000-04-25 Guus SliepenWhen trying to talk to a host that is in the netmask...
2000-04-25 Guus SliepenFixed typo and removed some unnecessary variables.
2000-04-25 Guus SliepenPacket queues fixed. They caused the trouble when resen...
2000-04-25 Guus SliepenAdded checkpoints to beginning and ending of every...
2000-04-25 Ivo TimmermansPropagate CFLAGS from configure to gcc.
2000-04-24 Guus SliepenBug found! Wrong pointer was used for handling multiple...
2000-04-24 Guus SliepenAdded extra checks for desynchronized connection lists...
2000-04-18 Ivo TimmermansAddress for bugreports changed to tinc@nl.linux.org.
2000-04-17 Ivo TimmermansDefault passphrase length of 1024, added -h/--help...
2000-04-17 Ivo TimmermansCheck if stdout is a terminal, if so, print a verbose...
2000-04-17 Ivo TimmermansCheck for an illegal length of passphrase in read_passp...
2000-04-17 Ivo TimmermansPass the requested size from xmalloc() and xrealloc...
2000-04-17 Ivo TimmermansOnly one round of reading bits out of urandom;
2000-04-06 Ivo TimmermansNew option -D, don't detach.
2000-03-28 Ivo TimmermansIgnore SIGCHLD.
2000-03-28 Ivo TimmermansKill the parent after any error conditions in detach().
2000-03-27 Ivo TimmermansUpon regeneration, free the old encryption key `securel...
next