2003-12-12 |
Guus Sliepen | Code beautification, start of multicast support. |
blob | commitdiff | raw |
2003-08-28 |
Guus Sliepen | We don't have to tell GCC how to cast. |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Guus Sliepen | Simpler checking of permissions on private RSA key... |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Guus Sliepen | Allow empty lines in config files. |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Guus Sliepen | Windows uses backslashes... |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Guus Sliepen | Oops. |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Guus Sliepen | Oops. |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Guus Sliepen | Allow whitespace in values. |
blob | commitdiff | raw | diff to current |
2003-07-24 |
Guus Sliepen | Sprinkle around a lot of const and some C99 initialisers. |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Guus Sliepen | Use bools and enums where appropriate. |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Guus Sliepen | No UNIX style permissions under Windows. |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Guus Sliepen | Big header file cleanup: everything that has to do... |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Guus Sliepen | Simplify logging, update copyrights and some minor... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Guus Sliepen | More missing IPv6 definitions and autoconf checks to... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Guus Sliepen | Sprinkling the source with static and attributes. |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Guus Sliepen | Define logger(), cleans up source code and allows us... |
blob | commitdiff | raw | diff to current |
2002-09-15 |
Guus Sliepen | port_t isn't used anymore and conflicts with MacOS... |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Remove redundant spaces. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Switch to K&R style indentation. |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Guus Sliepen | Cleanups: |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Guus Sliepen | s/sliepen.warande.net/sliepen.eu.org/g |
blob | commitdiff | raw | diff to current |
2002-06-08 |
Guus Sliepen | Cleanup: |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Guus Sliepen | masklength is better known as prefixlength. |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Guus Sliepen | Configuration variables were still handled case sensiti... |
blob | commitdiff | raw | diff to current |
2002-02-18 |
Guus Sliepen | - Non-blocking connect()s. |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Guus Sliepen | Merging of the entire pre5 branch. release-1.0pre5 |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | Fixed silly typo: "np" instead of "no" |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | get_config_subnet needs to be fixed. |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | Don't include netutl.h. |
blob | commitdiff | raw | diff to current |
2001-11-16 |
Ivo Timmermans | Deprecated get_config_ip and get_config_port |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Guus Sliepen | Show cfg->variable instead of cfg->value when complaini... |
blob | commitdiff | raw | diff to current |
2001-10-27 |
Guus Sliepen | Various small fixes to make tinc runnable again. |
blob | commitdiff | raw | diff to current |
2001-10-27 |
Guus Sliepen | Big bad commit: |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Guus Sliepen | Revamp configuration handling: |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Guus Sliepen | config_t* is a const parameter in get_config_val(). |
blob | commitdiff | raw | diff to current |
2001-07-24 |
Guus Sliepen | Don't use %m in fprintf(). |
blob | commitdiff | raw | diff to current |
2001-06-05 |
Guus Sliepen | You can now put an option "Mode" in tinc.conf, and... |
blob | commitdiff | raw | diff to current |
2001-01-17 |
Ivo Timmermans | Fix error reporting of read_config |
blob | commitdiff | raw | diff to current |
2001-01-13 |
Guus Sliepen | - Allow ASN1 style keys to be in the config files. |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Guus Sliepen | - It's 2001, all copyright notices are updated. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Guus Sliepen | - Check and follow symlinks in is_safe_path |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Guus Sliepen | - Let user choose whether keys are in the config files... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Guus Sliepen | - Don't even think about using sscanf with %as anymore |
blob | commitdiff | raw | diff to current |
2000-12-06 |
Ivo Timmermans | Re-introduced MyVirtualIP and VpnMask, as dummy options. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Ivo Timmermans | Oops. I did some VERY wrong things with readline(... |
blob | commitdiff | raw | diff to current |
2000-12-03 |
Ivo Timmermans | Sort configuration directives |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Ivo Timmermans | Use buffer instead of line in read_config_file(), line... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Ivo Timmermans | readline() accepts two extra parameters, buf and buflen... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Ivo Timmermans | In readline(): initialise the line to zero length; |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Ivo Timmermans | The file is safe if it doesn't exist. |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Ivo Timmermans | Implemented is_safe_path, and extended ask_and_safe_open. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Ivo Timmermans | Also free the pointer returned by readline(). |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Ivo Timmermans | Use readline() in read_config_file() instead of fgets. |
blob | commitdiff | raw | diff to current |
2000-11-29 |
Ivo Timmermans | Implemented a readline() function that will read an... |
blob | commitdiff | raw | diff to current |
2000-11-28 |
Ivo Timmermans | Save RSA public and private keys to a separate file... |
blob | commitdiff | raw | diff to current |
2000-11-20 |
Guus Sliepen | - Integrate rbl trees into tinc. |
blob | commitdiff | raw | diff to current |
2000-11-04 |
Guus Sliepen | - Prepended config_ to all configuration option names... |
blob | commitdiff | raw | diff to current |
2000-11-03 |
Ivo Timmermans | Warnings removal pass: always include config.h first... |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Guus Sliepen | - Fixed ans_key_h |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Guus Sliepen | - Very big cleanup. |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Guus Sliepen | - Lots of little stuff modified |
blob | commitdiff | raw | diff to current |
2000-10-22 |
Ivo Timmermans | read_server_config: Check for result of read_config_file. |
blob | commitdiff | raw | diff to current |
2000-10-16 |
Guus Sliepen | - Fixing little things |
blob | commitdiff | raw | diff to current |
2000-10-15 |
Guus Sliepen | - The daemon actually runs now (somewhat) |
blob | commitdiff | raw | diff to current |
2000-10-14 |
Guus Sliepen | - Second fixing-things pass: it even links now. |
blob | commitdiff | raw | diff to current |
2000-10-11 |
Guus Sliepen | - Fixing-things pass: every source file compiles into... |
blob | commitdiff | raw | diff to current |
2000-10-11 |
Guus Sliepen | - Generalized config file parsing to support multiple... |
blob | commitdiff | raw | diff to current |
2000-09-14 |
Ivo Timmermans | New directive: Name. |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Guus Sliepen | - Use strerror() instead of sys_errlist[] for increased... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Guus Sliepen | - Added two extra configuration options, Interface... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Guus Sliepen | - Added experimental hackish tunneling-over-TCP support. |
blob | commitdiff | raw | diff to current |
2000-07-02 |
Guus Sliepen | - Delayed address resolving for ConnectTo lines in... |
blob | commitdiff | raw | diff to current |
2000-06-30 |
Guus Sliepen | - Removed segfault bug in conf.c (must have been there... |
blob | commitdiff | raw | diff to current |
2000-06-29 |
Guus Sliepen | - Fixed memory leak. |
blob | commitdiff | raw | diff to current |
2000-06-27 |
Guus Sliepen | - Improved handling of errors on connection attempts. |
blob | commitdiff | raw | diff to current |
2000-06-27 |
Guus Sliepen | - Fixed indirectdata=no problem |
blob | commitdiff | raw | diff to current |
2000-06-17 |
Ivo Timmermans | Configuration directive `IndirectData'. |
blob | commitdiff | raw | diff to current |
2000-05-30 |
Ivo Timmermans | Added new configuration directive `Hostnames', which... |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Ivo Timmermans | Internationalization of tinc. |
blob | commitdiff | raw | diff to current |
2000-05-16 |
Guus Sliepen | Stub for VpnMask config directive. |
blob | commitdiff | raw | diff to current |
2000-05-15 |
Ivo Timmermans | Unlimited length in the config file, thanks to Cris... |
blob | commitdiff | raw | diff to current |
2000-05-14 |
Guus Sliepen | Cleanups. |
blob | commitdiff | raw | diff to current |
2000-05-14 |
Guus Sliepen | Proxymode removed. |
blob | commitdiff | raw | diff to current |
2000-05-08 |
Guus Sliepen | Added new config variable "ProxyMode". If enabled,... release-1.0pre1 |
blob | commitdiff | raw | diff to current |
2000-04-26 |
Guus Sliepen | Cleanups: |
blob | commitdiff | raw | diff to current |
2000-03-26 |
Ivo Timmermans | Initial revision |
blob | commitdiff | raw | diff to current |
|