summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yp_dblookup.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.David E. O'Brien2003-05-031-4/+2
* Fix a boatload of format errors and constness violations.Dag-Erling Smørgrav2002-05-081-5/+8
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-12/+12
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-61/+40
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-6/+6
* Convert from CIRCLEQ to TAILQ.Poul-Henning Kamp2000-12-291-35/+33
* 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
* Close PR #11122: check key length before calling strncmp()Bill Paul1999-04-141-3/+4
* Fix a bug in the database handle caching. This has to do with the way theBill Paul1998-02-111-5/+9
* Typos in man page. Cosmetics in error strings.Philippe Charnier1997-10-291-22/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Fix bug that slipped through last big round of changes: sometimesBill Paul1997-01-201-1/+6
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Big round o changes:Bill Paul1996-12-221-10/+99
* Add support for handling the YP_SECURE and YP_INTERDOMAIN keys fromBill Paul1996-10-241-2/+64
* Re-implement the DB handle cache using a circular queue and manageBill Paul1996-07-071-89/+180
* Makefile.yp:Bill Paul1996-06-051-15/+23
* Small touch-ups -- no functional changes.Bill Paul1996-05-311-16/+17
* Performance enhancements (I hope) and new stuff:Bill Paul1996-04-281-31/+292
* Fix for memory leak: specify NULL as openinfo parameter when callingBill Paul1996-04-111-2/+2
* Makefile.yp:Bill Paul1996-02-041-9/+28
* A few small tweaks related to ypxfr:Bill Paul1995-12-231-8/+8
* Import the new, non-GPL ypserv, written by yours truly. FunctionallyBill Paul1995-12-161-0/+217