aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
Commit message (Expand)AuthorAgeFilesLines
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+3
* Correct a spelling error.Ceri Davies2003-06-041-1/+1
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-032-7/+5
* xids are u_int32_ts, which are not necessarily the same size as time_ts orBill Fenner2002-09-161-2/+2
* The .Nm utilityPhilippe Charnier2002-07-141-5/+7
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-282-37/+41
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+1
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-062-50/+23
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-063-57/+61
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+3
* Increment `i' in case of -S so that its argument isn't treated asDima Dorfman2001-07-191-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* Whine if we discover an unknown option. This program doesn't useDima Dorfman2001-07-131-0/+2
* Nuke unused variables.Dima Dorfman2001-06-241-1/+0
* Don't dereference a pointer after freeing that pointer.Ben Smithurst2001-06-231-2/+3
* Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()Bill Paul2001-03-271-239/+26
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-192-3/+3
* Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-2/+11
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-14/+28
* Remove invalid section name.Philippe Charnier2000-01-231-3/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Use u_int32_t for sin_addr.s_addr rather than u_long to avoidHidetoshi Shimokawa1999-04-131-4/+4
* The ypbind_setdom_2 procedure returns NULL in the success case. This isBill Paul1999-02-101-2/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-2/+2
* Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One ofBill Paul1998-01-192-11/+11
* Use err(3). Change `=' to `==' in two places, so that server not responding/Philippe Charnier1997-10-273-92/+74
* Fix bug in __yp_ping(): keep proper count of assigned request structures.Bill Paul1997-10-091-3/+5
* This commit adds support to ypbind(8) for binding to non-local servers.Bill Paul1997-05-255-5/+606
* fix a few typos..John-Mark Gurney1997-04-151-24/+27
* Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAINBill Paul1997-04-101-1/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* - Save parent pid and check current pid against it upon entry toBill Paul1997-01-121-1/+10
* Correct two bugs:Bill Paul1997-01-111-13/+50
* Fix problem caused by new prototypes. Cast object to (caddr_t) asPeter Wemm1996-12-301-2/+2
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+2
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-4/+4
* More XDR routine cleanups. These three programs should be the onlyBill Paul1995-12-151-34/+46
* Add a -S option to ypbind that allows the following:Bill Paul1995-07-202-7/+131
* Some small signal handling tweaks: be sure to keep wait3()ing until allBill Paul1995-07-151-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* This is another bug fix that should have gone into my last commit. IBill Paul1995-05-291-10/+20
* Reviewed by: rgrimes, jkh and davidg (sort of)Bill Paul1995-05-261-119/+128