summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv
AgeCommit message (Expand)Author
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
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
1997-02-09Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix toMats O Jansson
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
1996-08-15fix printf format (%s -> %d) in yplog debug statementchuck
1996-07-04portmap cannot do security, do not suggest it could; pointed out by bitbltTheo de Raadt
1996-06-30Added support for SIGHUP in ypserv for reread of /var/yp/securenet orMats O Jansson
1996-06-27for DNS hosts.byname queries, supply all addressesTheo de Raadt
1996-06-26Same copyright all over, removed my name from ypdb.[ch], small bugfixMats O Jansson
1996-05-30$OpenBSD$ tag and few spelling errorsTheo de Raadt
1996-05-30force gethostby{name,addr} to use bind (really ugly & trivial hack)Theo de Raadt
1996-05-30do not use yp_prot.hTheo de Raadt
1996-05-01no longer need yp.no directory.. install into /var/yp directlyTheo de Raadt
1996-04-24use yp.h instead of yp_prot.hTheo de Raadt
1996-04-24slight cleanup, .Os strings, point at yp(8)Theo de Raadt
1996-03-02Using TCP broke ypxfr -C which in turn caused yppush to fail on thedm
1996-03-02add_interdomain should succeed even with no YP_INTERDOMAIN recorddm
1996-03-02Added in stuff from 960121. Fixed several bugs in ypxfr.dm
1996-01-20ypserv_xdr, as generated by rpcgen from yp.x with one major exception.chuck
1996-01-20major revision and clean up by Chuck Cranor (i.e. me):chuck
1996-01-20major cleanup by Chuck Cranorchuck
1996-01-20Major reworking of ypserv.c by me: this program actually works now!!chuck
1996-01-20new yp.h, as generated by rpcgen.chuck
1996-01-20minor clean upchuck
1996-01-20use new yplog functionchuck
1996-01-20fixed string formatting, minor cleanupchuck
1996-01-20main makefilechuck
1996-01-20fixes: install Makefile.yp, Makefile.mainchuck
1996-01-20various changes (from me):chuck
1996-01-20Total re-write of yplog by Chuck Cranorchuck