Virgin import of AMD (am-utils) v6.0.10p1

This commit is contained in:
mbr 2004-07-06 12:55:44 +00:00
parent 3f1ec286a5
commit 60473f926a
133 changed files with 738 additions and 364 deletions

View File

@ -6,16 +6,12 @@ This file lists the ones who contributed major code changes, in no
particular order, and I thank them all. This is of course not to diminish particular order, and I thank them all. This is of course not to diminish
the smaller contributes of the many others. Thank you all. the smaller contributes of the many others. Thank you all.
* Erez Zadok <ezk@cs.columbia.edu> * Erez Zadok <ezk@cs.sunysb.edu>
The most significant changes were made by Erez Zadok in terms of bug fixes, The most significant changes were made by Erez Zadok in terms of bug fixes,
ports, and new features added. Erez Zadok is the current maintainer of ports, and new features added. Erez Zadok is the current maintainer of
am-utils, as of January 1997. am-utils, as of January 1997.
There is a mailing list dedicated to developers of am-utils. To subscribe
to it, send mail to majordomo@majordomo.cs.columbia.edu, with the body of
the message having the single line "subscribe amd-dev".
* Randall S. Winchester <rsw@glue.umd.edu> * Randall S. Winchester <rsw@glue.umd.edu>
May 7, 1997: contributed a special version of upl102 that included NFS V.3 May 7, 1997: contributed a special version of upl102 that included NFS V.3

View File

@ -120,7 +120,7 @@ but it is not yet in the glibc-2.0.7-19 RPM.
A bug in libc results in an amq binary that doesn't work; amq -v dumps core A bug in libc results in an amq binary that doesn't work; amq -v dumps core
in xdr_string. There is no known fix (source code or vendor patch) at this in xdr_string. There is no known fix (source code or vendor patch) at this
time. (Please let amd-dev know if you know of a fix.) time. (Please let am-utils@am-utils.org know if you know of a fix.)
(7) *-aix4.3.2.0 (7) *-aix4.3.2.0

View File

@ -1,4 +1,4 @@
Copyright (c) 1997-2003 Erez Zadok Copyright (c) 1997-2004 Erez Zadok
Copyright (c) 1989 Jan-Simon Pendry Copyright (c) 1989 Jan-Simon Pendry
Copyright (c) 1989 Imperial College of Science, Technology & Medicine Copyright (c) 1989 Imperial College of Science, Technology & Medicine
Copyright (c) 1989 The Regents of the University of California. Copyright (c) 1989 The Regents of the University of California.

View File

@ -1,3 +1,103 @@
2004-05-12 Erez Zadok <ezk@cs.sunysb.edu>
* m4/macros/check_map_funcs.m4: imported bug-fixed version from
6.1 branch.
* config.guess, config.sub, ltmain.sh: updates from the latest GNU
distributions.
* configure.in: don't check for dbm_open unless needed.
* m4/macros/header_templates.m4: template for NEW_DBM_H header
file. This completes the migration of bison/flex and n/dbm fixes
from 6.1 to to 6.0.
* include/am_defs.h: Move ALLOCA logic here.
Add new db/ndbm/gdbm logic here.
* fsinfo/fsinfo.h, fsinfo/fsinfo.c, fsinfo/fsi_lex.l,
amd/conf_tok.l: Fixes to avoid problems with modern yacc/lex
implementations.
* amd/conf_parse.y: move ALLOCA checks out of yacc code. Fixes to
avoid problems with modern yacc/lex implementations.
* configure.in: search for gdbm/ndbm.h. Add logic to deal with
db/ndbm/gdbm mess.
2004-01-20 Ion Badulescu <ionut@moisil.badula.org>
* amd/conf.c (gopt_nfs_allow_insecure_port): support function for
the new "nfs_allow_insecure_port" amd.conf directive
* amd/nfs_prot_svc.c (nfs_program_2): complain about the insecure
port and drop the request only if the "nfs_allow_insecure_port"
option is not set in amd.conf
* doc/am-utils.texi (Global Parameters): documented the new
amd.conf directive "nfs_allow_insecure_port"
* scripts/amd.conf.5 (nfs_allow_insecure_port): ditto
* scripts/amd.conf-sample (nfs_allow_insecure_port): added the
"nfs_allow_insecure_port" directive
2004-01-20 Erez Zadok <ezk@cs.sunysb.edu>
* doc/am-utils.texi: amd-workers is defunct.
2004-01-19 Erez Zadok <ezk@cs.sunysb.edu>
* cvs-server.txt: updated instructions
2004-01-18 Erez Zadok <ezk@cs.sunysb.edu>
* minor new port: i386-unknown-freebsd5.2.
* hlfsd/hlfsd.c (hlfsd_init), amd/amq_subr.c
(amqproc_mnttree_1_svc, amqproc_stats_1_svc,
amqproc_getmntfs_1_svc, xdr_amq_mount_tree): force double casting
to avoid gcc-3.3 complaints on Solaris 9 about "dereferencing
type-punned pointer will break strict-aliasing rules".
2004-01-06 Erez Zadok <ezk@cs.sunysb.edu>
* minor new port: i386-unknown-freebsd4.9.
* include/am_defs.h: Don't include malloc.h if stdlib.h exists,
because modern systems (e.g., BSD) complain if you use malloc.h
instead of stdlib.h. Let's hope there are no systems out
there that need both.
2004-01-05 Erez Zadok <ezk@cs.sunysb.edu>
* MIRRORS.{txt,html}: verify each mirror site, update to new
locations (if found), and remove stale mirrors URLs.
* updated copyright year to 2004 on all files.
* Makefile.am (install-snapshot): new directory to install
snapshots (now that am-utils home page is moved).
* INSTALL, README.autofs: remove forced text-mode.
* doc/am-utils.texi: fix Amd book URL.
* Makefile.am (EXTRA_DIST): include new mirror files in tarball.
* AUTHORS, BUGS, README, README.y2k, configure.in,
doc/am-utils.texi: revisions to use newer URLs for Web site, FTP,
and mailing lists.
* MIRRORS.{html,txt}: copied from 6.1 branch.
* doc/Makefile.am: install mirror lists officially.
2003-10-21 Ion Badulescu <ionut@moisil.badula.org>
* buildall: added support for -i (make install), other fixes from
the trunk
2003-08-27 Ion Badulescu <ionut@buggy.badula.org> 2003-08-27 Ion Badulescu <ionut@buggy.badula.org>
* conf/nfs_prot/nfs_prot_freebsd3.h (na_uid): freebsd4.5 uses nfs * conf/nfs_prot/nfs_prot_freebsd3.h (na_uid): freebsd4.5 uses nfs

View File

@ -111,7 +111,7 @@ sparc64-unknown-linux-suse7.3 ezk[0] ezk ezk ezk
EMAIL ID LEGEND: EMAIL ID LEGEND:
bking: Bevis R W King <B.King@ee.surrey.ac.uk> bking: Bevis R W King <B.King@ee.surrey.ac.uk>
dsr: Dan Riley <dsr@mail.lns.cornell.edu> dsr: Dan Riley <dsr@mail.lns.cornell.edu>
ezk: Erez Zadok <ezk@cs.columbia.edu> ezk: Erez Zadok <ezk@cs.columbia.edu>
finkel: Raphael Finkel <raphael@cs.uky.edu> finkel: Raphael Finkel <raphael@cs.uky.edu>

106
contrib/amd/MIRRORS.html Normal file
View File

