summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/common
AgeCommit message (Collapse)Author
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