aboutsummaryrefslogtreecommitdiff
path: root/libexec/ypxfr
Commit message (Expand)AuthorAgeFilesLines
* yp_errno is an `enum ypstat`.Dima Dorfman2001-07-241-1/+1
* - Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
* change callrpc() from taking "char *" args, I'm quite sure they really meantAlfred Perlstein2001-03-231-1/+0
* Set the default manual section for libexec/ to 8.Ruslan Ermilov2001-03-201-2/+0
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+1
* Spelling fix: transfered --> transferredJonathan Lemon2000-06-021-1/+1
* Fix various man pages to stop abusing the .Bx macro to generate theMike Pritchard2000-01-231-8/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* Fix ypxfr so that it can be run from cron.Bill Paul1999-05-101-4/+4
* Fixed printf format errors.Bruce Evans1998-08-021-2/+2
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-8/+10
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-2/+2
* Use full path in synopsis. Sort #includes. Use .Tn for NIS.Philippe Charnier1997-12-086-104/+163
* Putting records with zero-length keys into a Berkeley DB hash databaseBill Paul1997-09-301-6/+22
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-228-13/+13
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-148-13/+13
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
* Change declaration of yp_errno from int to enum ypstat so that itBill Paul1996-12-231-2/+3
* Give ypxfr the ability to detect the presence of the YP_INTERDOMAINBill Paul1996-10-254-7/+91
* Add a couple of reserved port checks: don't talk to either ypservBill Paul1996-10-201-5/+24
* Fixed DPADD.Bruce Evans1996-09-051-2/+3
* Fill in new arguments in the ypxfr_getmap structure (byte order,Bill Paul1996-07-041-2/+16
* Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc,Bill Paul1996-06-061-2/+2
* Add support for rpc.ypxfrd and document it in the man page.Bill Paul1996-06-058-40/+230
* phkmalloc doesn't like the call to xdr_free() in ypxfr_get_master().Bill Paul1996-05-071-3/+3
* Small tweak to yp_put_record(): call the DB put routine with theBill Paul1996-04-281-6/+15
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-3/+3
* ypxfr_getmap.c:Bill Paul1996-02-042-13/+35
* - Fix error reporting when checking order number via NIS: we return zeroBill Paul1996-01-101-14/+22
* Sync with my sources at home (these are really tiny changes):Bill Paul1996-01-062-12/+15
* Import the new ypxfr, written by yours truly. Functionally equivalentBill Paul1995-12-257-0/+1224