aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yp_dnslookup.c
Commit message (Expand)AuthorAgeFilesLines
* ypserv: Remove return statement at the end of void functionsElyes Haouas2023-11-061-6/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Delay calling yp_malloc_dnsent() until after some additional sanityDon Lewis2016-05-251-3/+3
* Don't need cast malloc.Marcelo Araujo2015-11-161-1/+1
* Fix compiler warnings.Hiroki Sato2013-07-151-2/+2
* Remove unused variables. int -> size_t for lenghts.Philippe Charnier2005-05-201-2/+2
* teach IPv6 to async DNS resolver in ypserv:Hajimu UMEMOTO2005-05-021-21/+46
* Use socklen_t where appropriate.Stefan Farfeleder2005-03-111-5/+9
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* The resolver library does a pretty acceptable set of domainMark Murray2002-09-201-19/+2
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-22/+21
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-5/+5
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-2/+2
* Convert from CIRCLEQ to TAILQ.Poul-Henning Kamp2000-12-291-11/+11
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* DNS lookups for partially qualified hosts didn't work right. I was tryingBill Paul1998-08-101-5/+2
* If we get back too much data to fit in result, return NULL. This avoidsWarner Losh1998-06-091-1/+5
* Typos in man page. Cosmetics in error strings.Philippe Charnier1997-10-291-20/+17
* Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERYBill Paul1997-07-281-3/+4
* Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq()Bill Paul1997-07-271-4/+9
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Ack. When I moved the getsockopt() calls, I forgot to move the linesBill Paul1997-01-121-4/+4
* yp_server.c:Bill Paul1997-01-071-16/+45
* More async resolver refinements:Bill Paul1996-12-251-43/+106
* Fix some bugs:Bill Paul1996-12-241-11/+34
* Big round o changes:Bill Paul1996-12-221-28/+339
* Hmm, well, whaddya know? ypserv was making calls to the undocumentedPeter Wemm1996-08-301-6/+3
* Small touch-ups -- no functional changes.Bill Paul1996-05-311-1/+5
* Import the new, non-GPL ypserv, written by yours truly. FunctionallyBill Paul1995-12-161-0/+111