summaryrefslogtreecommitdiffstats
path: root/src/portmap.c
Commit message (Expand)AuthorAgeFilesLines
* Try reconnecting if rpcbind EPIPEs usNalin Dahyabhai2013-10-011-50/+80
* Use MSG_NOSIGNAL when sending a request to portmapNalin Dahyabhai2013-10-011-1/+1
* Up the log severity on portmap errorsNalin Dahyabhai2013-10-011-9/+9
* Omit an unnecessary switch caseNalin Dahyabhai2013-08-271-2/+0
* Fix a missing xdr_free()Nalin Dahyabhai2013-08-271-1/+1
* Suppress some compiler warningsNalin Dahyabhai2013-08-121-0/+1
* Fix some uninitialized-jump warningsNalin Dahyabhai2013-05-231-0/+2
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+2
* - in main(), return an error exit result if we can't create a socket toNalin Dahyabhai2011-01-031-0/+4
* - in main(), return an error exit status if socket() fails (defect #10101)Nalin Dahyabhai2011-01-031-0/+4
* - actually send portmap registrations to the right serverslapi-nis-0.17Nalin Dahyabhai2009-05-141-1/+1
* - remove unused variablesNalin Dahyabhai2009-05-061-1/+0
* - drop a debug messageNalin Dahyabhai2009-02-121-4/+0
* - move client socket creation here, so that we don't have to know how toNalin Dahyabhai2009-02-121-182/+372
* - first (non-working) pass at registering with rpcbindNalin Dahyabhai2009-02-111-17/+138
* - use our own bind-reserve-port helper, which should work with eitherNalin Dahyabhai2009-02-111-11/+25
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - more build machineryNalin Dahyabhai2008-05-291-0/+21
* - build cleanupsNalin Dahyabhai2008-05-291-4/+10
* - some header cleanupNalin Dahyabhai2008-04-021-0/+1
* - finish getting the basic NIS server going againNalin Dahyabhai2008-04-011-18/+19
* try to clean this up a bitNalin Dahyabhai2008-03-271-7/+28
* - bind to privileged ports using bindresvport() and not a hard-coded valueNalin Dahyabhai2007-11-211-20/+51
* - working on splitting out the portmap registration/unregistrationNalin Dahyabhai2007-11-201-0/+211