Guus Sliepen [Tue, 31 Oct 2000 16:22:49 +0000 (16:22 +0000)]
Removed config file parsing and interface setup. This will be handled by
the tinc-up and tinc-down scripts from now on.
Guus Sliepen [Tue, 31 Oct 2000 16:10:17 +0000 (16:10 +0000)]
- Update.
Guus Sliepen [Mon, 30 Oct 2000 10:19:06 +0000 (10:19 +0000)]
- Fixed some spelling mistakes and terminology here and there.
Guus Sliepen [Mon, 30 Oct 2000 00:22:54 +0000 (00:22 +0000)]
- Small cleanups
- Updated dutch translation
- Updated man pages
Guus Sliepen [Sun, 29 Oct 2000 22:55:15 +0000 (22:55 +0000)]
- Finishing touch: encrypt the meta connections
Guus Sliepen [Sun, 29 Oct 2000 22:10:44 +0000 (22:10 +0000)]
- Use CFB mode for encrypting packets: it works and we don't need padding.
Guus Sliepen [Sun, 29 Oct 2000 10:39:08 +0000 (10:39 +0000)]
- Small fixes
- Do proper key exchange
- Encrypt packets - it works, but there is something wrong with the MAC
header after decryption...
Guus Sliepen [Sun, 29 Oct 2000 09:19:27 +0000 (09:19 +0000)]
- Removed old encr stuff
Guus Sliepen [Sun, 29 Oct 2000 02:07:41 +0000 (02:07 +0000)]
- Updated dutch translation.
- Shutdown properly.
Guus Sliepen [Sun, 29 Oct 2000 01:27:23 +0000 (01:27 +0000)]
- Moved connlist stuff to the proper header file.
Guus Sliepen [Sun, 29 Oct 2000 01:08:09 +0000 (01:08 +0000)]
- Enforce correct order of authentication requests
Guus Sliepen [Sun, 29 Oct 2000 00:46:43 +0000 (00:46 +0000)]
- Hit people who can't figure out subnet address/mask pairs with a
(clue)bat.
Guus Sliepen [Sun, 29 Oct 2000 00:24:31 +0000 (00:24 +0000)]
- Fixed ans_key_h
- Removed tapsubnet configuration option.
Guus Sliepen [Sun, 29 Oct 2000 00:02:20 +0000 (00:02 +0000)]
- Very big cleanup.
Guus Sliepen [Sat, 28 Oct 2000 21:52:22 +0000 (21:52 +0000)]
- Override destination ethernet address on incoming packets with
FE:FD:00:00:00:00
Guus Sliepen [Sat, 28 Oct 2000 21:25:21 +0000 (21:25 +0000)]
- Fixed offsets when reading/writing from/to tap device
Guus Sliepen [Sat, 28 Oct 2000 21:05:20 +0000 (21:05 +0000)]
- Lots of small fixes
- Exchange subnets on acknowledgement of connection
- Do proper lookup when incoming packets from tap
- off-by-a small number-error when reading/sending tap packets
Ivo Timmermans [Sat, 28 Oct 2000 19:34:53 +0000 (19:34 +0000)]
Skip the check for Linux kernel sources
Guus Sliepen [Sat, 28 Oct 2000 16:41:40 +0000 (16:41 +0000)]
- Updated subnet list handling. Subnets are added to two lists now, the
owner's list and a global list. It is all fucked up but it probably
works anyway, good enough for pre3 :).
Guus Sliepen [Tue, 24 Oct 2000 15:46:18 +0000 (15:46 +0000)]
- Lots of little stuff modified
- Succesfully reads in subnets from host config file now and adds them to
the list.
Ivo Timmermans [Mon, 23 Oct 2000 21:56:56 +0000 (21:56 +0000)]
Oops, echelon change committed to cabal... :)
Guus Sliepen [Mon, 23 Oct 2000 13:52:54 +0000 (13:52 +0000)]
- route.c will contain the routing logic.
Ivo Timmermans [Sun, 22 Oct 2000 13:47:41 +0000 (13:47 +0000)]
read_server_config: Check for result of read_config_file.
Ivo Timmermans [Sun, 22 Oct 2000 13:37:15 +0000 (13:37 +0000)]
Include linux/sockios.h and net/if.h anyway, regardless of the value of HAVE_TUNTAP.
Guus Sliepen [Sat, 21 Oct 2000 11:52:08 +0000 (11:52 +0000)]
- Fixed all debug levels.
- Seed PRNG before generating a challenge
- Strange thing in challenge decryption: it fails if first bit is set!?
Guus Sliepen [Fri, 20 Oct 2000 19:46:58 +0000 (19:46 +0000)]
- Removed last reference to genauth from Makefile.am
- Tinc spawns tinc-up and tinc-down scripts which can be used to configure
the network device. The environment variable IFNAME is set to the name
of the interface.
Guus Sliepen [Fri, 20 Oct 2000 16:49:20 +0000 (16:49 +0000)]
- Made Makefile.am stub for doc/es/
- Merged genauth into tincd
- Updated dutch translation
Guus Sliepen [Fri, 20 Oct 2000 15:34:38 +0000 (15:34 +0000)]
- tinc now really does public/private key encryption! It even works, whee!
Ivo Timmermans [Thu, 19 Oct 2000 17:29:22 +0000 (17:29 +0000)]
Changed changelog
Guus Sliepen [Thu, 19 Oct 2000 14:42:00 +0000 (14:42 +0000)]
- Seed the PRNG using /dev/random before generating the keys.
Ivo Timmermans [Wed, 18 Oct 2000 19:44:11 +0000 (19:44 +0000)]
Get the head revision up to date with cabal
Ivo Timmermans [Tue, 17 Oct 2000 10:15:20 +0000 (10:15 +0000)]
Don't declare cp_file and cp_line in xmalloc()
Ivo Timmermans [Tue, 17 Oct 2000 10:14:25 +0000 (10:14 +0000)]
Process subdir es/
Guus Sliepen [Mon, 16 Oct 2000 19:04:47 +0000 (19:04 +0000)]
- More fixing. Tinc daemons can now even create activated connections.
Guus Sliepen [Mon, 16 Oct 2000 16:33:30 +0000 (16:33 +0000)]
- Fixing little things
- Two tinc daemons can connect to eachother now (but they disconnect right
after the ACKs).
Ivo Timmermans [Mon, 16 Oct 2000 11:35:10 +0000 (11:35 +0000)]
Output doc/es/Makefile
Guus Sliepen [Sun, 15 Oct 2000 20:30:39 +0000 (20:30 +0000)]
Corrected #ifdefs for tun/tap support.
Ivo Timmermans [Sun, 15 Oct 2000 20:21:27 +0000 (20:21 +0000)]
Really #include the if_tun.h files now
Ivo Timmermans [Sun, 15 Oct 2000 20:13:55 +0000 (20:13 +0000)]
Linearized checks for if_tun.h
Ivo Timmermans [Sun, 15 Oct 2000 19:53:15 +0000 (19:53 +0000)]
Wrap the tun/tap code in #ifdef HAVE_TUNTAP
Ivo Timmermans [Sun, 15 Oct 2000 17:26:31 +0000 (17:26 +0000)]
Add checks for the presence of the universal tun/tap device driver.
Guus Sliepen [Sun, 15 Oct 2000 00:59:37 +0000 (00:59 +0000)]
- The daemon actually runs now (somewhat)
- Added support for tun/tap driver (autodetect!)
- More sophisticated checkpoint functionality
- Updated dutch translation
Ivo Timmermans [Sat, 14 Oct 2000 22:22:06 +0000 (22:22 +0000)]
Add CVS id lines
Ivo Timmermans [Sat, 14 Oct 2000 22:17:29 +0000 (22:17 +0000)]
Fix `Requirements'-section for GMP and OpenSSL libraries.
Ivo Timmermans [Sat, 14 Oct 2000 22:00:09 +0000 (22:00 +0000)]
Update Depends lines to reflect the dependencies on OpenSSL
Guus Sliepen [Sat, 14 Oct 2000 17:04:16 +0000 (17:04 +0000)]
- Second fixing-things pass: it even links now.
- Lots of FIXME comments added to the source code.
Ivo Timmermans [Fri, 13 Oct 2000 23:34:56 +0000 (23:34 +0000)]
Don't look for GMP header files
Ivo Timmermans [Fri, 13 Oct 2000 23:30:11 +0000 (23:30 +0000)]
Updated new requirements, pointers to the manual
Ivo Timmermans [Fri, 13 Oct 2000 23:29:35 +0000 (23:29 +0000)]
Link with OpenSSL, forget libGMP
Guus Sliepen [Wed, 11 Oct 2000 22:01:02 +0000 (22:01 +0000)]
- 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).
Guus Sliepen [Wed, 11 Oct 2000 13:42:52 +0000 (13:42 +0000)]
- Generalized config file parsing to support multiple configuration trees.
Guus Sliepen [Wed, 11 Oct 2000 12:07:27 +0000 (12:07 +0000)]
- Changed genauth to produce rsa keypairs instead of random passphrases.
Guus Sliepen [Wed, 11 Oct 2000 10:35:17 +0000 (10:35 +0000)]
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...
Guus Sliepen [Wed, 4 Oct 2000 15:09:57 +0000 (15:09 +0000)]
Removing cipher directory (all will be covered by OpenSSL).
Guus Sliepen [Sun, 1 Oct 2000 03:21:49 +0000 (03:21 +0000)]
- Added subnet handling code
- Other small changes to header files
Ivo Timmermans [Wed, 27 Sep 2000 20:32:29 +0000 (20:32 +0000)]
Many updates, parts rewritten, added, shuffled around.
Guus Sliepen [Tue, 26 Sep 2000 14:06:11 +0000 (14:06 +0000)]
- 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.
Guus Sliepen [Mon, 25 Sep 2000 20:08:50 +0000 (20:08 +0000)]
- Very detailed example of the authentication phase.
Guus Sliepen [Fri, 22 Sep 2000 16:20:07 +0000 (16:20 +0000)]
- Removed options "string" stuff. It was a bad idea...
- free() everything that is allocated.
Guus Sliepen [Fri, 22 Sep 2000 15:06:28 +0000 (15:06 +0000)]
- Severe code reduction and simplification of challenge requests
- "Finished" [add|del]_subnet_h
- Added lots of sanity checks to [add|del]_host_h
Guus Sliepen [Sun, 17 Sep 2000 21:42:05 +0000 (21:42 +0000)]
- Updated authentication scheme.
- Removed all trailing spaces from all lines.
- Added things to add_ and del_subnet_h.
Guus Sliepen [Sun, 17 Sep 2000 20:11:59 +0000 (20:11 +0000)]
- Included authentication scheme from protocol.c
- Added a few comments about the symmetric cipher.
Guus Sliepen [Sun, 17 Sep 2000 19:57:39 +0000 (19:57 +0000)]
Added document about the used cryptographic algorithms and the reasons
behind them. Feel very free to comment on this!
Ivo Timmermans [Sun, 17 Sep 2000 10:28:57 +0000 (10:28 +0000)]
Added Spanish translation of the docs by Matias Carrasco
Ivo Timmermans [Fri, 15 Sep 2000 12:58:40 +0000 (12:58 +0000)]
Second round of fixes
Ivo Timmermans [Thu, 14 Sep 2000 21:51:21 +0000 (21:51 +0000)]
First round of needed fixes after the overhaul
Ivo Timmermans [Thu, 14 Sep 2000 14:34:38 +0000 (14:34 +0000)]
New directive: Name.
Ivo Timmermans [Thu, 14 Sep 2000 14:32:34 +0000 (14:32 +0000)]
Added some structures and types that are needed for the overhaul.
Guus Sliepen [Thu, 14 Sep 2000 11:54:51 +0000 (11:54 +0000)]
- Lots of small changes.
Ivo Timmermans [Mon, 11 Sep 2000 11:40:46 +0000 (11:40 +0000)]
Better checks for SunOS libraries
Guus Sliepen [Mon, 11 Sep 2000 10:05:35 +0000 (10:05 +0000)]
- Fixed modulo in keylength check
- Updated header file to reflect new protocol code
Guus Sliepen [Sun, 10 Sep 2000 23:11:37 +0000 (23:11 +0000)]
- Some key exchange stuff. (Last commit before going to bed.)
Guus Sliepen [Sun, 10 Sep 2000 22:49:46 +0000 (22:49 +0000)]
- Lots of functions added for the new protocol.
Ivo Timmermans [Sun, 10 Sep 2000 21:57:11 +0000 (21:57 +0000)]
Add Guus' name and shift out old protocol requests
Ivo Timmermans [Sun, 10 Sep 2000 18:37:46 +0000 (18:37 +0000)]
Correct filenames for passphrases given in the example
Guus Sliepen [Sun, 10 Sep 2000 16:15:35 +0000 (16:15 +0000)]
- Added more function skeletons for the new protocol.
Guus Sliepen [Sun, 10 Sep 2000 15:18:03 +0000 (15:18 +0000)]
- New protocol. Will break everything else for now.
Ivo Timmermans [Sun, 10 Sep 2000 15:16:07 +0000 (15:16 +0000)]
Support for -lsocket and -lnsl on SunOS
Ivo Timmermans [Sun, 10 Sep 2000 15:15:38 +0000 (15:15 +0000)]
Include openssl/blowfish.h
Ivo Timmermans [Sun, 10 Sep 2000 15:07:41 +0000 (15:07 +0000)]
Updated text, removed protocol flowchart
Ivo Timmermans [Sun, 10 Sep 2000 15:05:45 +0000 (15:05 +0000)]
Link with OpenSSL crypto libraries instead of own blowfish library
Guus Sliepen [Wed, 6 Sep 2000 11:49:05 +0000 (11:49 +0000)]
- Use strerror() instead of sys_errlist[] for increased portability
(Needed for SunOS)
Ivo Timmermans [Sun, 27 Aug 2000 11:05:47 +0000 (11:05 +0000)]
Changed CVSROOT path in `make ChangeLog'
Guus Sliepen [Tue, 22 Aug 2000 14:55:04 +0000 (14:55 +0000)]
Fix rules (thanks to Laurence)
Ivo Timmermans [Mon, 21 Aug 2000 20:35:47 +0000 (20:35 +0000)]
Added a rule to create an rpm
Guus Sliepen [Mon, 21 Aug 2000 12:50:15 +0000 (12:50 +0000)]
Updated tinc.conf manual.
Ivo Timmermans [Sun, 20 Aug 2000 23:08:17 +0000 (23:08 +0000)]
Also chomp $VPNMASK
Ivo Timmermans [Sun, 20 Aug 2000 23:07:18 +0000 (23:07 +0000)]
(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.
Guus Sliepen [Fri, 18 Aug 2000 14:45:38 +0000 (14:45 +0000)]
Updated the manual:
- incorporated comments from Stefan Hartsuiker
- updated configuration variables section
- added some text about key types
Guus Sliepen [Fri, 18 Aug 2000 11:17:09 +0000 (11:17 +0000)]
Commented on some size calculations.
Guus Sliepen [Thu, 17 Aug 2000 17:22:01 +0000 (17:22 +0000)]
Ran update-po and updated dutch translation.
Guus Sliepen [Thu, 17 Aug 2000 16:51:08 +0000 (16:51 +0000)]
Fixed all sprintf() spl01ts.
Guus Sliepen [Wed, 9 Aug 2000 14:02:16 +0000 (14:02 +0000)]
- Added two extra configuration options, Interface and InterfaceIP, to
bind the listen socket to a network device or a specific IP.
Guus Sliepen [Wed, 9 Aug 2000 09:34:21 +0000 (09:34 +0000)]
- Reinstated O_NONBLOCK for meta socket
- Set SO_KEEPALIVE on meta socket
Guus Sliepen [Tue, 8 Aug 2000 17:07:48 +0000 (17:07 +0000)]
- Moved TCP packet reception to meta handler: less kludgy and less buggy!
Guus Sliepen [Tue, 8 Aug 2000 14:54:57 +0000 (14:54 +0000)]
- Added date/time of build and protocol number to --version output.
Guus Sliepen [Tue, 8 Aug 2000 13:47:57 +0000 (13:47 +0000)]
Removed calling add_queue for tcponly packets.
Guus Sliepen [Tue, 8 Aug 2000 08:48:50 +0000 (08:48 +0000)]
Fixed PACKET read loop.
Guus Sliepen [Mon, 7 Aug 2000 16:27:29 +0000 (16:27 +0000)]
- Lots o' buglets fixed (-Wall helps)
- Made TCPonly work :)
Guus Sliepen [Mon, 7 Aug 2000 14:52:16 +0000 (14:52 +0000)]
- Added experimental hackish tunneling-over-TCP support.
Just use TCPonly = true in the configuration file.