Skip to content

Commit

Permalink
latest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kriston committed May 2, 2000
1 parent 062dfe7 commit 883c195
Show file tree
Hide file tree
Showing 202 changed files with 205 additions and 219 deletions.
5 changes: 0 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
2000-04-24 Kriston J. Rehberg <[email protected]>

* Added nsftp module. Contributed by Eric O'Laughlen
<[email protected]>.

2000-04-12 Kriston J. Rehberg <[email protected]>

*** AOLserver 3.0 FINAL Released ***
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

$Header: /Users/dossy/Desktop/cvs/aolserver/Attic/LICENSE.txt,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $
$Header: /Users/dossy/Desktop/cvs/aolserver/Attic/LICENSE.txt,v 1.2 2000/05/02 14:39:30 kriston Exp $


MOZILLA PUBLIC LICENSE
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ include ./include/Makefile.global
# nscp -- Control port remote administration interface
# nslog -- Common log format module
# nsperm -- Permissions module
# nsftp -- FTP module
#
# nsunix -- serving HTTP over Unix domain socket
# nsvhr -- Virtual hosting redirector
Expand All @@ -31,7 +30,7 @@ include ./include/Makefile.global
# nssolid -- Solid driver (requires Solid library)
#

MODULES = nssock nscgi nscp nslog nsperm nsext nspd nsftp
MODULES = nssock nscgi nscp nslog nsperm nsext nspd
#MODULES = nsssl2 nspostgres nssybpd nssolid nsunix nsvhr


Expand Down
16 changes: 4 additions & 12 deletions include/Makefile.global
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ ifeq (HP-UXB.11.00, $(shell uname -s)$(shell uname -r))
CFLAGS+=-D__hp11 -pipe -fPIC -Wall -Wno-unused
LDFLAGS=-Wl,-E
LIBS+=-lpthread
LDSO=$(LD) -b
#LDSO=$(LD) -b
LDSO=$(CC) -shared
CFLAGS+=-DUSE_DLSHL=1
endif

Expand All @@ -68,17 +69,16 @@ endif
#
# The optional DCE threads package must be installed.
# SMP is fully supported.
# "gcc -g" gives a harmless warning unless you have the GNU version of as.
#
ifeq (HP-UXB.10.20, $(shell uname -s)$(shell uname -r))
PLATFORM=hp10
# CC=cc
# CFLAGS+=-Ae +DAportable +z
NSDLIBS=-lm
CFLAGS+=-D__hp10 -pipe -fPIC -Wall -Wno-unused
LDFLAGS=-Wl,-E
LIBS+=-ldce -lc_r
LDSO=$(LD) -b
#LDSO=$(LD) -b
LDSO=$(CC) -shared
CFLAGS+=-DHAVE_PTHREAD_D4=1 -DUSE_DLSHL=1 -DNEED_HERRNO=1
endif

Expand All @@ -97,7 +97,6 @@ ifeq (Linux,$(shell uname))
PLATFORM=linux
LDFLAGS+=-Wl,-E
CFLAGS+=-pipe -fPIC -Wall -Wno-unused
NSDLIBS=-lm
LIBS+=-ldl -lpthread
LDSO=$(CC) -shared
CFLAGS+=-DHAVE_CMMSG=1 -DUSE_FIONREAD=1 -DHAVE_COND_EINTR=1
Expand All @@ -121,7 +120,6 @@ ifeq (SunOS,$(shell uname))
# CC=/opt/SUNWspro/bin/cc
# CFLAGS+=-KPIC
CFLAGS+=-D_POSIX_PTHREAD_SEMANTICS -fPIC -Wall -Wno-unused
NSDLIBS=-lm
LIBS+=-lsocket -lnsl -ldl -lposix4 -lpthread -lresolv
LD=/usr/ccs/bin/ld
#LDSO=$(LD) -G
Expand All @@ -146,7 +144,6 @@ ifeq (OSF1,$(shell uname))
CFLAGS+=-std1 -pthread
LDFLAGS+=-pthread
LDSO=$(LD) -shared -expect_unresolved '*'
NSDLIBS=-lm
LIBS+=-lrt
endif

Expand Down Expand Up @@ -174,7 +171,6 @@ ifeq (IRIX, $(findstring IRIX, $(shell uname)))
#LDSO=$(LD) $(ABI) -shared
LDSO=$(CC) -shared
#LIBS+=-lpthread
NSDLIBS=-lm
#CFLAGS+=-DUSE_PTHREADS=1
CFLAGS+=-DUSE_SPROC=1
ifeq (o32, $(ABI))
Expand All @@ -196,7 +192,6 @@ ifeq (FreeBSD,$(shell uname))
LDSO=$(CC) -shared
RANLIB=ranlib
CFLAGS+=-DHAVE_CMMSG=1 -DNO_TIMEZONE=1 -DHAVE_TIMEGM
NSDLIBS=-lm
endif


Expand All @@ -214,7 +209,6 @@ ifeq (OpenBSD,$(shell uname))
RANLIB=ranlib
CFLAGS+=-DHAVE_CMMSG=1 -DUSE_DLSYMPREFIX=1 -DUSE_RTLD_LAZY=1
CFLAGS+=-DNO_TIMEZONE=1 -DHAVE_TIMEGM
NSDLIBS=-lm
endif


Expand All @@ -237,7 +231,6 @@ ifeq (UnixWare,$(shell uname))
LDFLAGS=-Wl,-B export
LDSO=$(LD) -G
LIBS+=-Kthread -lsocket
NSDLIBS=-lm
CLFAGS+=-DUSE_PTHREAD_SYSSCOPE=1 -DHAVE_SENDV=1 -DHAVE_CMMSG=1
endif

