Ivo Timmermans
66e535a729
Changed CVSROOT path in `make ChangeLog'
2000-08-27 11:05:47 +00:00
Guus Sliepen
39e159fbe6
Fix rules (thanks to Laurence)
2000-08-22 14:55:04 +00:00
Ivo Timmermans
47992fe59f
Added a rule to create an rpm
2000-08-21 20:35:47 +00:00
Guus Sliepen
d9af4f3233
Updated tinc.conf manual.
2000-08-21 12:50:15 +00:00
Ivo Timmermans
94a32c4b2d
Also chomp $VPNMASK
2000-08-20 23:08:17 +00:00
Ivo Timmermans
861e808fef
(Quoting Laurence Lane:)
...
The prefix is correctly set for /usr, but is
overridden with the current make install. DESTDIR is the clean way to
relocate the installation into the debian/tmp build dir.
2000-08-20 23:07:18 +00:00
Guus Sliepen
d3f41b803b
Updated the manual:
...
- incorporated comments from Stefan Hartsuiker
- updated configuration variables section
- added some text about key types
2000-08-18 14:45:38 +00:00
Guus Sliepen
5c78e158d4
Commented on some size calculations.
2000-08-18 11:17:09 +00:00
Guus Sliepen
d2c062a0a4
Ran update-po and updated dutch translation.
2000-08-17 17:22:01 +00:00
Guus Sliepen
3831f51a53
Fixed all sprintf() spl01ts.
2000-08-17 16:51:08 +00:00
Guus Sliepen
9acd4379f7
- Added two extra configuration options, Interface and InterfaceIP, to
...
bind the listen socket to a network device or a specific IP.
2000-08-09 14:02:16 +00:00
Guus Sliepen
f6d79366b3
- Reinstated O_NONBLOCK for meta socket
...
- Set SO_KEEPALIVE on meta socket
2000-08-09 09:34:21 +00:00
Guus Sliepen
3cfc9424f2
- Moved TCP packet reception to meta handler: less kludgy and less buggy!
2000-08-08 17:07:48 +00:00
Guus Sliepen
e092d15be1
- Added date/time of build and protocol number to --version output.
2000-08-08 14:54:57 +00:00
Guus Sliepen
ff87f385c3
Removed calling add_queue for tcponly packets.
2000-08-08 13:47:57 +00:00
Guus Sliepen
ac73c72488
Fixed PACKET read loop.
2000-08-08 08:48:50 +00:00
Guus Sliepen
b6997b0050
- Lots o' buglets fixed (-Wall helps)
...
- Made TCPonly work :)
2000-08-07 16:27:29 +00:00
Guus Sliepen
fdc6a2f106
- Added experimental hackish tunneling-over-TCP support.
...
Just use TCPonly = true in the configuration file.
2000-08-07 14:52:16 +00:00
Guus Sliepen
42455e97a0
- Fixed typo.
2000-07-02 13:40:57 +00:00
Guus Sliepen
b1ecbf9777
- Delayed address resolving for ConnectTo lines in configuration file to
...
allow DynDNS to work without restarting tincd.
2000-07-02 13:36:18 +00:00
Guus Sliepen
6642ec2ea4
- Updated THANKS file
2000-07-02 12:48:04 +00:00
Ivo Timmermans
e0de803c7e
Include the Spanish translation in the distribution/build process.
2000-07-02 12:41:03 +00:00
Guus Sliepen
721d85f772
- Added Spanish translation from Enrique Zanardi.
2000-07-02 12:35:28 +00:00
Guus Sliepen
e821a22876
- Forgot to mention ourselves in the tincd manual page! :)
2000-07-01 14:40:56 +00:00
Guus Sliepen
09f4ec1901
- Updated PROTOCOL (a bit)
...
- Included a real tincd.8 describing the options, signals, debug levels
and files used by tincd.
2000-07-01 14:32:24 +00:00
Guus Sliepen
1b28f88808
- Removed a single unused bit from status_bits_t.
2000-07-01 07:49:21 +00:00
Wessel Dankers
7fdc881b86
Added architecture section, made a start with the kernel section.
...
ToDo: install tinc myself to see if everything is as I say =)
2000-07-01 07:29:32 +00:00
Guus Sliepen
8ec648abf4
- Added documentation for the protocols (most important the meta protocol)
...
used by tinc.
2000-06-30 22:38:58 +00:00
Wessel Dankers
ce72275a43
Grrr, recommit
2000-06-30 21:16:52 +00:00
Guus Sliepen
1a1ebefd57
- Made tinc even more silent if no -d flag is given at all.
2000-06-30 21:03:51 +00:00
Wessel Dankers
8309e9b869
File added to CABAL (hopefully)
2000-06-30 20:50:47 +00:00
Guus Sliepen
c5737583c8
- Instead of logging an error when remote end closes the connection,
...
we print a nice message if appropiate debug level is set.
- If we get ADD_HOSTs or DEL_HOSTs for ourself, then connection lists
are really messed up. We restart, and hope our problems go away.
2000-06-30 12:41:06 +00:00
Guus Sliepen
24874d0806
- Removed segfault bug in conf.c (must have been there for ages!)
...
- Made main_loop() signal proof
- #defined MAXTIMEOUT (15 minutes)
- If something really really bad happens, close all connections, wait
for MAXTIMEOUT seconds, and then restart tinc
2000-06-30 11:45:16 +00:00
Guus Sliepen
0f9ad1f047
- Fixed memory leak.
...
- Implemented SIGHUP configuration file reloading.
- Other small changes.
2000-06-29 19:47:04 +00:00
Guus Sliepen
18c85caac3
- New semantics for BASIC_INFO, ADD_HOST and DEL_HOST requests. This will
...
improve connection list consistency, ensures the tree property, and
allows for recovery from situations where track of connections is lost.
2000-06-29 17:09:08 +00:00
Guus Sliepen
e8e7379311
- Removed all IP_ADDR_S macros, because gettext doesn't like them. Each
...
connection now has two hostnames: real_hostname (replacing the old),
and vpn_hostname. In those places where hostnames really aren't usefull
IP_ADDR_S has been replaced by %d.%d.%d.%d.
2000-06-29 13:04:15 +00:00
Guus Sliepen
e0ddb638d1
- Updated Dutch translation.
2000-06-29 07:11:23 +00:00
Ivo Timmermans
0a155580a3
Oops, and mention Guus too.
2000-06-28 21:06:40 +00:00
Ivo Timmermans
f2c9e7f3bb
Removed Free Software Foundation copyright, because Guus Sliepen contributed significantly.
2000-06-28 21:01:45 +00:00
Guus Sliepen
3df9b89204
- Added log message when SIGCHLD is received ("thanks" to Ivo van Dong)
2000-06-28 14:34:40 +00:00
Guus Sliepen
8c6c60adf3
- Fixed a message in nl.po
...
- Woops, we forgot to send our connection list to our uplink when we
connect to it... Fixed.
2000-06-28 13:41:02 +00:00
Guus Sliepen
63c5192d57
- Fixed missing " in nl.po
2000-06-28 11:39:40 +00:00
Guus Sliepen
ea40d3f1a0
- Fixed some spelling errors.
...
- Paar zpelvautjes gerepareerd, en de Nederlandse vertaling weer bij de
tijd gebracht.
2000-06-28 11:38:01 +00:00
Guus Sliepen
dba2995db7
- Extra check op EINTR bij inlezen requests
2000-06-28 10:11:10 +00:00
Guus Sliepen
4ee53e7dac
- Fixes a silly little insignificant buglet.
2000-06-27 21:05:07 +00:00
Guus Sliepen
070ad08118
- Purge old connections that are ADD_HOSTed.
2000-06-27 20:55:12 +00:00
Guus Sliepen
4aeaea5e59
- Improved handling of errors on connection attempts.
2000-06-27 20:10:48 +00:00
Guus Sliepen
45a28b1e89
- Fixed indirectdata=no problem
...
- Added support for multiple ConnectTo lines in tinc.conf.
2000-06-27 15:08:58 +00:00
Guus Sliepen
4faed1b854
- Fixed KEY_CHANGED notification. A lot of notify_others() calls were
...
wrong (first two arguments swapped). Should probably be doublechecked.
- Don't retry to connect to hosts with different protocol versions.
2000-06-27 12:58:04 +00:00
Guus Sliepen
04cb206298
- Moved all connection messages to debug level 1, without -d's only the
...
startup message will be logged.
- Fixed DEL_HOST rebound.
2000-06-26 20:30:21 +00:00