summaryrefslogtreecommitdiff
path: root/lib/libc/yp
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-24libc: move NIS xdr_* symbols from rpc's to yp's Symbol.mapEd Maste
2024-02-03libc: Specify parameter types for function pointerMinsoo Choo
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-03-16libc/yp: sort out warningsMateusz Guzik
2019-09-16Increase the size of the send and receive buffers for YP client rpcKonstantin Belousov
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-06-28Use on crypto.x and rpc.x from the source tree.Bryan Drewery
2016-04-18libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk
2015-11-19If a NIS server has long entries on its database that is bigger thanMarcelo Araujo
2014-03-04Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar
2012-09-29libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker
2012-02-07Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric
2011-12-23Handle malloc failures in yplib.c.Guy Helmer
2011-12-23Handle failures to malloc memory to hold key or val copies.Guy Helmer
2011-03-01Remove duplicate "in".Rebecca Cran
2011-02-28Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran
2009-11-25Eliminate more dead stores.Garrett Wollman
2008-03-26Fix some "in in" typos in comments.Christian Brueffer
2007-07-24Set timeout for all NIS RPC requests to 1 second and not just forSimon L. B. Nielsen
2007-04-29Use C comments since we now preprocess these files with CPP.Daniel Eischen
2007-03-04- Bump _yplib_timeout limit from 10 to 20 seconds to better handleSimon L. B. Nielsen
2006-03-13Add each directory's symbol map file to SYM_MAPS.Daniel Eischen
2006-03-13Add symbol maps and initial symbol version definitions to libc.Daniel Eischen
2005-05-03do mutex lock for each yp calls. with this,Hajimu UMEMOTO
2005-04-06MUTEX_INITIALIZER should be used instead ofHajimu UMEMOTO
2005-04-05protect _yp_domain with mutex lock.Hajimu UMEMOTO
2005-03-11Use socklen_t where appropriate.Stefan Farfeleder
2003-05-01Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine
2003-04-29`Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine
2002-11-18libc_r wasn't so tied to libc for 22 months.Ruslan Ermilov
2002-04-28Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-02-18o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft
2002-02-06ANSIfy and remove some dead code.Dag-Erling Smørgrav
2002-02-06Apply the following mechanical transformations in preparation forDag-Erling Smørgrav
2002-02-05Fix cc -Wall, fix rcsid warnings, add missing prototypes,Alfred Perlstein
2002-01-08Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On theJohn Baldwin
2001-05-23Changed the clnt_perror string in yp_all because it was saying theJim Pirzyk
2001-01-24Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen
2000-01-27Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans
2000-01-12Add three-tier symbol naming in support of POSIX thread cancellationJason Evans
1999-12-05Fix buffer overflows.Kris Kennaway
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-05-09Fixed the usual missing dependencies on headers generated by rpcgen.Bruce Evans