Ivo Timmermans
6a8c2e346e
Don't look for GMP header files
2000-10-13 23:34:56 +00:00
Ivo Timmermans
f18e30dab3
Updated new requirements, pointers to the manual
2000-10-13 23:30:11 +00:00
Ivo Timmermans
a96f2f0fc8
Link with OpenSSL, forget libGMP
2000-10-13 23:29:35 +00:00
Guus Sliepen
183a8edd22
- Fixing-things pass: every source file compiles into an object file now,
...
but linking tincd does not work yet (must link with openssl libs and
define some missing functions).
2000-10-11 22:01:02 +00:00
Guus Sliepen
6e39481d8f
- Generalized config file parsing to support multiple configuration trees.
2000-10-11 13:42:52 +00:00
Guus Sliepen
451e9e3e7a
- Changed genauth to produce rsa keypairs instead of random passphrases.
2000-10-11 12:07:27 +00:00
Guus Sliepen
950fb8e916
Big and bad commit of my current tree...
...
- Added seperate file for connection list handling
- Updating everything to use connlist, meta and subnet files
- Removed dependency on libgmp
- Lots of other stuff...
2000-10-11 10:35:17 +00:00
Guus Sliepen
73d0dcfcc1
Removing cipher directory (all will be covered by OpenSSL).
2000-10-04 15:09:57 +00:00
Guus Sliepen
2228b16159
- Added subnet handling code
...
- Other small changes to header files
2000-10-01 03:21:49 +00:00
Ivo Timmermans
676b1c0ea1
Many updates, parts rewritten, added, shuffled around.
2000-09-27 20:32:29 +00:00
Guus Sliepen
c78a204f06
- Added meta.c which contains functions to send, receive and broadcast
...
metadata. It will also handle encryption and decryption, and possibly
compression and checksumming.
- Moved request dispatcher to protocol.c.
2000-09-26 14:06:11 +00:00
Guus Sliepen
2c412009e5
- Very detailed example of the authentication phase.
2000-09-25 20:08:50 +00:00
Guus Sliepen
361690b18c
- Removed options "string" stuff. It was a bad idea...
...
- free() everything that is allocated.
2000-09-22 16:20:07 +00:00
Guus Sliepen
5afc1e98f4
- Severe code reduction and simplification of challenge requests
...
- "Finished" [add|del]_subnet_h
- Added lots of sanity checks to [add|del]_host_h
2000-09-22 15:06:28 +00:00
Guus Sliepen
5d0b3516d5
- Updated authentication scheme.
...
- Removed all trailing spaces from all lines.
- Added things to add_ and del_subnet_h.
2000-09-17 21:42:05 +00:00
Guus Sliepen
84f210edd9
- Included authentication scheme from protocol.c
...
- Added a few comments about the symmetric cipher.
2000-09-17 20:11:59 +00:00
Guus Sliepen
2863134a41
Added document about the used cryptographic algorithms and the reasons
...
behind them. Feel very free to comment on this!
2000-09-17 19:57:39 +00:00
Ivo Timmermans
33a5b45471
Added Spanish translation of the docs by Matias Carrasco
2000-09-17 10:28:57 +00:00
Ivo Timmermans
7f3ab38c22
Second round of fixes
2000-09-15 12:58:40 +00:00
Ivo Timmermans
ed397b6ac6
First round of needed fixes after the overhaul
2000-09-14 21:51:21 +00:00
Ivo Timmermans
296171d115
New directive: Name.
2000-09-14 14:34:38 +00:00
Ivo Timmermans
d335c6d0d7
Added some structures and types that are needed for the overhaul.
2000-09-14 14:32:34 +00:00
Guus Sliepen
c04c84c980
- Lots of small changes.
2000-09-14 11:54:51 +00:00
Ivo Timmermans
cd6695df82
Better checks for SunOS libraries
2000-09-11 11:40:46 +00:00
Guus Sliepen
9c75350ac6
- Fixed modulo in keylength check
...
- Updated header file to reflect new protocol code
2000-09-11 10:05:35 +00:00
Guus Sliepen
76b5f255c6
- Some key exchange stuff. (Last commit before going to bed.)
2000-09-10 23:11:37 +00:00
Guus Sliepen
675ed08a71
- Lots of functions added for the new protocol.
2000-09-10 22:49:46 +00:00
Ivo Timmermans
9926dae464
Add Guus' name and shift out old protocol requests
2000-09-10 21:57:11 +00:00
Ivo Timmermans
74157d3f45
Correct filenames for passphrases given in the example
2000-09-10 18:37:46 +00:00
Guus Sliepen
6b9ec9ed1e
- Added more function skeletons for the new protocol.
2000-09-10 16:15:35 +00:00
Guus Sliepen
28cc301595
- New protocol. Will break everything else for now.
2000-09-10 15:18:03 +00:00
Ivo Timmermans
7884d3ecaf
Support for -lsocket and -lnsl on SunOS
2000-09-10 15:16:07 +00:00
Ivo Timmermans
14554e6f42
Include openssl/blowfish.h
2000-09-10 15:15:38 +00:00
Ivo Timmermans
45ea3ca432
Updated text, removed protocol flowchart
2000-09-10 15:07:41 +00:00
Ivo Timmermans
ae17572e6b
Link with OpenSSL crypto libraries instead of own blowfish library
2000-09-10 15:05:45 +00:00
Guus Sliepen
4dde583bc9
- Use strerror() instead of sys_errlist[] for increased portability
...
(Needed for SunOS)
2000-09-06 11:49:05 +00:00
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