Commit graph

1567 commits

Author SHA1 Message Date
Ivo Timmermans
4dbf7022a2 More updates wrt. the change from tincd->tinc. 2000-04-29 13:56:06 +00:00
Guus Sliepen
2371551014 Oops! Reference to write_n() removed and changed into neat write() call. 2000-04-28 11:33:25 +00:00
Guus Sliepen
bb8fff92e1 Removed write_n() function. 2000-04-27 20:57:18 +00:00
Ivo Timmermans
4fec0cc457 Default config file name is tinc.conf, and pidfile is tinc.pid. 2000-04-27 13:47:51 +00:00
Ivo Timmermans
eebb708cb2 Updated version number to 1.0. 2000-04-27 00:07:17 +00:00
Ivo Timmermans
5797d3fcb1 Filled in the details, license from libblowfish copied. 2000-04-27 00:01:00 +00:00
Ivo Timmermans
a3ccc15ac0 Version to 1.0pre1;
Create Makefile and build in debian/.
2000-04-26 23:56:22 +00:00
Ivo Timmermans
d928703db1 Omit TODO. 2000-04-26 23:23:01 +00:00
Ivo Timmermans
d0ea9c8ff2 Add an entry to dir. 2000-04-26 22:42:15 +00:00
Ivo Timmermans
e5a7291543 The make command is in /usr/bin. 2000-04-26 22:01:01 +00:00
Guus Sliepen
44f9449888 Cleanups:
- Changed recv/send calls into read/write calls for streams
- Made all sizeof() functions use a variable name instead of type
2000-04-26 17:42:55 +00:00
Ivo Timmermans
fca84d8a7d From Mads Kiilerich. 2000-04-26 14:54:43 +00:00
Guus Sliepen
8efe4874da Converted every &variable[0] to variable. 2000-04-25 22:15:28 +00:00
Ivo Timmermans
643d8712eb Debug level tweaking. 2000-04-25 22:00:49 +00:00
Guus Sliepen
468f1d2efc When trying to talk to a host that is in the netmask of a tinc server but
not the tinc server itself, and no keys have been exchanged yet, the key
request would be directed to the host instead of the server. Fixed.
2000-04-25 20:50:59 +00:00
Ivo Timmermans
6461a4b607 *** empty log message *** 2000-04-25 20:42:54 +00:00
Guus Sliepen
dad90e82d3 Fixed typo and removed some unnecessary variables. 2000-04-25 20:17:44 +00:00
Guus Sliepen
5b72422857 Packet queues fixed. They caused the trouble when resending keys. 2000-04-25 20:10:37 +00:00
Ivo Timmermans
04db888b1a Create a ChangeLog file, automake requires it. 2000-04-25 19:23:23 +00:00
Ivo Timmermans
c78b76c53f *** empty log message *** 2000-04-25 19:21:19 +00:00
Ivo Timmermans
45b275e254 Initial CVS. 2000-04-25 19:11:02 +00:00
Guus Sliepen
3a33568652 Added checkpoints to beginning and ending of every function. 2000-04-25 18:57:23 +00:00
Ivo Timmermans
b6bdb9079a Remove ChangeLog with a `make cvs-clean'. 2000-04-25 17:38:54 +00:00
Ivo Timmermans
ca373c6194 Don't include TODO in the dist. 2000-04-25 17:35:45 +00:00
Ivo Timmermans
e1e590fe9a Propagate CFLAGS from configure to gcc. 2000-04-25 15:08:10 +00:00
Ivo Timmermans
8a90de94a1 Delete all the files that are created by autogen.sh on a `make cvs-clean'. 2000-04-25 15:07:21 +00:00
Ivo Timmermans
24ee68b683 Spelling fixes. 2000-04-25 10:40:08 +00:00
Ivo Timmermans
4d85552c5b Contributed by Mads Kiilerich. 2000-04-25 10:27:44 +00:00
Ivo Timmermans
94921d6e57 Generate this Makefile.am from Makefile.am.in. 2000-04-25 10:22:26 +00:00
Ivo Timmermans
8c2b6537d3 *** empty log message *** 2000-04-25 09:43:50 +00:00
Ivo Timmermans
03fa76dbf9 Added Mads Kiilerich, removed Guus Sliepen. 2000-04-25 09:42:52 +00:00
Ivo Timmermans
7c665712d6 Changes largely from Mads Kiilerich.
Removed section about encryption.
2000-04-25 01:45:34 +00:00
Ivo Timmermans
ce98ee1ed4 Remove test for GNOME. 2000-04-25 01:26:35 +00:00
Ivo Timmermans
6c99feb3e3 Use `make ChangeLog' to create this file from the CVS logs. 2000-04-25 01:25:18 +00:00
Ivo Timmermans
f9eef5210d Don't define HAVE_NAMESPACES and HAVE_STL. 2000-04-25 01:23:31 +00:00
Ivo Timmermans
ea9d2f379a Remove check for bigendianness. 2000-04-25 01:22:01 +00:00
Ivo Timmermans
18b204d17a This file is obsolete, most of the ideas are already in echelon. 2000-04-25 01:15:28 +00:00
Ivo Timmermans
62d5384ee0 s/Gnome/tinc/g 2000-04-25 01:10:38 +00:00
Ivo Timmermans
f010158995 The shell script autogen.sh can create all these removed files, but be
sure to have autoconf, automake, libtool and more installed.
2000-04-25 00:50:48 +00:00
Ivo Timmermans
6990a74555 Don't try to create cipher/idea/Makefile. 2000-04-25 00:11:33 +00:00
Ivo Timmermans
cfecc82c9a Don't include idea/idea.h. 2000-04-24 21:12:32 +00:00
Ivo Timmermans
63540ceff5 Don't compile in `idea'. 2000-04-24 21:10:33 +00:00
Ivo Timmermans
74315f4218 These files are not needed in release 1.0. 2000-04-24 20:57:22 +00:00
Guus Sliepen
16d581be68 Bug found! Wrong pointer was used for handling multiple ADD_HOST requests
at once. (See line 606.)
2000-04-24 09:39:50 +00:00
Guus Sliepen
f6802d349d Added extra checks for desynchronized connection lists. Hopefully this will
fix those strange segmentation faults.
2000-04-24 08:32:57 +00:00
Ivo Timmermans
1074917912 Added cvs-clean. 2000-04-20 22:50:48 +00:00
Ivo Timmermans
c92701fcf0 Keep make dist(dir) happy. 2000-04-20 19:14:09 +00:00
Ivo Timmermans
7db17968fc A short notice from Mads Kiilerich. 2000-04-18 20:44:29 +00:00
Ivo Timmermans
2c5a555d7a Submitted changes by Mads Kiilerich. 2000-04-18 20:43:24 +00:00
Ivo Timmermans
375b668dbc Include genauth.8 in the distribution. 2000-04-18 20:30:20 +00:00