summaryrefslogtreecommitdiffstats
path: root/tests/clients
Commit message (Collapse)AuthorAgeFilesLines
* Handle fopen() failuresNalin Dahyabhai2013-08-271-1/+1
|
* - close the socket in case of error (static analysis)Nalin Dahyabhai2012-03-221-0/+5
|
* - don't make generating yp.h conditionalNalin Dahyabhai2012-01-191-4/+0
|
* - 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
|
* - build sources we use in this directoryNalin Dahyabhai2011-05-131-1/+16
|
* - tar up yp.x, make sure yp.h can be foundNalin Dahyabhai2011-05-131-1/+1
|
* - don't assume that libc will provide yp headers -- build them ourselvesNalin Dahyabhai2011-05-132-7/+4
|
* - don't leave the tv_usec field uninitialized (defect #10121)Nalin Dahyabhai2011-01-031-1/+2
|
* - move some documentation files aroundNalin Dahyabhai2009-06-172-0/+8
|
* - handle includedir!=parent-of-parent-of-directory-with-yp.xNalin Dahyabhai2009-04-301-1/+1
|
* - 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-112-8/+18
|
* - move config.h into src/Nalin Dahyabhai2008-10-242-2/+2
|
* - fix that, i thinkNalin Dahyabhai2008-07-111-1/+1
|
* - optionally take a file name as the lone argumentNalin Dahyabhai2008-07-111-2/+4
|
* - check that when we reference a non-existent attribute, it doesn't show upNalin Dahyabhai2008-07-113-1/+124
| | | | - check that when we add a previously-not-present attribute, it shows up
* - 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
|
* - beginnings of a test frameworkNalin Dahyabhai2008-07-081-0/+9
|
* - client for exercising the nis serverNalin Dahyabhai2008-07-081-0/+224