summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 2006-04-10 "Kevin Coffman" <kwc@citi.umich.edu>neilbrown2006-04-101-2/+3
| | | | | Check for sufficient version of librpcsecgss and libgssapi in configure.in
* Add checking for innetgr back to configure.inneilbrown2006-04-101-1/+1
|
* aclocal/autoconf/automake, properly this time.neilbrown2006-03-281-2/+4
|
* Update version, autoconf, automakeneilbrown2006-03-281-1/+1
|
* Use PKGCONFIG to locate gssapi and rpcsecgss header filesneilbrown2006-03-281-1/+10
| | | | | | | | | | | Instead of having separate copies of the gssapi and rpcsecgss header files, or depending on the Kerberos gssapi header, locate the headers now installed with the libgssapi and librpcsecgss libraries. Remove local copies of the gssapi and rpcsecgss header files. This depends on the configure_use_autotools patch.
* update version to -rc3neilbrown2006-03-271-1/+1
|
* Fix up the svcgss mess I made, and run autoconf/automakeneilbrown2006-03-271-2/+1
|
* Complete makefile/configure updateneilbrown2005-12-201-1/+1
|
* Autogen updateneilbrown2005-12-201-127/+173
|
* Change version to 1.0.8-rc1 and run autoconfneilbrown2005-12-161-1/+1
|
* Updates from Kevin Coffman at UMichneilbrown2005-12-161-0/+1
|
* Remove the rpcsec_gss code and rely on an external library instead.neilbrown2005-08-261-0/+6
|
* From: Kevin Coffman <kwc@citi.umich.edu>neilbrown2005-08-261-31/+45
| | | | | | | | | | | 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-1/+4
|
* release 1.0.7-pre2neilbrown2004-12-101-1/+1
|
* configure improvementsneilbrown2004-12-101-5/+6
|
* set version to 1.0.7-pre1neilbrown2004-12-031-1/+1
|
* *** empty log message ***neilbrown2004-11-221-1/+1
|
* Remove redhat and nodist stuffneilbrown2004-11-221-1/+1
|
* Add gss support from citi @ umichneilbrown2004-10-191-0/+104
|
* Prepare to support gss authentication and idmap looks for nfsv4neilbrown2004-09-151-0/+19
|
* New versionneilbrown2003-09-121-1/+1
|
* Release 1.0.5neilbrown2003-07-171-1/+1
|
* statd cleanupneilbrown2003-07-041-0/+9
|
* 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-2/+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/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-5/+14
| | | | | | | | | | | | | | | | | | | | * 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-0/+8
| | | | | | | | | | | | | | | | | | | | * 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-0/+5
| | | | | | | | * 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-1/+1
| | | | | | | | * configure.in (VERSION): Set to "0.3". * configure: Regenerated. * nfs-utils.spec: Likewise. * README: Updated for 0.3.
* 2000-09-26 H.J. Lu <hjl@lucon.org>hjl2000-09-251-1/+1
| | | | | | * 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-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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".
* 2000-05-18 H.J. Lu <hjl@lucon.org>hjl2000-05-181-1/+1
| | | | | | * configure.in (VERSION): Set to "0.1.7.4". * configure: Regenerated. * nfs-utils.spec: Updated.
* 2000-05-01 H.J. Lu <hjl@lucon.org>hjl2000-05-021-1/+1
| | | | | | * configure.in (VERSION): Set to "0.1.7.3". * configure: Regenerated. * nfs-utils.spec: Updated.