aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypbind/ypbind.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Use strlcpy() instead of strncpy() when copying to dom_domain toDon Lewis2016-05-121-3/+15
* Don't need cast malloc.Marcelo Araujo2015-11-161-3/+3
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Fix a warning spotted by gcc4.9: dereferencing type-punned pointer will breakMarcelo Araujo2015-07-161-26/+31
* Protect NIS client with madvise(2) since this daemon is requiredGleb Smirnoff2011-10-241-0/+4
* Don't let the "available"/"not available" logs flap quite so badly. In theMark Murray2010-10-081-6/+17
* Remove definition of struct dom_binding, it's non-standard C code andStefan Farfeleder2004-10-171-1/+0
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-35/+37
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-40/+19
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-55/+55
* Increment `i' in case of -S so that its argument isn't treated asDima Dorfman2001-07-191-1/+1
* Whine if we discover an unknown option. This program doesn't useDima Dorfman2001-07-131-0/+2
* Don't dereference a pointer after freeing that pointer.Ben Smithurst2001-06-231-2/+3
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-1/+1
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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
* Also fix ypbind to compile with ANSI-fied /usr/include/rpcsvc. One ofBill Paul1998-01-191-9/+9
* Use err(3). Change `=' to `==' in two places, so that server not responding/Philippe Charnier1997-10-271-54/+38
* This commit adds support to ypbind(8) for binding to non-local servers.Bill Paul1997-05-251-3/+41
* Avoid processing obviously bogus domain names in the YPBINDPROC_DOMAINBill Paul1997-04-101-1/+12
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* - 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
* 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-201-6/+97
* 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-261-299/+273
* 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
* 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-081-0/+672