summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind
Commit message (Expand)AuthorAgeFilesLines
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+3
* Increment `i' in case of -S so that its argument isn't treated asdd2001-07-191-1/+1
* Remove whitespace at EOL.dd2001-07-151-1/+1
* Whine if we discover an unknown option. This program doesn't usedd2001-07-131-0/+2
* Nuke unused variables.dd2001-06-241-1/+0
* Don't dereference a pointer after freeing that pointer.ben2001-06-231-2/+3
* Finally fix __yp_ping(). We can't use the old locally defined clntudp_call()wpaul2001-03-271-239/+26
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-192-3/+3
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-2/+11
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-14/+28
* Remove invalid section name.charnier2000-01-231-3/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
* Use u_int32_t for sin_addr.s_addr rather than u_long to avoidsimokawa1999-04-131-4/+4
* The ypbind_setdom_2 procedure returns NULL in the success case. This iswpaul1999-02-101-2/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
* Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One ofwpaul1998-01-192-11/+11
* Use err(3). Change `=' to `==' in two places, so that server not responding/charnier1997-10-273-92/+74
* Fix bug in __yp_ping(): keep proper count of assigned request structures.wpaul1997-10-091-3/+5
* This commit adds support to ypbind(8) for binding to non-local servers.wpaul1997-05-255-5/+606
* fix a few typos..jmg1997-04-151-24/+27
* Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAINwpaul1997-04-101-1/+12
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
* Sort cross references.wosch1997-01-201-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
* - Save parent pid and check current pid against it upon entry towpaul1997-01-121-1/+10
* Correct two bugs:wpaul1997-01-111-13/+50
* Fix problem caused by new prototypes. Cast object to (caddr_t) aspeter1996-12-301-2/+2
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-2/+2
* Correct a bunch of man page cross references and generallympp1996-02-111-4/+4
* More XDR routine cleanups. These three programs should be the onlywpaul1995-12-151-34/+46
* Add a -S option to ypbind that allows the following:wpaul1995-07-202-7/+131
* Some small signal handling tweaks: be sure to keep wait3()ing until allwpaul1995-07-151-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* This is another bug fix that should have gone into my last commit. Iwpaul1995-05-291-10/+20
* Reviewed by: rgrimes, jkh and davidg (sort of)wpaul1995-05-261-119/+128
* One for the road: create a ypbind.lock file under /var/run and try to lockwpaul1995-05-121-2/+20
* Ack! One slipped through the cracks: remember to return the correctlywpaul1995-05-111-3/+3
* Performace improvements/simplifications/cleanups:wpaul1995-05-101-75/+110
* Cosmetic changes and paranoia checks:wpaul1995-05-031-15/+32
* ypbind.c: Major overhaul.wpaul1995-04-262-306/+289
* small NIS binding fixes:wpaul1995-04-211-3/+4
* In environments with multiple NIS servers (a master and several slaves)wpaul1995-04-151-5/+15
* First crack at a man page for ypbind.wpaul1995-04-092-2/+122
* Fix long standing bogosity in ypbind: if /var/yp/binding doesn't exist,wpaul1995-04-021-5/+5
* Submitted by: Sebastian Strollo <seb@erix.eriksson.se>wpaul1995-02-261-13/+25
OpenPOWER on IntegriCloud