summaryrefslogtreecommitdiffstats
path: root/utils/statd/sm-notify.c
Commit message (Expand)AuthorAgeFilesLines
* 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 properlyChuck 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 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-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' compileSteve 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
* 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-291-2/+2
* Make that last patch compile...Neil Brown2007-04-161-2/+3
* Be more cautious about use for privilege ports (<1024).Neil Brown2007-04-161-0/+10
* Tell NFS/lockd client what that local state number is.Neil Brown2007-04-021-3/+18
* sm-notify: Try all addresses of a multihomed host.Neil Brown2007-03-291-17/+28
* sm-notify - fix bugs related to run-only-once.Neil Brown2007-03-291-2/+2
* sm-notify - Fix typos in Usage message.Neil Brown2007-03-221-1/+1
* sm-notify - use state directory provided via ./configureNeil Brown2007-03-201-1/+5
* sm-notify - compile and installNeil Brown2007-03-201-0/+1
* sm-notify - drop privileges before receiving packets from network.Neil Brown2007-03-201-0/+31
* Prevent sm-notify from being run multiple times per reboot.Neil Brown2007-03-201-2/+35
* sm-notify: remove addr_parseNeil Brown2007-03-201-22/+2
* sm-notify: Allow base path to be set by command line option.Neil Brown2007-03-201-4/+26
* Add sm-notify from SuSENeil Brown2007-03-201-0/+678