@ -0,0 +1,106 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Erez Zadok">
<TITLE>Am-Utils 6.x Mirror Sites</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<H1> Am-Utils 6.x Software Mirror Sites</H1></CENTER>
Note: in case of any problems accessing the individual FTP sites, please
contact their respective maintainers. If you wish to be added to the
official mirror list, please send mail to <A
HREF="mailto:am-utils-developers@am-utils.org">am-utils-developers@am-utils.org</A> with the
full URL, maintainer's email, and geographical location.
<P>
<H2>North America</H2>
<UL>
<LI> New York (Stony Brook, Primary Site)
<UL>
<LI> FTP: <A
HREF="ftp://ftp.am-utils.org/pub/am-utils">ftp.am-utils.org</A>.
Contact person in case of problems <A
HREF="mailto:am-utils-developers@am-utils.org">am-utils-developers@am-utils.org</A>.
</LI>
</UL>
<LI> Minnesota
<UL>
<LI> FTP: <A
HREF="ftp://ftp.cs.umn.edu/pub/am-utils">ftp.cs.umn.edu</A>.
Maintainer <A HREF="mailto:dokas@cs.umn.edu">dokas@cs.umn.edu</A>.
</LI>
</UL>
<LI> Florida (University of Florida)
<UL>
<LI> FTP: <A HREF="ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils">ftp.cise.ufl.edu</A>.
Maintainer <A HREF="mailto:mirror@cise.ufl.edu">mirror@cise.ufl.edu</A>.
</LI>
</UL>
</UL>
<H2>Europe</H2>
<UL>
<LI> Germany
<UL>
<LI> FTP: <A HREF="ftp://ftp.fu-berlin.de/unix/network/am-utils">ftp.fu-berlin.de</A>.
Maintainer <A HREF="mailto:ftp-adm@ftp.fu-berlin.de">ftp-adm@ftp.fu-berlin.de</A>.
</LI>
<LI> FTP: <A HREF="ftp://ftp.tu-darmstadt.de/pub/networking/filesystems/am-utils/">ftp.tu-darmstadt.de</A>.
Maintainer <A HREF="mailto:networking@ftp.tu-darmstadt.de">networking@ftp.tu-darmstadt.de</A>.
</LI>
</UL>
<LI> Sweden
<UL>
<LI> FTP: <A HREF="ftp://ftp.sunet.se/pub/unix/admin/am-utils">ftp.sunet.se</A>.
Maintainer <A HREF="mailto:archive@ftp.sunet.se">archive@ftp.sunet.se</A>.
</LI>
</UL>
<LI> UK
<UL>
<LI> FTP: <A HREF="ftp://sunsite.org.uk/package/am-utils">sunsite.org.uk</A>.
Maintainer <A HREF="mailto:lmjm@icparc.ic.ac.uk">lmjm@icparc.ic.ac.uk</A>.
</LI>
</UL>
</UL>
<H2>Asia</H2>
<UL>
<LI> Japan
<UL>
<LI> FTP: <A HREF="ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils">ftp.u-aizu.ac.jp</A>.
Maintainer <A HREF="mailto:ftp-admin@u-aizu.ac.jp">ftp-admin@u-aizu.ac.jp</A>.
</LI>
<LI> FTP: <A HREF="ftp://core.ring.gr.jp/pub/net/am-utils/">core.ring.gr.jp</A>.
Maintainer <A HREF="mailto:ftpadmin@ring.gr.jp">ftpadmin@ring.gr.jp</A>.
</LI>
<LI> FTP: <A HREF="ftp://ftp.ring.gr.jp/pub/net/am-utils/">ftp.ring.gr.jp</A>.
Maintainer <A HREF="mailto:ftpadmin@ring.gr.jp">ftpadmin@ring.gr.jp</A>.
</LI>
</UL>
</UL>
<HR>
<I> Last updated: Jan 5, 2004</I>
</BODY>
</HTML>
<!---
<LI> FTP: <A HREF="X">X</A>.
Maintainer <A HREF="mailto:X">X</A>.
-->

60
contrib/amd/MIRRORS.txt Normal file
View File

@ -0,0 +1,60 @@
AM-UTILS-6.x MIRRORS
Note: in case of any problems accessing the individual FTP sites, please
contact their respective maintainers. If you wish to be added to the
official mirror list, please send mail to am-utils-developers@am-utils.org
with the full URL, maintainer's email, and geographical location.
U.S.A:
New York (Stony Brook, Primary Site):
ftp://ftp.am-utils.org/pub/am-utils
Maintainer: ezk@am-utils.org
Minnesota:
ftp://ftp.cs.umn.edu/pub/am-utils
Maintainer: dokas@cs.umn.edu
#Avoid for now: empty directory
# Virginia (Newport News):
# ftp://ftp.ferginc.com/pub/unix/am-utils
# Maintainer: Branson.Matheson@FergInc.com
#server gone? (Jan 5, 2004)
# Ohio (Kent State University):
# ftp://info.mcs.kent.edu/pub/am-utils
# Maintainer: root@mcs.kent.edu
Florida (University of Florida)
ftp://ftp.cise.ufl.edu/pub/mirrors/am-utils
Maintainer: mirror@cise.ufl.edu
Europe:
Germany:
ftp://ftp.fu-berlin.de/unix/network/am-utils
Maintainer: ftp-adm@ftp.fu-berlin.de
Germany:
ftp://ftp.tu-darmstadt.de/pub/networking/filesystems/am-utils/
Maintainer: networking@ftp.tu-darmstadt.de
Sweden:
ftp://ftp.sunet.se/pub/unix/admin/am-utils
Maintainer: archive@ftp.sunet.se
# not responding (Jan 5, 2004)
# Sweden (Stockholm University, Math Depat):
# ftp://mirror.matematik.su.se/pub/am-utils
# Maintainer: leifj@matematik.su.se
UK:
ftp://sunsite.org.uk/package/am-utils
Maintainer: lmjm@icparc.ic.ac.uk
Asia:
Japan:
ftp://ftp.u-aizu.ac.jp/pub/net/amd/am-utils
Maintainer: ftp-admin@u-aizu.ac.jp
Japan:
ftp://core.ring.gr.jp/pub/net/am-utils/
Maintainer: ftpadmin@ring.gr.jp
Japan:
ftp://ftp.ring.gr.jp/pub/net/am-utils/
Maintainer: ftpadmin@ring.gr.jp
# gone? (Jan 5, 2004)
# Australia:
# Melbourne:
# ftp://ftp.sage-au.org.au/pub/network/filesystem/am-utils
# Maintainer: mirror@ftp.sage-au.org.au

View File

@ -4,10 +4,18 @@
ia64-unknown-linux-rh2.1AS (Red Hat Itanium Advanced Server) ia64-unknown-linux-rh2.1AS (Red Hat Itanium Advanced Server)
i386-unknown-freebsd5.0 (5.0-RELEASE) i386-unknown-freebsd5.0 (5.0-RELEASE)
sparc64-unknown-linux-suse7.3 sparc64-unknown-linux-suse7.3
i386-unknown-freebsd4.9
i386-unknown-freebsd5.2 (5.2-RELEASE)
- new amd.conf directive "nfs_allow_insecure_port". Used to work around
bugs in certain kernels, which cause them to try and talk to amd from
unprivileged ports.
- bug fixes: - bug fixes:
rename log() in fsinfo to avoid glibc/gcc-3.3 conflict rename log() in fsinfo to avoid glibc/gcc-3.3 conflict
am_pref free NULL pointer am_pref free NULL pointer
compiles with modern bison/flex versions
handles sites with various combos of db, n/dbm, and gdbm
*** Notes specific to am-utils version 6.0.9: *** Notes specific to am-utils version 6.0.9:

View File

@ -1,5 +1,3 @@
# -*- text -*-
This is the official version of am-utils. This is the official version of am-utils.
See the file NEWS for news on this and previous releases. See the file NEWS for news on this and previous releases.
@ -96,7 +94,7 @@ before. Let me know if you are having any problems with them. I fully
expect, at least initially, to have to be the sole developers of the M4 expect, at least initially, to have to be the sole developers of the M4
macros and let others concentrate on C sources. macros and let others concentrate on C sources.
[E] Report all bugs to amd-dev@cs.columbia.edu. Avoid reporting to my [E] Report all bugs to am-utils@am-utils.org. Avoid reporting to my
personal email address. It is important to involve the whole list in bug personal email address. It is important to involve the whole list in bug
fixes etc. fixes etc.

View File

