2000-11-09  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/netutl.h: Add prototype for destroy_queue

	* doc/tinc.texi: Updates, updates

	* debian/changelog: Bop version number to 1.0pre3-1

	* README:
	Wrapped text to 70 (72?) columns for easy reading

	* NEWS:
	Final release notes added, also edited release notes for 1.0pre2 to what the announcement on the mailing list looked like.

2000-11-08  Guus Sliepen  <guus@sliepen.warande.net>

	* lib/utils.c, lib/utils.h, src/tincd.c, acconfig.h, configure.in:
	- Make checkpoint tracing a compile time option (off by default)

	* THANKS: - Add Jamie :)

	* src/net.c:
	- Applied Jamie Brigg's patch (close sockets after error)

	* src/tincd.c: - Fixed --config
	- Show warning when both netname and config directory are given.

	* src/tincd.c, configure.in, lib/utils.c, src/net.c:
	Porting to SunOS 5.8:
	- More #includes Linux doesn't seem to need
	- Don't do unsetenv() on SunOS
	- Use a replacement asprintf() in case the OS doesn't support it
	It now compiles properly under SunOS.

2000-11-07  Guus Sliepen  <guus@sliepen.warande.net>

	* configure.in, lib/pidfile.c:
	Porting to SunOS 5.8:
	- Include all header files necessary
	- Check for flock() function

	* src/protocol.c:
	- Open UDP connection for all known hosts. Comments please.

	* src/net.c: Changed execution of tinc-up:
	- Do not free() strings that have been putenv()d, see man page of the
	  latter.
	- Do not set IFNAME anymore, it appears that the ioctl to get the name of
	  the interface does not work at all. Since it is set to NETNAME in case
	  of tun/tap and it is known beforehand in case of ethertap, there is no
	  need for it anyway... (though it would've simplified things).

2000-11-05  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/control: Build-Depends on gettext

2000-11-04  Guus Sliepen  <guus@sliepen.warande.net>

	* src/route.c, src/subnet.c, src/protocol.c, src/net.h, src/netutl.c, src/conf.c, src/conf.h, src/connlist.c, src/net.c:
	- Prepended config_ to all configuration option names, because it confused
	  everything (including myself).
	- Use connection oriented UDP sockets for both incoming and outgoing
	  packets.

	* src/protocol.c, src/connlist.h, src/meta.c, src/net.c:
	- Simplified ping mechanism.

2000-11-04  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/control: Build-depends on libtool

2000-11-04  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c: - Check for packets that are looping back.

2000-11-04  Ivo Timmermans  <itimmermans@bigfoot.com>

	* po/nl.po: Updated Dutch translation

	* po/POTFILES.in:
	Add route.c to the list of source files.

2000-11-04  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c:
	- Forward keys in hex notation, not as binary data.

	* src/protocol.c:
	- Don't forget to set packet cipher for added hosts.

	* src/connlist.c, po/nl.po, po/es.po, po/POTFILES.in:
	- connlist.c added to translation

2000-11-04  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/net.c: In execute_script:
	- add an environment variable NETNAME.
	- chdir to the configuration directory before execing the script.

	* debian/dirs: Do not include the passphrases directory

2000-11-04  Guus Sliepen  <guus@sliepen.warande.net>

	* doc/genauth.8, doc/Makefile.am:
	- Removed manpage for no longer existing genauth.

	* src/net.c: - Resolve scriptname after fork()

2000-11-04  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/net.c:
	Use putenv() instead of clumsy do-it-yourself in execute_script.

	* src/net.c:
	Small change to the way the environment is copied.

2000-11-04  Guus Sliepen  <guus@sliepen.warande.net>

	* src/netutl.h, src/subnet.c, src/connlist.h, src/net.c, src/connlist.c:
	- Removed even more warnings.

	* src/net.c: - Removed unused MAC strip/add functions.

2000-11-03  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/protocol.h, src/subnet.c, src/protocol.c, src/conf.c, src/connlist.c, src/connlist.h:
	Warnings removal pass: always include config.h first; add a few
	prototypes in the header files.

	This also fixes a few lint errors/warnings.

	* src/net.c:
	Run the scripts tinc-up and tinc-down from a separate function, which
	sets the environment as it should be and checks for errors.

	* src/tincd.c: Save the environment on startup.

2000-11-02  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/control: Minor cosmetic change.

	* debian/control, debian/po-Makefile.in.in.diff, debian/rules:
	- If necessary, patch po/Makefile.in from po-Makefile.in.in.diff to
	get DESTDIR installation (required to get locales installed
	correctly).
	- Use dh_perl to get accurate perl dependencies.

	* debian/po-Makefile.in.in.diff: New file.

	* debian/changelog:
	- If necessary, patch po/Makefile.in from po-Makefile.in.in.diff to
	get DESTDIR installation (required to get locales installed
	correctly).
	- Use dh_perl to get accurate perl dependencies.

	* debian/Makefile.am:
	Oops, and include doc-base.tinc (new file).

	* debian/Makefile.am:
	Don't include shlibs, as it no longer exists.

	* po/nl.po, src/net.c:
	Changed a few messages wrt. system calls; updated and changed the Dutch translation a bit.

	* AUTHORS:
	Mention fileutils, add a pointer to THANKS for more details

	* Makefile.am:
	Change wsl to Wessel's name and email address in the ChangeLog creation

	* NEWS:
	More exhaustive list of changes - perhaps it can be worded differently?

	* THANKS:
	Changed `I' to `We' - small change, lots of difference :)

	* configure.in: Only check for linux/if_tun.h once

	* doc/tinc.texi:
	Added a perl example to turn an IP address into a MAC address.

	* src/Makefile.am:
	Do not include $(top_srcdir)/cipher, it does no longer exist.

	* debian/doc-base.tinc: New file.

	* debian/changelog, debian/control, debian/doc-base.tinc:
	- Synchronized changelog with the package's changelog.
	- Changed maintainer email address.
	- New file doc-base.tinc.
	- Better Build-Depends and Depends lines.

	* debian/shlibs: This file is no longer needed.

2000-10-31  Guus Sliepen  <guus@sliepen.warande.net>

	* debian/init.d:
	Removed config file parsing and interface setup. This will be handled by
	the tinc-up and tinc-down scripts from now on.

	* NEWS, README, TODO:
	- Update.

2000-10-30  Guus Sliepen  <guus@sliepen.warande.net>

	* src/tincd.c, doc/tincd.8, doc/tinc.conf.5:
	- Fixed some spelling mistakes and terminology here and there.

	* src/tincd.c, src/net.c, po/nl.po, doc/tincd.8, po/es.po, doc/tinc.conf.5:
	- Small cleanups
	- Updated dutch translation
	- Updated man pages

2000-10-29  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/tincd.c, src/connlist.h, src/meta.c, src/protocol.c:
	- Finishing touch: encrypt the meta connections

	* src/tincd.c, src/protocol.c, src/net.c, src/connlist.h:
	- Use CFB mode for encrypting packets: it works and we don't need padding.

	* src/protocol.c, src/net.c:
	- Small fixes
	- Do proper key exchange
	- Encrypt packets - it works, but there is something wrong with the MAC
	  header after decryption...

	* src/tincd.c, src/net.h, src/netutl.c, src/protocol.c, src/encr.c, src/encr.h, src/net.c:
	- Removed old encr stuff

	* src/tincd.c, src/net.c, src/connlist.c, po/es.po, po/nl.po:
	- Updated dutch translation.
	- Shutdown properly.

	* src/connlist.h, src/net.h:
	- Moved connlist stuff to the proper header file.

	* src/protocol.c:
	- Enforce correct order of authentication requests

	* src/net.c:
	- Hit people who can't figure out subnet address/mask pairs with a
	  (clue)bat.

	* src/conf.c, src/conf.h, src/protocol.c:
	- Fixed ans_key_h
	- Removed tapsubnet configuration option.

	* src/subnet.c, src/tincd.c, src/protocol.c, src/connlist.h, src/meta.c, src/net.c, src/conf.c, src/connlist.c:
	- Very big cleanup.

2000-10-28  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c:
	- Override destination ethernet address on incoming packets with
	  FE:FD:00:00:00:00

	* src/net.h, src/net.c:
	- Fixed offsets when reading/writing from/to tap device

	* src/protocol.h, src/subnet.c, src/subnet.h, src/tincd.c, src/protocol.c, lib/utils.c, lib/utils.h, src/net.c:
	- 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

2000-10-28  Ivo Timmermans  <itimmermans@bigfoot.com>

	* m4/tuntap.m4: Skip the check for Linux kernel sources

2000-10-28  Guus Sliepen  <guus@sliepen.warande.net>

	* src/subnet.c, src/subnet.h, src/net.c, src/connlist.c, src/connlist.h:
	- 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 :).

