summaryrefslogtreecommitdiffstats
path: root/tests/clients/yp.c
Commit message (Expand)AuthorAgeFilesLines
* - close the socket in case of error (static analysis)Nalin Dahyabhai2012-03-221-0/+5
* - in the test client, don't force the timeout to 0Nalin Dahyabhai2012-01-041-1/+0
* - handle failure parsing a resultNalin Dahyabhai2011-05-261-1/+3
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-131-2/+3
* - don't leave the tv_usec field uninitialized (defect #10121)Nalin Dahyabhai2011-01-031-1/+2
* - handle cases where our RPC library doesn't support v6 clients so wellNalin Dahyabhai2009-02-121-9/+18
* - learn about tirpc, offer a v6 optionNalin Dahyabhai2009-02-111-7/+16
* - move config.h into src/Nalin Dahyabhai2008-10-241-1/+1
* - check that when we reference a non-existent attribute, it doesn't show upNalin Dahyabhai2008-07-111-0/+22
* - read: return a -1 on end-of-fileNalin Dahyabhai2008-07-101-1/+7
* - add a "match" commandNalin Dahyabhai2008-07-101-0/+28
* - actually fix our yp_all implementationNalin Dahyabhai2008-07-091-14/+89
* - allow specification of a server other than the local hostNalin Dahyabhai2008-07-091-8/+46
* - remove unused variablesNalin Dahyabhai2008-07-091-2/+0
* - client for exercising the nis serverNalin Dahyabhai2008-07-081-0/+224