summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Collapse)Author
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
1997-06-23long != intTheo de Raadt
1997-06-02Fix for amd: make yp_order return YP_NOMAP for maps with '/' in them.dm
1997-05-22getopt returns intTheo de Raadt
1997-05-01Umm, fix signedness error in my last commit, be explicitNiklas Hallqvist
about the fact that ordernumbers are 32 bit
1997-05-01Fix grammarNiklas Hallqvist
1997-05-01mkstemp called incompatibly. Buffer overflow fixed. 64-bit dirt cleaned up.Niklas Hallqvist
1997-04-29To get the manpages installed, you can't override the installNiklas Hallqvist
target. Instead override realinstall.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-24extra " in -s initializationTheo de Raadt
1997-04-24wrong mode, oopsTheo de Raadt
1997-04-23NONBINMODETheo de Raadt
1997-04-20Added scripts to be used from cron to make sure a slave server is up to date.Mats O Jansson
-moj
1997-04-20Added man page, support for amd.home and ypservers.Mats O Jansson
Integrated some code from ypinit in NetBSD (thorpej@netbsd.org).
1997-04-15Added revnetgroup in ypserv's Makefile and added support for netgroup. -mojMats O Jansson
1997-04-15Add revnetgroup from FreeBSD, written by Bill Paul <wpaul@ctr.columbia.edu>.Mats O Jansson
Hacked a bit to generate output ala Sun (handle different domains). -moj
1997-04-12careful about bad domain/mapnamesTheo de Raadt
1997-04-12bit more careful with mapnames; adam@math.tau.ac.ilTheo de Raadt
1997-04-12botched strncpy, adam@math.tau.ac.ilTheo de Raadt
1997-04-12-1 flag enables v1 YP, otherwise it is disabled; from majaTheo de Raadt
1997-04-12bit more care with domainnames, adam@math.tau.ac.ilTheo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-03-30Added support for YP V1. Partly from FreeBSD. -mojMats O Jansson
1997-03-15Fix so yppush will err out if it can't find the ypservers map. This wholegene
code wants lots of attention, but at least it won't dump core on a virgin installation now.
1997-03-13Add support for secure maps and master.passwd. -mojMats O Jansson
1997-03-11Now with support for "secure" maps a'la FreeBSD. Support exists in makedbmMats O Jansson
and ypxfrd since dawn of time. Support is missing in YP-makefile and in libc. I have the changes for YP-makefile to support master.passwd but since the support is missing in libc I will not commit them yet. -moj
1997-02-09Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix toMats O Jansson
the database name. The suffix is added in the call to mkstemp. Now ypdb and mkstemp can coexist and do what we excpect. All code from 1.12 has been reintegrated now.
1997-02-08Use much of the backed out code from 1.12. But remove use of mkstemp. -mojMats O Jansson
1997-02-07back out mktemp fix; for some reason i cannot understand it causes big problemsTheo de Raadt
1997-02-03kill non-/tmp mktemp race and misc cleanupTheo de Raadt
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-12-24use mkstempTheo de Raadt
1996-12-14Add Theo's changes to yppush, some very ugly debugging code is now gone. -mojMats O Jansson
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-07-d is not always needed. the magic cookie stuff worksTheo de Raadt
1996-12-02bail niceTheo de Raadt
1996-11-11plug db descriptor leakNiklas Hallqvist
1996-11-08Fix grammatical errorNiklas Hallqvist
1996-10-03net byte order for clear checkTheo de Raadt
1996-10-02int ch; from ws@netbsdTheo de Raadt
1996-10-01simplify checkTheo de Raadt
1996-09-30sin_port in net order; _exit() after vfork()Theo de Raadt
1996-09-30Don't allow certain operations if not from a reserved port. -mojMats O Jansson
1996-09-29Fix hostname lookups (improper use of strncpy).dm
1996-08-15for -C check to make sure we've got the proper number of args and give upchuck
if not.
1996-08-15fix printf format (%s -> %d) in yplog debug statementchuck