Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-25 | Kill SORT_RESPONSE. Die! Die! Die! | Jason Downs | |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller | |
1998-06-20 | Handle case where rc.conf exists but has no named_chroot. | Jason Downs | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-03 | snarf named_chroot out of rc.conf instead of using hard-coded chroot dir | Todd C. Miller | |
1998-06-02 | don't define _PATH_TMPDIR as nothing uses it anymore | Todd C. Miller | |
1998-05-31 | fix paths | Todd C. Miller | |
1998-05-31 | update paths | Todd C. Miller | |
1998-05-24 | add missing #endif, magnus stahre <ms@xy.org> | Todd C. Miller | |
1998-05-23 | make default location of named.boot and named-xfer /var/named | Todd C. Miller | |
1998-05-23 | support for easy chroot'ing to /var/named and install named-xfer in ↵ | Todd C. Miller | |
/var/named as a static binary | |||
1998-05-23 | make 'ndc status' work for non-root | Todd C. Miller | |
1998-05-22 | stash 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-22 | bind 4.9.7 + -u, -g, and -t from bind 8.1.2 | Todd C. Miller | |
1998-05-22 | somehow this got lost from the last commit | Todd C. Miller | |
1998-05-22 | bog.ps is generated | Todd C. Miller | |
1998-05-22 | updated bind docs | Todd C. Miller | |
1998-05-22 | updated bind docs | Todd C. Miller | |
1998-05-22 | updated bind docs | Todd C. Miller | |
1998-05-22 | docs for named 4.9.5-4.9.7 | Todd C. Miller | |
1998-05-22 | install doc/bog | Todd C. Miller | |
1998-05-22 | bind 4.9.6, 4.9.7 comming soon. | Todd C. Miller | |
1998-05-21 | update to bind 4.9.6 version, will update to 4.9.7 soon | Todd C. Miller | |
1998-04-25 | main returns int, not void | David Leonard | |
1998-04-18 | support lots of file descriptors; downsj | Theo de Raadt | |
1998-03-31 | fix fake-iquery | Theo de Raadt | |
1998-03-20 | Aliases... | Angelos D. Keromytis | |
1998-03-16 | .Nd | David Leonard | |
1998-03-09 | <deraadt> Almost wasting your time fixing named man pages. | David Leonard | |
1998-02-22 | #define DEBUG | Theo de Raadt | |
1998-02-03 | s/@CMD_EXT_U@/1 | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-07-30 | add backslash missing from ENTER() macro | kstailey | |
1997-07-21 | Begone, compilation warnings. | Angelos D. Keromytis | |
1997-07-03 | fix typos; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-06-16 | do not modify argv[] strings | Theo de Raadt | |
1997-06-12 | s/var/etc/ | Jason Downs | |
1997-06-10 | use /etc/namedb/tmp/ for storage, until we merge some 8.1 derivative | Theo de Raadt | |
1997-05-07 | Disable "version.bind" hack since it makes mass info gathering | Todd C. Miller | |
attacks trivial. | |||
1997-04-27 | buf oflow paranoia | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-14 | fix the indentation | Theo de Raadt | |
1997-04-13 | use special random number generator to create less predictable and non | Niels Provos | |
repeating ids over a long period. Avoids reuse by switching between two distinct cycles. Reported by Ivan Arce <iarce@fuzzy.uba.ar> and Emiliano Kargieman <emi@fuzzy.uba.ar>. | |||
1997-04-13 | use res_random.c for ids | Niels Provos | |
1997-04-06 | Cast pointer to u_long, not u_int32_t (which is too small on alpha) | Todd C. Miller | |
1997-04-04 | blow away source routed sockets | Theo de Raadt | |
1997-03-14 | Switch to linking with the resolver in libc. | Jason Downs | |
Pull a few of our changes into this resolver; don't delete it yet. I'm not entirely sure it should be deleted, simply because of the baseline it provides against our massivelt modified libc resolver. | |||
1997-03-13 | Do obj dir correctly. | Jason Downs | |
1997-03-12 | I'm much too tired. | Jason Downs | |
1997-03-12 | Remove %INDOT%. | Jason Downs | |