-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dm
committed
Jan 14, 2000
1 parent
2e765cc
commit b842d7b
Showing
40 changed files
with
199 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
* UNIX-Connect, a ZCONNECT(r) Transport and Gateway/Relay. | ||
* Copyright (C) 1993-94 Martin Husemann | ||
* Copyright (C) 1995-98 Christopher Creutzig | ||
* Copyright (C) 1999 Dirk Meyer | ||
* Copyright (C) 1993-1994 Martin Husemann | ||
* Copyright (C) 1995-1998 Christopher Creutzig | ||
* Copyright (C) 1999-2000 Dirk Meyer | ||
* | ||
* 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 | ||
|
@@ -26,7 +26,7 @@ | |
* Bugreports, suggestions for improvement, patches, ports to other systems | ||
* etc. are welcome. Contact the maintainer by e-mail: | ||
* [email protected] or snail-mail: | ||
* Dirk Meyer, Im Grund 4, 34317 Habichstwald | ||
* Dirk Meyer, Im Grund 4, 34317 Habichtswald | ||
* | ||
* There is a mailing-list for user-support: | ||
* [email protected], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ Public License unterliegen. | |
|
||
Sie sind nicht und waren niemals in der Public Domain. | ||
|
||
(C)opyright 1992-94 Martin Husemann, [email protected] | ||
Copyright (C) 1995-98 Christopher Creutzig, [email protected] | ||
Copyright (C) 1999 Dirk Meyer, [email protected] | ||
(C)opyright 1992-1994 Martin Husemann, [email protected] | ||
Copyright (C) 1995-1998 Christopher Creutzig, [email protected] | ||
Copyright (C) 1999-2000 Dirk Meyer, [email protected] | ||
|
||
Die Wahl DIESER Lizenz erfolgte absichtlich, insbesondere wurde explizit | ||
nicht die GNU General Public Library License gewaehlt: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
/* $Id$ */ | ||
/* | ||
* UNIX-Connect, a ZCONNECT(r) Transport and Gateway/Relay. | ||
* Copyright (C) 1999-2000 Dirk Meyer | ||
* | ||
* 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 | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
* | ||
* ------------------------------------------------------------------------ | ||
* Eine deutsche Zusammenfassung zum Copyright dieser Programme sowie der | ||
* GNU General Public License finden Sie in der Datei README.1st. | ||
* ------------------------------------------------------------------------ | ||
* | ||
* Bugreports, suggestions for improvement, patches, ports to other systems | ||
* etc. are welcome. Contact the maintainer by e-mail: | ||
* [email protected] or snail-mail: | ||
* Dirk Meyer, Im Grund 4, 34317 Habichtswald | ||
* | ||
* There is a mailing-list for user-support: | ||
* [email protected], | ||
* write a mail with subject "Help" to | ||
* [email protected] | ||
* for instructions on how to join this list. | ||
*/ | ||
|
||
#if HAVE_DIRENT_H | ||
# include <dirent.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
/* $Id$ */ | ||
/* | ||
* UNIX-Connect, a ZCONNECT(r) Transport and Gateway/Relay. | ||
* Copyright (C) 1999-2000 Dirk Meyer | ||
* | ||
* 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 | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
* | ||
* ------------------------------------------------------------------------ | ||
* Eine deutsche Zusammenfassung zum Copyright dieser Programme sowie der | ||
* GNU General Public License finden Sie in der Datei README.1st. | ||
* ------------------------------------------------------------------------ | ||
* | ||
* Bugreports, suggestions for improvement, patches, ports to other systems | ||
* etc. are welcome. Contact the maintainer by e-mail: | ||
* [email protected] or snail-mail: | ||
* Dirk Meyer, Im Grund 4, 34317 Habichtswald | ||
* | ||
* There is a mailing-list for user-support: | ||
* [email protected], | ||
* write a mail with subject "Help" to | ||
* [email protected] | ||
* for instructions on how to join this list. | ||
*/ | ||
|
||
#ifdef HAVE_STRING_H | ||
# include <string.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,38 @@ | ||
/* $Id$ */ | ||
/* | ||
* UNIX-Connect, a ZCONNECT(r) Transport and Gateway/Relay. | ||
* Copyright (C) 1999-2000 Dirk Meyer | ||
* | ||
* 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 | ||
* the Free Software Foundation; either version 2 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, write to the Free Software | ||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
* | ||
* ------------------------------------------------------------------------ | ||
* Eine deutsche Zusammenfassung zum Copyright dieser Programme sowie der | ||
* GNU General Public License finden Sie in der Datei README.1st. | ||
* ------------------------------------------------------------------------ | ||
* | ||
* Bugreports, suggestions for improvement, patches, ports to other systems | ||
* etc. are welcome. Contact the maintainer by e-mail: | ||
* [email protected] or snail-mail: | ||
* Dirk Meyer, Im Grund 4, 34317 Habichtswald | ||
* | ||
* There is a mailing-list for user-support: | ||
* [email protected], | ||
* write a mail with subject "Help" to | ||
* [email protected] | ||
* for instructions on how to join this list. | ||
*/ | ||
|
||
#if HAVE_SYS_WAIT_H | ||
# include <sys/wait.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.