aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
Commit message (Expand)AuthorAgeFilesLines
* Fix reference to rpc.yppasswdd.Guy Helmer1999-03-021-2/+2
* Add a reference to the ypinit(8) command.Guy Helmer1999-02-231-1/+7
* Add some tweaks to hopefully fix a problem I've started to notice recently.Bill Paul1999-02-102-10/+20
* Sort cross references.Wolfram Schneider1998-08-311-2/+2
* DNS lookups for partially qualified hosts didn't work right. I was tryingBill Paul1998-08-101-5/+2
* A comment in /usr/src/usr.sbin/ypserv/Makefile.ypPoul-Henning Kamp1998-07-221-4/+3
* Allow blank lines in /var/yp/securenets.Dag-Erling Smørgrav1998-07-151-2/+3
* If we get back too much data to fit in result, return NULL. This avoidsWarner Losh1998-06-091-1/+5
* Protect errno in signal handlers, like in portmap.Bill Paul1998-06-041-2/+8
* Fixed double slashes in pathnames.Bruce Evans1998-05-311-2/+2
* Removed bogus dependencies of generated .c files on generated headers.Bruce Evans1998-05-101-3/+3
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-232-4/+4
* Fixed `make -jN' for large N, as usual. Too usual for yp programs.Bruce Evans1998-03-061-2/+2
* *sigh* I will not commit late at night. I will not commit late at night.Bill Paul1998-02-211-2/+1
* Arghhh.... another missing backslash. Yes, I feel stupid.Bill Paul1998-02-201-2/+2
* Doh! Replace backslash that got eaten by gremlins in the last commit.Bill Paul1998-02-181-2/+2
* Close PR #2206: fix the services.byname target so that it can handleBill Paul1998-02-131-5/+7
* Fix a bug in the database handle caching. This has to do with the way theBill Paul1998-02-114-12/+16
* Fix Makefile.yp so that it no longer creates a temporary file calledBill Paul1998-02-041-83/+47
* Allow comments to begin with multiple '#' characters.Steve Price1998-01-251-22/+22
* Some touchups courtesy of Philippe Charnier.Bill Paul1997-11-162-13/+18
* Add a ypinit script and man page (script lifted from OpenBSD and haquedBill Paul1997-11-104-14/+673
* Fix typo: 129.168.128.0 -> 192.168.128.0Justin M. Seger1997-11-011-2/+2
* Typos in man page. Cosmetics in error strings.Philippe Charnier1997-10-299-133/+182
* 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-53/+114
* 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