aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind
Commit message (Expand)AuthorAgeFilesLines
* 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
* One for the road: create a ypbind.lock file under /var/run and try to lockBill Paul1995-05-121-2/+20
* Ack! One slipped through the cracks: remember to return the correctlyBill Paul1995-05-111-3/+3
* Performace improvements/simplifications/cleanups:Bill Paul1995-05-101-75/+110
* Cosmetic changes and paranoia checks:Bill Paul1995-05-031-15/+32
* ypbind.c: Major overhaul.Bill Paul1995-04-262-306/+289
* small NIS binding fixes:Bill Paul1995-04-211-3/+4
* In environments with multiple NIS servers (a master and several slaves)Bill Paul1995-04-151-5/+15
* First crack at a man page for ypbind.Bill Paul1995-04-092-2/+122
* Fix long standing bogosity in ypbind: if /var/yp/binding doesn't exist,Bill Paul1995-04-021-5/+5
* Submitted by: Sebastian Strollo <seb@erix.eriksson.se>Bill Paul1995-02-261-13/+25
* ypbind jumbo patch :)Bill Paul1995-02-161-50/+118
* Don't return the address of a stack variable.David Greenman1994-09-231-2/+2
* Copying YP programs over from 1.1.5, with a slightly different directoryGarrett Wollman1994-08-082-0/+680