Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
8b14402e
Commit
8b14402e
authored
Aug 03, 1996
by
Per Cederqvist
Browse files
Copyright year updated.
parent
6e770e28
Changes
76
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
8b14402e
dnl $Id: configure.in,v 1.3
5
1996/08/0
1 18:44
:5
9
ceder Exp $
dnl $Id: configure.in,v 1.3
6
1996/08/0
3 01:28
:5
8
ceder Exp $
dnl Configuration for LysKOM
dnl Copyright (C) 1993, 1994, 1995 Lysator Academic Computer Association.
dnl Copyright (C) 1993, 1994, 1995
, 1996
Lysator Academic Computer Association.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
...
...
@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dnl
dnl Please mail bug reports to bug-lyskom@lysator.liu.se.
dnl
AC_REVISION($Revision: 1.3
5
$)
AC_REVISION($Revision: 1.3
6
$)
AC_INIT(src/server/lyskomd.h)
AC_ARG_WITH([gnu-malloc],
[ --with-gnu-malloc use GNU malloc],
...
...
doc/man/lyskomd.8
View file @
8b14402e
.\" $Id: lyskomd.8,v 1.2
3
1996/0
6
/0
9 13:49:11 by
er
s
Exp $
.\" $Id: lyskomd.8,v 1.2
4
1996/0
8
/0
3 01:29:06 ced
er Exp $
.\" Copyright (C) 1991, 1994 Lysator Academic Computer Association.
.\"
.\" This file is part of the LysKOM server.
...
...
@@ -21,8 +21,8 @@
.\"
.\" Please mail bug reports to bug-lyskom@lysator.liu.se.
.\"
.\" $Id: lyskomd.8,v 1.2
3
1996/0
6
/0
9 13:49:11 by
er
s
Exp $
.\" $Date: 1996/0
6
/0
9 13:49:11
$
.\" $Id: lyskomd.8,v 1.2
4
1996/0
8
/0
3 01:29:06 ced
er Exp $
.\" $Date: 1996/0
8
/0
3 01:29:06
$
.TH lyskomd 8 "January 12, 1994" "Lysator"
.SH NAME
lyskomd - LysKOM server
...
...
@@ -34,7 +34,7 @@ lyskomd - LysKOM server
.B config-file
]
.SH DESCRIPTION
This documents lyskomd release 1.
8
.0. lyskomd is a LysKOM server.
This documents lyskomd release 1.
9
.0. lyskomd is a LysKOM server.
.PP
The server reads a configuration file (see CONFIGURATION below) and
then listens for connections on the given ports (defaults are 4894
...
...
scripts/makedist.sh
View file @
8b14402e
#! /bin/bash
# makedist.sh -- build a distribution (use "make dist" to invoke this script).
# $Id: makedist.sh,v 1.
3
199
5/11/02 21:53
:10 ceder Exp $
# $Id: makedist.sh,v 1.
4
199
6/08/03 01:29
:10 ceder Exp $
# Copyright (C) 1994, 1995 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
...
...
@@ -36,7 +37,7 @@ else\
fi
for
i
in
.cvsignore COPYING ChangeLog INSTALL Makefile.in Makefile.src
\
NEWS aclocal.m4 configure configure.in mkmi versions
;
\
NEWS
README.FSF
aclocal.m4 configure configure.in mkmi versions
;
\
do
cp
${
srcdir
}
/
$i
lyskom-
$(
SERVER-VER
)
/||exit 1
;
done
cp
${
srcdir
}
/src/Makefile.in lyskom-
$(
SERVER-VER
)
/src/
cp
${
srcdir
}
/src/Makefile.src lyskom-
$(
SERVER-VER
)
/src/
...
...
@@ -67,6 +68,7 @@ cp ${srcdir}/src/.cvsignore lyskom-$(SERVER-VER)/src/
$RM
lyskom-
$(
SERVER-VER
)
/src/server/cache-database.h
$RM
lyskom-
$(
SERVER-VER
)
/src/server/cache-database.c
$RM
lyskom-
$(
SERVER-VER
)
/src/server/cache.c
$RM
lyskom-
$(
SERVER-VER
)
/src/server/version.incl
$RM
lyskom-
$(
SERVER-VER
)
/src/libraries/gnumalloc/Makefile
$RM
lyskom-
$(
SERVER-VER
)
/src/libraries/gnumalloc/gmalloc.c
cp
-r
${
srcdir
}
/src/include lyskom-
$(
SERVER-VER
)
/src/include
...
...
src/include/kom-errno.h
View file @
8b14402e
/*
* $Id: kom-errno.h,v 0.1
1
1996/0
7/28 15:42:50
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
* $Id: kom-errno.h,v 0.1
2
1996/0
8/03 01:29:17
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994
, 1996
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/include/kom-types.h
View file @
8b14402e
/*
* $Id: kom-types.h,v 0.2
1
1996/08/0
2 23:58:38
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* $Id: kom-types.h,v 0.2
2
1996/08/0
3 01:29:19
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995
, 1996
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -26,7 +26,7 @@
* KOM-types.h -- Types used by both server and client of LysKOM
*
*
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Computer Club,
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995
, 1996
Lysator Computer Club,
* Linkoping University, Sweden
*
* Everyone is granted permission to copy, modify and redistribute
...
...
src/include/services.h
View file @
8b14402e
/*
* $Id: services.h,v 0.
29
1996/08/0
2 23:56:03
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
* $Id: services.h,v 0.
30
1996/08/0
3 01:29:21
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994, 1995
, 1996
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
src/libraries/libclient/async.c
View file @
8b14402e
/*
* $Id: async.c,v 1.
1
199
3/10/06 12:09:28 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: async.c,v 1.
2
199
6/08/03 01:29:29 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -28,7 +28,7 @@
* Written by Per Cederqvist 1990-07-24
*/
static
char
*
rcsid
=
"$Id: async.c,v 1.
1
199
3/10/06 12:09:28 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: async.c,v 1.
2
199
6/08/03 01:29:29 ceder
Exp $"
;
#include
<stdio.h>
#include
<ctype.h>
...
...
src/libraries/libclient/async.h
View file @
8b14402e
/*
* $Id: async.h,v 1.
1
199
3/10/06 12:09:36 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: async.h,v 1.
2
199
6/08/03 01:29:30 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: async.h,v 1.
1
199
3/10/06 12:09:36 linus
Exp $
* $Id: async.h,v 1.
2
199
6/08/03 01:29:30 ceder
Exp $
*
* This file contains the parts of the async protocol that are common
* to the server and the client.
...
...
src/libraries/libclient/client-malloc.h
View file @
8b14402e
/*
* $Id: client-malloc.h,v 1.
1
199
3/10/06 12:09:44 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: client-malloc.h,v 1.
2
199
6/08/03 01:29:32 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -22,7 +22,7 @@
*
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/* $Id: client-malloc.h,v 1.
1
199
3/10/06 12:09:44 linus
Exp $ */
/* $Id: client-malloc.h,v 1.
2
199
6/08/03 01:29:32 ceder
Exp $ */
extern
malloc_function
isc_malloc
;
extern
realloc_function
isc_realloc
;
extern
free_function
isc_free
;
src/libraries/libclient/client.c
View file @
8b14402e
/*
* $Id: client.c,v 1.
1
199
3/10/06 12:09:51 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: client.c,v 1.
2
199
6/08/03 01:29:33 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -30,7 +30,7 @@
** 930829 linus changed name.
*/
static
char
*
rcsid
=
"$Id: client.c,v 1.
1
199
3/10/06 12:09:51 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: client.c,v 1.
2
199
6/08/03 01:29:33 ceder
Exp $"
;
#include
<stdio.h>
/* #include <sys/time.h> is included from kom-types.h */
...
...
src/libraries/libclient/client.h
View file @
8b14402e
/*
* $Id: client.h,v 1.
1
199
3/10/06 12:09:57 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: client.h,v 1.
2
199
6/08/03 01:29:35 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: client.h,v 1.
1
199
3/10/06 12:09:57 linus
Exp $
* $Id: client.h,v 1.
2
199
6/08/03 01:29:35 ceder
Exp $
*
** isc/client.h structures and defines used in a ISC client
**
...
...
src/libraries/libclient/input.c
View file @
8b14402e
/*
* $Id: input.c,v 1.
1
199
3/10/06 12:10:02 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: input.c,v 1.
2
199
6/08/03 01:29:37 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -29,7 +29,7 @@
* Created by ceder 1990-07-17
*/
static
char
*
rcsid
=
"$Id: input.c,v 1.
1
199
3/10/06 12:10:02 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: input.c,v 1.
2
199
6/08/03 01:29:37 ceder
Exp $"
;
#include
<kom-types.h>
#include
<config.h>
...
...
src/libraries/libclient/input.h
View file @
8b14402e
/*
* $Id: input.h,v 1.
1
199
3/10/06 12:10:08 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: input.h,v 1.
2
199
6/08/03 01:29:39 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: input.h,v 1.
1
199
3/10/06 12:10:08 linus
Exp $
* $Id: input.h,v 1.
2
199
6/08/03 01:29:39 ceder
Exp $
*
* Created by ceder 1990-07-18
*/
...
...
src/libraries/libclient/kom-types.c
View file @
8b14402e
/*
* $Id: kom-types.c,v 1.
1
199
3/10/06 12:10:16 linus
Exp $
* Copyright (C) 199
1
Lysator Academic Computer Association.
* $Id: kom-types.c,v 1.
2
199
6/08/03 01:29:40 ceder
Exp $
* Copyright (C) 199
0, 1991, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -28,7 +28,7 @@
* can't or shouldn't be defined in header files.
*
*
* Copyright (C) 1990 Lysator Computer Club
* Copyright (C) 1990
, 1991, 1993
Lysator Computer Club
* Linkoping University, Sweden
*
* Everyone is granted permission to copy, modify and redistribute
...
...
@@ -43,7 +43,7 @@
* email: bellman@Lysator.LiU.SE
*/
static
char
*
rcsid
=
"$Id: kom-types.c,v 1.
1
199
3/10/06 12:10:16 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: kom-types.c,v 1.
2
199
6/08/03 01:29:40 ceder
Exp $"
;
#include
<stdio.h>
#include
<kom-types.h>
...
...
src/libraries/libclient/output.c
View file @
8b14402e
/*
* $Id: output.c,v 1.
1
199
3/10/06 12:10:23 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: output.c,v 1.
2
199
6/08/03 01:29:42 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -28,7 +28,7 @@
* Created by ceder 1990-07-17
*/
static
char
*
rcsid
=
"$Id: output.c,v 1.
1
199
3/10/06 12:10:23 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: output.c,v 1.
2
199
6/08/03 01:29:42 ceder
Exp $"
;
#include
<stdio.h>
...
...
src/libraries/libclient/output.h
View file @
8b14402e
/*
* $Id: output.h,v 1.
1
199
3/10/06 12:10:29 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: output.h,v 1.
2
199
6/08/03 01:29:44 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: output.h,v 1.
1
199
3/10/06 12:10:29 linus
Exp $
* $Id: output.h,v 1.
2
199
6/08/03 01:29:44 ceder
Exp $
*
* output.h -- initiate call to client.
*
...
...
src/libraries/libclient/parse.c
View file @
8b14402e
/*
* $Id: parse.c,v 1.
1
199
3/10/06 12:10:35 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: parse.c,v 1.
2
199
6/08/03 01:29:46 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -28,7 +28,7 @@
* Written by ceder 1990-07-13
*/
static
char
*
rcsid
=
"$Id: parse.c,v 1.
1
199
3/10/06 12:10:35 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: parse.c,v 1.
2
199
6/08/03 01:29:46 ceder
Exp $"
;
/*
* KNOWN BUGS: Does not read in the array when returning KOM_SERVER_NO_MEM.
...
...
src/libraries/libclient/parse.h
View file @
8b14402e
/*
* $Id: parse.h,v 1.
1
199
3/10/06 12:10:41 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: parse.h,v 1.
2
199
6/08/03 01:29:48 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: parse.h,v 1.
1
199
3/10/06 12:10:41 linus
Exp $
* $Id: parse.h,v 1.
2
199
6/08/03 01:29:48 ceder
Exp $
*
* parse.h - parse objects from an isc connection.
*
...
...
src/libraries/libclient/send.c
View file @
8b14402e
/*
* $Id: send.c,v 1.
1
199
3/10/06 12:10:46 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: send.c,v 1.
2
199
6/08/03 01:29:50 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -28,7 +28,7 @@
* Written by ceder 1990-07-13
*/
static
char
*
rcsid
=
"$Id: send.c,v 1.
1
199
3/10/06 12:10:46 linus
Exp $"
;
static
char
*
rcsid
=
"$Id: send.c,v 1.
2
199
6/08/03 01:29:50 ceder
Exp $"
;
#include
<stdio.h>
#ifdef HAVE_STDLIB_H
...
...
src/libraries/libclient/send.h
View file @
8b14402e
/*
* $Id: send.h,v 1.
1
199
3/10/06 12:10:51 linus
Exp $
* Copyright (C) 1991 Lysator Academic Computer Association.
* $Id: send.h,v 1.
2
199
6/08/03 01:29:53 ceder
Exp $
* Copyright (C) 1991
, 1993
Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
*
...
...
@@ -23,7 +23,7 @@
* Please mail bug reports to bug-lyskom@lysator.liu.se.
*/
/*
* $Id: send.h,v 1.
1
199
3/10/06 12:10:51 linus
Exp $
* $Id: send.h,v 1.
2
199
6/08/03 01:29:53 ceder
Exp $
*
* output.h - write objects throug an isc connection.
*
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment