summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Collapse)Author
1999-08-04fix commentTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08spurious words and misc fixesHugh Graham
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-06-05remove trailing whitespace, some Nm cleanupAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-04-22fix mktemp trash, indent; bug spotted by bmw@visgen.comTheo de Raadt
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-12cleanupAaron Campbell
1999-03-01.Ar -> .Pa, rearrange Xr's, remove redundant .Nm arguments, other cleanup; d@Aaron Campbell
1998-09-17alpha does not survive -O2 compiles hereNiklas Hallqvist
1998-09-17Use optarg, not argv[optind]Niklas Hallqvist
1998-09-01more man page fixes; aaron@ug.cs.dal.caTheo de Raadt
1998-07-24fix spelling of separateTheo de Raadt
1998-07-09do not gethostname with len-1Theo de Raadt
1998-03-12mkstemp()Theo de Raadt
1998-02-24pull in prototypesTheo de Raadt
1998-02-14Don't install a new map if yp_all failed. Noticed by Theo. -mojMats O Jansson
1998-02-14Add support for DNS host lookup. -mojMats O Jansson
1998-01-18Make sure ypinit asks the master server for known maps.Mats O Jansson
Bug reported by both theo and chuck cranor. -moj
1998-01-15yet another typoNiklas Hallqvist
1998-01-15typoNiklas Hallqvist
1998-01-12Fix bug in yp_maplist_host. -mojMats O Jansson
1998-01-08Fix some problems with xfr of secure maps. Problem reported byMats O Jansson
Eric Rungi <rungus@openface.org> -moj
1997-11-10SVC_DESTROY ?Theo de Raadt
1997-11-10use clnt_destroy(); PR#345Theo de Raadt
1997-11-04ensure we got a reserved portTheo de Raadt
1997-10-09umask 077Theo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12paranoia in vfork landTheo de Raadt
1997-09-11need string.hTheo de Raadt
1997-09-04explain how ypserv is startedTheo de Raadt
1997-08-21A return status of YPPUSH_AGE isn't a failure so keep quiet as SunOS. But ↵Mats O Jansson
show it (and YPPUSH_SUCC) if verbose output is requested. -moj
1997-08-18#include <string.h> not <strings.h> -- Yes, I'm a weanie...Todd C. Miller
1997-08-09Increased performance in ypserv by two different actions:Mats O Jansson
1) ypdb_open_db now check error condition when something goes wrong. Instead of always as before. by request of theo. 2) turned on -DOPTDB in Makefile. This will cause ypserv to keep databases opened. If not defined ypserv will open and close the map for every request. I think it was turned off before when yppush didn't work. If a map changes yppush will signal to ypserv that the map has changed and ypserv will reopen the map. ypserv will start closing maps when it run out of file descriptors. Then it will close the map least resent used. -moj
1997-08-09NetBSD PR/3504 reported by Brian Baird.Mats O Jansson
Do as the man page says. Don't create /var/yp/ypserv.log if it doesn't exist. -moj
1997-08-05When using /var/yp/securenet the local host running ypserv wasn't garanteedMats O Jansson
access to ypserv. This has been fixed by always allowing the host 127.0.0.1 access when using /var/yp/securenet. This to keep compability with SunOS. When using the ypserv.acl(5) format access must be granted to 127.0.0.1 in the file. This to make it possible to disallow access to ypserv from the host running it. This has been documented in man page and example. Thanks to <Ulrich.Flegel@braunschweig.netsurf.de> for bringing this to my attention (again). -moj
1997-08-05pull errno.h inTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-07-30Get ypxfr working again by remove some of the code from previous commit. -mojMats O Jansson
1997-07-28NULLTheo de Raadt
1997-07-28When pushing ethers was done it said "pushed hosts"Niklas Hallqvist
1997-07-26Ok, the final part in the support for mail.aliases and mail.byaddr inMats O Jansson
ypserv. For this to have an effect the following must be done. 1) make install in src/usr.sbin/ypserv/ypinit will update /var/yp/Makefile.main.dist and /var/yp/Makefile.yp.dist. 2) merge changes from Makefile.main.dist into Makefile and Makefile.main in /var/yp. Don't forget to keep the SUBDIR line from Makefile. 3) merge changes from Makefile.yp.dist into Makefile.yp in /var/yp and Makefile in any domains directory. If no local maps exists it's normaly just to replace the files. -moj
1997-07-26Fix bug in handling host!host!user. Added missing code for YP informationMats O Jansson
records. -moj
1997-07-26The second of three steps to support main.aliases and mail.byaddr in ypserv.Mats O Jansson
This time it's time for a new utility program mkalias. The last part is arriving any day now... -moj
1997-07-26bugs killed in NetBSD by thorpej.Mats O Jansson
1997-07-26bug killed in NetBSD by thorpej.Mats O Jansson
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-22Added support for reading db files created by sendmail -bi. This is theMats O Jansson
first step to support mail.aliases and mail.byaddr in ypserv. -moj