2000-10-24  Guus Sliepen  <guus@sliepen.warande.net>

	* src/subnet.c, src/netutl.c, src/protocol.c, src/conf.h, src/connlist.c, src/meta.c, src/net.c, src/conf.c:
	- Lots of little stuff modified
	- Succesfully reads in subnets from host config file now and adds them to
	  the list.

2000-10-23  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in:
	Oops, echelon change committed to cabal... :)

2000-10-23  Guus Sliepen  <guus@sliepen.warande.net>

	* src/route.c: New file.

	* src/route.c: - route.c will contain the routing logic.

2000-10-22  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/conf.c:
	read_server_config: Check for result of read_config_file.

	* src/net.c:
	Include linux/sockios.h and net/if.h anyway, regardless of the value of HAVE_TUNTAP.

2000-10-21  Guus Sliepen  <guus@sliepen.warande.net>

	* src/tincd.c, src/protocol.c, lib/utils.h, src/meta.c, src/net.c:
	- Fixed all debug levels.
	- Seed PRNG before generating a challenge
	- Strange thing in challenge decryption: it fails if first bit is set!?

2000-10-20  Guus Sliepen  <guus@sliepen.warande.net>

	* src/tincd.c, src/Makefile.am, src/net.c:
	- 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.

	* src/genauth.c, src/Makefile.am, src/tincd.c, po/nl.po, doc/es/Makefile.am, po/es.po, po/POTFILES.in:
	- Made Makefile.am stub for doc/es/
	- Merged genauth into tincd
	- Updated dutch translation

	* doc/es/Makefile.am: New file.

2000-10-20  Ivo Timmermans  <itimmermans@bigfoot.com>

	* lib/hash.c, lib/hash.h, lib/list.c, lib/list.h:
	Generalized list and hash handling functions

	* lib/xalloc.h, lib/xmalloc.c:
	New function: xalloc_and_zero()

	* lib/Makefile.am:
	Add all the new files to the sources list for the utility library

2000-10-20  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/protocol.c, src/genauth.c, src/net.c, src/connlist.c, src/connlist.h:
	- tinc now really does public/private key encryption! It even works, whee!

2000-10-19  Ivo Timmermans  <itimmermans@bigfoot.com>

	* lib/error.c, lib/error.h:
	Generalized error handling functions

	* configure.in: Add check for the syslog function

	* debian/changelog: Changed changelog

2000-10-19  Guus Sliepen  <guus@sliepen.warande.net>

	* src/genauth.c:
	- Seed the PRNG using /dev/random before generating the keys.