@ -1,4 +1,3 @@
# -*- text -*-
AM-UTILS YEAR-2000 COMPLIANCE AM-UTILS YEAR-2000 COMPLIANCE
Most likely am-utils is y2k compliant. Most likely am-utils is y2k compliant.
@ -18,12 +17,11 @@ code scanner and manually "eyeballed" the code and could not find any more
problems. Paul's patch is included in am-utils-6.0.1s7 and newer versions. problems. Paul's patch is included in am-utils-6.0.1s7 and newer versions.
Paul also said that other 2-digit years used in am-utils are "harmless." Paul also said that other 2-digit years used in am-utils are "harmless."
NOTE: NONE OF THE PERSONS MENTIONED HERE, AUTHOR INCLUDED, ARE WILLING TO NOTE: NONE OF THE PERSONS MENTIONED HERE, AUTHOR INCLUDED, ARE WILLING TO
CERTIFY AM-UTILS AS Y2K COMPLIANT. USE AT YOUR OWN RISK. CERTIFY AM-UTILS AS Y2K COMPLIANT. USE AT YOUR OWN RISK.
--- ---
Erez Zadok. Erez Zadok.
Maintainer, am-utils package and AMD-DEV list. Maintainer, am-utils package and am-utils list.
Email: amd-dev-owner@majordomo.cs.columbia.edu Email: am-utils@am-utils.org
WWW: http://www.am-utils.org WWW: http://www.am-utils.org

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: am_ops.c,v 1.6.2.6 2002/12/27 22:44:28 ezk Exp $ * $Id: am_ops.c,v 1.6.2.7 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1997-2003 Erez Zadok .\" Copyright (c) 1997-2004 Erez Zadok
.\" Copyright (c) 1989 Jan-Simon Pendry .\" Copyright (c) 1989 Jan-Simon Pendry
.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine .\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine
.\" Copyright (c) 1989 The Regents of the University of California. .\" Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
.\" .\"
.\" %W% (Berkeley) %G% .\" %W% (Berkeley) %G%
.\" .\"
.\" $Id: amd.8,v 1.4.2.4 2003/03/16 01:46:59 ezk Exp $ .\" $Id: amd.8,v 1.4.2.5 2004/01/06 03:15:16 ezk Exp $
.\" .\"
.TH AMD 8 "3 November 1989" .TH AMD 8 "3 November 1989"
.SH NAME .SH NAME

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amd.c,v 1.8.2.5 2002/12/27 22:44:29 ezk Exp $ * $Id: amd.c,v 1.8.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amd.h,v 1.8.2.6 2002/12/27 22:44:29 ezk Exp $ * $Id: amd.h,v 1.8.2.8 2004/01/21 04:04:58 ib42 Exp $
* *
*/ */
@ -62,6 +62,7 @@
#define CFM_FULLY_QUALIFIED_HOSTS 0x0100 #define CFM_FULLY_QUALIFIED_HOSTS 0x0100
#define CFM_BROWSABLE_DIRS_FULL 0x0200 /* allow '/' in readdir() */ #define CFM_BROWSABLE_DIRS_FULL 0x0200 /* allow '/' in readdir() */
#define CFM_UNMOUNT_ON_EXIT 0x0400 /* when amd finishing */ #define CFM_UNMOUNT_ON_EXIT 0x0400 /* when amd finishing */
#define CFM_NFS_INSECURE_PORT 0x0800
/* some systems (SunOS 4.x) neglect to define the mount null message */ /* some systems (SunOS 4.x) neglect to define the mount null message */
#ifndef MOUNTPROC_NULL #ifndef MOUNTPROC_NULL

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_auto.c,v 1.9.2.11 2003/07/18 04:50:18 ezk Exp $ * $Id: amfs_auto.c,v 1.9.2.12 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_direct.c,v 1.3.2.3 2002/12/27 22:44:30 ezk Exp $ * $Id: amfs_direct.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_error.c,v 1.3.2.4 2002/12/27 22:44:30 ezk Exp $ * $Id: amfs_error.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_host.c,v 1.4.2.6 2002/12/27 22:44:30 ezk Exp $ * $Id: amfs_host.c,v 1.4.2.7 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_inherit.c,v 1.3.2.3 2002/12/27 22:44:31 ezk Exp $ * $Id: amfs_inherit.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_link.c,v 1.3.2.3 2002/12/27 22:44:31 ezk Exp $ * $Id: amfs_link.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_linkx.c,v 1.3.2.3 2002/12/27 22:44:31 ezk Exp $ * $Id: amfs_linkx.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_nfsl.c,v 1.4.2.3 2002/12/27 22:44:31 ezk Exp $ * $Id: amfs_nfsl.c,v 1.4.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_nfsx.c,v 1.3.2.4 2002/12/27 22:44:32 ezk Exp $ * $Id: amfs_nfsx.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_program.c,v 1.6.2.3 2002/12/27 22:44:32 ezk Exp $ * $Id: amfs_program.c,v 1.6.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_root.c,v 1.3.2.3 2002/12/27 22:44:32 ezk Exp $ * $Id: amfs_root.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_toplvl.c,v 1.7.2.4 2002/12/27 22:44:32 ezk Exp $ * $Id: amfs_toplvl.c,v 1.7.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amfs_union.c,v 1.3.2.4 2002/12/27 22:44:33 ezk Exp $ * $Id: amfs_union.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amq_subr.c,v 1.6.2.4 2002/12/27 22:44:33 ezk Exp $ * $Id: amq_subr.c,v 1.6.2.6 2004/01/19 00:25:55 ezk Exp $
* *
*/ */
/* /*
@ -74,7 +74,7 @@ amqproc_mnttree_1_svc(voidp argp, struct svc_req *rqstp)
static am_node *mp; static am_node *mp;
mp = find_ap(*(char **) argp); mp = find_ap(*(char **) argp);
return (amq_mount_tree_p *) &mp; return (amq_mount_tree_p *) ((void *)&mp);
} }
@ -100,7 +100,7 @@ amqproc_umnt_1_svc(voidp argp, struct svc_req *rqstp)
amq_mount_stats * amq_mount_stats *
amqproc_stats_1_svc(voidp argp, struct svc_req *rqstp) amqproc_stats_1_svc(voidp argp, struct svc_req *rqstp)
{ {
return (amq_mount_stats *) &amd_stats; return (amq_mount_stats *) ((void *)&amd_stats);
} }
@ -168,7 +168,7 @@ amqproc_setopt_1_svc(voidp argp, struct svc_req *rqstp)
amq_mount_info_list * amq_mount_info_list *
amqproc_getmntfs_1_svc(voidp argp, struct svc_req *rqstp) amqproc_getmntfs_1_svc(voidp argp, struct svc_req *rqstp)
{ {
return (amq_mount_info_list *) &mfhead; /* XXX */ return (amq_mount_info_list *) ((void *)&mfhead); /* XXX */
} }
@ -285,7 +285,7 @@ xdr_amq_mount_tree(XDR *xdrs, amq_mount_tree *objp)
if (!xdr_amq_mount_tree_node(xdrs, objp)) { if (!xdr_amq_mount_tree_node(xdrs, objp)) {
return (FALSE); return (FALSE);
} }
if (!xdr_pointer(xdrs, (char **) &mnil, sizeof(amq_mount_tree), (XDRPROC_T_TYPE) xdr_amq_mount_subtree)) { if (!xdr_pointer(xdrs, (char **) ((void *)&mnil), sizeof(amq_mount_tree), (XDRPROC_T_TYPE) xdr_amq_mount_subtree)) {
return (FALSE); return (FALSE);
} }
if (!xdr_pointer(xdrs, (char **) &mp->am_child, sizeof(amq_mount_tree), (XDRPROC_T_TYPE) xdr_amq_mount_subtree)) { if (!xdr_pointer(xdrs, (char **) &mp->am_child, sizeof(amq_mount_tree), (XDRPROC_T_TYPE) xdr_amq_mount_subtree)) {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amq_svc.c,v 1.4.2.4 2002/12/27 22:44:33 ezk Exp $ * $Id: amq_svc.c,v 1.4.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: autil.c,v 1.4.2.5 2003/04/14 01:23:09 ezk Exp $ * $Id: autil.c,v 1.4.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: clock.c,v 1.4.2.3 2002/12/27 22:44:33 ezk Exp $ * $Id: clock.c,v 1.4.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: conf.c,v 1.7.2.6 2002/12/27 22:44:34 ezk Exp $ * $Id: conf.c,v 1.7.2.8 2004/01/21 04:04:58 ib42 Exp $
* *
*/ */
@ -98,6 +98,7 @@ static int gopt_map_type(const char *val);
static int gopt_mount_type(const char *val); static int gopt_mount_type(const char *val);
static int gopt_pid_file(const char *val); static int gopt_pid_file(const char *val);
static int gopt_portmap_program(const char *val); static int gopt_portmap_program(const char *val);
static int gopt_nfs_allow_insecure_port(const char *val);
static int gopt_nfs_proto(const char *val); static int gopt_nfs_proto(const char *val);
static int gopt_nfs_retransmit_counter(const char *val); static int gopt_nfs_retransmit_counter(const char *val);
static int gopt_nfs_retry_interval(const char *val); static int gopt_nfs_retry_interval(const char *val);
@ -156,6 +157,7 @@ static struct _func_map glob_functable[] = {
{"mount_type", gopt_mount_type}, {"mount_type", gopt_mount_type},
{"pid_file", gopt_pid_file}, {"pid_file", gopt_pid_file},
{"portmap_program", gopt_portmap_program}, {"portmap_program", gopt_portmap_program},
{"nfs_allow_insecure_port", gopt_nfs_allow_insecure_port},
{"nfs_proto", gopt_nfs_proto}, {"nfs_proto", gopt_nfs_proto},
{"nfs_retransmit_counter", gopt_nfs_retransmit_counter}, {"nfs_retransmit_counter", gopt_nfs_retransmit_counter},
{"nfs_retry_interval", gopt_nfs_retry_interval}, {"nfs_retry_interval", gopt_nfs_retry_interval},
@ -599,6 +601,22 @@ gopt_portmap_program(const char *val)
} }
static int
gopt_nfs_allow_insecure_port(const char *val)
{
if (STREQ(val, "yes")) {
gopt.flags |= CFM_NFS_INSECURE_PORT;
return 0;
} else if (STREQ(val, "no")) {
gopt.flags &= ~CFM_NFS_INSECURE_PORT;
return 0;
}
fprintf(stderr, "conf: unknown value to nfs_allow_insecure_port \"%s\"\n", val);
return 1; /* unknown value */
}
static int static int
gopt_nfs_proto(const char *val) gopt_nfs_proto(const char *val)
{ {

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -36,9 +36,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* %W% (Berkeley) %G%
* *
* $Id: conf_parse.y,v 1.4.2.3 2002/12/27 22:44:34 ezk Exp $ * $Id: conf_parse.y,v 1.4.2.5 2004/05/12 15:54:31 ezk Exp $
* *
*/ */
@ -49,24 +48,8 @@
#include <am_defs.h> #include <am_defs.h>
#include <amd.h> #include <amd.h>
/* AIX requires this to be the first thing in the file. */
#ifndef __GNUC__
# if HAVE_ALLOCA_H
# include <alloca.h>
# else /* not HAVE_ALLOCA_H */
# ifdef _AIX
#pragma alloca
# else /* not _AIX */
# ifndef alloca
/* predefined by HP cc +Olibcalls */
voidp alloca();
# endif /* not alloca */
# endif /* not _AIX */
# endif /* not HAVE_ALLOCA_H */
#endif /* not __GNUC__ */
extern char *yytext; extern char *yytext;
extern int yylineno; extern int ayylineno;
extern int yylex(void); extern int yylex(void);
static int yyerror(const char *s); static int yyerror(const char *s);
@ -78,12 +61,12 @@ static char *header_section = NULL; /* start with no header section */
#define PARSE_DEBUG 0 #define PARSE_DEBUG 0
#if PARSE_DEBUG #if PARSE_DEBUG
# define dprintf(f,s) fprintf(stderr, (f), yylineno, (s)) # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
# define amu_return(v) # define amu_return(v)
#else #else /* not PARSE_DEBUG */
# define dprintf(f,s) # define dprintf(f,s)
# define amu_return(v) return((v)) # define amu_return(v) return((v))
#endif /* PARSE_DEBUG */ #endif /* not PARSE_DEBUG */
%} %}
@ -168,7 +151,7 @@ static int
yyerror(const char *s) yyerror(const char *s)
{ {
fprintf(stderr, "AMDCONF: %s on line %d (section %s)\n", fprintf(stderr, "AMDCONF: %s on line %d (section %s)\n",
s, yylineno, s, ayylineno,
(header_section ? header_section : "null")); (header_section ? header_section : "null"));
exit(1); exit(1);
return 1; /* to full compilers that insist on a return statement */ return 1; /* to full compilers that insist on a return statement */

View File

@ -1,6 +1,6 @@
%{ %{
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -37,9 +37,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* %W% (Berkeley) %G%
* *
* $Id: conf_tok.l,v 1.3.2.3 2002/12/27 22:44:34 ezk Exp $ * $Id: conf_tok.l,v 1.3.2.5 2004/05/12 15:54:31 ezk Exp $
* *
*/ */
@ -77,9 +76,10 @@
# ifndef ECHO # ifndef ECHO
# define ECHO (void) fwrite( yytext, yyleng, 1, yyout ) # define ECHO (void) fwrite( yytext, yyleng, 1, yyout )
# endif /* not ECHO */ # endif /* not ECHO */
int yylineno = 0;
#endif /* FLEX_SCANNER */ #endif /* FLEX_SCANNER */
int ayylineno = 0;
int yylex(void); int yylex(void);
/* /*
* some systems such as DU-4.x have a different GNU flex in /usr/bin * some systems such as DU-4.x have a different GNU flex in /usr/bin
@ -93,19 +93,25 @@ int yywrap(void);
#define TOK_DEBUG 0 #define TOK_DEBUG 0
#if TOK_DEBUG #if TOK_DEBUG
# define dprintf(f,s) fprintf(stderr, (f), yylineno, (s)) # define dprintf(f,s) fprintf(stderr, (f), ayylineno, (s))
# define amu_return(v) # define amu_return(v)
#else #else /* not TOK_DEBUG */
# define dprintf(f,s) # define dprintf(f,s)
# define amu_return(v) return((v)) # define amu_return(v) return((v))
#endif /* TOK_DEBUG */ #endif /* not TOK_DEBUG */
/* no need to use yyunput() or yywrap() */ /* no need to use yywrap() */
#define YY_NO_UNPUT
#define YY_SKIP_YYWRAP #define YY_SKIP_YYWRAP
%} %}
/* This option causes Solaris lex to fail. Use flex. See BUGS file */
/* no need to use yyunput() */
%option nounput
/* allocate more output slots so lex scanners don't run out of mem */
%o 1024
DIGIT [0-9] DIGIT [0-9]
ALPHA [A-Za-z] ALPHA [A-Za-z]
ALPHANUM [A-Za-z0-9] ALPHANUM [A-Za-z0-9]
@ -119,7 +125,7 @@ NONQUOTE [^\"]
%% %%
\n { \n {
yylineno++; ayylineno++;
amu_return(NEWLINE); amu_return(NEWLINE);
} }
@ -146,7 +152,7 @@ NONQUOTE [^\"]
} }
"#"[^\n]*\n { "#"[^\n]*\n {
/* a comment line includes the terminating \n */ /* a comment line includes the terminating \n */
yylineno++; ayylineno++;
yytext[strlen((char *)yytext)-1] = '\0'; yytext[strlen((char *)yytext)-1] = '\0';
dprintf("%8d: Comment \"%s\"\n", yytext); dprintf("%8d: Comment \"%s\"\n", yytext);
} }

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: get_args.c,v 1.7.2.5 2002/12/27 22:44:34 ezk Exp $ * $Id: get_args.c,v 1.7.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */
@ -85,7 +85,7 @@ get_version_string(void)
vers = xmalloc(2048 + wire_buf_len); vers = xmalloc(2048 + wire_buf_len);
sprintf(vers, "%s\n%s\n%s\n%s\n", sprintf(vers, "%s\n%s\n%s\n%s\n",
"Copyright (c) 1997-2003 Erez Zadok", "Copyright (c) 1997-2004 Erez Zadok",
"Copyright (c) 1990 Jan-Simon Pendry", "Copyright (c) 1990 Jan-Simon Pendry",
"Copyright (c) 1990 Imperial College of Science, Technology & Medicine", "Copyright (c) 1990 Imperial College of Science, Technology & Medicine",
"Copyright (c) 1990 The Regents of the University of California."); "Copyright (c) 1990 The Regents of the University of California.");

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_file.c,v 1.3.2.4 2002/12/27 22:44:35 ezk Exp $ * $Id: info_file.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_hesiod.c,v 1.6.2.3 2002/12/27 22:44:35 ezk Exp $ * $Id: info_hesiod.c,v 1.6.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_ldap.c,v 1.9.2.8 2003/08/22 04:47:21 ib42 Exp $ * $Id: info_ldap.c,v 1.9.2.9 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_ndbm.c,v 1.3.2.3 2002/12/27 22:44:37 ezk Exp $ * $Id: info_ndbm.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_nis.c,v 1.6.2.4 2002/12/27 22:44:37 ezk Exp $ * $Id: info_nis.c,v 1.6.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_nisplus.c,v 1.3.2.4 2002/12/27 22:44:37 ezk Exp $ * $Id: info_nisplus.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_passwd.c,v 1.3.2.3 2002/12/27 22:44:38 ezk Exp $ * $Id: info_passwd.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: info_union.c,v 1.3.2.3 2002/12/27 22:44:38 ezk Exp $ * $Id: info_union.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: map.c,v 1.6.2.7 2002/12/27 22:44:38 ezk Exp $ * $Id: map.c,v 1.6.2.8 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: mapc.c,v 1.7.2.6 2002/12/27 22:44:38 ezk Exp $ * $Id: mapc.c,v 1.7.2.7 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: mntfs.c,v 1.5.2.4 2002/12/27 22:44:39 ezk Exp $ * $Id: mntfs.c,v 1.5.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: nfs_prot_svc.c,v 1.5.2.4 2002/12/27 22:44:39 ezk Exp $ * $Id: nfs_prot_svc.c,v 1.5.2.6 2004/01/21 04:04:58 ib42 Exp $
* *
*/ */
@ -104,7 +104,8 @@ nfs_program_2(struct svc_req *rqstp, SVCXPRT *transp)
sinp = amu_svc_getcaller(rqstp->rq_xprt); sinp = amu_svc_getcaller(rqstp->rq_xprt);
#ifdef MNT2_NFS_OPT_RESVPORT #ifdef MNT2_NFS_OPT_RESVPORT
/* Verify that the request comes from a reserved port */ /* Verify that the request comes from a reserved port */
if (ntohs(sinp->sin_port) >= IPPORT_RESERVED) { if (ntohs(sinp->sin_port) >= IPPORT_RESERVED) &&
!(gopt.flags & CFM_NFS_INSECURE_PORT)) {
plog(XLOG_WARNING, "ignoring request from %s:%u, port not reserved", plog(XLOG_WARNING, "ignoring request from %s:%u, port not reserved",
inet_dquad(dq, sinp->sin_addr.s_addr), inet_dquad(dq, sinp->sin_addr.s_addr),
ntohs(sinp->sin_port)); ntohs(sinp->sin_port));

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: nfs_start.c,v 1.5.2.6 2002/12/27 22:44:39 ezk Exp $ * $Id: nfs_start.c,v 1.5.2.7 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: nfs_subr.c,v 1.6.2.5 2002/12/27 22:44:39 ezk Exp $ * $Id: nfs_subr.c,v 1.6.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_TEMPLATE.c,v 1.3.2.4 2002/12/27 22:44:40 ezk Exp $ * $Id: ops_TEMPLATE.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_cachefs.c,v 1.3.2.3 2002/12/27 22:44:40 ezk Exp $ * $Id: ops_cachefs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_cdfs.c,v 1.4.2.4 2002/12/27 22:44:40 ezk Exp $ * $Id: ops_cdfs.c,v 1.4.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_efs.c,v 1.3.2.4 2002/12/27 22:44:40 ezk Exp $ * $Id: ops_efs.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_lofs.c,v 1.3.2.4 2002/12/27 22:44:41 ezk Exp $ * $Id: ops_lofs.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_mfs.c,v 1.3.2.3 2002/12/27 22:44:41 ezk Exp $ * $Id: ops_mfs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_nfs.c,v 1.6.2.5 2002/12/27 22:44:41 ezk Exp $ * $Id: ops_nfs.c,v 1.6.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_nfs3.c,v 1.3.2.3 2002/12/27 22:44:41 ezk Exp $ * $Id: ops_nfs3.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_nullfs.c,v 1.3.2.3 2002/12/27 22:44:41 ezk Exp $ * $Id: ops_nullfs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_pcfs.c,v 1.3.2.4 2002/12/27 22:44:42 ezk Exp $ * $Id: ops_pcfs.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_tfs.c,v 1.3.2.3 2002/12/27 22:44:42 ezk Exp $ * $Id: ops_tfs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_tmpfs.c,v 1.3.2.3 2002/12/27 22:44:42 ezk Exp $ * $Id: ops_tmpfs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_ufs.c,v 1.3.2.4 2002/12/27 22:44:42 ezk Exp $ * $Id: ops_ufs.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_umapfs.c,v 1.3.2.3 2002/12/27 22:44:43 ezk Exp $ * $Id: ops_umapfs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_unionfs.c,v 1.3.2.3 2002/12/27 22:44:43 ezk Exp $ * $Id: ops_unionfs.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: ops_xfs.c,v 1.3.2.5 2002/12/27 22:44:43 ezk Exp $ * $Id: ops_xfs.c,v 1.3.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: opts.c,v 1.8.2.6 2002/12/27 22:44:43 ezk Exp $ * $Id: opts.c,v 1.8.2.7 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: restart.c,v 1.3.2.3 2002/12/27 22:44:43 ezk Exp $ * $Id: restart.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: rpc_fwd.c,v 1.3.2.4 2002/12/27 22:44:44 ezk Exp $ * $Id: rpc_fwd.c,v 1.3.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: sched.c,v 1.4.2.4 2002/12/27 22:44:44 ezk Exp $ * $Id: sched.c,v 1.4.2.5 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: srvr_amfs_auto.c,v 1.3.2.5 2002/12/27 22:44:44 ezk Exp $ * $Id: srvr_amfs_auto.c,v 1.3.2.6 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: srvr_nfs.c,v 1.7.2.10 2002/12/29 01:55:43 ib42 Exp $ * $Id: srvr_nfs.c,v 1.7.2.11 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1997-2003 Erez Zadok .\" Copyright (c) 1997-2004 Erez Zadok
.\" Copyright (c) 1990 Jan-Simon Pendry .\" Copyright (c) 1990 Jan-Simon Pendry
.\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine .\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
.\" Copyright (c) 1990 The Regents of the University of California. .\" Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
.\" .\"
.\" %W% (Berkeley) %G% .\" %W% (Berkeley) %G%
.\" .\"
.\" $Id: amq.8,v 1.3.2.7 2002/12/27 22:44:45 ezk Exp $ .\" $Id: amq.8,v 1.3.2.8 2004/01/06 03:15:16 ezk Exp $
.\" .\"
.TH AMQ 8 "25 April 1989" .TH AMQ 8 "25 April 1989"
.SH NAME .SH NAME

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amq.c,v 1.7.2.8 2002/12/27 22:44:45 ezk Exp $ * $Id: amq.c,v 1.7.2.9 2004/01/06 03:15:16 ezk Exp $
* *
*/ */
@ -48,13 +48,13 @@
#ifndef lint #ifndef lint
char copyright[] = "\ char copyright[] = "\
@(#)Copyright (c) 1997-2003 Erez Zadok\n\ @(#)Copyright (c) 1997-2004 Erez Zadok\n\
@(#)Copyright (c) 1990 Jan-Simon Pendry\n\ @(#)Copyright (c) 1990 Jan-Simon Pendry\n\
@(#)Copyright (c) 1990 Imperial College of Science, Technology & Medicine\n\ @(#)Copyright (c) 1990 Imperial College of Science, Technology & Medicine\n\
@(#)Copyright (c) 1990 The Regents of the University of California.\n\ @(#)Copyright (c) 1990 The Regents of the University of California.\n\
@(#)All rights reserved.\n"; @(#)All rights reserved.\n";
#if __GNUC__ < 2 #if __GNUC__ < 2
static char rcsid[] = "$Id: amq.c,v 1.7.2.8 2002/12/27 22:44:45 ezk Exp $"; static char rcsid[] = "$Id: amq.c,v 1.7.2.9 2004/01/06 03:15:16 ezk Exp $";
static char sccsid[] = "%W% (Berkeley) %G%"; static char sccsid[] = "%W% (Berkeley) %G%";
#endif /* __GNUC__ < 2 */ #endif /* __GNUC__ < 2 */
#endif /* not lint */ #endif /* not lint */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amq.h,v 1.14.2.3 2002/12/27 22:44:45 ezk Exp $ * $Id: amq.h,v 1.14.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amq_clnt.c,v 1.3.2.3 2002/12/27 22:44:45 ezk Exp $ * $Id: amq_clnt.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: amq_xdr.c,v 1.3.2.3 2002/12/27 22:44:46 ezk Exp $ * $Id: amq_xdr.c,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1997-2003 Erez Zadok .\" Copyright (c) 1997-2004 Erez Zadok
.\" Copyright (c) 1990 Jan-Simon Pendry .\" Copyright (c) 1990 Jan-Simon Pendry
.\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine .\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
.\" Copyright (c) 1990 The Regents of the University of California. .\" Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
.\" .\"
.\" %W% (Berkeley) %G% .\" %W% (Berkeley) %G%
.\" .\"
.\" $Id: pawd.1,v 1.3.2.3 2002/12/27 22:44:46 ezk Exp $ .\" $Id: pawd.1,v 1.3.2.4 2004/01/06 03:15:16 ezk Exp $
.\" .\"
.TH PAWD 1 "6 Jan 1998" .TH PAWD 1 "6 Jan 1998"
.SH NAME .SH NAME

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: pawd.c,v 1.6.2.3 2002/12/27 22:44:46 ezk Exp $ * $Id: pawd.c,v 1.6.2.4 2004/01/06 03:15:16 ezk Exp $
* *
*/ */

View File

@ -67,7 +67,7 @@ if test -s ${LOG}; then
exit 2 exit 2
fi fi
# now prepare the real configure script # now prepare the real configure script
mv -f configure configure.old test -f configure && mv -f configure configure.old
mv -f configure.new configure mv -f configure.new configure
chmod a+rx configure chmod a+rx configure
rm -f configure.old rm -f configure.old

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: checkmount_bsd44.c,v 1.3.2.3 2002/12/27 22:44:47 ezk Exp $ * $Id: checkmount_bsd44.c,v 1.3.2.4 2004/01/06 03:15:19 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: mtab_bsd.c,v 1.3.2.4 2002/12/27 22:44:50 ezk Exp $ * $Id: mtab_bsd.c,v 1.3.2.5 2004/01/06 03:15:19 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: nfs_prot_freebsd2.h,v 1.3.2.3 2002/12/27 22:44:54 ezk Exp $ * $Id: nfs_prot_freebsd2.h,v 1.3.2.4 2004/01/06 03:15:19 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: nfs_prot_freebsd3.h,v 1.5.2.6 2003/08/27 19:35:16 ib42 Exp $ * $Id: nfs_prot_freebsd3.h,v 1.5.2.7 2004/01/06 03:15:19 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: transp_sockets.c,v 1.6.2.10 2003/04/23 14:27:34 ezk Exp $ * $Id: transp_sockets.c,v 1.6.2.11 2004/01/06 03:15:20 ezk Exp $
* *
* Socket specific utilities. * Socket specific utilities.
* -Erez Zadok <ezk@cs.columbia.edu> * -Erez Zadok <ezk@cs.columbia.edu>

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: umount_bsd44.c,v 1.3.2.3 2002/12/27 22:45:01 ezk Exp $ * $Id: umount_bsd44.c,v 1.3.2.4 2004/01/06 03:15:20 ezk Exp $
* *
*/ */

View File

@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c @c
@c Copyright (c) 1997-2003 Erez Zadok @c Copyright (c) 1997-2004 Erez Zadok
@c Copyright (c) 1989 Jan-Simon Pendry @c Copyright (c) 1989 Jan-Simon Pendry
@c Copyright (c) 1989 Imperial College of Science, Technology & Medicine @c Copyright (c) 1989 Imperial College of Science, Technology & Medicine
@c Copyright (c) 1989 The Regents of the University of California. @c Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
@c @c
@c %W% (Berkeley) %G% @c %W% (Berkeley) %G%
@c @c
@c $Id: am-utils.texi,v 1.21.2.28 2003/04/14 01:23:10 ezk Exp $ @c $Id: am-utils.texi,v 1.21.2.32 2004/01/21 04:04:58 ib42 Exp $
@c @c
@setfilename am-utils.info @setfilename am-utils.info
@ -60,7 +60,7 @@
(Originally by Jan-Simon Pendry and Nick Williams) (Originally by Jan-Simon Pendry and Nick Williams)
@page @page
Copyright @copyright{} 1997-2003 Erez Zadok Copyright @copyright{} 1997-2004 Erez Zadok
@* @*
Copyright @copyright{} 1989 Jan-Simon Pendry Copyright @copyright{} 1989 Jan-Simon Pendry
@* @*
@ -93,7 +93,7 @@ For version @value{VERSION}, @value{UPDATED}
@* @*
(Originally by Jan-Simon Pendry and Nick Williams) (Originally by Jan-Simon Pendry and Nick Williams)
Copyright @copyright{} 1997-2003 Erez Zadok Copyright @copyright{} 1997-2004 Erez Zadok
@* @*
Copyright @copyright{} 1989 Jan-Simon Pendry Copyright @copyright{} 1989 Jan-Simon Pendry
@* @*
@ -232,17 +232,25 @@ Revision 5.2 was part of the 4.3BSD Reno distribution.
Revision 5.3bsdnet, a late alpha version of 5.3, was part Revision 5.3bsdnet, a late alpha version of 5.3, was part
of the BSD network version 2 distribution of the BSD network version 2 distribution
Revision 6.0 was made independently by @email{ezk@@cs.columbia.edu,Erez Revision 6.0 was made independently by
Zadok} at the @uref{http://www.cs.columbia.edu/,Computer Science @email{ezk@@cs.columbia.edu,Erez Zadok} at the Computer Science
Department} of @uref{http://www.columbia.edu/,Columbia University}, as Department of @uref{http://www.cs.columbia.edu/,Columbia University},
part of his @uref{http://www.cs.columbia.edu/~ezk/research/tp/thesis_proposal.html,PhD thesis work}. @xref{History}, for more details. as part of his
@uref{http://www.cs.columbia.edu/~ezk/research/tp/thesis_proposal.html,PhD
thesis work}. Am-utils (especially version 6.1) continues to be
developed and maintained at the
@uref{http://www.cs.sunysb.edu/,Computer Science Department} of
@uref{http://www.stonybrook.edu/,Stony Brook University}, as a service
to the user community.
@xref{History}, for more details.
@unnumberedsec Bug Reports @unnumberedsec Bug Reports
@cindex Bug reports @cindex Bug reports
Before reporting a bug, see if it is a known one in the Before reporting a bug, see if it is a known one in the
@uref{http://www.am-utils.org/BUGS.txt,bugs} file. @uref{http://www.am-utils.org/BUGS.txt,bugs} file.
Send all bug reports to @email{amd-dev@@majordomo.cs.columbia.edu} Send all bug reports to @email{am-utils@@am-utils.org}
quoting the details of the release and your configuration. These can be quoting the details of the release and your configuration. These can be
obtained by running the command @samp{amd -v}. It would greatly help if obtained by running the command @samp{amd -v}. It would greatly help if
you could provide a reproducible procedure for detecting the bug you are you could provide a reproducible procedure for detecting the bug you are
@ -253,10 +261,10 @@ incorporated, however small, will get its author an honorable mention in
the @uref{http://www.am-utils.org/AUTHORS.txt,authors the @uref{http://www.am-utils.org/AUTHORS.txt,authors
file}. file}.
@unnumberedsec Mailing List @unnumberedsec Mailing Lists
@cindex Mailing list @cindex Mailing lists
There are two mailing lists for people interested in keeping up-to-date There are several mailing lists for people interested in keeping up-to-date
with developments. with developments.
@c ############### @c ###############
@ -264,15 +272,7 @@ with developments.
@enumerate @enumerate
@item @item
The older list, @samp{amd-workers} is for general "how to" questions and The users mailing list, @samp{am-utils} is for
announcements. To subscribe, send a note to
@email{amd-workers-request@@majordomo.glue.umd.edu}.@footnote{Note that
the older address, @email{amd-workers-request@@acl.lanl.gov}, is
defunct.} To post a message to this list, send mail to
@email{amd-workers@@majordomo.glue.umd.edu}.
@item
The developers only list, @samp{amd-dev} is for
@itemize @minus @itemize @minus
@item @item
@ -285,22 +285,63 @@ discussions of new features for am-utils
implementation and porting issues implementation and porting issues
@end itemize @end itemize
To subscribe, send a note to @email{majordomo@@majordomo.cs.columbia.edu} To subscribe, visit
with the single body text line @samp{subscribe amd-dev}. To post a @url{http://lists.am-utils.org/mailman/listinfo/am-utils}. After
message to this list, send mail to subscribing, you can post a message to this list at
@email{amd-dev@@majordomo.cs.columbia.edu}. To avoid as much spam as @email{am-utils@@am-utils.org}. To avoid as much spam as
possible, only subscribers to this list may post to it. possible, only subscribers to this list may post to it.
Subscribers of @samp{amd-dev} are most suitable if they have the time Subscribers of @samp{am-utils} are most helpful if they have the time
and resources to test new and buggy versions of amd, on as many and resources to test new and development versions of amd, on as many
different platforms as possible. They should also be prepared to learn different platforms as possible. They should also be prepared to
and use the GNU Autoconf, Automake, and Libtool packages, and of course, learn and use the GNU Autoconf, Automake, and Libtool packages, as
be very familiar with the complex code in the am-utils package. In needed; and of course, become familiar with the complex code in the
other words, subscribers on this list should be able to contribute am-utils package. In other words, subscribers on this list should
meaningfully to the development of amd. hopefully be able to contribute meaningfully to the development of
amd.
Note that this @samp{am-utils} list used to be called @samp{amd-dev}
before January 1st, 2004. Please use the new name, @samp{am-utils}.
@item
The announcements mailing list, @samp{am-utils-announce} is for
announcements only (mostly new releases). To subscribe, visit
@url{http://lists.am-utils.org/mailman/listinfo/am-utils-announce}.
This list is read-only: only am-utils developers may post to it.
@item
We distribute nightly CVS snapshots in
@url{ftp://ftp.am-utils.org/pub/am-utils/snapshots/daily/}. If you
like to get email notices of commits to the am-utils CVS repository,
subscribe to the CVS logs mailing list, @samp{am-utils-cvs} at
@url{http://lists.am-utils.org/mailman/listinfo/am-utils-cvs}.
@item
The older list which was used to user discussions, @samp{amd-workers},
is defunct as of January 2004. (Its last address was
@email{amd-workers@@majordomo.glue.umd.edu}.) Don't use
@samp{amd-workers}: use the newer, more active @samp{am-utils} list.
@item
For completeness, there's a developers-only closed list called
@samp{am-utils-developers@@am-utils.org}.
@end enumerate @end enumerate
@unnumberedsec Am-utils Book
@cindex Am-utils book
@cindex Amd book
@cindex Automounter book
@cindex book
@email{ezk@@cs.sunysb.edu,Erez Zadok} wrote a
@uref{http://www.fsl.cs.sunysb.edu/docs/amd-book/,book}, titled @i{Linux NFS and
Automounter Administration}, ISBN 0-7821-2739-8, (Sybex, 2001). The
book is full of details and examples that go beyond what this manual
has. The book also covers NFS in great detail. Although the book is
geared toward Linux users, it is general enough for any Unix
administrator and contains specific sections for non-Linux systems.
@c ################################################################ @c ################################################################
@node Intro, History, Distrib, Top @node Intro, History, Distrib, Top
@unnumbered Introduction @unnumbered Introduction
@ -337,7 +378,7 @@ The @i{Amd} package has been without an official maintainer since 1992.
Several people have stepped in to maintain it unofficially. Most Several people have stepped in to maintain it unofficially. Most
notable were the `upl' (Unofficial Patch Level) releases of @i{Amd}, notable were the `upl' (Unofficial Patch Level) releases of @i{Amd},
created by me (@email{ezk@@cs.columbia.edu,Erez Zadok}), and available from created by me (@email{ezk@@cs.columbia.edu,Erez Zadok}), and available from
@url{ftp://ftp.cs.columbia.edu/pub/amd/}. The last such unofficial @url{ftp://ftp.am-utils.org/pub/amd/}. The last such unofficial
release was `upl102'. release was `upl102'.
Through the process of patching and aging, it was becoming more and more Through the process of patching and aging, it was becoming more and more
@ -4430,6 +4471,7 @@ The following parameters are applicable to the @samp{[global]} section only.
* local_domain Parameter:: * local_domain Parameter::
* log_file Parameter:: * log_file Parameter::
* log_options Parameter:: * log_options Parameter::
* nfs_allow_insecure_port Parameter::
* nfs_proto Parameter:: * nfs_proto Parameter::
* nfs_retransmit_counter Parameter:: * nfs_retransmit_counter Parameter::
* nfs_retry_interval Parameter:: * nfs_retry_interval Parameter::
@ -4658,7 +4700,7 @@ is generally a bad idea to use those reserved for other services such as
@samp{kern}, @samp{lpr}, @samp{cron}, etc. @samp{kern}, @samp{lpr}, @samp{cron}, etc.
@c ---------------------------------------------------------------- @c ----------------------------------------------------------------
@node log_options Parameter, nfs_proto Parameter, log_file Parameter, Global Parameters @node log_options Parameter, nfs_allow_insecure_port Parameter, log_file Parameter, Global Parameters
@comment node-name, next, previous, up @comment node-name, next, previous, up
@subsection @t{log_options} Parameter @subsection @t{log_options} Parameter
@cindex log_options Parameter @cindex log_options Parameter
@ -4695,7 +4737,25 @@ warnings
@end table @end table
@c ---------------------------------------------------------------- @c ----------------------------------------------------------------
@node nfs_proto Parameter, nfs_retransmit_counter Parameter, log_options Parameter, Global Parameters @node nfs_allow_insecure_port Parameter, nfs_proto Parameter, log_options Parameter, Global Parameters
@comment node-name, next, previous, up
@subsection @t{nfs_allow_insecure_port} Parameter
@cindex nfs_allow_insecure_port Parameter
(type=string, default=@samp{no}). Normally amd will refuse requests
coming from unprivileged ports (i.e. ports >= 1024 on Unix systems),
so that only privileged users and the kernel can send NFS requests to
it. However, some kernels (certain versions of Darwin, MacOS X, and
Linux) have bugs that cause them to use unprivileged ports in certain
situations, which causes amd to stop dead in its tracks. This
parameter allows amd to operate normally even on such systems, at the
expense of a slight decrease in the security of its operations. If you
see messages like ``ignoring request from foo:1234, port not
reserved'' in your amd log, try enabling this parameter and give it
another go.
@c ----------------------------------------------------------------
@node nfs_proto Parameter, nfs_retransmit_counter Parameter, nfs_allow_insecure_port Parameter, Global Parameters
@comment node-name, next, previous, up @comment node-name, next, previous, up
@subsection @t{nfs_proto} Parameter @subsection @t{nfs_proto} Parameter
@cindex nfs_proto Parameter @cindex nfs_proto Parameter
@ -8285,13 +8345,19 @@ XXX: This section needs to be updated
@comment node-name, next, previous, up @comment node-name, next, previous, up
@unnumbered Acknowledgments & Trademarks @unnumbered Acknowledgments & Trademarks
Many thanks to the @email{amd-dev@@majordomo.cs.columbia.edu,Amd Many thanks to the @email{am-utils@@am-utils.org,Am-Utils Users}
Developers} mailing list through the months developing am-utils. These mailing list through the months developing am-utils. These members
members have contributed to the discussions, ideas, code and have contributed to the discussions, ideas, code and documentation,
documentation, and subjected their systems to alpha quality code. and subjected their systems to alpha quality code. Special thanks go
Special thanks go to those to those @uref{http://www.am-utils.org/AUTHORS.txt,authors} who have
@uref{http://www.am-utils.org/AUTHORS.txt,authors} who submitted patches, and especially to the maintainers:
have submitted patches.
@itemize @bullet
@item @email{ezk@@cs.sunysb.edu,Erez Zadok}
@item @email{ib42@@cs.columbia.edu,Ion Badulescu}
@item @email{ro@@techfak.uni-bielefeld.de,Rainer Orth}
@item @email{nick.williams@@morganstanley.com,Nick Williams}
@end itemize
Thanks to the Formal Methods Group at Imperial College for suffering Thanks to the Formal Methods Group at Imperial College for suffering
patiently while @i{Amd} was being developed on their machines. patiently while @i{Amd} was being developed on their machines.
@ -8300,8 +8366,9 @@ Thanks to the many people who have helped with the development of
@i{Amd}, especially Piete Brooks at the Cambridge University Computing @i{Amd}, especially Piete Brooks at the Cambridge University Computing
Lab for many hours of testing, experimentation and discussion. Lab for many hours of testing, experimentation and discussion.
Thanks to the @email{amd-workers@@majordomo.glue.umd.edu,Amd Workers} Thanks to the older @email{amd-workers@@majordomo.glue.umd.edu,Amd
mailing list members for many suggestions and bug reports to @i{Amd}. Workers} mailing list (now defunct) members for many suggestions and
bug reports to @i{Amd}.
@itemize @bullet @itemize @bullet
@item @item

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1997-2003 Erez Zadok .\" Copyright (c) 1997-2004 Erez Zadok
.\" Copyright (c) 1990 Jan-Simon Pendry .\" Copyright (c) 1990 Jan-Simon Pendry
.\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine .\" Copyright (c) 1990 Imperial College of Science, Technology & Medicine
.\" Copyright (c) 1990 The Regents of the University of California. .\" Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
.\" .\"
.\" %W% (Berkeley) %G% .\" %W% (Berkeley) %G%
.\" .\"
.\" $Id: fixmount.8,v 1.3.2.5 2003/03/16 01:46:59 ezk Exp $ .\" $Id: fixmount.8,v 1.3.2.6 2004/01/06 03:15:23 ezk Exp $
.\" .\"
.TH FIXMOUNT 8 "26 Feb 1993" .TH FIXMOUNT 8 "26 Feb 1993"
.SH NAME .SH NAME

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Jan-Simon Pendry
* Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 Imperial College of Science, Technology & Medicine
* Copyright (c) 1990 The Regents of the University of California. * Copyright (c) 1990 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: fixmount.c,v 1.5.2.3 2002/12/27 22:45:04 ezk Exp $ * $Id: fixmount.c,v 1.5.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: fsi_analyze.c,v 1.3.2.4 2003/07/18 04:50:19 ezk Exp $ * $Id: fsi_analyze.c,v 1.3.2.5 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: fsi_data.h,v 1.3.2.3 2002/12/27 22:45:05 ezk Exp $ * $Id: fsi_data.h,v 1.3.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: fsi_dict.c,v 1.3.2.3 2002/12/27 22:45:06 ezk Exp $ * $Id: fsi_dict.c,v 1.3.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: fsi_gram.y,v 1.4.2.3 2002/12/27 22:45:06 ezk Exp $ * $Id: fsi_gram.y,v 1.4.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,6 +1,6 @@
%{ %{
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -37,9 +37,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* %W% (Berkeley) %G%
* *
* $Id: fsi_lex.l,v 1.4.2.4 2002/12/27 22:45:06 ezk Exp $ * $Id: fsi_lex.l,v 1.4.2.6 2004/05/12 15:54:31 ezk Exp $
* *
*/ */
@ -48,8 +47,9 @@
* TODO: Needs rewriting. * TODO: Needs rewriting.
*/ */
static int ayylineno;
#ifdef FLEX_SCANNER #ifdef FLEX_SCANNER
static int yylineno;
# define INIT_STATE { \ # define INIT_STATE { \
switch ((yy_start - 1) / 2) { \ switch ((yy_start - 1) / 2) { \
case 0: \ case 0: \
@ -159,6 +159,13 @@ struct r {
%} %}
/* This option causes Solaris lex to fail. Use flex. See BUGS file */
/* no need to use yyunput() */
%option nounput
/* allocate more output slots so lex scanners don't run out of mem */
%o 1024
%start F Q %start F Q
%% %%
@ -166,22 +173,22 @@ struct r {
<F>[^ \t\n"={}]+ { return find_resword(yytext); } /* dummy " */ <F>[^ \t\n"={}]+ { return find_resword(yytext); } /* dummy " */
<F>[ \t] ; <F>[ \t] ;
<F>"\n" { yylineno++; } <F>"\n" { ayylineno++; }
<F>[={}] { return *yytext; } <F>[={}] { return *yytext; }
<F>\" { BEGIN Q; optr = ostr; quoted = 1; } <F>\" { BEGIN Q; optr = ostr; quoted = 1; }
<Q>\n { yylineno++; yyerror("\" expected"); BEGIN F; } <Q>\n { ayylineno++; yyerror("\" expected"); BEGIN F; }
<Q>\\b { *optr++ = '\b'; /* escape */ } <Q>\\b { *optr++ = '\b'; /* escape */ }
<Q>\\t { *optr++ = '\t'; /* escape */ } <Q>\\t { *optr++ = '\t'; /* escape */ }
<Q>\\\" { *optr++ = '\"'; /* escape */ } <Q>\\\" { *optr++ = '\"'; /* escape */ }
<Q>\\\\ { *optr++ = '\\'; /* escape */ } <Q>\\\\ { *optr++ = '\\'; /* escape */ }
<Q>\\\n { yylineno++; /* continue */ } <Q>\\\n { ayylineno++; /* continue */ }
<Q>\\r { *optr++ = '\r'; /* escape */ } <Q>\\r { *optr++ = '\r'; /* escape */ }
<Q>\\n { *optr++ = '\n'; /* escape */ } <Q>\\n { *optr++ = '\n'; /* escape */ }
<Q>\\f { *optr++ = '\f'; /* escape */ } <Q>\\f { *optr++ = '\f'; /* escape */ }
<Q>"\\ " { *optr++ = ' '; /* force space */ } <Q>"\\ " { *optr++ = ' '; /* force space */ }
<Q>\\. { yyerror("Unknown \\ sequence"); } <Q>\\. { yyerror("Unknown \\ sequence"); }
<Q>([ \t]|"\\\n"){2,} { char *p = (char *) yytext-1; while ((p = strchr(p+1, '\n'))) yylineno++; } <Q>([ \t]|"\\\n"){2,} { char *p = (char *) yytext-1; while ((p = strchr(p+1, '\n'))) ayylineno++; }
<Q>\" { BEGIN F; quoted = 0; <Q>\" { BEGIN F; quoted = 0;
*optr = '\0'; *optr = '\0';
yylval.s = strdup(ostr); yylval.s = strdup(ostr);
@ -235,12 +242,11 @@ yyerror(char *fmt, ...)
va_start(ap, fmt); va_start(ap, fmt);
col_cleanup(0); col_cleanup(0);
fprintf(stderr, "%s:%d: ", fsi_filename ? fsi_filename : "/dev/stdin", yylineno); fprintf(stderr, "%s:%d: ", fsi_filename ? fsi_filename : "/dev/stdin", ayylineno);
vfprintf(stderr, fmt, ap); vfprintf(stderr, fmt, ap);
fputc('\n', stderr); fputc('\n', stderr);
parse_errors++; parse_errors++;
va_end(ap); va_end(ap);
if (0) unput(0);/* dummy to shut gcc up: "unput defined but not used" */
return 0; return 0;
} }
@ -249,7 +255,7 @@ ioloc *
current_location(void) current_location(void)
{ {
ioloc *ip = CALLOC(struct ioloc); ioloc *ip = CALLOC(struct ioloc);
ip->i_line = yylineno; ip->i_line = ayylineno;
ip->i_file = fsi_filename; ip->i_file = fsi_filename;
return ip; return ip;
} }

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -35,7 +35,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: fsi_util.c,v 1.3.2.5 2003/07/18 04:50:19 ezk Exp $ * $Id: fsi_util.c,v 1.3.2.6 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
.\" .\"
.\" Copyright (c) 1997-2003 Erez Zadok .\" Copyright (c) 1997-2004 Erez Zadok
.\" Copyright (c) 1993 Jan-Simon Pendry. .\" Copyright (c) 1993 Jan-Simon Pendry.
.\" Copyright (c) 1993 .\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved. .\" The Regents of the University of California. All rights reserved.
@ -33,7 +33,7 @@
.\" SUCH DAMAGE. .\" SUCH DAMAGE.
.\" .\"
.\" from: @(#)fsinfo.8 8.1 (Berkeley) 6/28/93 .\" from: @(#)fsinfo.8 8.1 (Berkeley) 6/28/93
.\" $Id: fsinfo.8,v 1.3.2.4 2003/03/31 20:09:02 ezk Exp $ .\" $Id: fsinfo.8,v 1.3.2.5 2004/01/06 03:15:23 ezk Exp $
.\" .\"
.TH FSINFO 8 "June 28, 1993" .TH FSINFO 8 "June 28, 1993"
.SH NAME .SH NAME

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -36,9 +36,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* %W% (Berkeley) %G%
* *
* $Id: fsinfo.c,v 1.5.2.5 2003/07/18 04:50:20 ezk Exp $ * $Id: fsinfo.c,v 1.5.2.7 2004/05/12 15:54:31 ezk Exp $
* *
*/ */
@ -168,7 +167,9 @@ fsi_get_args(int c, char *v[])
if (c != optind) { if (c != optind) {
g_argv = v + optind - 1; g_argv = v + optind - 1;
#ifdef yywrap
if (yywrap()) if (yywrap())
#endif /* yywrap */
fatal("Cannot read any input files"); fatal("Cannot read any input files");
} else { } else {
usage++; usage++;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -36,9 +36,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* %W% (Berkeley) %G%
* *
* $Id: fsinfo.h,v 1.4.2.5 2003/07/18 04:50:20 ezk Exp $ * $Id: fsinfo.h,v 1.4.2.7 2004/05/12 15:54:31 ezk Exp $
* *
*/ */
@ -115,7 +114,6 @@ extern void domain_strip(char *otherdom, char *localdom);
*/ */
#ifndef yywrap #ifndef yywrap
extern int yywrap(void); extern int yywrap(void);
# define yywrap() 1
#endif /* not yywrap */ #endif /* not yywrap */
extern int yyparse(void); extern int yyparse(void);
extern int write_atab(qelem *q); extern int write_atab(qelem *q);

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: wr_atab.c,v 1.3.2.3 2002/12/27 22:45:07 ezk Exp $ * $Id: wr_atab.c,v 1.3.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: wr_bparam.c,v 1.3.2.3 2002/12/27 22:45:07 ezk Exp $ * $Id: wr_bparam.c,v 1.3.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 1997-2004 Erez Zadok
* Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Jan-Simon Pendry
* Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 Imperial College of Science, Technology & Medicine
* Copyright (c) 1989 The Regents of the University of California. * Copyright (c) 1989 The Regents of the University of California.
@ -38,7 +38,7 @@
* *
* %W% (Berkeley) %G% * %W% (Berkeley) %G%
* *
* $Id: wr_dumpset.c,v 1.3.2.3 2002/12/27 22:45:07 ezk Exp $ * $Id: wr_dumpset.c,v 1.3.2.4 2004/01/06 03:15:23 ezk Exp $
* *
*/ */

Some files were not shown because too many files have changed in this diff Show More