Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-05 | update to BIND 9.2.2-release. ok millert@ | Jakob Schlyter | |
2003-03-05 | delete bogus debug msg | Theo de Raadt | |
2003-03-05 | document why no extra /bsd or /bsd.rd on the iso, only 3.3/macppc/bsd.rd... | Theo de Raadt | |
2003-03-05 | Document cd33.iso | Miod Vallat | |
2003-03-05 | Some typos prevented STCs from being detected and the size of the | Henric Jungheim | |
PCI configuration space is actually one "0" larger. Noticed on an E450 with all 10 PCI slots populated. ok jason@ | |||
2003-03-04 | Add a paragraph explaining possible unwanted side-effects of redirecting | Daniel Hartmeier | |
to the loopback address. | |||
2003-03-04 | only generate shared secret for rndc if named will be started. | Jakob Schlyter | |
tested by grange@, ok millert@ | |||
2003-03-04 | change default config file to /var/named/etc/named.conf. ok millert@ | Jakob Schlyter | |
2003-03-04 | more oops | Theo de Raadt | |
2003-03-04 | remove support for named_chroot and named_user; always run named as user | Jakob Schlyter | |
named and chrooted to /var/named. ok deraadt@ | |||
2003-03-04 | oops | Theo de Raadt | |
2003-03-04 | need to disable pp for lkm too; from lha@stacken.kth.se | Michael Shalayeff | |
2003-03-04 | skip this setuid stuff | Theo de Raadt | |
2003-03-04 | wrap Ic in Xo/Xc until fixed | Theo de Raadt | |
2003-03-04 | Deref the correct passwd pointer in a Debug statement. | Todd C. Miller | |
2003-03-04 | fix some spelling typos | David Krause | |
jmc@ | |||
2003-03-04 | leave my cave to clarify the caveats of state modulation | Mike Frantzen | |
mdoc incantations from jmc@ ok henning@ deraadt@ | |||
2003-03-04 | do not use angle brackets for error indication; christos | Theo de Raadt | |
2003-03-04 | better mkhybrid -V message | Theo de Raadt | |
2003-03-04 | told you it was not knf | Theo de Raadt | |
2003-03-04 | Move 'userret' code to a seperate function, add it to child_return(). w/KNF | Dale Rahn | |
2003-03-04 | make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and are | Dan Harnett | |
the same. ok jakob@, deraadt@ | |||
2003-03-04 | show example of string concat in macro assign | Theo de Raadt | |
2003-03-04 | remove -beta marker | Theo de Raadt | |
2003-03-04 | do not treat map entries above the stack as stack; only for the grow-ups | Michael Shalayeff | |
2003-03-04 | call it cd{$Rev}.iso, and put some nice text in the label | Theo de Raadt | |
2003-03-04 | call it cd${Rev}.iso | Theo de Raadt | |
2003-03-04 | remove extra -V | Theo de Raadt | |
2003-03-04 | fix .Bl width, pt out by theo | Henning Brauer | |
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer | |
ok millert@ | |||
2003-03-04 | Fix limit BNF part, since we don't quote token literals, use limit-item, | Daniel Hartmeier | |
and limit-list is already a list (due to the recursive definition) which can also consist of just one entry, so no need for {}. Found by Maik Kuendig | |||
2003-03-04 | update BNF for 'queue ( q_def, q_pri )' and similar in filteropts | Philipp Buehler | |
ok henning@ | |||
2003-03-04 | other.single was missing in the BNF section, from Maik Kuendig | Daniel Hartmeier | |
2003-03-04 | format nicer | Henning Brauer | |
2003-03-04 | lies | Henning Brauer | |
2003-03-04 | make the label example actually work... (missing quotes) | Henning Brauer | |
2003-03-04 | fix .Bl width in translation section | Henning Brauer | |
2003-03-04 | fix width in set block-policy list | Henning Brauer | |
2003-03-04 | pfctl -T create is no more | Henning Brauer | |
2003-03-04 | remove lies about queueing and finally take into account that we have more | Henning Brauer | |
than one scheduler, explain a bit more how that works etc etc english(4) police passed in persona jmc@, ok pb@ | |||
2003-03-04 | typos; Daniel Lucq | Henning Brauer | |
2003-03-04 | typos, grammar etc | Henning Brauer | |
from Daniel Lucq, thanks | |||
2003-03-04 | (really) support user/group rules with 'inet6' | Philipp Buehler | |
pointed out by hugh ok dhartmei@, henning@ | |||
2003-03-04 | copy cd*.iso also, for snapshots | Theo de Raadt | |
2003-03-04 | Provide a ~2MB ISO file which contains *JUST* $REV/i386/cdrom{Rev}.fs, | Theo de Raadt | |
which can then be burnt onto a CD, and then you can do an ftp install from that. This will suffice for people without floppies in upcoming machines. No, I am not going to put the sets on that CD. We've been over this before. | |||
2003-03-04 | spam not SPAM; nick@electric-pickle.net | Theo de Raadt | |
2003-03-04 | ugh. default examples don't work since with an rdr to 127.0.0.1 | Bob Beck | |
you can't tell what socket you're talking to. avoid the whole issue and put the configuration on port + 1, todd@ | |||
2003-03-04 | Interim JPEG size support; PNG and other lesser image formats added. | Ian Darwin | |
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino | |
2003-03-04 | s/strncpy/strlcpy/ | Jun-ichiro itojun Hagino | |