2000-10-18  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/tincd.c, src/net.h, src/netutl.c, src/netutl.h, src/protocol.c, src/protocol.h, redhat/tinc.spec, src/conf.c, src/conf.h, src/encr.c, src/encr.h, src/genauth.c, src/Makefile.am, src/net.c, lib/Makefile.am, lib/utils.c, lib/utils.h, lib/xalloc.h, lib/xmalloc.c, po/nl.po, po/POTFILES.in, acconfig.h, configure.in, debian/changelog, debian/control, debian/init.d, debian/rules, doc/Makefile.am, doc/tinc.conf.5, doc/tinc.texi, Makefile.am, README, THANKS, TODO, AUTHORS:
	Bring head revision up to date with cabal (try #3)

	* configure.in, debian/changelog, debian/control, THANKS:
	Get the head revision up to date with cabal

2000-10-17  Ivo Timmermans  <itimmermans@bigfoot.com>

	* lib/xmalloc.c:
	Don't declare cp_file and cp_line in xmalloc()

	* doc/Makefile.am: Process subdir es/

2000-10-16  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c, src/connlist.c, src/net.c:
	- More fixing. Tinc daemons can now even create activated connections.

	* src/protocol.c, lib/utils.c, src/conf.c, src/connlist.c, src/net.c:
	- Fixing little things
	- Two tinc daemons can connect to eachother now (but they disconnect right
	  after the ACKs).

2000-10-16  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in: Output doc/es/Makefile

2000-10-15  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c: Corrected #ifdefs for tun/tap support.

2000-10-15  Ivo Timmermans  <itimmermans@bigfoot.com>

	* m4/tuntap.m4: Really #include the if_tun.h files now

	* m4/tuntap.m4: Linearized checks for if_tun.h

	* src/net.c: Wrap the tun/tap code in #ifdef HAVE_TUNTAP

	* acconfig.h, configure.in, m4/tuntap.m4:
	Add checks for the presence of the universal tun/tap device driver.

	* m4/tuntap.m4: New file.

2000-10-15  Guus Sliepen  <guus@sliepen.warande.net>

	* src/subnet.c, src/tincd.c, src/protocol.h, src/net.h, src/protocol.c, src/conf.c, src/conf.h, src/connlist.c, src/genauth.c, src/meta.c, src/net.c, po/nl.po, lib/utils.c, lib/utils.h, po/es.po, po/POTFILES.in:
	- The daemon actually runs now (somewhat)
	- Added support for tun/tap driver (autodetect!)
	- More sophisticated checkpoint functionality
	- Updated dutch translation

2000-10-14  Ivo Timmermans  <itimmermans@bigfoot.com>

	* doc/tinc.texi: Add CVS id lines

	* doc/tinc.texi:
	Fix `Requirements'-section for GMP and OpenSSL libraries.

	* debian/control:
	Update Depends lines to reflect the dependencies on OpenSSL

2000-10-14  Guus Sliepen  <guus@sliepen.warande.net>

	* src/tincd.c, src/net.h, src/protocol.c, src/conf.h, src/connlist.c, src/connlist.h, src/net.c, src/conf.c, lib/utils.c, lib/utils.h:
	- Second fixing-things pass: it even links now.
	- Lots of FIXME comments added to the source code.

2000-10-13  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in: Don't look for GMP header files

	* README:
	Updated new requirements, pointers to the manual

	* configure.in: Link with OpenSSL, forget libGMP

2000-10-11  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/subnet.c, src/subnet.h, src/tincd.c, src/net.h, src/netutl.c, src/netutl.h, src/protocol.c, src/conf.h, src/connlist.c, src/connlist.h, src/meta.c, src/net.c, lib/xalloc.h, src/conf.c:
	- 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).

	* src/conf.c, src/conf.h, src/protocol.c:
	- Generalized config file parsing to support multiple configuration trees.

	* src/genauth.c:
	- Changed genauth to produce rsa keypairs instead of random passphrases.

	* src/netutl.c, src/netutl.h, src/protocol.h, src/subnet.c, src/subnet.h, src/meta.h, src/net.c, src/net.h, AUTHORS, configure.in, Makefile.am, src/connlist.c, src/connlist.h, src/encr.h, src/Makefile.am, src/meta.c:
	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...

	* src/connlist.c, src/connlist.h:
	New file.

2000-10-04  Guus Sliepen  <guus@sliepen.warande.net>

	* cipher/cipher.c, cipher/cipher.h, cipher/Makefile.am:
	Removing cipher directory (all will be covered by OpenSSL).

2000-10-01  Guus Sliepen  <guus@sliepen.warande.net>

	* src/meta.h, src/net.h, src/subnet.c, src/subnet.h:
	- Added subnet handling code
	- Other small changes to header files

	* src/subnet.c, src/subnet.h: New file.

2000-09-27  Ivo Timmermans  <itimmermans@bigfoot.com>

	* doc/tinc.texi:
	Many updates, parts rewritten, added, shuffled around.

2000-09-26  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/protocol.c, src/meta.h, src/net.c:
	- 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.

	* src/meta.h: New file.

	* src/meta.c:
	- 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.

	* src/meta.c: New file.

2000-09-25  Guus Sliepen  <guus@sliepen.warande.net>

	* doc/SECURITY:
	- Very detailed example of the authentication phase.

2000-09-22  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c, src/protocol.c:
	- Removed options "string" stuff. It was a bad idea...
	- free() everything that is allocated.

	* src/protocol.c:
	- 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-17  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c: - Updated authentication scheme.
	- Removed all trailing spaces from all lines.
	- Added things to add_ and del_subnet_h.

	* doc/SECURITY:
	- Included authentication scheme from protocol.c
	- Added a few comments about the symmetric cipher.

	* doc/SECURITY:
	Added document about the used cryptographic algorithms and the reasons
	behind them. Feel very free to comment on this!

	* doc/SECURITY: New file.

2000-09-17  Ivo Timmermans  <itimmermans@bigfoot.com>

	* doc/es/tinc-es.html, doc/es/tinc_toc-es.html:
	Added Spanish translation of the docs by Matias Carrasco

	* doc/es/tinc-es.html, doc/es/tinc_toc-es.html:
	New file.

2000-09-15  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/net.h, src/netutl.c, src/protocol.c, src/net.c, src/encr.c:
	Second round of fixes

2000-09-14  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/protocol.c, src/net.h, src/netutl.c, src/net.c:
	First round of needed fixes after the overhaul

	* src/conf.c, src/conf.h:
	New directive: Name.

	* lib/utils.h, src/net.h:
	Added some structures and types that are needed for the overhaul.

2000-09-14  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c, src/net.c:
	- Lots of small changes.

2000-09-11  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in: Better checks for SunOS libraries

2000-09-11  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/protocol.c:
	- Fixed modulo in keylength check
	- Updated header file to reflect new protocol code

2000-09-10  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c:
	- Some key exchange stuff. (Last commit before going to bed.)

	* src/protocol.c:
	- Lots of functions added for the new protocol.

2000-09-10  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/protocol.h:
	Add Guus' name and shift out old protocol requests

	* doc/tinc.texi:
	Correct filenames for passphrases given in the example

2000-09-10  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c:
	- Added more function skeletons for the new protocol.

	* src/protocol.c:
	- New protocol. Will break everything else for now.

2000-09-10  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in: Support for -lsocket and -lnsl on SunOS

	* cipher/cipher.c, cipher/cipher.h:
	Include openssl/blowfish.h

	* doc/PROTOCOL: Updated text, removed protocol flowchart

	* cipher/cipher.c, cipher/Makefile.am, configure.in:
	Link with OpenSSL crypto libraries instead of own blowfish library

2000-09-06  Guus Sliepen  <guus@sliepen.warande.net>

	* src/netutl.c, src/tincd.c, src/conf.c, src/net.c:
	- Use strerror() instead of sys_errlist[] for increased portability
	  (Needed for SunOS)

2000-08-27  Ivo Timmermans  <itimmermans@bigfoot.com>

	* Makefile.am: Changed CVSROOT path in `make ChangeLog'

2000-08-22  Guus Sliepen  <guus@sliepen.warande.net>

	* debian/rules: Fix rules (thanks to Laurence)

2000-08-21  Ivo Timmermans  <itimmermans@bigfoot.com>

	* Makefile.am: Added a rule to create an rpm

2000-08-21  Guus Sliepen  <guus@sliepen.warande.net>

	* doc/tinc.conf.5: Updated tinc.conf manual.

2000-08-20  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/init.d: Also chomp $VPNMASK

	* debian/rules: (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-18  Guus Sliepen  <guus@sliepen.warande.net>

	* doc/tinc.texi: Updated the manual:
	- incorporated comments from Stefan Hartsuiker
	- updated configuration variables section
	- added some text about key types

	* src/encr.c: Commented on some size calculations.

2000-08-17  Guus Sliepen  <guus@sliepen.warande.net>

	* po/nl.po, po/es.po:
	Ran update-po and updated dutch translation.

	* src/tincd.c, src/encr.c, src/netutl.c:
	Fixed all sprintf() spl01ts.

2000-08-09  Guus Sliepen  <guus@sliepen.warande.net>

	* src/conf.h, src/net.c, src/conf.c:
	- Added two extra configuration options, Interface and InterfaceIP, to
	  bind the listen socket to a network device or a specific IP.

	* src/net.c: - Reinstated O_NONBLOCK for meta socket
	- Set SO_KEEPALIVE on meta socket

2000-08-08  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.h, src/protocol.c, src/net.c:
	- Moved TCP packet reception to meta handler: less kludgy and less buggy!

	* src/tincd.c:
	- Added date/time of build and protocol number to --version output.

	* src/protocol.c, src/net.c:
	Removed calling add_queue for tcponly packets.

	* src/protocol.c: Fixed PACKET read loop.

2000-08-07  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/net.c, src/net.h, src/protocol.c, src/conf.h:
	- Lots o' buglets fixed (-Wall helps)
	- Made TCPonly work :)

	* src/protocol.h, src/net.c, src/net.h, src/protocol.c, src/conf.c, src/conf.h:
	- Added experimental hackish tunneling-over-TCP support.
	  Just use TCPonly = true in the configuration file.

2000-07-02  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c: - Fixed typo.

	* src/conf.c, src/net.c:
	- Delayed address resolving for ConnectTo lines in configuration file to
	  allow DynDNS to work without restarting tincd.

	* THANKS: - Updated THANKS file

2000-07-02  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in:
	Include the Spanish translation in the distribution/build process.

2000-07-02  Guus Sliepen  <guus@sliepen.warande.net>

	* po/es.po:
	- Added Spanish translation from Enrique Zanardi.

	* po/es.po: New file.

2000-07-01  Guus Sliepen  <guus@sliepen.warande.net>

	* doc/tincd.8:
	- Forgot to mention ourselves in the tincd manual page! :)

	* doc/tincd.8: New file.

	* doc/Makefile.am, doc/PROTOCOL, doc/tincd.8, doc/tincd.x:
	- Updated PROTOCOL (a bit)
	- Included a real tincd.8 describing the options, signals, debug levels
	  and files used by tincd.

