Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-14 | Don't install a new map if yp_all failed. Noticed by Theo. -moj | Mats O Jansson | |
1998-01-12 | Fix bug in yp_maplist_host. -moj | Mats O Jansson | |
1997-08-09 | NetBSD 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-23 | long != int | Theo de Raadt | |
1997-05-01 | Umm, fix signedness error in my last commit, be explicit | Niklas Hallqvist | |
about the fact that ordernumbers are 32 bit | |||
1997-03-30 | Added support for YP V1. Partly from FreeBSD. -moj | Mats O Jansson | |
1997-02-09 | Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix to | Mats 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-30 | Added support for SIGHUP in ypserv for reread of /var/yp/securenet or | Mats O Jansson | |
aclfile. | |||
1996-06-26 | Same copyright all over, removed my name from ypdb.[ch], small bugfix | Mats O Jansson | |
in ypserv_db.c /moj | |||
1996-05-30 | $OpenBSD$ tag and few spelling errors | Theo de Raadt | |
1996-05-30 | do not use yp_prot.h | Theo de Raadt | |
1996-03-02 | Using TCP broke ypxfr -C which in turn caused yppush to fail on the | dm | |
master NIS server. I gave yp_bind_host an extra argument to select TCP/UDP transport. | |||
1996-03-02 | Added in stuff from 960121. Fixed several bugs in ypxfr. | dm | |
1996-01-20 | Total re-write of yplog by Chuck Cranor | chuck | |
(made it more printf like) | |||
1996-01-20 | fix: adjust private keys to exclude the null in their size | chuck | |
(we don't store nulls in the db [any more]) | |||
1996-01-20 | cleanup: use snprintf() to prevent buffer overflow | chuck | |
1995-12-24 | repair an obvious cpp syntax error | Theo de Raadt | |
1995-11-01 | + full set of ypserv tools that compile | Theo de Raadt | |