Update copyrights, links, email addresses and let Subversion update $Id$ keywords.

This commit is contained in:
Guus Sliepen 2004-03-21 14:21:22 +00:00
parent 42e01abd54
commit 7926a156e5
75 changed files with 235 additions and 235 deletions

View file

@ -1,6 +1,6 @@
Main tinc authors: Main tinc authors:
Guus Sliepen <guus@sliepen.eu.org> Guus Sliepen <guus@tinc-vpn.org>
Ivo Timmermans <ivo@o2w.nl> Ivo Timmermans <ivo@tinc-vpn.org>
These files are from other sources: These files are from other sources:
* lib/pidfile.h and lib/pidfile.c are by Martin Schulze, taken from * lib/pidfile.h and lib/pidfile.c are by Martin Schulze, taken from

6
README
View file

@ -1,10 +1,10 @@
This is the README file for tinc version 1.0.2. Installation This is the README file for tinc version 1.0.2. Installation
instructions may be found in the INSTALL file. instructions may be found in the INSTALL file.
tinc is Copyright (C) 1998-2003 by: tinc is Copyright (C) 1998-2004 by:
Ivo Timmermans <ivo@o2w.nl>, Ivo Timmermans <ivo@tinc-vpn.org>,
Guus Sliepen <guus@sliepen.eu.org>, Guus Sliepen <guus@tinc-vpn.org>,
and others. and others.
For a complete list of authors see the AUTHORS file. For a complete list of authors see the AUTHORS file.

View file

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $Id: configure.in,v 1.13.2.86 2004/01/10 23:21:36 guus Exp $ dnl $Id$
AC_PREREQ(2.59) AC_PREREQ(2.59)
AC_INIT AC_INIT

View file

@ -1,7 +1,7 @@
This document describes how nodes in a VPN find and connect to eachother and This document describes how nodes in a VPN find and connect to eachother and
maintain a stable network. maintain a stable network.
Copyright 2001-2002 Guus Sliepen <guus@sliepen.eu.org> Copyright 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of
this documentation provided the copyright notice and this this documentation provided the copyright notice and this
@ -12,7 +12,7 @@ maintain a stable network.
provided that the entire resulting derived work is distributed provided that the entire resulting derived work is distributed
under the terms of a permission notice identical to this one. under the terms of a permission notice identical to this one.
$Id: CONNECTIVITY,v 1.1.2.11 2002/09/16 14:08:04 wsl Exp $ $Id$
1. Synchronisation 1. Synchronisation
================== ==================

View file

@ -1,7 +1,7 @@
This is the network infrastructure documentation for tinc, a Virtual Private This is the network infrastructure documentation for tinc, a Virtual Private
Network daemon. Network daemon.
Copyright 2001-2002 Guus Sliepen <guus@sliepen.eu.org> Copyright 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of
this documentation provided the copyright notice and this this documentation provided the copyright notice and this
@ -12,7 +12,7 @@ Network daemon.
provided that the entire resulting derived work is distributed provided that the entire resulting derived work is distributed
under the terms of a permission notice identical to this one. under the terms of a permission notice identical to this one.
$Id: NETWORKING,v 1.1.2.3 2002/06/21 10:11:10 guus Exp $ $Id$
1. Packet flow 1. Packet flow
============== ==============

View file

@ -1,7 +1,7 @@
This is the protocol documentation for tinc, a Virtual Private Network daemon. This is the protocol documentation for tinc, a Virtual Private Network daemon.
Copyright 2000-2002 Guus Sliepen <guus@sliepen.eu.org>, Copyright 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2002 Ivo Timmmermans <ivo@o2w.nl> 2000-2004 Ivo Timmmermans <ivo@tinc-vpn.org>
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of
this documentation provided the copyright notice and this this documentation provided the copyright notice and this
@ -12,7 +12,7 @@ This is the protocol documentation for tinc, a Virtual Private Network daemon.
provided that the entire resulting derived work is distributed provided that the entire resulting derived work is distributed
under the terms of a permission notice identical to this one. under the terms of a permission notice identical to this one.
$Id: PROTOCOL,v 1.1.2.8 2002/09/15 22:19:37 guus Exp $ $Id$
1. Protocols used in tinc 1. Protocols used in tinc

View file

@ -1,7 +1,7 @@
This is the security documentation for tinc, a Virtual Private Network daemon. This is the security documentation for tinc, a Virtual Private Network daemon.
Copyright 2001-2002 Guus Sliepen <guus@sliepen.eu.org>, Copyright 2001-2004 Guus Sliepen <guus@tinc-vpn.org>,
2001-2002 Wessel Dankers <wsl@nl.linux.org> 2001-2004 Wessel Dankers <wsl@tinc-vpn.org>
Permission is granted to make and distribute verbatim copies of Permission is granted to make and distribute verbatim copies of
this documentation provided the copyright notice and this this documentation provided the copyright notice and this
@ -12,7 +12,7 @@ This is the security documentation for tinc, a Virtual Private Network daemon.
provided that the entire resulting derived work is distributed provided that the entire resulting derived work is distributed
under the terms of a permission notice identical to this one. under the terms of a permission notice identical to this one.
$Id: SECURITY2,v 1.1.2.4 2002/09/15 22:19:37 guus Exp $ $Id$
Proposed new authentication scheme Proposed new authentication scheme
---------------------------------- ----------------------------------

