pooka
83c92bb41d
Make it possible to set the retry timeout as a compile-time define.
...
This is useful for automated environments where everything (rpcbind,
mountd, nfsd and the client) is started in parallel in a split
second and there is a small chance we will race in there before
everything has been communicated to rpcbind.
2010-07-23 19:25:23 +00:00
pooka
56a6edc13a
Use getprogname() instead of hardcoding "mount_nfs" to get the
...
right info in rump_nfs.
2009-11-30 17:17:55 +00:00
pooka
084e92b62d
Reword quite out-of-place (even historically) "nqnfs 2" error message.
2008-10-15 19:06:45 +00:00
lukem
6543a91fea
Remove the \n and tabs from the __COPYRIGHT() strings.
...
(Tweak some to use a consistent format.)
2008-07-20 01:20:21 +00:00
yamt
3c955ef258
lengthen timeout. i saw a server for which 10s was not enough.
2007-08-05 22:09:12 +00:00
hubertf
d8a2863966
- removes unused ctype.h header
...
- correct comment in mount_nfs/getnfsargs.c: s/Nead/Need/
From: Slava Semushin <php-coder@altlinux.ru>
2007-03-10 00:30:36 +00:00
yamt
dae26da41f
remove the rest of Kerberos 4 code.
2006-12-27 12:43:10 +00:00
yamt
bb0e3db15a
sync with header changes. (nqnfs removal)
2006-12-27 12:13:55 +00:00
hubertf
33bed52cb8
Replace strcpy() call with strlcpy() call.
...
OK'd by christos@
2006-07-07 17:25:01 +00:00
yamt
ebeaf83fb7
do not keep to use nfsv3 filehandle when falling back to nfsv2.
2006-05-20 08:06:48 +00:00
wiz
637b6cf962
unifdef NFSKERB (Kerberos 4 support). Update man page and usage() for
...
-K and -m removal (Kerberos 4 specific options).
2006-03-23 23:23:27 +00:00
dsl
c23511b386
Add a missing break!
...
Maybe 'mount_nfs -oport=<port>' has been broken since the IPv6 changes.
2005-11-12 20:30:21 +00:00
lukem
230e9bea1f
Use ai_nfs instead of the uninitialized ai when determining the NFSMNT_KERB
...
reverse IP address, and ensure ecode is set as well.
Detected with gcc -Wuninitialized.
(The bug was introduced in mount_nfs.c rev 1.25. Hi fvdl! :)
2005-06-02 01:24:45 +00:00
dsl
9abd2f5605
Split getnfsargs() out into its own file, it drags in 70kB of rpc code.
...
I might manage to write a version that doesn't pull in all the crud.
(Which will give a load of space in the install floppy images)
2005-05-15 21:18:34 +00:00