2001-01-06 |
Guus Sliepen | - Updated manual pages. |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Guus Sliepen | - Changed license of AVL tree library to GPL. |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Guus Sliepen | - Check and follow symlinks in is_safe_path |
commit | commitdiff | tree | snapshot |
2001-01-06 |
Guus Sliepen | - Updated dutch translation. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Guus Sliepen | - Let user choose whether keys are in the config files... |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Guus Sliepen | - Doubled size of trace buffer for easier debugging. |
commit | commitdiff | tree | snapshot |
2001-01-05 |
Guus Sliepen | - AVL tree routines: faster than RBL, and also more... |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Guus Sliepen | - Don't even think about using sscanf with %as anymore |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Ivo Timmermans | Added lint target, requires lclint. |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Ivo Timmermans | Forget router.c |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Ivo Timmermans | Include autogen.sh (needed for the Debian package). |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Ivo Timmermans | Various small changes. |
commit | commitdiff | tree | snapshot |
2000-12-06 |
Ivo Timmermans | Re-introduced MyVirtualIP and VpnMask, as dummy options. |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Ivo Timmermans | Give a warning about having to re-create the keys |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Ivo Timmermans | Ported it back to /bin/sh. |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Ivo Timmermans | Install a file in /etc/modutils/tinc, containing all... |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Ivo Timmermans | Tiny bits of code beautifying |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Ivo Timmermans | Oops. I did some VERY wrong things with readline(... |
commit | commitdiff | tree | snapshot |
2000-12-05 |
Ivo Timmermans | Massive long awaited documentation update. It's not... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Ivo Timmermans | Option -d accepts an argument to set the debug level... |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Ivo Timmermans | Sort configuration directives |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Ivo Timmermans | Added documentation merger |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Ivo Timmermans | Include COPYING.README in the distribution. |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Ivo Timmermans | Stated that distributing executables linked with OpenSS... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Ivo Timmermans | Use buffer instead of line in read_config_file(), line... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Ivo Timmermans | readline() accepts two extra parameters, buf and buflen... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | Tagged `Storing private key in separate file' as done. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | All full stops have two spaces after them. (Silly... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | New function read_rsa_public_key(); |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | Avoid printing duplicate messages from read_rsa_keys |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | Better error checking when reading the RSA private... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | In readline(): initialise the line to zero length; |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | The file is safe if it doesn't exist. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | Read the PEM file pointed to by the configuration directive |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Ivo Timmermans | Implemented is_safe_path, and extended ask_and_safe_open. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | Updated Dutch translation |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | Also free the pointer returned by readline(). |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | Use readline() in read_config_file() instead of fgets. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | xstrdup now takes a const pointer as an argument. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | Implemented a readline() function that will read an... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | Added a check for a scanf that knows about %as. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Ivo Timmermans | Check for get_current_dir_name. There is a replacement... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ivo Timmermans | dropin.c/h contain a set of drop-in replacements for... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ivo Timmermans | Save RSA public and private keys to a separate file... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Ivo Timmermans | Use sigaction to set signal handlers, the previous... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Ivo Timmermans | Sort items to either 1.0 or future release goals. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Ivo Timmermans | Check for the function strsignal, and define it to... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Ivo Timmermans | Give an error message if daemon() failed. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Ivo Timmermans | Updated Spanish translation, provided by Enrique Zanardi. |
commit | commitdiff | tree | snapshot |
2000-11-25 |
Guus Sliepen | - Use only one socket for all UDP traffic (for compatib... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Guus Sliepen | - Added daemon() replacement. |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Guus Sliepen | - Added Armijn to the list |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Guus Sliepen | Another big & bad commit: |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Add default tinc-up and tinc-down scripts for a Debian... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Call autogen.sh instead of configure alone; and make... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Explain how to tell configure where OpenSSL lives. |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Set errno to 0 before trying to kill the other process. |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Alter CFLAGS, somehow INCLUDES doesn't propagate proper... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Set CFLAGS to -O2 -Wall when running configure |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Use cvs2cl instead of rcs2log to generate the ChangeLog. |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Set localstatedir to /var |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Do not attempt to retreive ChangeLog information only... |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Do not check for the daemon() system call |
commit | commitdiff | tree | snapshot |
2000-11-24 |
Ivo Timmermans | Do not use the C library's daemon() call. |
commit | commitdiff | tree | snapshot |
2000-11-23 |
Guus Sliepen | - Don't link with -ldl anymore |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - #include <stdlib.h> instead of <malloc.h> |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - Fixed all (except 2) compiler warnings gcc -Wall... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - More porting to FreeBSD and Solaris. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - Work with the correct key buffer in ans_key_h |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - No more %as. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - Write pidfile AFTER detaching... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Guus Sliepen | - Cleaned up and checked for some more NULL pointers... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ivo Timmermans | Declare fd. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ivo Timmermans | Add more checks to ensure that filedescriptors are... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Ivo Timmermans | Honor the --localstatedir option to configure, instead... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Guus Sliepen | - Check for NULL tree->delete callback |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Guus Sliepen | - More fixes. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Guus Sliepen | - Various small fixes. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ivo Timmermans | Get rid of all libtool references at once. libtool... |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Guus Sliepen | - Proper initialization of rbltree structures. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Guus Sliepen | - Integrate rbl trees into tinc. |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ivo Timmermans | Also include process.h |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ivo Timmermans | More function and header checks |
commit | commitdiff | tree | snapshot |
2000-11-20 |
Ivo Timmermans | Added this release |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Guus Sliepen | - Small fixes |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Guus Sliepen | - Deletion also works now. |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Guus Sliepen | - Fixed a lot of small things. Tested everything except... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Guus Sliepen | - Fix tree head/tail upon insertion |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Guus Sliepen | - Implemented deletions |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Guus Sliepen | - Fixed searching |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Guus Sliepen | - Removed stray @INCLUDE@ (how did that get there?) |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Guus Sliepen | - Simplified do_detach |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Ivo Timmermans | Use proper prototypes. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Ivo Timmermans | Move more functions from tincd.c into process.c. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Ivo Timmermans | Delete struct ifr |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Ivo Timmermans | New function: xmalloc_and_zero, which initialises the... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Ivo Timmermans | Move all process-related functions into process.c. |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Guus Sliepen | - Added balanced tree management stuff as well. (It... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Ivo Timmermans | Keep a list of running children, and in each loop in... |
commit | commitdiff | tree | snapshot |
2000-11-15 |
Ivo Timmermans | List management and manipulation routines. |
commit | commitdiff | tree | snapshot |
next |