summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added back the some logging variables which are nonfs-utils-1-1-6-rc1nfs-utils-1-1-5-rc1Steve Dickson2009-03-081-1/+9
* Release 1.1.5nfs-utils-1-1-5Steve Dickson2009-03-051-1/+1
* gssd: include gssapi/gssapi.h before write_bytes.hChuck Lever2009-03-051-3/+3
* gssd: Use same style for including config.h that rest of nfs-utils usesChuck Lever2009-03-0517-11/+66
* mount.nfs: squelch compiler warning for TI-RPC buildsChuck Lever2009-03-051-2/+3
* nfs-utils: Provide type-checked version of svc_getcaller()Chuck Lever2009-03-057-24/+44
* configure: Remove CPPFLAGS substitutionChuck Lever2009-03-051-1/+0
* nfs-utils: Replace getservbyname(3)Chuck Lever2009-03-053-94/+63
* Update example in exports(5) man pageValerie Aurora Henson2009-03-041-1/+1
* Have sizeof using the correct value in nfs_getlocalport()Ben Greear2009-03-041-1/+1
* nfs-utils: Remove fprintf() call from support/nfs/getport.cChuck Lever2009-03-041-3/+0
* showmount command: remove legacy RPC logicChuck Lever2009-03-041-141/+0
* nfs(5): document new [no]resvport optionChuck Lever2009-03-041-0/+14
* nfs(5): document new [no]resvport optionChuck Lever2009-03-041-0/+66
* The legacy version of nfs_name_to_address() returned an incorrectChuck Lever2009-03-041-1/+1
* configure: fix AC_CACHE_VAL warnings on Fedora 10Chuck Lever2009-03-042-8/+7
* General clean up. Removed unused routines. Reworked syslogSteve Dickson2009-03-041-130/+5
* Converted good_client() to correctly use the tcp wrapperSteve Dickson2009-03-042-51/+10
* Only hash on IP address and Program number. Including the ProcedureSteve Dickson2009-03-041-12/+11
* Exportfs and rpc.mountd optimalizationTomas Richter2009-02-188-41/+113
* rpc.idmapd should tell the user more verbosely if DnotifyLukas Hejtmanek2009-02-181-2/+4
* umount command: remove do_nfs_umount23 functionChuck Lever2009-02-171-93/+0
* umount.nfs command: Support AF_INET6 server addressesChuck Lever2009-02-171-4/+99
* umount.nfs command: Add an AF_INET6-capable version of nfs_call_unmount()Chuck Lever2009-02-172-1/+56
* nfs-utils: git should ignore cscope.* filesChuck Lever2009-02-171-0/+2
* The mount sockaddr len (mnt_salen) is not be set inSteve Dickson2009-02-171-2/+3
* text-based mount command: fix return value from po_rightmost()Chuck Lever2009-02-174-14/+14
* text-based mount command: support AF_INET6 in rewrite_mount_options()Chuck Lever2009-01-271-25/+49
* text-based mount command: fix mount option rewriting logicChuck Lever2009-01-271-34/+79
* text-based mount options: Use new pmap stuffer when rewriting mount optionsChuck Lever2009-01-271-63/+5
* text-based mount command: Function to stuff "struct pmap" from mount optionsChuck Lever2009-01-272-0/+219
* text-based mount command: make po_rightmost() work for N optionsChuck Lever2009-01-273-24/+41
* showmount command: Quiesce warning when TI-RPC is disabledChuck Lever2009-01-071-7/+7
* configure: Add new build option "--enable-tirpc"Chuck Lever2009-01-071-8/+22
* configure: Remove inet_ntop(3) check from configure.acChuck Lever2009-01-071-3/+1
* Merge branch 'master' of git://linux-nfs.org/nfs-utilsSteve Dickson2009-01-073-31/+127
|\
| * configure: use "--disable-uuid" instead of "--without-uuid"Chuck Lever2009-01-061-1/+1
| * mount command: Random clean upChuck Lever2009-01-062-2/+3
| * mount: getport: don't use getaddrinfo(3) on old systemsChuck Lever2009-01-061-10/+59
| * mount command: use gethostbyname(3) when building on old systemsChuck Lever2009-01-062-0/+64
| * mount: revert recent fix for build problems on old systemsChuck Lever2009-01-061-18/+0
* | gssd: By default, don't spam syslog when users' credentials expireKevin Coffman2009-01-054-11/+11
|/
* Now that the TCP wrapper actually works, mounts willSteve Dickson2009-01-031-4/+16
* To ensure the hash table of clients has validSteve Dickson2008-12-191-3/+42
* Clients IP address and host names are check onSteve Dickson2008-12-191-0/+79
* When clients are define as IP addresses in /etc/hosts.deny,Steve Dickson2008-12-191-44/+45
* statd: not unlinking host filesSteve Dickson2008-12-173-17/+19
* sm-notify command: fix a use-after-free bugChuck Lever2008-12-171-11/+14
* text-based mount command: use po_get_numeric() for handling retryChuck Lever2008-12-171-9/+11
* text-based mount command: add function to parse numeric mount optionsChuck Lever2008-12-172-0/+58