summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv/yp_server.c
Commit message (Expand)AuthorAgeFilesLines
* - In ypproc_all_2_svc(), yp_fork() is called only when !debug case.kuriyama2009-12-041-1/+4
* o Re-arrange parentheses and fix a conition logic for !do_dns case.maxim2006-06-091-2/+2
* fix typo in previos commit.ume2005-05-021-2/+2
* teach IPv6 to async DNS resolver in ypserv:ume2005-05-021-4/+13
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-16/+12
* ANSIfy and remove some dead code.des2002-02-061-11/+8
* Apply the following mechanical transformations in preparation fordes2002-02-061-6/+6
* sprintf -> snprintfkris2001-07-231-4/+4
* Fix the type of the NULL arg to execl()brian2001-07-091-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Close PR #10971: flush the database cache after forking in ypproc_all_2_svc()wpaul1999-04-301-0/+8
* Close PR #10970: exit at the end of ypproc_all_2_svc() instead of returning.wpaul1999-04-301-3/+10
* Add some extra checks to make sure that a child ypserv process doesn'twpaul1999-04-291-8/+14
* Add some tweaks to hopefully fix a problem I've started to notice recently.wpaul1999-02-101-7/+17
* Fix a bug in the database handle caching. This has to do with the way thewpaul1998-02-111-3/+3
* Typos in man page. Cosmetics in error strings.charnier1997-10-291-8/+9
* Don't initialize structures from other variables; gcc -ansi -pedanticwpaul1997-08-101-6/+7
* Fix a very stupid heap corruption bug: in ypproc_match_2_svc(), whenwpaul1997-07-211-9/+7
* Back out one of my paranoia tests from the last commit here; yp_access()wpaul1997-04-281-17/+1
* Add a sanity test to ypproc_xfr_2_svc(): check that the map and domainwpaul1997-04-101-8/+48
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Close PR# 2645: add curly braces where my fevered brain in collusionwpaul1997-02-061-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* yp_server.c:wpaul1997-01-071-1/+11
* More async resolver refinements:wpaul1996-12-251-3/+3
* Big round o changes:wpaul1996-12-221-112/+50
* Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doingwpaul1996-12-031-17/+51
* This commit changes the YPPROC_ALL procecdure so that it handles requestswpaul1996-11-301-50/+16
* Add support for handling the YP_SECURE and YP_INTERDOMAIN keys fromwpaul1996-10-241-16/+67
* In ypxfr_callback(), the failure to create an RPC CLIENT * handle forwpaul1996-10-231-4/+6
* Small touch-ups -- no functional changes.wpaul1996-05-311-6/+2
* Performance enhancements (I hope) and new stuff:wpaul1996-04-281-102/+83
* Initialize a few more 'result' members in a few places (both in the v2wpaul1996-03-011-14/+61
* In ypproc_master_2_svc(), don't leave result.peer uninitialized whenwpaul1996-02-291-1/+3
* Add support for NIS v1 client procedures. The following procedureswpaul1996-02-261-1/+200
* Add real securenets support. By default, ypserv now uses /var/yp/securenetswpaul1996-02-241-1/+4
* Found an instance of yp_error() in yp_maplist_create() that had two %swpaul1996-01-311-2/+2
* More changes brought about by testing of yppush (which is almost finished):wpaul1996-01-101-17/+42
* A few small tweaks related to ypxfr:wpaul1995-12-231-16/+62
* This commit was generated by cvs2svn to compensate for changes in r12891,wpaul1995-12-161-0/+626
OpenPOWER on IntegriCloud