aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yp_server.c
Commit message (Expand)AuthorAgeFilesLines
* ypserv: Remove return statement at the end of void functionsElyes Haouas2023-11-061-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-1/+2
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-1/+3
* Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak.Don Lewis2016-05-251-0/+1
* - In ypproc_all_2_svc(), yp_fork() is called only when !debug case.Jun Kuriyama2009-12-041-1/+4
* o Re-arrange parentheses and fix a conition logic for !do_dns case.Maxim Konovalov2006-06-091-2/+2
* fix typo in previos commit.Hajimu UMEMOTO2005-05-021-2/+2
* teach IPv6 to async DNS resolver in ypserv:Hajimu UMEMOTO2005-05-021-4/+13
* 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-16/+12
* ANSIfy and remove some dead code.Dag-Erling Smørgrav2002-02-061-11/+8
* Apply the following mechanical transformations in preparation forDag-Erling Smørgrav2002-02-061-6/+6
* sprintf -> snprintfKris Kennaway2001-07-231-4/+4
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Close PR #10971: flush the database cache after forking in ypproc_all_2_svc()Bill Paul1999-04-301-0/+8
* Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning.Bill Paul1999-04-301-3/+10
* Add some extra checks to make sure that a child ypserv process doesn'tBill Paul1999-04-291-8/+14
* Add some tweaks to hopefully fix a problem I've started to notice recently.Bill Paul1999-02-101-7/+17
* Fix a bug in the database handle caching. This has to do with the way theBill Paul1998-02-111-3/+3
* Typos in man page. Cosmetics in error strings.Philippe Charnier1997-10-291-8/+9
* Don't initialize structures from other variables; gcc -ansi -pedanticBill Paul1997-08-101-6/+7
* Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), whenBill Paul1997-07-211-9/+7
* Back out one of my paranoia tests from the last commit here; yp_access()Bill Paul1997-04-281-17/+1
* Add a sanity test to ypproc_xfr_2_svc(): check that the map and domainBill Paul1997-04-101-8/+48
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Close PR# 2645: add curly braces where my fevered brain in collusionBill Paul1997-02-061-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* yp_server.c:Bill Paul1997-01-071-1/+11
* More async resolver refinements:Bill Paul1996-12-251-3/+3
* Big round o changes:Bill Paul1996-12-221-112/+50
* Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doingBill Paul1996-12-031-17/+51
* This commit changes the YPPROC_ALL procecdure so that it handles requestsBill Paul1996-11-301-50/+16
* Add support for handling the YP_SECURE and YP_INTERDOMAIN keys fromBill Paul1996-10-241-16/+67
* In ypxfr_callback(), the failure to create an RPC CLIENT * handle forBill Paul1996-10-231-4/+6
* Small touch-ups -- no functional changes.Bill Paul1996-05-311-6/+2
* Performance enhancements (I hope) and new stuff:Bill Paul1996-04-281-102/+83
* Initialize a few more 'result' members in a few places (both in the v2Bill Paul1996-03-011-14/+61
* In ypproc_master_2_svc(), don't leave result.peer uninitialized whenBill Paul1996-02-291-1/+3
* Add support for NIS v1 client procedures. The following proceduresBill Paul1996-02-261-1/+200
* Add real securenets support. By default, ypserv now uses /var/yp/securenetsBill Paul1996-02-241-1/+4
* Found an instance of yp_error() in yp_maplist_create() that had two %sBill Paul1996-01-311-2/+2
* More changes brought about by testing of yppush (which is almost finished):Bill Paul1996-01-101-17/+42
* A few small tweaks related to ypxfr:Bill Paul1995-12-231-16/+62
* Import the new, non-GPL ypserv, written by yours truly. FunctionallyBill Paul1995-12-161-0/+626