<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nfs-utils.git/aclocal.m4, branch fixrootccache</title>
<subtitle>NFS utils related patches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/'/>
<entry>
<title>	Remove **/Makefile.in, aclocal.m4, configure, and</title>
<updated>2006-04-17T07:07:39+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@notabene.(none)</email>
</author>
<published>2006-04-17T07:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=922d6cfd29bab9ae552cb3b1ad6eb3a9bcd89b6b'/>
<id>922d6cfd29bab9ae552cb3b1ad6eb3a9bcd89b6b</id>
<content type='text'>
	 support/include/config.h.in from source control
	These are auto autogenerated by
	  aclocal -I aclocal ; autoheader ; automake ; autoconf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	 support/include/config.h.in from source control
	These are auto autogenerated by
	  aclocal -I aclocal ; autoheader ; automake ; autoconf
</pre>
</div>
</content>
</entry>
<entry>
<title>aclocal/autoconf/automake, properly this time.</title>
<updated>2006-03-28T04:22:44+00:00</updated>
<author>
<name>neilbrown</name>
<email>neilbrown</email>
</author>
<published>2006-03-28T04:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=aaf1ebff9c894f341dfb7db5ced2c47a5d50e750'/>
<id>aaf1ebff9c894f341dfb7db5ced2c47a5d50e750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up the svcgss mess I made, and run autoconf/automake</title>
<updated>2006-03-27T00:29:56+00:00</updated>
<author>
<name>neilbrown</name>
<email>neilbrown</email>
</author>
<published>2006-03-27T00:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=4fde9011946076918021a7007408b0d9802e80d0'/>
<id>4fde9011946076918021a7007408b0d9802e80d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More automake stuff</title>
<updated>2005-12-20T05:17:05+00:00</updated>
<author>
<name>neilbrown</name>
<email>neilbrown</email>
</author>
<published>2005-12-20T05:17:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=83b193255274fdb03a78d7f61ffe8a5b816d1a2b'/>
<id>83b193255274fdb03a78d7f61ffe8a5b816d1a2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2000-10-11  H.J. Lu &lt;hjl@lucon.org&gt;</title>
<updated>2000-10-11T21:49:45+00:00</updated>
<author>
<name>hjl</name>
<email>hjl</email>
</author>
<published>2000-10-11T21:49:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=7bcbf97acfef86109f99867fa744e3e216dd83b6'/>
<id>7bcbf97acfef86109f99867fa744e3e216dd83b6</id>
<content type='text'>
	* aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
	* configure: Rebuilt.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* aclocal.m4 (AC_TCP_WRAPPER): Fix a typo.
	* configure: Rebuilt.
</pre>
</div>
</content>
</entry>
<entry>
<title>2000-08-25  H.J. Lu &lt;hjl@lucon.org&gt;</title>
<updated>2000-08-25T23:10:40+00:00</updated>
<author>
<name>hjl</name>
<email>hjl</email>
</author>
<published>2000-08-25T23:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=764e46f5c5fe1a6e376f4cd350424f33afc9e838'/>
<id>764e46f5c5fe1a6e376f4cd350424f33afc9e838</id>
<content type='text'>
	* 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>1999-10-18T23:21:12+00:00</updated>
<author>
<name>hjl</name>
<email>hjl</email>
</author>
<published>1999-10-18T23:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9'/>
<id>8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
