summaryrefslogtreecommitdiff
path: root/utils/statd/sm-notify.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all /var/run with /runNeilBrown2021-05-061-2/+2
* nfs-utils: rename xlog_from_conffile() to xlog_set_debug()Steve Dickson2021-02-181-3/+4
* Use <poll.h> header instead of <sys/poll.h>Patrick Steinhardt2019-09-051-1/+1
* sm-notify: Added -f flag to nfs.conf parsingSteve Dickson2019-03-011-12/+21
* nfs-utils: fix addrinfo usage with musl-1.1.21Peter Wagner2019-02-271-7/+7
* nfsconf: Add missing nfs.conf entries for various cmdline optionsJustin Mitchell2018-09-261-0/+1
* Remove a number of stringop-truncation warningsSteve Dickson2018-06-051-1/+1
* nfs-utils: Restore ABI compat with pre-merge libnfsidmapJustin Mitchell2017-11-071-1/+1
* sm-notify needs to call res_init() before each tryOrion Poplawski2017-10-251-0/+4
* config: Remove the conf_path globalJustin Mitchell2017-05-051-2/+1
* sm-notify: ending the grace period early should be configurableScott Mayhew2017-04-041-1/+5
* xlog: Add common support for "debug=??" in /etc/nfs.confNeilBrown2016-12-201-0/+1
* Add /etc/nfs.conf support for sm-notifyNeilBrown2016-12-201-0/+11
* sm-notify: inform the kernel if there were no hosts to notifyJeff Layton2014-09-191-0/+25
* replace __attribute_malloc__ with the more portable __attribute__((__malloc__))Natanael Copa2014-09-151-4/+4
* sm-notify: "-v hostname" doesn't work when IPV6_SUPPORT is enabledChuck Lever2013-04-221-1/+1
* sm-notify: sm-notify leaves monitor records in sm.bakChuck Lever2011-09-201-13/+22
* sm-notify: Avoid extra rpcbind queriesChuck Lever2011-09-201-0/+1
* sm-notify: Use correct retransmit timeout when sending a fresh RPCChuck Lever2011-09-201-2/+1
* sm-notify: Refactor insert_host() and recv_rpcbind_reply()Chuck Lever2011-09-201-16/+26
* sm-notify: sm-notify doesn't handle localhost properlynfs-utils-1-2-5-rc2Chuck Lever2011-08-291-25/+102
* sm-notify: Disable syslog messages when debugging is enabledChuck Lever2011-08-291-2/+4
* sm-notify: Make use of AI_NUMERICSERV conditionalChuck Lever2010-12-131-0/+6
* nfs-utils: Remove all uses of AI_ADDRCONFIGChuck Lever2010-11-011-5/+0
* sm-notify: Send fully-qualified and unqualified mon_namesChuck Lever2010-03-191-4/+17
* sm-notify: Use my_name when sending SM_NOTIFY requestsChuck Lever2010-03-171-9/+32
* libnsm.a: Add support for multiple lines in monitor record filesChuck Lever2010-01-151-2/+3
* sm-notify: Save mon_name and my_name stringsChuck Lever2010-01-151-5/+17
* nfs-utils: Collect socket address helpers into one locationChuck Lever2010-01-151-0/+1
* sm-notify: Support IPv6 DNS lookups in smn_lookupChuck Lever2010-01-151-7/+12
* sm-notify: Use getaddrinfo(3) to create bind address in smn_create_socket()Chuck Lever2010-01-151-31/+51
* sm-notify: IPv6 support in reserved port binding in smn_create_socket()Chuck Lever2010-01-151-1/+28
* sm-notify: Support creating a PF_INET6 socket in smn_create_socket()Chuck Lever2010-01-151-5/+76
* sm-notify: factor socket creation out of notify()Chuck Lever2010-01-151-60/+77
* sm-notify: Replace RPC codeChuck Lever2010-01-151-122/+66
* statd: Use the new nsm_ file.c calls in sm_notifyChuck Lever2010-01-121-225/+63
* statd: replace smn_{get,set}_port() with the shared equivalentsnfs-utils-1-2-2-rc3Chuck 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-241-99/+64
* 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' compilenfs-utils-1-1-6-rc3Steve Dickson2009-03-231-3/+10
* 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
* sm-notify should exit as soon as its determinedPhil Endecott2008-10-141-3/+10
* 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