summaryrefslogtreecommitdiff
path: root/utils/nfsdcltrack
Commit message (Expand)AuthorAgeFilesLines
* Add --disable-sbin-override for when /sbin is a symlinkNeilBrown2021-10-251-3/+6
* nfsdcltrack: Use uint64_t instead of time_tSteve Dickson2021-07-313-3/+3
* nfsdcltrack/nfsdcltrack.c: Fix printf formatPetr Vorel2021-07-261-1/+2
* nfsdcltrack/sqlite: Fix printf formatPetr Vorel2021-07-261-1/+2
* nfs-utils: rename xlog_from_conffile() to xlog_set_debug()Steve Dickson2021-02-181-9/+12
* Update to libevent 2.x apisDoug Nazar2020-07-141-1/+1
* Removed a resource leak from nfsdcltrack/sqlite.cSteve Dickson2019-05-101-0/+2
* nfsdcld: move nfsdcld to its own directoryScott Mayhew2019-04-163-801/+2
* Revert "nfsdcltrack: remove the nfsdcld daemon"Scott Mayhew2019-04-163-2/+801
* nfsdcltrack: getopt_long() fails on a non x86_64 archsSteve Dickson2018-06-251-1/+1
* Removed missing-prototypes warnings.Steve Dickson2018-02-231-1/+2
* nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell2017-11-071-1/+1
* nfs-utils: split conffile to a separate convenience libJustin Mitchell2017-10-261-1/+1
* nfsdcltrack: return an non-zero value for invalid optionsSteve Dickson2017-10-121-1/+1
* nfsdcltrack.c: remove a warningSteve Dickson2017-07-261-0/+1
* config: Remove the conf_path globalJustin Mitchell2017-05-051-3/+1
* nfsdcltrack: silence some expected errorsJeff Layton2017-04-261-2/+2
* xlog: Add common support for "debug=??" in /etc/nfs.confNeilBrown2016-12-201-0/+1
* Fixed typo in usage stringSteve Dickson2016-12-071-1/+1
* nfsdcltrack: read configuration from a filenfs-utils-1-3-5-rc3NeilBrown2016-11-162-0/+26
* nfsdcltrack: fix a typo in the manpageYongcheng Yang2016-06-211-1/+1
* Fix up issue with "make dist"NeilBrown2014-12-071-0/+2
* 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
* 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
* nfsdcltrack: fix some minor nits in the manpageJeff Layton2014-09-191-2/+3
* nfsdctltrack: ensure binary is installed in /sbinnfs-utils-1-3-1-rc1NeilBrown2014-04-301-0/+4
* nfsdcltrack.man: drop autogenerated roffLuk Claes2013-05-281-114/+0
* nfsdcltrack: skip "." and ".." when trying to clean out legacy recdirJeff Layton2012-11-281-0/+11
* nfsdcltrack: remove the nfsdcld daemonJeff Layton2012-11-114-797/+2
* nfsdcltrack: add a manpage for nfsdcltrackJeff Layton2012-11-112-1/+212
* nfsdcltrack: add a legacy transition mechanismJeff Layton2012-11-111-0/+85
* nfsdcltrack: add a new "one-shot" program for manipulating the client trackin...Jeff Layton2012-11-113-2/+440
* nfsdcltrack: break out a function to open the database handleJeff Layton2012-11-112-15/+35
* nfsdcltrack: remove pointless sqlite_topdir variableJeff Layton2012-11-113-10/+5
* nfsdcltrack: rename the nfsdcld directory and options to nfsdcltrackJeff Layton2012-11-116-0/+1221