summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
1998-05-23make default location of named.boot and named-xfer /var/namedTodd C. Miller
1998-05-23support for easy chroot'ing to /var/named and install named-xfer in ↵Todd C. Miller
/var/named as a static binary
1998-05-23make 'ndc status' work for non-rootTodd C. Miller
1998-05-22stash argv in pid file like sendmail does so we can restart w/ args. also ↵Todd C. Miller
make ndc work even if ps does not.
1998-05-22bind 4.9.7 + -u, -g, and -t from bind 8.1.2Todd C. Miller
1998-05-22somehow this got lost from the last commitTodd C. Miller
1998-05-22bog.ps is generatedTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22updated bind docsTodd C. Miller
1998-05-22docs for named 4.9.5-4.9.7Todd C. Miller
1998-05-22install doc/bogTodd C. Miller
1998-05-22bind 4.9.6, 4.9.7 comming soon.Todd C. Miller
1998-05-21update to bind 4.9.6 version, will update to 4.9.7 soonTodd C. Miller
1998-05-19Close forgotten descriptor.brian
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-05-19sendmail 8.9.1Todd C. Miller
1998-05-19install contents of sendmail/cf as /usr/share/sendmail so users can generate ↵Todd C. Miller
sendmail .cf files w/o a source tree
1998-05-18readlink len-1Theo de Raadt
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18MAXHOSTNAMELEN not MAXHOSTNAMELEN+1Theo de Raadt
1998-05-18understand makeoption as makeoptionsArtur Grabowski
1998-05-14more careful scanfTheo de Raadt
1998-05-14buf oflowTheo de Raadt
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-05-12document how to enable YP for each databaseTheo de Raadt
1998-05-11Formerly reuse of unit numbers of detached devices was impossible, withNiklas Hallqvist
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages.
1998-05-11set max field width of %s correctlyTheo de Raadt
1998-05-11 Fix bug where ident stuff ignored short writes and reads.Bob Beck
1998-05-11set max field width of %s correctlyTheo de Raadt
1998-05-11set max field width of %s correctlyTheo de Raadt
1998-05-08when handling % line breaks, correctly handle escaped % which should be ↵Theo de Raadt
embedded; fenner@parc.xerox.com
1998-05-08pppd 2.3.5Todd C. Miller
1998-05-05select on nfds+1, not nfds. ficus@openbsd.orgTodd C. Miller
1998-05-03don't lose errors from socket()David Leonard
1998-05-03Hmmm... $Id$ -> $OpenBSD$.gene
Looks like the Id tags were left over from RCSid's on the original files.
1998-05-03Right spelling of 'canonical'.gene
Also, clarify the -f option (clumsy grammar).
1998-04-30use inet_ntoaTheo de Raadt
1998-04-27Remove mention of libalias and dlopen/dlsym.brian
1998-04-27make error messages for binds differentMichael Shalayeff
1998-04-26reenable pppTheo de Raadt
1998-04-26Remove libalias entirely.brian
1998-04-26Exclude use of the libalias stubs as there is no usefulbrian
way of determining if dlopen() and dlsym() exist.
1998-04-26use correct db pointer; fairTheo de Raadt
1998-04-26indentTheo de Raadt
1998-04-26delete ppp for now since it is FUCKEDTheo de Raadt
1998-04-25ports used are base to base+nhops*nqueries-1; henry@zoo.utoronto.caTheo de Raadt
1998-04-25main returns int, not voidDavid Leonard
1998-04-25Add libalias and tidy up a few warnings.brian
libalias does not build by default, you must build and install it manually (cd ppp/libalias && make && make install).
1998-04-25logging to syslogd on -l flag; netbsdTheo de Raadt
create /var/run/rarpd.pid if running
1998-04-25Use mkdtemp(3), not mktemp(3).Todd C. Miller