2001-09-05 |
Ivo Timmermans | Killing tincd with SIGINT causes it to toggle between... |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | config_t* is a const parameter in get_config_val(). |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | Optional signal number for -k option. |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | Revised reconnection mechanism, always try out all... |
tree | commitdiff |
2001-09-01 |
Guus Sliepen | Remove IndirectData support for now, new implementation... |
tree | commitdiff |
2001-08-28 |
Guus Sliepen | Fix signed comparison bug in lookup_subnet_ipv4(). |
tree | commitdiff |
2001-08-17 |
Guus Sliepen | Don't send DEL_HOSTs when !status.meta |
tree | commitdiff |
2001-07-24 |
Guus Sliepen | Explicitly log which type of tunnel device is used. |
tree | commitdiff |
2001-07-24 |
Guus Sliepen | The val variable in a config_t is never used as a long. |
tree | commitdiff |
2001-07-24 |
Guus Sliepen | Write public key to rsa_key.pub instead of rsa_key... |
tree | commitdiff |
2001-07-24 |
Guus Sliepen | Don't use %m in fprintf(). |
tree | commitdiff |
2001-07-21 |
Guus Sliepen | Woohoo! tinc now compiles, runs and actually *works... |
tree | commitdiff |
2001-07-21 |
Guus Sliepen | Always close all sockets in terminate_connection(). |
tree | commitdiff |
2001-07-21 |
Guus Sliepen | Updated terminate_connection() so you can choose if... |
tree | commitdiff |
2001-07-20 |
Guus Sliepen | Added purge_tree for connection_t's which are no longer... |
tree | commitdiff |
2001-07-20 |
Guus Sliepen | Remove all unnecessary status.meta and status.active... |
tree | commitdiff |
2001-07-19 |
Guus Sliepen | Correctly use the active_tree. |
tree | commitdiff |
2001-07-15 |
Guus Sliepen | Split connection list into two lists: |
tree | commitdiff |
2001-07-15 |
Guus Sliepen | Correct inclusion of standard if_tun.h header file. |
tree | commitdiff |
2001-07-04 |
Guus Sliepen | Don't load table of verbose OpenSSL errormessages. |
tree | commitdiff |
2001-07-04 |
Guus Sliepen | - Always use <openssl/include.h> instead of just <inclu... |
tree | commitdiff |
2001-07-01 |
Guus Sliepen | Check for all potential duplicate entries in the id... |
tree | commitdiff |
2001-07-01 |
Guus Sliepen | Fix compiler warning. |
tree | commitdiff |
2001-07-01 |
Guus Sliepen | Fix printf format bug. |
tree | commitdiff |
2001-06-29 |
Guus Sliepen | Fix gcc 3.0 warnings. |
tree | commitdiff |
2001-06-29 |
Guus Sliepen | Log error if two hosts connect with same IP/port tuple. |
tree | commitdiff |
2001-06-29 |
Guus Sliepen | Execute tinc-down BEFORE tap device is closed. This... |
tree | commitdiff |
2001-06-21 |
Guus Sliepen | Remove #warnings I used for debugging stuff. |
tree | commitdiff |
2001-06-21 |
Guus Sliepen | - Solaris compile fixes |
tree | commitdiff |
2001-06-09 |
Guus Sliepen | Woops - big bug in send_key_changed fixed. |
tree | commitdiff |
2001-06-08 |
Guus Sliepen | Only reset seconds_till_retry when we activate the... |
tree | commitdiff |
2001-06-06 |
Guus Sliepen | Fixes to make switching work between hosts that have... |
tree | commitdiff |
2001-06-06 |
Guus Sliepen | Log and warn about duplicate subnet_add()'s for the... |
tree | commitdiff |
2001-06-05 |
Guus Sliepen | Add missing? counting of total_socket_in. |
tree | commitdiff |
2001-06-05 |
Guus Sliepen | You can now put an option "Mode" in tinc.conf, and... |
tree | commitdiff |
2001-06-05 |
Guus Sliepen | Fix bug where lookup_subnet_ipv4() could go into an... |
tree | commitdiff |
2001-06-05 |
Guus Sliepen | - This oneliner removes the need for ifconfig tap?... |
tree | commitdiff |
2001-06-05 |
Guus Sliepen | - tinc can now act as a switch or a hub too (as opposed... |
tree | commitdiff |
2001-06-04 |
Guus Sliepen | Added proxy-arp support. No more ifconfig -arp needed... |
tree | commitdiff |
2001-06-01 |
Guus Sliepen | Fix subnet_lookup() for overlapping subnets. Needs... |
tree | commitdiff |
2001-05-28 |
Guus Sliepen | Make sure Solaris is happy too. |
tree | commitdiff |
2001-05-28 |
Guus Sliepen | Small fixes to allow correct compilation under FreeBSD... |
tree | commitdiff |
2001-05-25 |
Guus Sliepen | TCPonly now works (in a relatively clean way too). |
tree | commitdiff |
2001-05-25 |
Guus Sliepen | With recent kernels the tun device file is located... |
tree | commitdiff |
2001-05-25 |
Guus Sliepen | Small fixes: |
tree | commitdiff |
2001-05-24 |
Guus Sliepen | Only send key_changed if it was previously requested. |
tree | commitdiff |
2001-05-24 |
Guus Sliepen | Since this is incompatible with some earlier versions... |
tree | commitdiff |
2001-05-24 |
Guus Sliepen | Add randomness to PING/PONG packets to prevent crypto... |
tree | commitdiff |
2001-05-07 |
Guus Sliepen | - s/ip_t/ipv4_t/g |
tree | commitdiff |
2001-05-04 |
Guus Sliepen | Correctly cycle through ConnectTo variables. |
tree | commitdiff |
2001-03-13 |
Guus Sliepen | Check indirectdata option before forwarding certain... |
tree | commitdiff |
2001-03-13 |
Guus Sliepen | Ignore alarm signals if we do not need to respond to... |
tree | commitdiff |
2001-03-13 |
Guus Sliepen | Fixed bug in setup_signals() that would make tinc die... |
tree | commitdiff |
2001-03-12 |
Guus Sliepen | Fixed a race condition triggered by receive_meta()... |
tree | commitdiff |
2001-03-04 |
Guus Sliepen | - route.c is now used to determine destination |
tree | commitdiff |
2001-03-02 |
Guus Sliepen | Added explaination of our key exchange using RSA encryp... |
tree | commitdiff |
2001-03-01 |
Guus Sliepen | Various small fixes. |
tree | commitdiff |
2001-02-27 |
Guus Sliepen | Removed lots of compiler warnings. |
tree | commitdiff |
2001-02-27 |
Guus Sliepen | - Fixed Interface option (untested) |
tree | commitdiff |
2001-02-27 |
Guus Sliepen | Don't forget to reconnect if outgoing connection fails... |
tree | commitdiff |
2001-02-26 |
Guus Sliepen | - Make sure METAKEY is smaller than the modulus of... |
tree | commitdiff |
2001-02-25 |
Guus Sliepen | Implemented new authentication scheme from doc/SECURITY2. |
tree | commitdiff |
2001-02-25 |
Guus Sliepen | Encrypt network packets in CBC mode instead of CFB... |
tree | commitdiff |
2001-02-25 |
Guus Sliepen | Copy packets before putting them in the queue. |
tree | commitdiff |
2001-02-25 |
Guus Sliepen | Add missing \n. |
tree | commitdiff |
2001-02-25 |
Guus Sliepen | Corrected check for errors after read() calls. |
tree | commitdiff |
2001-02-11 |
Ivo Timmermans | More files to ignore in CVS |
tree | commitdiff |
2001-02-11 |
Guus Sliepen | - Updated CVS_CREATED to remove intl/ directory and... |
tree | commitdiff |
2001-02-11 |
Guus Sliepen | Ignore file for src/ |
tree | commitdiff |
2001-02-06 |
Guus Sliepen | Removed another local definition of the variable "errno" |
tree | commitdiff |
2001-02-06 |
Guus Sliepen | FreeBSD compile fixes (thanks to XeF4) |
tree | commitdiff |
2001-01-17 |
Ivo Timmermans | Fix error reporting of read_config |
tree | commitdiff |
2001-01-13 |
Guus Sliepen | - Allow ASN1 style keys to be in the config files. |
tree | commitdiff |
2001-01-11 |
Guus Sliepen | - Only send out DEL_HOSTs for hosts with a meta connection |
tree | commitdiff |
2001-01-08 |
Guus Sliepen | - Cleaned up subnet_t |
tree | commitdiff |
2001-01-08 |
Guus Sliepen | - Squashed another nasty bug. |
tree | commitdiff |
2001-01-07 |
Guus Sliepen | - Added indirectdata and tcponly functionality. |
tree | commitdiff |
2001-01-07 |
Guus Sliepen | - Fixed IPv6 subnet lookup routine. |
tree | commitdiff |
2001-01-07 |
Guus Sliepen | - It's 2001, all copyright notices are updated. |
tree | commitdiff |
2001-01-07 |
Guus Sliepen | - Added header file for route.c. The routing routines... |
tree | commitdiff |
2001-01-07 |
Guus Sliepen | - Reinstated a queue for outgoing packets. |
tree | commitdiff |
2001-01-06 |
Guus Sliepen | - Check and follow symlinks in is_safe_path |
tree | commitdiff |
2001-01-05 |
Guus Sliepen | - Let user choose whether keys are in the config files... |
tree | commitdiff |
2000-12-22 |
Guus Sliepen | - Don't even think about using sscanf with %as anymore |
tree | commitdiff |
2000-12-22 |
Ivo Timmermans | Added lint target, requires lclint. |
tree | commitdiff |
2000-12-06 |
Ivo Timmermans | Re-introduced MyVirtualIP and VpnMask, as dummy options. |
tree | commitdiff |
2000-12-05 |
Ivo Timmermans | Tiny bits of code beautifying |
tree | commitdiff |
2000-12-05 |
Ivo Timmermans | Oops. I did some VERY wrong things with readline(... |
tree | commitdiff |
2000-12-03 |
Ivo Timmermans | Option -d accepts an argument to set the debug level... |
tree | commitdiff |
2000-12-03 |
Ivo Timmermans | Sort configuration directives |
tree | commitdiff |
2000-12-01 |
Ivo Timmermans | Use buffer instead of line in read_config_file(), line... |
tree | commitdiff |
2000-12-01 |
Ivo Timmermans | readline() accepts two extra parameters, buf and buflen... |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | New function read_rsa_public_key(); |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | Avoid printing duplicate messages from read_rsa_keys |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | Better error checking when reading the RSA private... |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | In readline(): initialise the line to zero length; |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | The file is safe if it doesn't exist. |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | Read the PEM file pointed to by the configuration directive |
tree | commitdiff |
2000-11-30 |
Ivo Timmermans | Implemented is_safe_path, and extended ask_and_safe_open. |
tree | commitdiff |
2000-11-29 |
Ivo Timmermans | Also free the pointer returned by readline(). |
tree | commitdiff |
next |