2000-07-01  Ivo Timmermans  <itimmermans@bigfoot.com>

	* po/Makefile.in.in: Autogenerated by gettextize.

2000-07-01  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.h:
	- Removed a single unused bit from status_bits_t.

2000-07-01  Wessel Dankers  <wsl@nl.linux.org>

	* doc/HOWTO:
	Added architecture section, made a start with the kernel section.
	ToDo: install tinc myself to see if everything is as I say =)

2000-06-30  Guus Sliepen  <guus@sliepen.warande.net>

	* doc/PROTOCOL:
	- Added documentation for the protocols (most important the meta protocol)
	  used by tinc.

	* doc/PROTOCOL: New file.

2000-06-30  Wessel Dankers  <wsl@nl.linux.org>

	* doc/HOWTO: Grrr, recommit

	* doc/HOWTO:
	This file is now only in the CABAL revision.

	* doc/HOWTO: More about keys

2000-06-30  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c, src/protocol.c, src/encr.c:
	- Made tinc even more silent if no -d flag is given at all.

2000-06-30  Wessel Dankers  <wsl@nl.linux.org>

	* doc/HOWTO: Added extra bit about keys.

	* doc/HOWTO: File added to CABAL (hopefully)

	* doc/HOWTO:
	added bit on config file, split up sections, added Id: tag

	* doc/HOWTO:
	Initial revision. Lots of loose ends, not usable yet.

2000-06-30  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c, src/net.c, po/nl.po:
	- 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.

	* src/tincd.c, src/conf.c, src/conf.h, src/net.c, po/nl.po:
	- 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-29  Guus Sliepen  <guus@sliepen.warande.net>

	* src/tincd.c, src/conf.h, src/net.c, src/protocol.c, po/nl.po, src/conf.c:
	- Fixed memory leak.
	- Implemented SIGHUP configuration file reloading.
	- Other small changes.

	* src/protocol.h, src/tincd.c, src/netutl.c, src/protocol.c, src/net.c, po/nl.po:
	- 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.

	* src/net.h, src/netutl.c, src/protocol.c, src/net.c, po/nl.po:
	- 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.

	* po/nl.po: - Updated Dutch translation.

2000-06-28  Ivo Timmermans  <itimmermans@bigfoot.com>

	* po/nl.po: Oops, and mention Guus too.

	* po/nl.po:
	Removed Free Software Foundation copyright, because Guus Sliepen contributed significantly.

2000-06-28  Guus Sliepen  <guus@sliepen.warande.net>

	* po/nl.po, src/tincd.c:
	- Added log message when SIGCHLD is received ("thanks" to Ivo van Dong)

	* src/protocol.c, po/nl.po:
	- Fixed a message in nl.po
	- Woops, we forgot to send our connection list to our uplink when we
	  connect to it... Fixed.

	* po/nl.po: - Fixed missing " in nl.po

	* src/tincd.c, po/nl.po, src/protocol.c:
	- Fixed some spelling errors.
	- Paar zpelvautjes gerepareerd, en de Nederlandse vertaling weer bij de
	  tijd gebracht.

	* src/net.c: - Extra check op EINTR bij inlezen requests

2000-06-27  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c:
	- Fixes a silly little insignificant buglet.

	* src/protocol.c:
	- Purge old connections that are ADD_HOSTed.

	* src/net.c, src/protocol.c, src/conf.c, src/conf.h:
	- Improved handling of errors on connection attempts.

	* src/net.c, src/conf.c, src/conf.h:
	- Fixed indirectdata=no problem
	- Added support for multiple ConnectTo lines in tinc.conf.

	* src/protocol.c:
	- 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-26  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c, src/net.c:
	- Moved all connection messages to debug level 1, without -d's only the
	  startup message will be logged.
	- Fixed DEL_HOST rebound.

	* src/net.c, src/netutl.c, src/protocol.c:
	- Indirectdata finally REALLY REALLY works now!
	- More precise debug messages

	* src/net.c, src/protocol.c:
	Fixes some hostlookups. Fixes indirectdata for real now (hopefully).

2000-06-25  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in: Version 1.0pre3.

