summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypbind/ypbind.c
Commit message (Expand)AuthorAgeFilesLines
* Protect NIS client with madvise(2) since this daemon is requiredglebius2011-10-241-0/+4
* Don't let the "available"/"not available" logs flap quite so badly. In themarkm2010-10-081-6/+17
* Remove definition of struct dom_binding, it's non-standard C code andstefanf2004-10-171-1/+0
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-35/+37
* ANSIfy and remove some dead code.des2002-02-061-40/+19
* Apply the following mechanical transformations in preparation fordes2002-02-061-55/+55
* Increment `i' in case of -S so that its argument isn't treated asdd2001-07-191-1/+1
* Whine if we discover an unknown option. This program doesn't usedd2001-07-131-0/+2
* Don't dereference a pointer after freeing that pointer.ben2001-06-231-2/+3
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-191-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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
* Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One ofwpaul1998-01-191-9/+9
* Use err(3). Change `=' to `==' in two places, so that server not responding/charnier1997-10-271-54/+38
* This commit adds support to ypbind(8) for binding to non-local servers.wpaul1997-05-251-3/+41
* Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAINwpaul1997-04-101-1/+12
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* - 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
* 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-201-6/+97
* 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-261-299/+273
* 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
* 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
* ypbind jumbo patch :)wpaul1995-02-161-50/+118
* Don't return the address of a stack variable.dg1994-09-231-2/+2
* Copying YP programs over from 1.1.5, with a slightly different directorywollman1994-08-081-0/+672
OpenPOWER on IntegriCloud