summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-33/+157
| | | | | Check for sufficient version of librpcsecgss and libgssapi in configure.in
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-25/+39
| | | | | Update aclocal/tcp-wrappers.m4 to define HAVE_LIBWRAP and HAVE_TCP_WRAPPERS as appropriate.
* Add checking for innetgr back to configure.inneilbrown2006-04-101-1/+2
|
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-281-29/+236
|
* Update version, autoconf, automakeneilbrown2006-03-281-10/+17
|
* autoconf/automakeneilbrown2006-03-271-10/+10
|
* Fix up the svcgss mess I made, and run autoconf/automakeneilbrown2006-03-271-2301/+1135
|
* run autoconfneilbrown2006-03-271-0/+2
|
* release 1.0.8-rc2neilbrown2005-12-201-10/+10
|
* release 1.0.8-rc2neilbrown2005-12-201-10/+10
|
* Complete makefile/configure updateneilbrown2005-12-201-1/+1
|
* More automake stuffneilbrown2005-12-201-1748/+28925
|
* Change version to 1.0.8-rc1 and run autoconfneilbrown2005-12-161-38/+79
|
* Add option to set rpcsec_gss debugging level (if available)neilbrown2005-08-261-21/+106
| | | | | | | Changes to allow gssd/svcgssd to build when using Hiemdal Kerberos libraries. Note that there are still run-time issues preventing this from working when shared libraries for libgssapi and librpcsecgss are used.
* From: Kevin Coffman <kwc@citi.umich.edu>neilbrown2005-08-261-193/+296
| | | | | | | | | | | Consolidate some of the Kerberos checking instead of repeating the same things for MIT and Heimdal. Also adds more checks to distinguish 32-bit from 64-bit (mainly for gssapi.h) Fix svcgssd Makefile so make TOP=../../ works correctly there. Enable running a modern autoheader. (Requires that autoconf be run to regenerate configure script.)
* Fix typo, Closes bug [1050003]gmorris2005-02-271-1/+1
|
* release 1.0.7neilbrown2004-12-171-23/+65
|
* release 1.0.7-pre2neilbrown2004-12-101-2/+2
|
* configure improvementsneilbrown2004-12-101-38/+43
|
* set version to 1.0.7-pre1neilbrown2004-12-031-1/+1
|
* rerun autoconfneilbrown2004-12-031-7/+7
|
* more gss fixesneilbrown2004-10-191-64/+439
|
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-151-52/+252
|
* New versionneilbrown2003-09-121-1/+1
|
* Release 1.0.5neilbrown2003-07-171-1/+1
|
* statd cleanupneilbrown2003-07-041-52/+68
|
* version to 1.0.4neilbrown2003-07-031-1/+1
|
* See Changelogneilbrown2003-03-261-1/+1
|
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-131-110/+0
| | | | | | | | | | * configure.in: Remove checking svctcp_socket and svcudp_socket. * configure: Regenerated. * support/include/config.h.in (HAVE_SVCTCP_SOCKET): Removed. (HAVE_SVCUDP_SOCKET): Removed. * support/include/nfslib.h: Undo the last change.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-121-1/+1
| | | | | | * configure.in (VERSION): Set to "1.0.2". * configure: Regenerated. * nfs-utils.spec: Likewise.
* 2002-09-12 H.J. Lu <hjl@lucon.org>hjl2002-09-121-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.in: Check svctcp_socket and svcudp_socket. * configure: Regenerated. * support/include/config.h.in (HAVE_SVCTCP_SOCKET): New. (HAVE_SVCUDP_SOCKET): New. * support/include/nfslib.h (svctcp_socket): New. (svcudp_socket): New. * support/nfs/Makefile (OBJS): Add svc_socket.o. * support/nfs/svc_socket.c: New. * support/nfs/rpcmisc.c (rpc_init): Call svctcp_socket and svcudp_socket if port is unspecified. * utils/nfsd/nfsd.c (main): Call getservbyname for port. * utils/rquotad/rquota_svc.c: Include <nfslib.h>. (killer): New. Signal handler to unregister. (main): Use killer. Call svcudp_socket to get the default socket.
* 2002-04-07 H.J. Lu <hjl@lucon.org>hjl2002-04-071-1/+1
| | | | | | | | * configure.in (VERSION): Set to "1.0.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 1.0.1.
* 2001-12-26 Chip Salzenberg <chip@pobox.com>chip2001-12-271-1/+1
| | | | | | | | * nfs-utils.spec (Version): Set to "1.0". * configure.in (VERSION): Likewise. * configure: Regenerated. * README: Rewritten. * debian/changelog: Version 1.0-1.
* 2001-09-24 H.J. Lu <hjl@lucon.org>hjl2001-09-241-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.3.3". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.3.
* 2001-06-27 H.J. Lu <hjl@lucon.org>hjl2001-06-271-201/+74
| | | | | | | | | | | | | | | | | | | | * config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC. (CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@. * configure.in (enable_nfsv3): Set to yes by default. (--enable-rquotad): Added (AC_PROG_CXX): Removed. (AC_OUTPUT): Add utils/Makefile. (CC_FOR_BUILD): Renamed from BUILD_CC. * configure: Regenerated. * utils/Makefile: Removed. * utils/Makefile.in: New. * nfs-utils.spec.in (rquotad): New. Set to 0 to disable rquotad. (CC_FOR_BUILD): Renamed from BUILD_CC.
* 2001-04-18 H.J. Lu <hjl@lucon.org>hjl2001-04-181-28/+229
| | | | | | | | | | | | | | | | | | | | * nfs-utils.spec.in: Support cross build. * nfs-utils.spec: Regenerated. (Release): Set to 4. * config.sub: New. * config.guess: New. * config.mk.in (BUILD_CC): New. (CC): Set to $(BUILD_CC) if BUILD is defined. (AR): Set to @AR@. (LD): Set to @LD@. (RANLIB): Set to @RANLIB@. * configure.in: Check BUILD_CC, RANLIB, AR and LD. * configure: Regenerated. * tools/rpcgen/Makefile (BUILD): Set to true.
* 2001-03-11 H.J. Lu <hjl@lucon.org>hjl2001-03-121-54/+66
| | | | | | | | * configure.in (RELEASE): New. Default to 1, set by --with-release=XXX. Substitute nfs-utils.spec. * nfs-utils.spec.in (Release): Set to @RELEASE@. * configure: Regenerated. * nfs-utils.spec: Likewise.
* 2001-03-10 H.J. Lu <hjl@lucon.org>hjl2001-03-111-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.3.2". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.2.
* 2001-02-14 H.J. Lu <hjl@lucon.org>hjl2001-02-151-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.3.1". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.1.
* 2001-01-25 H.J. Lu <hjl@lucon.org>hjl2001-01-251-71/+60
| | | | | | | | * configure.in (VERSION): Set to "0.3". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.
* 2000-10-11 H.J. Lu <hjl@lucon.org>hjl2000-10-111-1/+1
| | | | | * aclocal.m4 (AC_TCP_WRAPPER): Fix a typo. * configure: Rebuilt.
* 2000-09-26 H.J. Lu <hjl@lucon.org>hjl2000-09-251-60/+71
| | | | | | * configure.in (VERSION): Set to "0.2.1". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-08-30 H.J. Lu <hjl@lucon.org>hjl2000-08-301-1/+1
| | | | | | * configure.in (VERSION): Set to "0.2". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-08-25 H.J. Lu <hjl@lucon.org>hjl2000-08-251-67/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support/include/tcpwrapper.h: New for the tcp wrapper support. * support/misc/Makefile: Likewise. * support/misc/from_local.c: Likewise. * support/misc/tcpwrapper.c: Likewise. * aclocal.m4 (AC_TCP_WRAPPER): New. * configure.in: Use it. Substitute LIBWRAP. * configure: Rebuilt. * config.mk.in (LIBNSL): New. (LIBWRAP): Likewise. * support/Makefile (SUBDIRS): Add misc. * support/lib/Makefile (LIBS): Add libmisc.a. * utils/rquotad/Makefile (LIBS): Add -lmisc $(LIBWRAP) $(LIBNSL) * utils/statd/Makefile (LIBS): Likewise. * utils/rquotad/rquota_svc.c: Include "tcpwrapper.h" if HAVE_TCP_WRAPPER is defined. (rquotaprog_1): Call check_default () if HAVE_TCP_WRAPPER is defined. Reject an RPC call if check_default () fails. * utils/statd/statd.c: Include "tcpwrapper.h" if HAVE_TCP_WRAPPER is defined. (sm_prog_1_wrapper): New. A wrapper for sm_prog_1. Call check_default () before calling sm_prog_1 (). Define it as sm_prog_1_wrapper if HAVE_TCP_WRAPPER is defined.
* 2000-07-04 H.J. Lu <hjl@lucon.org>hjl2000-07-051-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.1.9.1". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
* 2000-07-03 H.J. Lu <hjl@lucon.org>hjl2000-07-031-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.1.9". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
* 2000-06-27 H.J. Lu <hjl@lucon.org>hjl2000-06-271-1/+1
| | | | | | | | | * etc/redhat/nfs.init: Run /usr/sbin/exportfs last during startup to ensure all exiting clients are exported. * configure.in (VERSION): Set to "0.1.8.2". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-06-06 H.J. Lu <hjl@lucon.org>hjl2000-06-061-1/+1
| | | | | | * configure.in (VERSION): Set to "0.1.8.1". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-05-31 H.J. Lu <hjl@lucon.org>hjl2000-06-011-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.1.8". * configure: Regenerated. * nfs-utils.spec: Updated. * README: Updated.
* 2000-05-31 H.J. Lu <hjl@lucon.org>hjl2000-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.in (VERSION): Set to "0.1.7.5". * configure: Regenerated. * nfs-utils.spec: Updated. * support/include/nfslib.h (exportent): Add a new field, r_count, to count the number of mounts from a client. (getrmtabent): Take a new argument for position in file. (putrmtabent): Likewise. (fgetrmtabent): Likewise. (fputrmtabent): Likewise. * support/nfs/rmtab.c (getrmtabent): Handle the new argument for position in file. (fgetrmtabent): Likewise. (putrmtabent): Likewise. (fputrmtabent): Likewise. * support/nfs/rmtab.c (fgetrmtabent): Get value for the new field, r_count. * support/export/rmtab.c (rmtab_read): Pass NULL as the new argument to getrmtabent (), fgetrmtabent (), putrmtabent () and fputrmtabent (). * utils/mountd/rmtab.c (mountlist_add): Likewise. (mountlist_del): Likewise. (mountlist_del_all): Likewise. (mountlist_list): Likewise. * utils/mountd/rmtab.c (mountlist_add): Increment "r_count" for the existing entry and initialize "r_count" to 1. (mountlist_del): Decrement "r_count".