2000-06-25  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c, src/netutl.c:
	- More verbose connection list
	- Added "myself" as hostname when logging indirect ADD_HOSTs

	* src/net.c, src/protocol.c:
	Hostlookup() is actually being called now.

	* src/net.h, src/netutl.c, src/protocol.c, src/net.c:
	Hostnames are back!

	* src/protocol.c: - Log possible spoofing attacks.
	- Don't broadcast DEL_HOSTs for hosts that haven't been activated yet.
	- If a host sends a TERMREQ, deactivate them.

2000-06-25  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in, debian/changelog, redhat/tinc.spec:
	Changed version number to 1.0pre3.

2000-06-25  Guus Sliepen  <guus@sliepen.warande.net>

	* src/encr.h, src/net.h, src/netutl.h, src/protocol.h:
	Added CVS Id tags to header files.

	* src/net.h, src/netutl.c, src/protocol.c, src/tincd.c, src/encr.c, src/net.c:
	Large cleanup:
	- Removed hostname lookup (it blocks, and you can always do it yourself)
	- Reorganized debug levels (after hints from Axel Mller):
	  0	Startup message and errors
	  1	Connection logging
	  2	Meta protocol information
	  3	Verbose meta protocol (includes copy of transmitted requests)
	  4	Packet information (logs transmission/errors of UDP packets)
	  5	Verbose packet information (every single byte, not implemented yet
		to protect ourselves from filling up /var/log directories)
	- Made log messages more consistent

2000-06-24  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c:
	If we have "indirectdata" flag set, we only send data to our uplink.

2000-06-23  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.h, src/protocol.c, src/protocol.h, src/net.c, TODO:
	First step for implementation of the "indirectdata" directive. This should
	allow _leaf_ tincds to be behind firewalls.
	The protocol has changed and is INCOMPATIBLE with previous versions. The
	PROT_CURRENT value has been incremented.

2000-06-17  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/conf.c, src/conf.h:
	Configuration directive `IndirectData'.

	* redhat/tinc: Merge changes from 1.6-1.8.

2000-06-17  Guus Sliepen  <guus@sliepen.warande.net>

	* redhat/tinc:
	Added another semicolon for bash2 compliance (thanks to Jamie Briggs)

2000-06-16  Guus Sliepen  <guus@sliepen.warande.net>

	* redhat/tinc:
	Applied patch from Jamie Briggs for bash2 conformance.

2000-06-06  Ivo Timmermans  <itimmermans@bigfoot.com>

	* lib/Makefile.am, src/Makefile.am:
	Include ../intl in the include path, and add @INTLLIBS@ to the list of libraries.

2000-06-04  Ivo Timmermans  <itimmermans@bigfoot.com>

	* po/Makefile.in.in:
	These files are created by gettextize (run by autogen.sh) (should have known that).

	* configure.in: Check for __gmpz_powm for libgmp3.

2000-06-03  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/init.d:
	Don't touch VPNMASK if it's defined, otherwise use $MSK.

2000-06-03  Guus Sliepen  <guus@sliepen.warande.net>

	* TODO:
	Removed items in TODO list that are already implemented. Only two items
	left.

2000-06-02  Ivo Timmermans  <itimmermans@bigfoot.com>

	* THANKS:
	Alphabetized the list, added Lubomr Bulej, removed Sander Smeenk and Tijs van Bakel, put merits after all names.

2000-06-01  Guus Sliepen  <guus@sliepen.warande.net>

	* debian/init.d:
	Debian init.d script automatically sets tap device's MTU to 1448 now.

2000-05-31  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/encr.c, src/netutl.c, src/tincd.c, src/net.c:
	Miscellaneous copyright updates.

	* src/genauth.c: Handle locale settings.

	* debian/changelog: Version 1.0pre2-1.

	* po/nl.po: Updated Dutch translation.

	* debian/README.Debian: Tell about /etc/tinc/nets.boot.

	* NEWS: Include news for 1.0pre2.

2000-05-30  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/protocol.c:
	Only accept an ADD_HOST request for a host that already exists in our conn_list if the nexthop field matches the sender.  This is a workaround for older clients.

	* src/net.c:
	In terminate_connection, only send a notification to hosts that are directly connected to us.  (DEL_HOST gets forwarded automatically.)

	* src/net.c:
	When a connection is terminated, all hosts that are still connected get notified of the lost connections.

	* src/conf.c, src/conf.h, src/netutl.c:
	Added new configuration directive `Hostnames', which controls the resolving of IP addresses to hostnames.

2000-05-29  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c, src/protocol.c:
	Only activate a connection upon receiving it's public key if it's an
	incoming connection. When it's outgoing, we need to receive an ack first.

2000-05-29  Ivo Timmermans  <itimmermans@bigfoot.com>

	* NEWS: Updated changes list for version 1.0pre2.

	* src/net.c:
	Bounds check for request id (between 0 and 255).

	* po/nl.po: Dutch translation of tinc.

	* src/Makefile.am: Define LOCALEDIR in CFLAGS.

	* configure.in: Include GNU gettext checks.

	* acconfig.h:
	Update acconfig.h to include values for gettext inclusion.

	* ABOUT-NLS, Makefile.am, system.h:
	Include system.h and ABOUT-NLS.

	* Makefile.am:
	Include intl/ directory in the list of subdirs.

	* src/tincd.c, configure.in, Makefile.am, src/conf.c, src/encr.c, src/genauth.c, src/net.c, src/netutl.c, src/protocol.c, po/POTFILES.in, po/Makefile.in.in:
	Internationalization of tinc.

