tinc
2001-03-04 Guus SliepenAdded a description of what is going on in net.c and...
2001-03-04 Guus SliepenUpdated translation.
2001-03-04 Guus Sliepen- route.c is now used to determine destination
2001-03-02 Guus SliepenAdded explaination of our key exchange using RSA encryp...
2001-03-01 Guus SliepenVarious small fixes.
2001-02-27 Guus SliepenRemoved compiler warning.
2001-02-27 Guus SliepenRemoved lots of compiler warnings.
2001-02-27 Guus Sliepen- Fixed Interface option (untested)
2001-02-27 Ivo TimmermansAuthentication done
2001-02-27 Guus SliepenDon't forget to reconnect if outgoing connection fails...
2001-02-26 Guus Sliepen- Make sure METAKEY is smaller than the modulus of...
2001-02-25 Guus SliepenAdded process.c to the translated files.
2001-02-25 Guus SliepenImplemented new authentication scheme from doc/SECURITY2.
2001-02-25 Guus SliepenEncrypt network packets in CBC mode instead of CFB...
2001-02-25 Guus SliepenCopy packets before putting them in the queue.
2001-02-25 Guus SliepenFree node->data and node, not node->data twice.
2001-02-25 Guus SliepenAdd missing \n.
2001-02-25 Guus SliepenCorrected check for errors after read() calls.
2001-02-20 Wessel DankersImportant bugfix in avl_insert_before() and avl_insert_...
2001-02-18 Ivo Timmermanstinc_TUNTAP now substitutes the values outside the...
2001-02-13 Guus SliepenAdded description of the proposed new authentication...
2001-02-11 Ivo TimmermansMore files to ignore in CVS
2001-02-11 Guus Sliepen- Updated CVS_CREATED to remove intl/ directory and...
2001-02-11 Guus SliepenIgnore file for src/
2001-02-11 Guus SliepenAdded .cvsignore files to get rid of warnings and preve...
2001-02-06 Guus SliepenRemoved another local definition of the variable "errno"
2001-02-06 Guus SliepenUpdated dutch translation.
2001-02-06 Guus SliepenFix memory leak in avl_insert() if item was already...
2001-02-06 Guus SliepenFreeBSD compile fixes (thanks to XeF4)
2001-01-18 Ivo TimmermansUnpack sample-config.tar.gz when installing
2001-01-18 Ivo TimmermansDistribute the sample config as a .tar.gz
2001-01-18 Ivo TimmermansFixed some errors
2001-01-17 Ivo TimmermansGet the PO files up to date with the current source
2001-01-17 Ivo TimmermansGet the Debian changelog up to date
2001-01-17 Ivo TimmermansMerged documentation with various updates I had lying...
2001-01-17 Ivo TimmermansSecond draft of the release notes
2001-01-17 Ivo TimmermansChange version to 1.0pre4
2001-01-17 Ivo TimmermansSet Architecture to `any'
2001-01-17 Ivo TimmermansFix error reporting of read_config
2001-01-13 Guus Sliepen- Allow ASN1 style keys to be in the config files.
2001-01-13 Guus Sliepen- Copy entire sample-config directory to /etc/tinc...
2001-01-13 Guus SliepenAdded sample configuration directory.
2001-01-11 Guus Sliepen- Only send out DEL_HOSTs for hosts with a meta connection
2001-01-08 Guus Sliepen- Cleaned up subnet_t
2001-01-08 Guus Sliepen- Sign was wrong in search_closest_smaller/greater
2001-01-08 Guus Sliepen- Squashed another nasty bug.
2001-01-07 Guus Sliepen- Added indirectdata and tcponly functionality.
2001-01-07 Guus Sliepen- Fixed IPv6 subnet lookup routine.
2001-01-07 Guus Sliepen- It's 2001, all copyright notices are updated.
2001-01-07 Guus Sliepen- Description of protocol and authentication updated.
2001-01-07 Guus Sliepen- Added header file for route.c. The routing routines...
2001-01-07 Guus Sliepen- Reinstated a queue for outgoing packets.
2001-01-07 Guus Sliepen- Changed list routines to give it the same look'n...
2001-01-06 Guus Sliepen- Typo.
2001-01-06 Guus Sliepen- Updated texinfo manual.
2001-01-06 Guus Sliepen- Updated manual pages.
2001-01-06 Guus Sliepen- Changed license of AVL tree library to GPL.
2001-01-06 Guus Sliepen- Check and follow symlinks in is_safe_path
2001-01-06 Guus Sliepen- Updated dutch translation.
2001-01-05 Guus Sliepen- Let user choose whether keys are in the config files...
2001-01-05 Guus Sliepen- Doubled size of trace buffer for easier debugging.
2001-01-05 Guus Sliepen- AVL tree routines: faster than RBL, and also more...
2000-12-22 Guus Sliepen- Don't even think about using sscanf with %as anymore
2000-12-22 Ivo TimmermansAdded lint target, requires lclint.
2000-12-22 Ivo TimmermansForget router.c
2000-12-22 Ivo TimmermansInclude autogen.sh (needed for the Debian package).
2000-12-22 Ivo TimmermansVarious small changes.
2000-12-06 Ivo TimmermansRe-introduced MyVirtualIP and VpnMask, as dummy options.
2000-12-05 Ivo TimmermansGive a warning about having to re-create the keys
2000-12-05 Ivo TimmermansPorted it back to /bin/sh.
2000-12-05 Ivo TimmermansInstall a file in /etc/modutils/tinc, containing all...
2000-12-05 Ivo TimmermansTiny bits of code beautifying
2000-12-05 Ivo TimmermansOops. I did some VERY wrong things with readline(...
2000-12-05 Ivo TimmermansMassive long awaited documentation update. It's not...
2000-12-03 Ivo TimmermansOption -d accepts an argument to set the debug level...
2000-12-03 Ivo TimmermansSort configuration directives
2000-12-03 Ivo TimmermansAdded documentation merger
2000-12-01 Ivo TimmermansInclude COPYING.README in the distribution.
2000-12-01 Ivo TimmermansStated that distributing executables linked with OpenSS...
2000-12-01 Ivo TimmermansUse buffer instead of line in read_config_file(), line...
2000-12-01 Ivo Timmermansreadline() accepts two extra parameters, buf and buflen...
2000-11-30 Ivo TimmermansTagged `Storing private key in separate file' as done.
2000-11-30 Ivo TimmermansAll full stops have two spaces after them. (Silly...
2000-11-30 Ivo TimmermansNew function read_rsa_public_key();
2000-11-30 Ivo TimmermansAvoid printing duplicate messages from read_rsa_keys
2000-11-30 Ivo TimmermansBetter error checking when reading the RSA private...
2000-11-30 Ivo TimmermansIn readline(): initialise the line to zero length;
2000-11-30 Ivo TimmermansThe file is safe if it doesn't exist.
2000-11-30 Ivo TimmermansRead the PEM file pointed to by the configuration directive
2000-11-30 Ivo TimmermansImplemented is_safe_path, and extended ask_and_safe_open.
2000-11-29 Ivo TimmermansUpdated Dutch translation
2000-11-29 Ivo TimmermansAlso free the pointer returned by readline().
2000-11-29 Ivo TimmermansUse readline() in read_config_file() instead of fgets.
2000-11-29 Ivo Timmermansxstrdup now takes a const pointer as an argument.
2000-11-29 Ivo TimmermansImplemented a readline() function that will read an...
2000-11-29 Ivo TimmermansAdded a check for a scanf that knows about %as.
2000-11-29 Ivo TimmermansCheck for get_current_dir_name. There is a replacement...
2000-11-28 Ivo Timmermansdropin.c/h contain a set of drop-in replacements for...
2000-11-28 Ivo TimmermansSave RSA public and private keys to a separate file...
2000-11-28 Ivo TimmermansUse sigaction to set signal handlers, the previous...
next