<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nfs-utils.git/configure.in, 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>Rename configure.in to configure.ac</title>
<updated>2007-03-29T03:39:16+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-29T03:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=14a17b615fc9ed4d6e28388e836fdc3d696bbec6'/>
<id>14a17b615fc9ed4d6e28388e836fdc3d696bbec6</id>
<content type='text'>
It is a more standard name...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is a more standard name...
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default to use system rpcgen.</title>
<updated>2007-03-29T03:20:20+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-29T03:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=060f523e68274fcd04eb8ecdae51688cb864a5f9'/>
<id>060f523e68274fcd04eb8ecdae51688cb864a5f9</id>
<content type='text'>
If system-installed rpcgen if such exists.
If none is found, build our own.
Override with
   ./configure --with-rpcgen=internal
for internal rpcgen or
   ./configure --with-rpcgen=/local/rpcgen
for a non-standard location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If system-installed rpcgen if such exists.
If none is found, build our own.
Override with
   ./configure --with-rpcgen=internal
for internal rpcgen or
   ./configure --with-rpcgen=/local/rpcgen
for a non-standard location.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build mount.nfs by default, and install setuid</title>
<updated>2007-03-20T03:18:41+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-20T03:18:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=b3b111b1bd5fbc678419bf1964b6093045081139'/>
<id>b3b111b1bd5fbc678419bf1964b6093045081139</id>
<content type='text'>
Also fix a few bugs that came up in initial testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix a few bugs that came up in initial testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow disabling of libblkid usage.</title>
<updated>2007-03-20T00:47:28+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-20T00:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=8e64355493df4a0d2914b11a75ce80deeea27aca'/>
<id>8e64355493df4a0d2914b11a75ce80deeea27aca</id>
<content type='text'>
Some versions of libblkid have a terrible memory leak which makes
mounted grow toooo big.  So support
   --disable-uuid
to remove the uuid functionality and liblkid with it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some versions of libblkid have a terrible memory leak which makes
mounted grow toooo big.  So support
   --disable-uuid
to remove the uuid functionality and liblkid with it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --with-rpcgen= for configure so that the system rpcgen can be used.</title>
<updated>2007-03-20T00:15:29+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-20T00:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=453ac684258684e0e8413f4d9ef9822e753d9dbb'/>
<id>453ac684258684e0e8413f4d9ef9822e753d9dbb</id>
<content type='text'>
Ultimately it makes sense to remove remove rpcgen from the nfs-utils
release as it is already in the glibc release.  With this patch
you can use the system rpcgen to make sure it works.
It is not default yet, but it might be in a future release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ultimately it makes sense to remove remove rpcgen from the nfs-utils
release as it is already in the glibc release.  With this patch
you can use the system rpcgen to make sure it works.
It is not default yet, but it might be in a future release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove tools/getiversion</title>
<updated>2007-03-16T04:56:14+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-16T04:56:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=f4a94f9c70e279aa72a2d6aa6874c8406f68987c'/>
<id>f4a94f9c70e279aa72a2d6aa6874c8406f68987c</id>
<content type='text'>
We don't need it (any more).
Also add AM_PROG_CC_C_O as we seem to need it..
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need it (any more).
Also add AM_PROG_CC_C_O as we seem to need it..
</pre>
</div>
</content>
</entry>
<entry>
<title>Use AC_SYS_LARGEFILE to enable largefile support</title>
<updated>2007-03-16T04:49:23+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-16T04:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=6108478a99884f38c8afd1d1f2a0de1580113bd2'/>
<id>6108478a99884f38c8afd1d1f2a0de1580113bd2</id>
<content type='text'>
rather than explicit -D_FILE_OFFSET_BITS=64

Taken from Redhat -5 sources.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rather than explicit -D_FILE_OFFSET_BITS=64

Taken from Redhat -5 sources.
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically start statd when mounting an nfs filesystem.</title>
<updated>2007-03-16T00:24:15+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-16T00:24:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=993ec3f888a28c60d49ae0f8f1aa725b6b618a81'/>
<id>993ec3f888a28c60d49ae0f8f1aa725b6b618a81</id>
<content type='text'>
If statd is not running (/var/run/rpc.statd.pid) when an nfs filesystem
is mounted (v2 or v3, with remote locking enabled), and if
/usr/sbin/start-statd (or other program specified at config time) is
present, then run that program to start statd.

This means that statd does not need to be running "just in case".
It only needs to be started at boot time if the nfs server is
started.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If statd is not running (/var/run/rpc.statd.pid) when an nfs filesystem
is mounted (v2 or v3, with remote locking enabled), and if
/usr/sbin/start-statd (or other program specified at config time) is
present, then run that program to start statd.

This means that statd does not need to be running "just in case".
It only needs to be started at boot time if the nfs server is
started.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make --enable-secure-statd the default.</title>
<updated>2007-03-15T04:38:35+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-03-15T04:38:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=dad50c0e589b5651242de50e81200b036d995b73'/>
<id>dad50c0e589b5651242de50e81200b036d995b73</id>
<content type='text'>
i.e. you now need --disable-secure-statd if you want any client
other than lockd to talk to statd.

Also relax the RESTRICTED_STATD checks so that a recent kernel
with /proc/sys/fs/nfs/nsm_use_hostnames set can still talk to
statd.

Finally, restrict access to simulate_crash so that only privileged
processes on localhost can call it.  Having it accessible by the
whole world is probably not much more than a minor inconvenience,
but it really should be kept closed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i.e. you now need --disable-secure-statd if you want any client
other than lockd to talk to statd.

Also relax the RESTRICTED_STATD checks so that a recent kernel
with /proc/sys/fs/nfs/nsm_use_hostnames set can still talk to
statd.

Finally, restrict access to simulate_crash so that only privileged
processes on localhost can call it.  Having it accessible by the
whole world is probably not much more than a minor inconvenience,
but it really should be kept closed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove rpc.lockd</title>
<updated>2007-02-22T05:41:24+00:00</updated>
<author>
<name>Neil Brown</name>
<email>neilb@suse.de</email>
</author>
<published>2007-02-22T05:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nfs-utils.git/commit/?id=fa2058d9dc483dbed373ddc04a898ddd7f135f6f'/>
<id>fa2058d9dc483dbed373ddc04a898ddd7f135f6f</id>
<content type='text'>
This was only needed for kernels 2.2.14 through 2.2.17.

These have long since been superceded, so remove some dead weight.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was only needed for kernels 2.2.14 through 2.2.17.

These have long since been superceded, so remove some dead weight.
</pre>
</div>
</content>
</entry>
</feed>
