aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* Don't initialize structures from other variables; gcc -ansi -pedanticBill Paul1997-08-101-6/+7
* 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
* 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
* fix some typos, and some slight clean up...John-Mark Gurney1997-04-151-48/+57
* Add a sanity test to ypproc_xfr_2_svc(): check that the map and domainBill Paul1997-04-101-8/+48
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-2211-16/+16
* Two small tweaks:Bill Paul1997-02-091-3/+3
* Close PR# 2645: add curly braces where my fevered brain in collusionBill Paul1997-02-061-1/+2
* Typo.Thomas Gellekum1997-02-041-1/+1
* 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-1411-16/+16
* Ack. When I moved the getsockopt() calls, I forgot to move the linesBill Paul1997-01-121-4/+4
* yp_server.c:Bill Paul1997-01-072-17/+56
* Eek: the 'check for / in map names' test I added a while back detectsBill Paul1997-01-061-1/+2
* Make the select() call work like the others in the system.. ie: don'tPeter Wemm1996-12-301-3/+5
* Fix harmless bug found by new pointer-to-function prototypes.Peter Wemm1996-12-301-4/+4
* More async resolver refinements:Bill Paul1996-12-254-54/+115
* Fix some bugs:Bill Paul1996-12-241-11/+34
* Big round o changes:Bill Paul1996-12-227-159/+625
* Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doingBill Paul1996-12-035-299/+92
* This commit changes the YPPROC_ALL procecdure so that it handles requestsBill Paul1996-11-305-95/+302
* Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documentedBill Paul1996-11-151-5/+5
* Add support for handling the YP_SECURE and YP_INTERDOMAIN keys fromBill Paul1996-10-245-20/+164
* In ypxfr_callback(), the failure to create an RPC CLIENT * handle forBill Paul1996-10-231-4/+6
* Close a potential security hole: if yp_access() is passed a map name,Bill Paul1996-09-301-4/+15
* Toss the mkaliases script into the attic and remove its installBill Paul1996-09-152-14/+1
* Hmm, well, whaddya know? ypserv was making calls to the undocumentedPeter Wemm1996-08-301-6/+3
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+3
* was missing @Adam David1996-08-091-2/+2
* Fix the services.byname target so that it creates search keys for thePeter Wemm1996-07-251-4/+6
* Fix typo in last commit, it seems that a hash comments out a \ at the endPeter Wemm1996-07-241-4/+4
* Add sample rules for amd.host, mostly from the AMD docs, but tweaked to fitPeter Wemm1996-07-241-2/+26
* 'mkaliases' is broken (strips spaces) so don't use it,Adam David1996-07-181-11/+8
* Re-implement the DB handle cache using a circular queue and manageBill Paul1996-07-071-89/+180
* Toss old mknetid script into the attic.Bill Paul1996-06-253-43/+5
* Makefile.yp:Bill Paul1996-06-053-21/+52
* Small touch-ups -- no functional changes.Bill Paul1996-05-317-34/+40
* Performance enhancements (I hope) and new stuff:Bill Paul1996-04-288-214/+560
* Fix for memory leak: specify NULL as openinfo parameter when callingBill Paul1996-04-111-2/+2
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-5/+5
* 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
* sense of 'mask' was reversed in default case of no securenets file.Adam David1996-02-291-2/+2
* Typo (vi -> v1).Guido van Rooij1996-02-261-2/+2
* Add support for NIS v1 client procedures. The following proceduresBill Paul1996-02-264-53/+260
* Duh: remember to #include <stdlib.h> to pick up declarations forBill Paul1996-02-251-3/+2
* Add real securenets support. By default, ypserv now uses /var/yp/securenetsBill Paul1996-02-245-39/+228