aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/yp
Commit message (Expand)AuthorAgeFilesLines
* Increase the size of the send and receive buffers for YP client rpcKonstantin Belousov2019-09-161-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-252-2/+6
* Use on crypto.x and rpc.x from the source tree.Bryan Drewery2016-06-281-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* If a NIS server has long entries on its database that is bigger thanMarcelo Araujo2015-11-191-5/+28
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-2/+2
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+1
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* Handle malloc failures in yplib.c.Guy Helmer2011-12-231-0/+46
* Handle failures to malloc memory to hold key or val copies.Guy Helmer2011-12-231-0/+11
* Remove duplicate "in".Rebecca Cran2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-281-1/+1
* Eliminate more dead stores.Garrett Wollman2009-11-251-1/+1
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Set timeout for all NIS RPC requests to 1 second and not just forSimon L. B. Nielsen2007-07-241-8/+8
* Use C comments since we now preprocess these files with CPP.Daniel Eischen2007-04-291-1/+3
* - Bump _yplib_timeout limit from 10 to 20 seconds to better handleSimon L. B. Nielsen2007-03-041-1/+9
* Add each directory's symbol map file to SYM_MAPS.Daniel Eischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.Daniel Eischen2006-03-131-0/+23
* do mutex lock for each yp calls. with this,Hajimu UMEMOTO2005-05-031-13/+65
* MUTEX_INITIALIZER should be used instead ofHajimu UMEMOTO2005-04-061-1/+1
* protect _yp_domain with mutex lock.Hajimu UMEMOTO2005-04-051-3/+24
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-2/+2
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-1/+1
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-1/+1
* libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov2002-11-181-1/+1
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-282-23/+30
* Fix the style of the SCM ID's.David E. O'Brien2002-03-222-6/+4
* 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-81/+35
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-062-133/+133
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein2002-02-052-2/+2
* Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On theJohn Baldwin2002-01-081-8/+12
* Changed the clnt_perror string in yp_all because it was saying theJim Pirzyk2001-05-231-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-10/+13
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-9/+15
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-9/+9
* Fix buffer overflows.Kris Kennaway1999-12-051-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Fixed the usual missing dependencies on headers generated by rpcgen.Bruce Evans1998-05-091-6/+6
* Fix resource allocation problems:Bill Paul1998-03-071-94/+176
* Use ${DESTDIR} correctly in front of absolute paths.Satoshi Asami1997-05-231-2/+2
* Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-2/+2
* Don't even think about processing bogus domain names here.Bill Paul1997-04-101-1/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Fix for bug noticed by Christoph Kukulies.Bill Paul1996-12-201-2/+3
* - Avoid possible SEGVs: never call clnt_destroy() without checkingBill Paul1996-11-081-8/+36
* In _yp_dobind(), if we find ourselves required to contact the local ypbindBill Paul1996-07-131-0/+18
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+2