summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
...
* Add some tweaks to hopefully fix a problem I've started to notice recently.wpaul1999-02-102-10/+20
* Sort cross references.wosch1998-08-311-2/+2
* DNS lookups for partially qualified hosts didn't work right. I was tryingwpaul1998-08-101-5/+2
* A comment in /usr/src/usr.sbin/ypserv/Makefile.ypphk1998-07-221-4/+3
* Allow blank lines in /var/yp/securenets.des1998-07-151-2/+3
* If we get back too much data to fit in result, return NULL. This avoidsimp1998-06-091-1/+5
* Protect errno in signal handlers, like in portmap.wpaul1998-06-041-2/+8
* Fixed double slashes in pathnames.bde1998-05-311-2/+2
* Removed bogus dependencies of generated .c files on generated headers.bde1998-05-101-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-232-4/+4
* Fixed `make -jN' for large N, as usual. Too usual for yp programs.bde1998-03-061-2/+2
* *sigh* I will not commit late at night. I will not commit late at night.wpaul1998-02-211-2/+1
* Arghhh.... another missing backslash. Yes, I feel stupid.wpaul1998-02-201-2/+2
* Doh! Replace backslash that got eaten by gremlins in the last commit.wpaul1998-02-181-2/+2
* Close PR #2206: fix the services.byname target so that it can handlewpaul1998-02-131-5/+7
* Fix a bug in the database handle caching. This has to do with the way thewpaul1998-02-114-12/+16
* Fix Makefile.yp so that it no longer creates a temporary file calledwpaul1998-02-041-83/+47
* Allow comments to begin with multiple '#' characters.steve1998-01-251-22/+22
* Some touchups courtesy of Philippe Charnier.wpaul1997-11-162-13/+18
* Add a ypinit script and man page (script lifted from OpenBSD and haquedwpaul1997-11-104-14/+673
* Fix typo: 129.168.128.0 -> 192.168.128.0jseger1997-11-011-2/+2
* Typos in man page. Cosmetics in error strings.charnier1997-10-299-133/+182
* Don't initialize structures from other variables; gcc -ansi -pedanticwpaul1997-08-101-6/+7
* Fix for PR #4147: apparently BIND now returns a status of NO_RECOVERYwpaul1997-07-281-3/+4
* Fix a bug in the async DNS resolver that can crash ypserv. yp_prune_dnsq()wpaul1997-07-271-4/+9
* 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
* fix some typos, and some slight clean up...jmg1997-04-151-48/+57
* Add a sanity test to ypproc_xfr_2_svc(): check that the map and domainwpaul1997-04-101-8/+48
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-2211-16/+16
* Two small tweaks:wpaul1997-02-091-3/+3
* Close PR# 2645: add curly braces where my fevered brain in collusionwpaul1997-02-061-1/+2
* Typo.tg1997-02-041-1/+1
* Fix bug that slipped through last big round of changes: sometimeswpaul1997-01-201-1/+6
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1411-16/+16
* Ack. When I moved the getsockopt() calls, I forgot to move the lineswpaul1997-01-121-4/+4
* yp_server.c:wpaul1997-01-072-17/+56
* Eek: the 'check for / in map names' test I added a while back detectswpaul1997-01-061-1/+2
* Make the select() call work like the others in the system.. ie: don'tpeter1996-12-301-3/+5
* Fix harmless bug found by new pointer-to-function prototypes.peter1996-12-301-4/+4
* More async resolver refinements:wpaul1996-12-254-54/+115
* Fix some bugs:wpaul1996-12-241-11/+34
* Big round o changes:wpaul1996-12-227-159/+625
* Back out the non-forking YPPROC_ALL stuff. Whatever drugs I was doingwpaul1996-12-035-299/+92
* This commit changes the YPPROC_ALL procecdure so that it handles requestswpaul1996-11-305-95/+302
* Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documentedwpaul1996-11-151-5/+5
* Add support for handling the YP_SECURE and YP_INTERDOMAIN keys fromwpaul1996-10-245-20/+164
* In ypxfr_callback(), the failure to create an RPC CLIENT * handle forwpaul1996-10-231-4/+6
* Close a potential security hole: if yp_access() is passed a map name,wpaul1996-09-301-4/+15
OpenPOWER on IntegriCloud