View file

@ -1,8 +1,8 @@
.Dd 2002-04-09 .Dd 2002-04-09
.Dt TINC.CONF 5 .Dt TINC.CONF 5
.\" Manual page created by: .\" Manual page created by:
.\" Ivo Timmermans <ivo@o2w.nl> .\" Ivo Timmermans <ivo@tinc-vpn.org>
.\" Guus Sliepen <guus@sliepen.eu.org> .\" Guus Sliepen <guus@tinc-vpn.org>
.Sh NAME .Sh NAME
.Nm tinc.conf .Nm tinc.conf
.Nd tinc daemon configuration .Nd tinc daemon configuration
@ -394,7 +394,7 @@ its connection to the virtual network device.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Xr tincd 8 , .Xr tincd 8 ,
.Pa http://tinc.nl.linux.org/ , .Pa http://www.tinc-vpn.org/ ,
.Pa http://www.linuxdoc.org/LDP/nag2/ . .Pa http://www.linuxdoc.org/LDP/nag2/ .
.Pp .Pp
The full documentation for The full documentation for

View file

@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c $Id: tinc.texi,v 1.8.4.46 2003/10/11 14:42:29 guus Exp $ @c $Id$
@c %**start of header @c %**start of header
@setfilename tinc.info @setfilename tinc.info
@settitle tinc Manual @settitle tinc Manual
@ -16,11 +16,11 @@
This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon. This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.
Copyright @copyright{} 1998-2003 Ivo Timmermans Copyright @copyright{} 1998-2004 Ivo Timmermans
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and <ivo@@tinc-vpn.org>, Guus Sliepen <guus@@tinc-vpn.org> and
Wessel Dankers <wsl@@nl.linux.org>. Wessel Dankers <wsl@@tinc-vpn.org>.
$Id: tinc.texi,v 1.8.4.46 2003/10/11 14:42:29 guus Exp $ $Id$
Permission is granted to make and distribute verbatim copies of this Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are manual provided the copyright notice and this permission notice are
@ -43,11 +43,11 @@ permission notice identical to this one.
@cindex copyright @cindex copyright
This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon. This is the info manual for @value{PACKAGE} version @value{VERSION}, a Virtual Private Network daemon.
Copyright @copyright{} 1998-2003 Ivo Timmermans Copyright @copyright{} 1998-2004 Ivo Timmermans
<ivo@@o2w.nl>, Guus Sliepen <guus@@sliepen.eu.org> and <ivo@@tinc-vpn.org>, Guus Sliepen <guus@@tinc-vpn.org> and
Wessel Dankers <wsl@@nl.linux.org>. Wessel Dankers <wsl@@tinc-vpn.org>.
$Id: tinc.texi,v 1.8.4.46 2003/10/11 14:42:29 guus Exp $ $Id$
Permission is granted to make and distribute verbatim copies of this Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are manual provided the copyright notice and this permission notice are
@ -192,7 +192,7 @@ packets.
@cindex release @cindex release
For an up to date list of supported platforms, please check the list on For an up to date list of supported platforms, please check the list on
our website: our website:
@uref{http://tinc.nl.linux.org/platforms}. @uref{http://www.tinc-vpn.org/platforms}.
@c ================================================================== @c ==================================================================
@ -538,7 +538,7 @@ we also present the following exemption:
@quotation @quotation
Hereby I grant a special exception to the tinc VPN project Hereby I grant a special exception to the tinc VPN project
(http://tinc.nl.linux.org/) to link the LZO library with the OpenSSL library (http://www.tinc-vpn.org/) to link the LZO library with the OpenSSL library
(http://www.openssl.org). (http://www.openssl.org).
Markus F.X.J. Oberhumer Markus F.X.J. Oberhumer
@ -610,7 +610,7 @@ system startup scripts and sample configurations.
If you cannot use one of the precompiled packages, or you want to compile tinc If you cannot use one of the precompiled packages, or you want to compile tinc
for yourself, you can use the source. The source is distributed under for yourself, you can use the source. The source is distributed under
the GNU General Public License (GPL). Download the source from the the GNU General Public License (GPL). Download the source from the
@uref{http://tinc.nl.linux.org/download, download page}, which has @uref{http://www.tinc-vpn.org/download, download page}, which has
the checksums of these files listed; you may wish to check these with the checksums of these files listed; you may wish to check these with
md5sum before continuing. md5sum before continuing.
@ -756,7 +756,7 @@ number 655 is registered with the IANA.
@example @example
tinc 655/tcp TINC tinc 655/tcp TINC
tinc 655/udp TINC tinc 655/udp TINC
# Ivo Timmermans <ivo@@o2w.nl> # Ivo Timmermans <ivo@@tinc-vpn.org>
@end example @end example
@ -2317,7 +2317,7 @@ Adding routes to IPv6 subnets:
@section Contact information @section Contact information
@cindex website @cindex website
Tinc's website is at @url{http://tinc.nl.linux.org/}, Tinc's website is at @url{http://www.tinc-vpn.org/},
this server is located in the Netherlands. this server is located in the Netherlands.
@cindex IRC @cindex IRC
@ -2333,8 +2333,8 @@ and join channel #tinc.
@section Authors @section Authors
@table @asis @table @asis
@item Ivo Timmermans (zarq) (@email{ivo@@o2w.nl}) @item Ivo Timmermans (zarq) (@email{ivo@@tinc-vpn.org})
@item Guus Sliepen (guus) (@email{guus@@sliepen.eu.org}) @item Guus Sliepen (guus) (@email{guus@@tinc-vpn.org})
@end table @end table
We have received a lot of valuable input from users. With their help, We have received a lot of valuable input from users. With their help,

View file

@ -1,8 +1,8 @@
.Dd 2002-03-25 .Dd 2002-03-25
.Dt TINCD 8 .Dt TINCD 8
.\" Manual page created by: .\" Manual page created by:
.\" Ivo Timmermans <ivo@o2w.nl> .\" Ivo Timmermans <ivo@tinc-vpn.org>
.\" Guus Sliepen <guus@sliepen.eu.org> .\" Guus Sliepen <guus@tinc-vpn.org>
.Sh NAME .Sh NAME
.Nm tincd .Nm tincd
.Nd tinc VPN daemon .Nd tinc VPN daemon
@ -163,12 +163,12 @@ option may not work correctly.
.Pp .Pp
.Sy The cryptography in tinc is not well tested yet. Use it at your own risk! .Sy The cryptography in tinc is not well tested yet. Use it at your own risk!
.Pp .Pp
If you find any bugs, report them to tinc@nl.linux.org. If you find any bugs, report them to tinc@tinc-vpn.org.
.Sh TODO .Sh TODO
A lot, especially security auditing. A lot, especially security auditing.
.Sh SEE ALSO .Sh SEE ALSO
.Xr tinc.conf 5 , .Xr tinc.conf 5 ,
.Pa http://tinc.nl.linux.org/ , .Pa http://www.tinc-vpn.org/ ,
.Pa http://www.cabal.org/ . .Pa http://www.cabal.org/ .
.Pp .Pp
The full documentation for tinc is maintained as a Texinfo manual. The full documentation for tinc is maintained as a Texinfo manual.
@ -181,7 +181,7 @@ tinc comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under certain conditions; This is free software, and you are welcome to redistribute it under certain conditions;
see the file COPYING for details. see the file COPYING for details.
.Sh AUTHORS .Sh AUTHORS
.An "Ivo Timmermans" Aq ivo@o2w.nl .An "Ivo Timmermans" Aq ivo@tinc-vpn.org
.An "Guus Sliepen" Aq guus@sliepen.eu.org .An "Guus Sliepen" Aq guus@tinc-vpn.org
.Pp .Pp
And thanks to many others for their contributions to tinc! And thanks to many others for their contributions to tinc!

View file

@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
# $Id: Makefile.am,v 1.2.4.13 2003/07/18 12:16:23 guus Exp $ # $Id$
noinst_LIBRARIES = libvpn.a noinst_LIBRARIES = libvpn.a

View file

@ -1,9 +1,9 @@
/* /*
avl_tree.c -- avl_ tree and linked list convenience avl_tree.c -- avl_ tree and linked list convenience
Copyright (C) 1998 Michael H. Buselli Copyright (C) 1998 Michael H. Buselli
2000-2003 Ivo Timmermans <ivo@o2w.nl>, 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
2000-2003 Wessel Dankers <wsl@nl.linux.org> 2000-2004 Wessel Dankers <wsl@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -21,15 +21,15 @@
Original AVL tree library by Michael H. Buselli <cosine@cosine.org>. Original AVL tree library by Michael H. Buselli <cosine@cosine.org>.
Modified 2000-11-28 by Wessel Dankers <wsl@nl.linux.org> to use counts Modified 2000-11-28 by Wessel Dankers <wsl@tinc-vpn.org> to use counts
instead of depths, to add the ->next and ->prev and to generally obfuscate instead of depths, to add the ->next and ->prev and to generally obfuscate
the code. Mail me if you found a bug. the code. Mail me if you found a bug.
Cleaned up and incorporated some of the ideas from the red-black tree Cleaned up and incorporated some of the ideas from the red-black tree
library for inclusion into tinc (http://tinc.nl.linux.org/) by library for inclusion into tinc (http://www.tinc-vpn.org/) by
Guus Sliepen <guus@sliepen.eu.org>. Guus Sliepen <guus@tinc-vpn.org>.
$Id: avl_tree.c,v 1.1.2.19 2003/08/28 21:05:09 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,9 +1,9 @@
/* /*
avl_tree.h -- header file for avl_tree.c avl_tree.h -- header file for avl_tree.c
Copyright (C) 1998 Michael H. Buselli Copyright (C) 1998 Michael H. Buselli
2000-2003 Ivo Timmermans <ivo@o2w.nl>, 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
2000-2003 Wessel Dankers <wsl@nl.linux.org> 2000-2004 Wessel Dankers <wsl@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -21,15 +21,15 @@
Original AVL tree library by Michael H. Buselli <cosine@cosine.org>. Original AVL tree library by Michael H. Buselli <cosine@cosine.org>.
Modified 2000-11-28 by Wessel Dankers <wsl@nl.linux.org> to use counts Modified 2000-11-28 by Wessel Dankers <wsl@tinc-vpn.org> to use counts
instead of depths, to add the ->next and ->prev and to generally obfuscate instead of depths, to add the ->next and ->prev and to generally obfuscate
the code. Mail me if you found a bug. the code. Mail me if you found a bug.
Cleaned up and incorporated some of the ideas from the red-black tree Cleaned up and incorporated some of the ideas from the red-black tree
library for inclusion into tinc (http://tinc.nl.linux.org/) by library for inclusion into tinc (http://www.tinc-vpn.org/) by
Guus Sliepen <guus@sliepen.eu.org>. Guus Sliepen <guus@tinc-vpn.org>.
$Id: avl_tree.h,v 1.1.2.10 2003/07/24 12:08:15 guus Exp $ $Id$
*/ */

View file

@ -1,7 +1,7 @@
/* /*
dropin.c -- a set of drop-in replacements for libc functions dropin.c -- a set of drop-in replacements for libc functions
Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: dropin.c,v 1.1.2.18 2003/07/29 22:59:00 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
dropin.h -- header file for dropin.c dropin.h -- header file for dropin.c
Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: dropin.h,v 1.1.2.14 2003/07/29 22:59:00 guus Exp $ $Id$
*/ */
#ifndef __DROPIN_H__ #ifndef __DROPIN_H__

View file

@ -1,7 +1,7 @@
/* /*
ethernet.h -- missing Ethernet related definitions ethernet.h -- missing Ethernet related definitions
Copyright (C) 2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 2004 Ivo Timmermans <ivo@tinc-vpn.org>
2003 Guus Sliepen <guus@sliepen.eu.org> 2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: ethernet.h,v 1.1.2.5 2003/10/08 11:34:55 guus Exp $ $Id$
*/ */
#ifndef __TINC_ETHERNET_H__ #ifndef __TINC_ETHERNET_H__

View file

@ -5,7 +5,7 @@
* See getaddrinfo.c and getnameinfo.c. * See getaddrinfo.c and getnameinfo.c.
*/ */
/* $Id: fake-gai-errnos.h,v 1.1.2.3 2003/08/17 08:32:38 guus Exp $ */ /* $Id$ */
/* for old netdb.h */ /* for old netdb.h */
#ifndef EAI_NODATA #ifndef EAI_NODATA

View file

@ -1,4 +1,4 @@
/* $Id: fake-getaddrinfo.h,v 1.1.2.3 2003/07/17 15:06:25 guus Exp $ */ /* $Id$ */
#ifndef _FAKE_GETADDRINFO_H #ifndef _FAKE_GETADDRINFO_H
#define _FAKE_GETADDRINFO_H #define _FAKE_GETADDRINFO_H

View file

@ -1,4 +1,4 @@
/* $Id: fake-getnameinfo.h,v 1.1.2.3 2003/07/17 15:06:25 guus Exp $ */ /* $Id$ */
#ifndef _FAKE_GETNAMEINFO_H #ifndef _FAKE_GETNAMEINFO_H
#define _FAKE_GETNAMEINFO_H #define _FAKE_GETNAMEINFO_H

View file

@ -1,7 +1,7 @@
/* /*
ipv4.h -- missing IPv4 related definitions ipv4.h -- missing IPv4 related definitions
Copyright (C) 2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 2004 Ivo Timmermans <ivo@tinc-vpn.org>
2003 Guus Sliepen <guus@sliepen.eu.org> 2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: ipv4.h,v 1.1.2.5 2003/12/22 11:05:23 guus Exp $ $Id$
*/ */
#ifndef __TINC_IPV4_H__ #ifndef __TINC_IPV4_H__

View file

@ -1,7 +1,7 @@
/* /*
ipv6.h -- missing IPv6 related definitions ipv6.h -- missing IPv6 related definitions
Copyright (C) 2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 2004 Ivo Timmermans <ivo@tinc-vpn.org>
2003 Guus Sliepen <guus@sliepen.eu.org> 2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: ipv6.h,v 1.1.2.9 2003/12/22 11:05:23 guus Exp $ $Id$
*/ */
#ifndef __TINC_IPV6_H__ #ifndef __TINC_IPV6_H__

View file

@ -1,7 +1,7 @@
/* /*
list.c -- functions to deal with double linked lists list.c -- functions to deal with double linked lists
Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: list.c,v 1.1.2.17 2003/08/28 21:05:09 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
list.h -- header file for list.c list.h -- header file for list.c
Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: list.h,v 1.1.2.11 2003/07/31 11:17:39 guus Exp $ $Id$
*/ */
#ifndef __TINC_LIST_H__ #ifndef __TINC_LIST_H__

View file

@ -1,7 +1,7 @@
/* /*
utils.c -- gathering of some stupid small functions utils.c -- gathering of some stupid small functions
Copyright (C) 1999-2003 Ivo Timmermans <zarq@iname.com> Copyright (C) 1999-2004 Ivo Timmermans <zarq@iname.com>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
/* /*
utils.h -- header file for utils.c utils.h -- header file for utils.c
Copyright (C) 1999-2003 Ivo Timmermans <zarq@iname.com> Copyright (C) 1999-2004 Ivo Timmermans <zarq@iname.com>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Ivo Timmermans and Guus Sliepen
# It can be your email address, or a mailing list address where translators # It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through # can write to without being subscribed, or the URL of a web page through
# which the translators can contact you. # which the translators can contact you.
MSGID_BUGS_ADDRESS = tinc-devel@nl.linux.org MSGID_BUGS_ADDRESS = tinc-devel@tinc-vpn.org
# This is the list of locale categories, beyond LC_MESSAGES, for which the # This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty. # message catalogs shall be used. It is usually empty.

View file

@ -1,15 +1,15 @@
# Dutch messages for tinc # Dutch messages for tinc
# Copyright (C) 1999-2004 Ivo Timmermans, Guus Sliepen. # Copyright (C) 1999-2004 Ivo Timmermans, Guus Sliepen.
# Ivo Timmermans <ivo@o2w.nl>, 1999-2003. # Ivo Timmermans <ivo@tinc-vpn.org>, 1999-2004.
# Guus Sliepen <guus@sliepen.eu.org>, 2000-2003. # Guus Sliepen <guus@tinc-vpn.org>, 2000-2004.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tinc 1.0-svn\n" "Project-Id-Version: tinc 1.0-svn\n"
"Report-Msgid-Bugs-To: tinc-devel@nl.linux.org\n" "Report-Msgid-Bugs-To: tinc-devel@tinc-vpn.org\n"
"POT-Creation-Date: 2004-03-15 19:28+0100\n" "POT-Creation-Date: 2004-03-15 19:28+0100\n"
"PO-Revision-Date: 2004-03-15 19:28+0100\n" "PO-Revision-Date: 2004-03-15 19:28+0100\n"
"Last-Translator: Guus Sliepen <guus@sliepen.eu.org>\n" "Last-Translator: Guus Sliepen <guus@tinc-vpn.org>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n" "Language-Team: Dutch <vertaling@tinc-vpn.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@ -889,9 +889,9 @@ msgstr ""
#: src/tincd.c:123 #: src/tincd.c:123
#, c-format #, c-format
msgid "Report bugs to tinc@nl.linux.org.\n" msgid "Report bugs to tinc@tinc-vpn.org.\n"
msgstr "" msgstr ""
"Meld fouten in het programma aan tinc@nl.linux.org;\n" "Meld fouten in het programma aan tinc@tinc-vpn.org;\n"
"Meld fouten in de vertaling aan vertaling@nl.linux.org.\n" "Meld fouten in de vertaling aan vertaling@nl.linux.org.\n"
#: src/tincd.c:179 #: src/tincd.c:179

View file

@ -1,6 +1,6 @@
# Spanish messages for tinc # Spanish messages for tinc
# Copyright (C) 1999, 2000 Free Software Foundation, Inc. # Copyright (C) 1999, 2000 Free Software Foundation, Inc.
# Ivo Timmermans <ivo@o2w.nl>, 1999, 2000. # Ivo Timmermans <ivo@tinc-vpn.org>, 1999, 2000.
# #
msgid "" msgid ""
msgstr "" msgstr ""

View file

@ -1,8 +1,8 @@
/* /*
conf.c -- configuration code conf.c -- configuration code
Copyright (C) 1998 Robert van der Meulen Copyright (C) 1998 Robert van der Meulen
1998-2003 Ivo Timmermans <ivo@o2w.nl> 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
2000 Cris van Pelt <tribbel@arise.dhs.org> 2000 Cris van Pelt <tribbel@arise.dhs.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
@ -19,7 +19,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: conf.c,v 1.9.4.77 2003/12/12 19:52:24 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
conf.h -- header for conf.c conf.h -- header for conf.c
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: conf.h,v 1.6.4.43 2003/08/08 22:11:54 guus Exp $ $Id$
*/ */
#ifndef __TINC_CONF_H__ #ifndef __TINC_CONF_H__

View file

@ -1,7 +1,7 @@
/* /*
connection.c -- connection list management connection.c -- connection list management
Copyright (C) 2000-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2003 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: connection.c,v 1.1.2.44 2003/08/28 21:05:10 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
connection.h -- header for connection.c connection.h -- header for connection.c
Copyright (C) 2000-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2003 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: connection.h,v 1.1.2.40 2003/12/20 21:25:17 guus Exp $ $Id$
*/ */
#ifndef __TINC_CONNECTION_H__ #ifndef __TINC_CONNECTION_H__

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with Windows tap driver in a Cygwin environment device.c -- Interaction with Windows tap driver in a Cygwin environment
Copyright (C) 2002-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2002-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2002-2003 Guus Sliepen <guus@sliepen.eu.org> 2002-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.17 2003/10/08 11:37:20 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with MacOS/X tun device device.c -- Interaction with MacOS/X tun device
Copyright (C) 2001-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.10 2003/07/22 20:55:21 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
net.h -- generic header for device.c net.h -- generic header for device.c
Copyright (C) 2001-2003 Ivo Timmermans <zarq@iname.com> Copyright (C) 2001-2004 Ivo Timmermans <zarq@iname.com>
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.h,v 1.1.2.11 2003/07/22 20:55:19 guus Exp $ $Id$
*/ */
#ifndef __TINC_DEVICE_H__ #ifndef __TINC_DEVICE_H__

View file

@ -1,7 +1,7 @@
/* /*
edge.c -- edge tree management edge.c -- edge tree management
Copyright (C) 2000-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2003 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: edge.c,v 1.1.2.27 2003/08/28 21:05:10 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
edge.h -- header for edge.c edge.h -- header for edge.c
Copyright (C) 2001-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2001-2004 Guus Sliepen <guus@tinc-vpn.org>,
2001-2003 Ivo Timmermans <ivo@o2w.nl> 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: edge.h,v 1.1.2.17 2003/07/30 21:52:41 guus Exp $ $Id$
*/ */
#ifndef __TINC_EDGE_H__ #ifndef __TINC_EDGE_H__

View file

@ -1,7 +1,7 @@
/* /*
event.c -- event queue event.c -- event queue
Copyright (C) 2002-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2002-2004 Guus Sliepen <guus@tinc-vpn.org>,
2002-2003 Ivo Timmermans <ivo@o2w.nl> 2002-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: event.c,v 1.1.4.11 2003/08/28 21:05:10 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
event.h -- header for event.c event.h -- header for event.c
Copyright (C) 2002-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2002-2004 Guus Sliepen <guus@tinc-vpn.org>,
2002-2003 Ivo Timmermans <ivo@o2w.nl> 2002-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: event.h,v 1.1.4.8 2003/07/30 21:52:41 guus Exp $ $Id$
*/ */
#ifndef __TINC_EVENT_H__ #ifndef __TINC_EVENT_H__

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with FreeBSD tap device device.c -- Interaction with FreeBSD tap device
Copyright (C) 2001-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.13 2003/07/22 20:55:21 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
graph.c -- graph algorithms graph.c -- graph algorithms
Copyright (C) 2001-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2001-2004 Guus Sliepen <guus@tinc-vpn.org>,
2001-2003 Ivo Timmermans <ivo@o2w.nl> 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: graph.c,v 1.1.2.34 2003/12/22 11:04:16 guus Exp $ $Id$
*/ */
/* We need to generate two trees from the graph: /* We need to generate two trees from the graph:

View file

@ -1,7 +1,7 @@
/* /*
graph.h -- header for graph.c graph.h -- header for graph.c
Copyright (C) 2001-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2001-2004 Guus Sliepen <guus@tinc-vpn.org>,
2001-2003 Ivo Timmermans <ivo@o2w.nl> 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: graph.h,v 1.1.2.6 2003/09/03 16:20:33 guus Exp $ $Id$
*/ */
#ifndef __TINC_GRAPH_H__ #ifndef __TINC_GRAPH_H__

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with Linux ethertap and tun/tap device device.c -- Interaction with Linux ethertap and tun/tap device
Copyright (C) 2001-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.21 2003/08/28 21:05:11 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
logger.c -- logging code logger.c -- logging code
Copyright (C) 2003 Guus Sliepen <guus@sliepen.eu.org> Copyright (C) 2004 Guus Sliepen <guus@tinc-vpn.org>
2003 Ivo Timmermans <ivo@o2w.nl> 2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: logger.c,v 1.1.2.12 2003/10/06 16:13:07 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
meta.c -- handle the meta communication meta.c -- handle the meta communication
Copyright (C) 2000-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2003 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: meta.c,v 1.1.2.50 2003/11/17 15:30:17 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
meta.h -- header for meta.c meta.h -- header for meta.c
Copyright (C) 2000-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2003 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: meta.h,v 1.1.2.11 2003/08/12 14:48:13 guus Exp $ $Id$
*/ */
#ifndef __TINC_META_H__ #ifndef __TINC_META_H__

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with Windows tap driver in a MinGW environment device.c -- Interaction with Windows tap driver in a MinGW environment
Copyright (C) 2002-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2002-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2002-2003 Guus Sliepen <guus@sliepen.eu.org> 2002-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.14 2003/10/08 11:37:53 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
net.c -- most of the network code net.c -- most of the network code
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net.c,v 1.35.4.203 2003/12/20 19:47:52 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
net.h -- header for net.c net.h -- header for net.c
Copyright (C) 1998-2003 Ivo Timmermans <zarq@iname.com> Copyright (C) 1998-2004 Ivo Timmermans <zarq@iname.com>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net.h,v 1.9.4.73 2003/12/20 19:47:52 guus Exp $ $Id$
*/ */
#ifndef __TINC_NET_H__ #ifndef __TINC_NET_H__

View file

@ -1,7 +1,7 @@
/* /*
net_packet.c -- Handles in- and outgoing VPN packets net_packet.c -- Handles in- and outgoing VPN packets
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net_packet.c,v 1.1.2.49 2003/12/27 16:32:52 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
net_setup.c -- Setup. net_setup.c -- Setup.
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net_setup.c,v 1.1.2.50 2003/12/20 21:25:17 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
net_socket.c -- Handle various kinds of sockets. net_socket.c -- Handle various kinds of sockets.
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: net_socket.c,v 1.1.2.38 2003/12/22 11:04:16 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with NetBSD tun device device.c -- Interaction with NetBSD tun device
Copyright (C) 2001-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.13 2003/07/31 11:31:50 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
netutl.c -- some supporting network utility code netutl.c -- some supporting network utility code
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: netutl.c,v 1.12.4.54 2003/08/22 15:03:59 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
netutl.h -- header file for netutl.c netutl.h -- header file for netutl.c
Copyright (C) 1998-2003 Ivo Timmermans <zarq@iname.com> Copyright (C) 1998-2004 Ivo Timmermans <zarq@iname.com>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: netutl.h,v 1.2.4.19 2003/08/22 11:18:42 guus Exp $ $Id$
*/ */
#ifndef __TINC_NETUTL_H__ #ifndef __TINC_NETUTL_H__

View file

@ -1,7 +1,7 @@
/* /*
node.c -- node tree management node.c -- node tree management
Copyright (C) 2001-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2001-2004 Guus Sliepen <guus@tinc-vpn.org>,
2001-2003 Ivo Timmermans <ivo@o2w.nl> 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: node.c,v 1.1.2.31 2003/12/22 11:04:16 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
node.h -- header for node.c node.h -- header for node.c
Copyright (C) 2001-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2001-2004 Guus Sliepen <guus@tinc-vpn.org>,
2001-2003 Ivo Timmermans <ivo@o2w.nl> 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: node.h,v 1.1.2.31 2003/12/22 11:04:16 guus Exp $ $Id$
*/ */
#ifndef __TINC_NODE_H__ #ifndef __TINC_NODE_H__

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with OpenBSD tun device device.c -- Interaction with OpenBSD tun device
Copyright (C) 2001-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.19 2003/08/08 11:45:37 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
process.c -- process management functions process.c -- process management functions
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: process.c,v 1.1.2.78 2003/12/07 14:29:02 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
process.h -- header file for process.c process.h -- header file for process.c
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: process.h,v 1.1.2.19 2003/08/02 20:50:38 guus Exp $ $Id$
*/ */
#ifndef __TINC_PROCESS_H__ #ifndef __TINC_PROCESS_H__

View file

@ -1,7 +1,7 @@
/* /*
protocol.c -- handle the meta-protocol, basic functions protocol.c -- handle the meta-protocol, basic functions
Copyright (C) 1999-2001 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000,2001 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol.c,v 1.28.4.148 2003/11/17 15:30:17 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
protocol.h -- header for protocol.c protocol.h -- header for protocol.c
Copyright (C) 1999-2001 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000,2001 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol.h,v 1.5.4.45 2003/11/17 15:30:18 guus Exp $ $Id$
*/ */
#ifndef __TINC_PROTOCOL_H__ #ifndef __TINC_PROTOCOL_H__

View file

@ -1,7 +1,7 @@
/* /*
protocol_auth.c -- handle the meta-protocol, authentication protocol_auth.c -- handle the meta-protocol, authentication
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol_auth.c,v 1.1.4.34 2003/12/22 11:04:16 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
protocol_edge.c -- handle the meta-protocol, edges protocol_edge.c -- handle the meta-protocol, edges
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol_edge.c,v 1.1.4.23 2003/11/17 15:30:18 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
protocol_key.c -- handle the meta-protocol, key exchange protocol_key.c -- handle the meta-protocol, key exchange
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol_key.c,v 1.1.4.26 2003/12/20 21:25:17 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
protocol_misc.c -- handle the meta-protocol, miscellaneous functions protocol_misc.c -- handle the meta-protocol, miscellaneous functions
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol_misc.c,v 1.1.4.13 2003/07/24 12:08:16 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
protocol_subnet.c -- handle the meta-protocol, subnets protocol_subnet.c -- handle the meta-protocol, subnets
Copyright (C) 1999-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 1999-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: protocol_subnet.c,v 1.1.4.18 2003/12/12 19:52:25 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
device.c -- raw socket device.c -- raw socket
Copyright (C) 2002-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2002-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2002-2003 Guus Sliepen <guus@sliepen.eu.org> 2002-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.9 2003/07/31 11:31:51 guus Exp $ $Id$
*/ */
#include "config.h" #include "config.h"

View file

@ -1,7 +1,7 @@
/* /*
route.c -- routing route.c -- routing
Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: route.c,v 1.1.2.75 2003/12/24 10:48:15 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
route.h -- header file for route.c route.h -- header file for route.c
Copyright (C) 2000-2003 Ivo Timmermans <zarq@iname.com> Copyright (C) 2000-2004 Ivo Timmermans <zarq@iname.com>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: route.h,v 1.1.2.14 2003/12/12 19:52:25 guus Exp $ $Id$
*/ */
#ifndef __TINC_ROUTE_H__ #ifndef __TINC_ROUTE_H__

View file

@ -1,7 +1,7 @@
/* /*
device.c -- Interaction with Solaris tun device device.c -- Interaction with Solaris tun device
Copyright (C) 2001-2003 Ivo Timmermans <ivo@o2w.nl>, Copyright (C) 2001-2004 Ivo Timmermans <ivo@tinc-vpn.org>,
2001-2003 Guus Sliepen <guus@sliepen.eu.org> 2001-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: device.c,v 1.1.2.17 2003/07/31 11:20:32 guus Exp $ $Id$
*/ */

View file

@ -1,7 +1,7 @@
/* /*
subnet.c -- handle subnet lookups and lists subnet.c -- handle subnet lookups and lists
Copyright (C) 2000-2003 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000-2003 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: subnet.c,v 1.1.2.52 2003/12/12 19:52:25 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"

View file

@ -1,7 +1,7 @@
/* /*
subnet.h -- header for subnet.c subnet.h -- header for subnet.c
Copyright (C) 2000,2001 Guus Sliepen <guus@sliepen.eu.org>, Copyright (C) 2000-2004 Guus Sliepen <guus@tinc-vpn.org>,
2000,2001 Ivo Timmermans <ivo@o2w.nl> 2000-2004 Ivo Timmermans <ivo@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: subnet.h,v 1.1.2.27 2003/12/12 19:52:25 guus Exp $ $Id$
*/ */
#ifndef __TINC_SUBNET_H__ #ifndef __TINC_SUBNET_H__

View file

@ -1,7 +1,7 @@
/* /*
tincd.c -- the main file for tincd tincd.c -- the main file for tincd
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2000-2003 Guus Sliepen <guus@sliepen.eu.org> 2000-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: tincd.c,v 1.10.4.90 2003/12/07 14:31:09 guus Exp $ $Id$
*/ */
#include "system.h" #include "system.h"
@ -120,7 +120,7 @@ static void usage(bool status)
" --pidfile=FILENAME Write PID to FILENAME.\n" " --pidfile=FILENAME Write PID to FILENAME.\n"
" --help Display this help and exit.\n" " --help Display this help and exit.\n"
" --version Output version information and exit.\n\n")); " --version Output version information and exit.\n\n"));
printf(_("Report bugs to tinc@nl.linux.org.\n")); printf(_("Report bugs to tinc@tinc-vpn.org.\n"));
} }
} }
@ -407,7 +407,7 @@ int main(int argc, char **argv)
if(show_version) { if(show_version) {
printf(_("%s version %s (built %s %s, protocol %d)\n"), PACKAGE, printf(_("%s version %s (built %s %s, protocol %d)\n"), PACKAGE,
VERSION, __DATE__, __TIME__, PROT_CURRENT); VERSION, __DATE__, __TIME__, PROT_CURRENT);
printf(_("Copyright (C) 1998-2003 Ivo Timmermans, Guus Sliepen and others.\n" printf(_("Copyright (C) 1998-2004 Ivo Timmermans, Guus Sliepen and others.\n"
"See the AUTHORS file for a complete list.\n\n" "See the AUTHORS file for a complete list.\n\n"
"tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n" "tinc comes with ABSOLUTELY NO WARRANTY. This is free software,\n"
"and you are welcome to redistribute it under certain conditions;\n" "and you are welcome to redistribute it under certain conditions;\n"

View file

@ -1,7 +1,7 @@
/* /*
system.h -- system headers system.h -- system headers
Copyright (C) 1998-2003 Ivo Timmermans <ivo@o2w.nl> Copyright (C) 1998-2004 Ivo Timmermans <ivo@tinc-vpn.org>
2003 Guus Sliepen <guus@sliepen.eu.org> 2003-2004 Guus Sliepen <guus@tinc-vpn.org>
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by