2000-05-27  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c, src/protocol.c:
	Terminate a connection on any error. Furthermore, disallow del_host,
	add_host and other important requests until remote host has properly
	authenticated itself.

	* src/net.c:
	Made tinc persistent. If no outgoing connection can be established right
	after the start of the daemon, it won't quit anymore but will retry in 5
	minutes. Also, 5 minutes is now the maximum time to wait for a retry.

	* src/net.c, src/netutl.c, src/protocol.c:
	Fixed typos. When terminating a connection, it's status is not only set to
	remove=1 but also active=0.

	* src/net.c, src/netutl.c, src/protocol.c:
	Fix for a DoS attack:
	 A remote user could telnet to the tinc daemon and type only this line:
	 61 6 00000000/00000000:28f
	 This would deny any packets to be sent to other tinc networks (except
	 for to the hosts that run tincd's themselves). Solution is to skip
	 hosts in lookup_conn() that have not been activated yet.
	Fixed potential conn_list table corruption:
	 If a new connection is accepted but a connection with the same subnet
	 would already exist in the connection list, the OLD connection is
	 terminated.

	* doc/tinc.conf.5, doc/tinc.texi:
	Documentation updates. Removed all references to configuration variable
	"AllowConnect", since it is NOT used in tinc. Added information about
	"VpnMask". Elaborated a bit about "private" and "virtual" networks.

2000-05-26  Ivo Timmermans  <itimmermans@bigfoot.com>

	* redhat/tinc:
	Updated by Lubomir Bulej and Mads Kiilerich: it uses /etc/tinc/nets.boot and the VpnMask directive in the config files.

2000-05-21  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/postinst: Create an empty /etc/tinc/nets.boot.

	* debian/conffiles, debian/dirs, debian/rules:
	Use /etc/tinc/example as a base directory for an example.  /etc/tinc/example/README points to /usr/share/doc/tinc/README.Debian.

	* doc/tinc.conf.sample: Add an example of using VpnMask.

	* debian/init.d:
	When VpnMask is not present in the config file, silently use $MSK as vpnmask.

2000-05-21  Guus Sliepen  <guus@sliepen.warande.net>

	* debian/init.d:
	Fixed last typo. Init.d now uses ifconfig command to set both the tap's IP
	address as well as the correct route. Furthermore, if no VpnMask is given,
	a default of 255.255.0.0 is chosen and a warning issued.

	* debian/init.d: Typo.

	* debian/init.d: VpnMask truely works now.

2000-05-19  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/init.d:
	Mask the vpn net with the vpn netmask, route would give an error if the netmask didn't match the net.

	* debian/postinst: Fixed typo.

	* README: Updated copyright notice.

	* debian/init.d:
	Errors will not terminate the script or result in a nonzero exit code.

	* debian/Makefile.am:
	Include postinst in the distribution.

	* debian/postinst: Find networks in  instead of .

2000-05-18  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/Makefile.am: Don't distribute the file files.

	* debian/changelog: Version 1.0pre2-0.3

	* debian/postinst:
	Create a default /etc/tinc/nets.boot after installation, containing all directories under /etc/tinc by default.

	* debian/init.d:
	Read /etc/tinc/nets.boot to find the networks that have to be started.

2000-05-17  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/files:
	This file is generated with dpkg-buildpackage.

2000-05-16  Guus Sliepen  <guus@sliepen.warande.net>

	* TODO: TODO file reinstated:
	- Append your name to items if you're working on them.
	- Remove them if you fixed the problem/implemented that feature.
	- Add any (suspected) bugs.

2000-05-16  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/init.d:
	Use the new VpnMask directive to add a route to the rest of the VPN.

2000-05-16  Guus Sliepen  <guus@sliepen.warande.net>

	* src/conf.h, src/conf.c:
	Stub for VpnMask config directive.

2000-05-16  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/postinst:
	Look if the tap devices exist before bluntly remaking them.

	* debian/postinst: *** empty log message ***

2000-05-15  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/control: Depend on perl5.

	* doc/tinc.conf.sample, THANKS, src/conf.c:
	Unlimited length in the config file, thanks to Cris van Pelt.

	* debian/init.d: Exit with zero status if  is empty.

	* redhat/tinc.spec: Updated to newer version.

2000-05-15  Guus Sliepen  <guus@sliepen.warande.net>

	* debian/init.d:
	Test for existence of configured tinc networks. This will also make
	first install of tinc possible without errors.

2000-05-14  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/changelog, debian/files:
	.deb version number 1.0pre2-0.4.

	* debian/rules: tincd->tinc
	Delete libblowfish.y not be in the .deb.

	* debian/copyright: Mention both upstream authors.

	* debian/control: Add description, better dependancies.

	* debian/conffiles: Add initscript, tincd->tinc.

	* debian/README.Debian: Inserted useful content.

	* debian/Makefile.am, debian/shlibs:
	Add shlibs control file for the blowfish library.

	* src/net.c:
	Give IP address instead of hex number when connecting tcp socket failed.

	* configure.in: Changed version to 1.0pre2.

	* debian/changelog: Version 1.0pre1-0.1.

	* configure.in: Add check for mpz_powm in libgmp3.

	* src/protocol.c:
	Only print an error with send_termreq if debug_lvl is 2 or more.

2000-05-14  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c: Fixed typos.

	* src/net.c, src/net.h:
	Changed ping behaviour (backwards compatible). If we don't have any data
	to send, we don't need to check if the connection is still alive.
	Furthermore, if we receive any kind of data from the other end, we know
	it's alive, so we don't need to check it either. So, PING requests are
	only sent if we send packets but there is no response.

	* src/net.h, src/netutl.c, src/netutl.h, src/protocol.c, src/protocol.h, src/tincd.c, src/conf.c, src/conf.h, src/encr.c, src/encr.h, src/genauth.c, src/net.c, cipher/cipher.c, cipher/cipher.h, doc/tinc.conf.5, doc/tinc.texi, THANKS, AUTHORS, README:
	Cleanups.

	* src/conf.c, src/conf.h, src/net.c:
	Proxymode removed.

2000-05-13  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/init.d:
	Perl version of the system startup script.

2000-05-12  Ivo Timmermans  <itimmermans@bigfoot.com>

	* doc/tinc.texi: Deleted the protocol description.

2000-05-08  Guus Sliepen  <guus@sliepen.warande.net>

	* src/conf.c, src/conf.h, src/net.c:
	Added new config variable "ProxyMode". If enabled, all outgoing packets
	are sent to the uplink (ConnectTo), which will have to forward them for
	us (kernel should do that). This is for people behind firewalls.

2000-05-05  Ivo Timmermans  <itimmermans@bigfoot.com>

	* redhat/tinc:
	Added semicolons required by bash2 (Mads Kiilerich).

2000-05-04  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/init.d:
	Copied most of the code from the redhat script.

	* src/encr.c, src/protocol.c:
	Include sys/types.h.

	* src/Makefile.am: Don't link in libdl.

	* configure.in: Check for the existance of libdl.

	* acconfig.h: More for getopt support.

	* lib/xmalloc.c: Include stdio.h for fprintf.

2000-05-03  Ivo Timmermans  <itimmermans@bigfoot.com>

	* lib/getopt.h, lib/getopt1.c, lib/getopt.c, lib/Makefile.am:
	getopt_long() support for platforms that don't have it.

	* lib/xmalloc.c:
	Don't use error.h or error(), put #error in front of cpp errors.

2000-05-03  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c: Squashed gcc warning.

	* src/net.c, src/protocol.c:
	Fixes typo and UDP network byte order.

	* src/net.c:
	Outgoing packets now use network byte order in header.

2000-05-03  Ivo Timmermans  <itimmermans@bigfoot.com>

	* redhat/tinc, redhat/tinc.spec:
	Fix a typo, better handling of the info document. (from Mads Kiilerich)

2000-05-02  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.h, src/protocol.c:
	Replaced sprintf() by safer snprintf(), removed possible buffer overflow
	by one byte.

	* src/net.c, src/net.h, src/protocol.c:
	Previous fix fixed. Meta protocol should be really flawless from now on!

	* src/net.c:
	Fixed small mistake that would prevent forwarding requests.

2000-05-01  Ivo Timmermans  <itimmermans@bigfoot.com>

	* NEWS: Mentioned new metaprotocol.

	* doc/Makefile.am, doc/tincd.conf.5, doc/tincd.conf.sample, redhat/tinc.spec, doc/tinc.conf.5, doc/tinc.conf.sample:
	More tincd->tinc updates.

	* src/encr.c, src/net.h, src/protocol.c:
	Fixed meta protocol.

	* redhat/tinc.spec: Committed by Mads Kiilerich.

	* redhat/tinc.spec: Updates by Mads Kiilerich.

2000-05-01  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.h, src/encr.c, src/net.c, src/net.h, src/netutl.c, src/protocol.c:
	Meta protocol overhaul. Tinc is now incompatible with previous versions,
	furthermore this version does NOT work yet because of a problem with
	sending keys (these should be converted to base36 or something like that).
	It is possible to telnet to the tinc daemon now and type some commands
	by hand though :).