Expand All @@ -256,7 +249,6 @@ ifeq (Rhapsody,$(shell uname))
CFLAGS+=-dynamic -traditional-cpp -pipe -Wall -Wno-unused
LDSO=$(LD) -bundle -undefined suppress
RANLIB=ranlib
NSDLIBS=
CFLAGS+=-DUSE_CTHREADS=1 -DHAVE_CMMSG=1 -DUSE_DYLD -DUSE_DLSYMPREFIX=1
CFLAGS+=-DNO_RAND48=1 -DNO_TIMEZONE=1
endif
Expand Down
2 changes: 1 addition & 1 deletion include/ns.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* All the public types and function declarations for the core
* AOLserver.
*
* $Header: /Users/dossy/Desktop/cvs/aolserver/include/ns.h,v 1.1.1.1 2000/05/02 13:48:22 kriston Exp $
* $Header: /Users/dossy/Desktop/cvs/aolserver/include/ns.h,v 1.2 2000/05/02 14:39:30 kriston Exp $
*/

#ifndef NS_H
Expand Down
2 changes: 1 addition & 1 deletion include/nsthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* Core threading and system headers.
*
* $Header: /Users/dossy/Desktop/cvs/aolserver/include/nsthread.h,v 1.1.1.1 2000/05/02 13:48:22 kriston Exp $
* $Header: /Users/dossy/Desktop/cvs/aolserver/include/nsthread.h,v 1.2 2000/05/02 14:39:30 kriston Exp $
*/

#ifndef NSTHREAD_H
Expand Down
2 changes: 1 addition & 1 deletion include/tcl82.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* RCS: @(#) $Id: tcl82.h,v 1.1.1.1 2000/05/02 13:48:23 kriston Exp $
* RCS: @(#) $Id: tcl82.h,v 1.2 2000/05/02 14:39:30 kriston Exp $
*/

#ifndef _TCL
Expand Down
2 changes: 1 addition & 1 deletion include/tcl83.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* RCS: @(#) $Id: tcl83.h,v 1.1.1.1 2000/05/02 13:48:23 kriston Exp $
* RCS: @(#) $Id: tcl83.h,v 1.2 2000/05/02 14:39:30 kriston Exp $
*/

#ifndef _TCL
Expand Down
2 changes: 1 addition & 1 deletion include/tclDecls.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
* RCS: @(#) $Id: tclDecls.h,v 1.1.1.1 2000/05/02 13:48:23 kriston Exp $
* RCS: @(#) $Id: tclDecls.h,v 1.2 2000/05/02 14:39:30 kriston Exp $
*/

#ifndef _TCLDECLS
Expand Down
2 changes: 1 addition & 1 deletion nscgi/nscgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/


static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nscgi/nscgi.c,v 1.1.1.1 2000/05/02 13:48:23 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nscgi/nscgi.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "ns.h"
#include <sys/stat.h>
Expand Down
2 changes: 1 addition & 1 deletion nscp/nscp.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Tcl commands.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nscp/nscp.c,v 1.1.1.1 2000/05/02 13:48:23 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nscp/nscp.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "ns.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

include ../include/Makefile.global

LIBS += $(NSDLIBS)
LIBS += -lm

OBJS = \
adp.o adpfancy.o auth.o binder.o cache.o callbacks.o config.o \
Expand Down
2 changes: 1 addition & 1 deletion nsd/adp.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* ns_param "ParserName" "utf8"
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/adp.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/adp.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/adpfancy.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* the Ns_AdpRegisterParser() API call.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/adpfancy.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/adpfancy.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* URL level HTTP authorization support.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/auth.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/auth.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Support for the slave bind/listen process.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/binder.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/binder.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Routines for a simple cache used by fastpath and Adp.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/cache.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/cache.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* that are run at various points during the server's execution.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/callbacks.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/callbacks.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Support for the configuration file
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/config.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/config.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"
#define ISSLASH(c) ((c) == '/' || (c) == '\\')
Expand Down
2 changes: 1 addition & 1 deletion nsd/conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Manage the Ns_Conn structure
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/conn.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/conn.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/


static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/crypt.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/crypt.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/dbdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Routines for handling the loadable db driver interface.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbdrv.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbdrv.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/dbinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* pools of database handles.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbinit.c,v 1.1.1.1 2000/05/02 13:48:20 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbinit.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/dbtcl.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Tcl database access routines.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbtcl.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbtcl.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/dbutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Utility db routines.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbutil.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/dbutil.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* DNS lookup routines.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/dns.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/dns.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* happens.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/drv.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/drv.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/dstring.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* with Tcl_DString's.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/dstring.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/dstring.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/exec.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/


static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/exec.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/exec.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/fastpath.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Get page possibly from a file cache.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/fastpath.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/fastpath.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"
#ifndef WIN32
Expand Down
2 changes: 1 addition & 1 deletion nsd/fd.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* Manipulate file descriptors of open files.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/fd.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/fd.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Support for connection filters, traces, and cleanups.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/filter.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/filter.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/httptime.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* by HTSUtils.c from CERN. See also RFC 1123.
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/httptime.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/httptime.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
2 changes: 1 addition & 1 deletion nsd/htuu.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
*/

static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/htuu.c,v 1.1.1.1 2000/05/02 13:48:21 kriston Exp $, compiled: " __DATE__ " " __TIME__;
static const char *RCSID = "@(#) $Header: /Users/dossy/Desktop/cvs/aolserver/nsd/Attic/htuu.c,v 1.2 2000/05/02 14:39:30 kriston Exp $, compiled: " __DATE__ " " __TIME__;

#include "nsd.h"

Expand Down
Loading

0 comments on commit 883c195

Please sign in to comment.