summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cacheio: return any original error from qword_eolKevin Coffman2009-04-031-2/+8
* svcgssd: check the return code from qword_eol() and log failuresKevin Coffman2009-04-031-0/+4
* Mountd should use separate lockfilesBen Myers2009-04-036-21/+44
* nfs-utils: fix AC_CHECK_FUNC calls in configure.acChuck Lever2009-04-032-4/+4
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-238-24/+76
* Regardless though, it's dangerous to keep invalid pointers around likeJeff Layton2009-03-231-7/+8
* gssd: free buffer allocated by gssd_k5_err_msgJeff Layton2009-03-233-55/+78
* gssd: NULL-terminate buffer after read in read_service_info (try #2)Jeff Layton2009-03-231-1/+2
* gssd: initialize fakeseed in prepare_krb5_rfc1964_bufferJeff Layton2009-03-231-2/+4
* nfs-utils: clean up handling of libgssglue in gssd MakefileChuck Lever2009-03-162-8/+8
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-169-56/+41
* configure: move IPv6 feature checks into aclocalChuck Lever2009-03-163-16/+33
* nfs-utils: don't need extra libs to do AC_CHECK_LIBS for librpcsecgssChuck Lever2009-03-161-5/+3
* configure: Move rpcsecgss checking into aclocalChuck Lever2009-03-164-16/+35
* configure: pull common nfsidmap and event checks into aclocal/Chuck Lever2009-03-164-11/+41
* nfs-utils: replace function-specific switches with HAVE_LIBTIRPCChuck Lever2009-03-163-48/+43
* configure: move TI-RPC checks into aclocalChuck Lever2009-03-163-20/+36
* configure: add defensive quoting in some function checksChuck Lever2009-03-161-11/+14
* Added back the some logging variables which are noSteve Dickson2009-03-081-1/+9
* Release 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