2000-05-01  Ivo Timmermans  <itimmermans@bigfoot.com>

	* redhat/tinc: Committed by Lubomr Bulej.

2000-04-30  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/protocol.c: Key forwarding, write one byte extra.

	* src/protocol.c:
	Protocol fix (ANS_KEY).  This breaks 0.3.3 protocol compatibility.

	* src/protocol.c:
	Send one less byte from an ANS_KEY request.

	* src/protocol.c:
	Read one less byte from an ANS_KEY request.

	* src/protocol.c: Removed debug messages.

	* src/protocol.c: Read public keys the right way (tm).

	* src/net.h, src/netutl.c, src/protocol.c, src/protocol.h, src/net.c:
	New way of handling the meta protocol.

	* src/net.c:
	Replaced check for status.active by status.dataopen in check_network_activity.

	* src/netutl.c:
	Initially, the vpn_mask of a connection is 255.255.255.255 to avoid confusion with lookup_conn.

	* src/net.c, src/protocol.c:
	Got rid of the nasty hacks... and replaced it by another one.

2000-04-29  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/protocol.c, src/protocol.h:
	Filled up the protocol structs with unused bytes.

	* Makefile.am: Added `deb' target.

	* doc/tinc.texi, redhat/tinc.spec, redhat/tinc:
	More updates wrt. the change from tincd->tinc.

2000-04-28  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c:
	Oops! Reference to write_n() removed and changed into neat write() call.

2000-04-27  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c: Removed write_n() function.

2000-04-27  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/tincd.c:
	Default config file name is tinc.conf, and pidfile is tinc.pid.

	* README: Updated version number to 1.0.

	* debian/copyright:
	Filled in the details, license from libblowfish copied.

2000-04-26  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/Makefile.am, configure.in, Makefile.am:
	Version to 1.0pre1;
	Create Makefile and build in debian/.

	* debian/docs: Omit TODO.

	* doc/tinc.texi: Add an entry to dir.

	* debian/rules: The make command is in /usr/bin.

2000-04-26  Guus Sliepen  <guus@sliepen.warande.net>

	* src/conf.c, src/encr.c, src/net.c, src/netutl.c, src/protocol.c:
	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  Ivo Timmermans  <itimmermans@bigfoot.com>

	* redhat/tinc.spec: From Mads Kiilerich.

2000-04-25  Guus Sliepen  <guus@sliepen.warande.net>

	* src/encr.c: Converted every &variable[0] to variable.

2000-04-25  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/net.c: Debug level tweaking.

2000-04-25  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c:
	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  Ivo Timmermans  <itimmermans@bigfoot.com>

	* debian/rules: *** empty log message ***

2000-04-25  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c:
	Fixed typo and removed some unnecessary variables.

	* src/net.c, src/net.h:
	Packet queues fixed. They caused the trouble when resending keys.

2000-04-25  Ivo Timmermans  <itimmermans@bigfoot.com>

	* autogen.sh:
	Create a ChangeLog file, automake requires it.

	* doc/Makefile.summ: *** empty log message ***

	* debian/changelog, debian/conffiles, debian/control, debian/copyright, debian/dirs, debian/docs, debian/files, debian/info, debian/init.d, debian/README.Debian, debian/rules:
	Initial CVS.

2000-04-25  Guus Sliepen  <guus@sliepen.warande.net>

	* src/net.c, src/netutl.c, src/protocol.c, src/encr.c:
	Added checkpoints to beginning and ending of every function.

2000-04-25  Ivo Timmermans  <itimmermans@bigfoot.com>

	* Makefile.am: Remove ChangeLog with a `make cvs-clean'.

	* Makefile.am: Don't include TODO in the dist.

	* src/Makefile.am, cipher/Makefile.am:
	Propagate CFLAGS from configure to gcc.

	* Makefile.am:
	Delete all the files that are created by autogen.sh on a `make cvs-clean'.

	* doc/tinc.texi: Spelling fixes.

	* redhat/tinc.spec: Contributed by Mads Kiilerich.

	* m4/Makefile.am, autogen.sh:
	Generate this Makefile.am from Makefile.am.in.

	* AUTHORS: *** empty log message ***

	* THANKS: Added Mads Kiilerich, removed Guus Sliepen.

	* doc/tinc.texi:
	Changes largely from Mads Kiilerich.
Removed section about encryption.

	* m4/aclocal-include.m4: Remove test for GNOME.

	* ChangeLog:
	Use `make ChangeLog' to create this file from the CVS logs.

	* acconfig.h: Don't define HAVE_NAMESPACES and HAVE_STL.

	* configure.in: Remove check for bigendianness.

	* TODO:
	This file is obsolete, most of the ideas are already in echelon.

	* autogen.sh: s/Gnome/tinc/g

	* aclocal.m4, autogen.sh, configure.in, ltmain.sh, m4/aclocal-include.m4, missing, mkinstalldirs, stamp-h.in, config.guess, config.h.in, config.sub, install-sh, ltconfig:
	The shell script autogen.sh can create all these removed files, but be
	sure to have autoconf, automake, libtool and more installed.

	* configure.in:
	Don't try to create cipher/idea/Makefile.

2000-04-24  Ivo Timmermans  <itimmermans@bigfoot.com>

	* cipher/cipher.c: Don't include idea/idea.h.

	* cipher/Makefile.am: Don't compile in `idea'.

2000-04-24  Guus Sliepen  <guus@sliepen.warande.net>

	* src/protocol.c:
	Bug found! Wrong pointer was used for handling multiple ADD_HOST requests
	at once. (See line 606.)

	* src/protocol.c:
	Added extra checks for desynchronized connection lists. Hopefully this will
	fix those strange segmentation faults.

