summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/common
AgeCommit message (Collapse)Author
1998-02-14Don't install a new map if yp_all failed. Noticed by Theo. -mojMats O Jansson
1998-01-12Fix bug in yp_maplist_host. -mojMats O Jansson
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-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-06-23long != 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-03-30Added support for YP V1. Partly from FreeBSD. -mojMats O Jansson
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.
1996-06-30Added support for SIGHUP in ypserv for reread of /var/yp/securenet orMats O Jansson
aclfile.
1996-06-26Same copyright all over, removed my name from ypdb.[ch], small bugfixMats O Jansson
in ypserv_db.c /moj
1996-05-30$OpenBSD$ tag and few spelling errorsTheo de Raadt
1996-05-30do not use yp_prot.hTheo de Raadt
1996-03-02Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm
master NIS server. I gave yp_bind_host an extra argument to select TCP/UDP transport.
1996-03-02Added in stuff from 960121. Fixed several bugs in ypxfr.dm
1996-01-20Total re-write of yplog by Chuck Cranorchuck
(made it more printf like)
1996-01-20fix: adjust private keys to exclude the null in their sizechuck
(we don't store nulls in the db [any more])
1996-01-20cleanup: use snprintf() to prevent buffer overflowchuck
1995-12-24repair an obvious cpp syntax errorTheo de Raadt
1995-11-01+ full set of ypserv tools that compileTheo de Raadt