summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* exportfs: warn when really nothing is exportedPavel Raiskup2014-12-031-9/+13
* nfsdcltrack: use sqlite3_errmsg instead of sqlite3_errstrJeff Layton2014-11-171-6/+6
* nfsdcltrack: use sqlite3_close instead of sqlite3_close_v2Jeff Layton2014-11-171-1/+1
* exportfs: Do not fail on empty exports file.Steve Dickson2014-11-171-5/+5
* nfsidmap: Correct a failure to set key timeout valuesBenjamin Coddington2014-11-041-0/+3
* nfsidmap: set the correct DEFAULT_KEYRING stringBenjamin Coddington2014-11-041-1/+1
* nfsidmap: keyctl_invalidate kernel compatibilityBenjamin Coddington2014-11-041-4/+17
* umount: make it sensitive to -vKarel Zak2014-10-241-1/+13
* nfsstat: fix server rpc stats headerMarko Myllynen2014-10-221-1/+1
* rpc.svcgssd: Add a configure switch to disable building the daemonSteve Dickson2014-09-251-2/+9
* nfsstat: document nfsstat io/ra server facilitiesMarko Myllynen2014-09-221-0/+8
* nfsstat: add server ra cache statsMarko Myllynen2014-09-221-4/+25
* nfsstat: add server io statsMarko Myllynen2014-09-221-3/+23
* nfsdcltrack: fetch NFSDCLTRACK_GRACE_START out of environmentJeff Layton2014-09-193-1/+112
* nfsdcltrack: grab the NFSDCLTRACK_CLIENT_HAS_SESSION env var if it's presentJeff Layton2014-09-193-12/+55
* nfsdcltrack: update schema to v2Jeff Layton2014-09-191-8/+93
* nfsdcltrack: overhaul database initializtionJeff Layton2014-09-193-85/+141
* nfsdcltrack: rename CLD_* constants with CLTRACK_* prefixesJeff Layton2014-09-191-6/+6
* nfsdcltrack: update comments in sqlite.cJeff Layton2014-09-191-6/+4
* sm-notify: inform the kernel if there were no hosts to notifyJeff Layton2014-09-191-0/+25
* nfsdcltrack: fix some minor nits in the manpageJeff Layton2014-09-191-2/+3
* exportfs: Properly parse IPv6 literal strings with null terminationTodd Vierling2014-09-191-10/+8
* Fixed typo in nfsstat -sv outputSteve Dickson2014-09-161-1/+1
* gssd: ensure that preferred_realm is non-NULL before passing it to strcmpJeff Layton2014-09-151-1/+1
* Include libgen.h for basenameNatanael Copa2014-09-154-0/+4
* mountd: Only work around glibc bugs on glibcNatanael Copa2014-09-151-1/+1
* nfsstat: replace the legacy SA_ONESHOT with standard SA_RESETHANDNatanael Copa2014-09-151-1/+1
* mountd: use standard dev_t instead of glibc internalsNatanael Copa2014-09-151-1/+1
* replace __attribute_malloc__ with the more portable __attribute__((__malloc__))Natanael Copa2014-09-153-8/+8
* exportfs: taught exportfs -v about the nordirplus optionSteve Dickson2014-08-241-0/+2
* nfs-utils: Allow turning off nfsv3 readdir_plusRajesh Ghanekar2014-08-201-0/+5
* start-statd: clean up output when systemd is not installedMike Frysinger2014-08-191-5/+9
* gssd: select non-conventional principalJurjen Bokma2014-08-181-6/+19
* blkmapd: dump useful device information to syslogChristoph Hellwig2014-08-133-1/+11
* blkmapd: fix broken multipath handlingChristoph Hellwig2014-08-131-23/+4
* gssd: configurable connection timeout for the rpcgssd serviceRinku Kothiya2014-07-254-2/+19
* gssd: Fixed errno typo in get_servername()Steve Dickson2014-07-251-1/+1
* gssd: Error out when rpc_pipefs directory is emptySteve Dickson2014-07-091-3/+8
* mountd.man: Added missing arguments in man pageJianhong Yin2014-06-171-6/+6
* mountd: add support for case-insensitive file namesSteve Dickson2014-06-171-2/+82
* gssd: Fix allocated buffer size for the scraped acceptor name in do_downcallVeli-Matti Lintu2014-06-011-1/+1
* statd: Adding callback on sm_notifyRong Zeng2014-06-012-9/+25
* mount.nfs: print more useful error messageKinglong Mee2014-06-011-2/+6
* start-statd: rpc.statd's systemd unit changed names.Steve Dickson2014-05-011-1/+1
* nfsdctltrack: ensure binary is installed in /sbinNeilBrown2014-04-301-0/+4
* nfsd: Remove some warnings nfsd.cSteve Dickson2014-04-301-1/+1
* gssd: scrape the acceptor name out of the contextJeff Layton2014-04-301-10/+27
* gssd: explicitly set lifetime_rec to 0 when gss_inquire_context failsJeff Layton2014-04-301-3/+4
* gssd: add new routine for generating a hostbased principal in a gss_buffer_tJeff Layton2014-04-302-0/+17
* gssd: move hostbased name routines into separate fileJeff Layton2014-04-304-65/+160