2000-04-20  Ivo Timmermans  <itimmermans@bigfoot.com>

	* Makefile.am: Added cvs-clean.

	* NEWS: Keep make dist(dir) happy.

2000-04-18  Ivo Timmermans  <itimmermans@bigfoot.com>

	* redhat/README: A short notice from Mads Kiilerich.

	* redhat/tinc.spec: Submitted changes by Mads Kiilerich.

	* doc/Makefile.am:
	Include genauth.8 in the distribution.

	* configure.in, Makefile.am, redhat/Makefile.am:
	Include the directory redhat in the build process.

	* src/tincd.c:
	Address for bugreports changed to tinc@nl.linux.org.

	* doc/tincd.conf.5, doc/tincd.x:
	Updated manpages.

	* doc/genauth.8: New manpage for genauth.

	* redhat/tinc, redhat/tinc.spec:
	Submitted by Mads Kiilerich.

2000-04-17  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/genauth.c:
	Default passphrase length of 1024, added -h/--help options.

	* src/genauth.c:
	Check if stdout is a terminal, if so, print a verbose message.

	* src/encr.c:
	Check for an illegal length of passphrase in read_passphrase().

	* lib/xmalloc.c, src/tincd.c:
	Pass the requested size from xmalloc() and xrealloc() on to xalloc_fail_func()

	* src/genauth.c:
	Only one round of reading bits out of urandom;
	Reading `bytes' bytes out of it;
	Print a newline after completion.

2000-04-12  Ivo Timmermans  <itimmermans@bigfoot.com>

	* configure.in: Moved to version number 1.0.

2000-04-06  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/tincd.c: New option -D, don't detach.

2000-03-28  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/tincd.c: Ignore SIGCHLD.

	* src/tincd.c:
	Kill the parent after any error conditions in detach().

2000-03-27  Ivo Timmermans  <itimmermans@bigfoot.com>

	* src/encr.c:
	Upon regeneration, free the old encryption key `securely\' by overwriting it.

	* src/net.c: Get rid of the message `zxnrbl\'.

2000-03-26  Ivo Timmermans  <itimmermans@bigfoot.com>

	* doc/GNUmakefile, doc/help2man, doc/Makefile.maint, doc/Makefile.summ, doc/tincd.conf.sample, doc/tincd.x:
	Initial CVS version for tinc 0.3.


	* doc/GNUmakefile, doc/help2man, doc/Makefile.maint, doc/Makefile.summ, doc/tincd.conf.sample, doc/tincd.x:
	New file.

	* doc/tincd.conf.5: Initial CVS version for tinc 0.3.


	* doc/tincd.conf.5: New file.

	* doc/tinc.texi: Initial CVS version for tinc 0.3.


	* doc/tinc.texi: New file.

	* doc/texinfo.tex: Initial CVS version for tinc 0.3.


	* doc/texinfo.tex: New file.

	* doc/Makefile.am, src/protocol.h:
	Initial CVS version for tinc 0.3.


	* doc/Makefile.am, src/protocol.h:
	New file.

	* src/encr.h, src/net.h, src/netutl.h:
	Initial CVS version for tinc 0.3.


	* src/encr.h, src/net.h, src/netutl.h:
	New file.

	* src/conf.h, src/genauth.c, src/tincd.c:
	Initial CVS version for tinc 0.3.


	* src/conf.h, src/genauth.c, src/tincd.c:
	New file.

	* src/protocol.c: Initial CVS version for tinc 0.3.


	* src/protocol.c: New file.

	* src/netutl.c: Initial CVS version for tinc 0.3.


	* src/netutl.c: New file.

	* src/net.c: Initial CVS version for tinc 0.3.


	* src/net.c: New file.

	* src/conf.c, src/encr.c, src/Makefile.am:
	Initial CVS version for tinc 0.3.


	* src/conf.c, src/encr.c, src/Makefile.am:
	New file.

	* cipher/cipher.h: Initial CVS version for tinc 0.3.


	* cipher/cipher.h: New file.

	* cipher/cipher.c, cipher/Makefile.am, lib/pidfile.h, lib/utils.c, lib/utils.h, lib/xalloc.h:
	Initial CVS version for tinc 0.3.


	* cipher/cipher.c, cipher/Makefile.am, lib/pidfile.h, lib/utils.c, lib/utils.h, lib/xalloc.h:
	New file.

	* lib/memcmp.c, lib/pidfile.c, lib/realloc.c, lib/xmalloc.c:
	Initial CVS version for tinc 0.3.


	* lib/memcmp.c, lib/pidfile.c, lib/realloc.c, lib/xmalloc.c:
	New file.

	* lib/alloca.c, lib/malloc.c:
	Initial CVS version for tinc 0.3.


	* lib/alloca.c, lib/malloc.c: New file.

	* lib/Makefile.am, lib/README, m4/malloc.m4, m4/perl.m4, m4/realloc.m4:
	Initial CVS version for tinc 0.3.


	* lib/Makefile.am, lib/README, m4/malloc.m4, m4/perl.m4, m4/realloc.m4:
	New file.

	* m4/Makefile.am, m4/Makefile.am.in, m4/README, missing, mkinstalldirs:
	Initial CVS version for tinc 0.3.


	* m4/Makefile.am, m4/Makefile.am.in, m4/README, missing, mkinstalldirs:
	New file.

	* ltmain.sh: Initial CVS version for tinc 0.3.


	* ltmain.sh: New file.

	* ltconfig: Initial CVS version for tinc 0.3.


	* ltconfig: New file.

	* install-sh: Initial CVS version for tinc 0.3.


	* install-sh: New file.

	* config.sub, configure.in:
	Initial CVS version for tinc 0.3.


	* config.sub, configure.in: New file.

	* config.h.in: Initial CVS version for tinc 0.3.


	* config.h.in: New file.

	* config.guess: Initial CVS version for tinc 0.3.


	* config.guess: New file.

	* aclocal.m4: Initial CVS version for tinc 0.3.


	* aclocal.m4: New file.

	* acconfig.h, NEWS, THANKS, TODO:
	Initial CVS version for tinc 0.3.


	* acconfig.h, NEWS, THANKS, TODO:
	New file.

	* INSTALL, Makefile.am:
	Initial CVS version for tinc 0.3.


	* INSTALL, Makefile.am: New file.

	* ChangeLog: Initial CVS version for tinc 0.3.


	* ChangeLog: New file.

	* COPYING: Initial CVS version for tinc 0.3.


	* COPYING: New file.

	* AUTHORS, README, stamp-h.in:
	Initial CVS version for tinc 0.3.


	* AUTHORS, README, stamp-h.in:
	New file.

