summaryrefslogtreecommitdiffstats
path: root/utils/statd
Commit message (Expand)AuthorAgeFilesLines
...
* statd: replace smn_{get,set}_port() with the shared equivalentsChuck Lever2009-12-121-33/+7
* statd: squelch compiler warning in sm-notify.cSteve Dickson2009-12-121-3/+7
* statd: Replace nsm_log() with xlog() in sm-notify commandChuck Lever2009-11-243-105/+67
* statd: Replace note() with xlog() in rpc.statdChuck Lever2009-11-2414-272/+118
* Replace the Sun RPC license with the BSD license,Tom spot Callaway2009-06-022-52/+50
* sm-notify: Failed DNS lookups should be retriedChuck Lever2009-05-181-12/+27
* sm-notify: Don't orphan addrinfo structsChuck Lever2009-05-181-13/+21
* In recent Fedora builds, the '-D _FORTIFY_SOURCE=2' compileSteve Dickson2009-03-233-15/+43
* nfs-utils: Provide type-checked version of svc_getcaller()Chuck Lever2009-03-054-8/+24
* statd: not unlinking host filesSteve Dickson2008-12-173-17/+19
* sm-notify command: fix a use-after-free bugChuck Lever2008-12-171-11/+14
* sm-notify: always exiting without any notificationSteve Dickson2008-12-061-1/+2
* Ensure statd gets started if required when non-rootNeil Brown2008-11-261-1/+1
* sm-notify should exit as soon as its determinedPhil Endecott2008-10-141-3/+10
* rpc.statd: Stop overloading sockfd in utils/statd/rmtcall.cChuck Lever2008-09-263-14/+19
* rpc.statd: Use __func__ in dprintfChuck Lever2008-09-261-23/+27
* rpc.statd: Clean up: replace "if (!(foo = rtnl))".Chuck Lever2008-09-262-6/+6
* sm-notify command: use static function definitionsChuck Lever2008-09-261-10/+10
* sm-notify command: replace nsm_address typedefChuck Lever2008-09-261-66/+63
* sm-notify command: clean up error loggingChuck Lever2008-09-261-19/+29
* sm-notify command: getaddrinfo(3) addrinfo leakChuck Lever2008-09-261-1/+4
* sm-notify command: include <config.h>Chuck Lever2008-09-261-2/+4
* rpc.statd: eliminate --secure_statdChuck Lever2008-09-262-56/+13
* rpc.tatd: refactor check to see if call is from loopback addressChuck Lever2008-09-261-46/+36
* sm-notify: perform DNS lookup in the background.Steve Dickson2008-07-251-20/+40
* Add -Wstrict-prototypes to compiler args, and fix warnings caused.Neil Brown2007-07-296-8/+7
* gitignore updatesJ. Bruce Fields2007-07-101-0/+1
* statd - the files created are named for dns_name, so use that when unlinking.Neil Brown2007-05-032-2/+3
* Don't hide my_name in statd.Neil Brown2007-04-201-7/+22
* Make that last patch compile...Neil Brown2007-04-161-2/+3
* Be more cautious about use for privilege ports (<1024).Neil Brown2007-04-162-11/+33
* statd - fix some compile warningsNeil Brown2007-04-031-0/+2
* Tell NFS/lockd client what that local state number is.Neil Brown2007-04-024-9/+68
* Add start-statd script.Neil Brown2007-03-292-0/+10
* sm-notify: Try all addresses of a multihomed host.Neil Brown2007-03-291-17/+28
* statd - use dnsname to ensure correct matching of NOTIFY requests.Neil Brown2007-03-293-17/+36
* statd - check for 'priv' when looking for duplicate registrations.Neil Brown2007-03-291-1/+2
* statd - remove a pointless ifNeil Brown2007-03-291-19/+17
* statd - only unregister/register once.Neil Brown2007-03-291-16/+13
* sm-notify - fix bugs related to run-only-once.Neil Brown2007-03-291-2/+2
* statd - keep persistent state in sm/* files.Neil Brown2007-03-293-1/+83
* statd - fix bug so statd can talk to kernel again.Neil Brown2007-03-231-0/+2
* sm-notify - Fix typos in Usage message.Neil Brown2007-03-221-1/+1
* Fix errors in statd calling sm-notify.Neil Brown2007-03-221-4/+5
* statd - remove try_to_resolveNeil Brown2007-03-201-60/+2
* sm-notify - use state directory provided via ./configureNeil Brown2007-03-201-1/+5
* Add --with-rpcgen= for configure so that the system rpcgen can be used.Neil Brown2007-03-201-2/+5
* statd - delay drop-privs until sockets have been setup.Neil Brown2007-03-201-1/+5
* Allow rpc.statd to *not* run sm-notify.Neil Brown2007-03-203-22/+47
* Remove notify functionality from statd in favour of sm-notifyNeil Brown2007-03-209-392/+84