Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-12 | add missing $ | Brad Smith | |
ok espie@ | |||
2004-08-12 | do not try to getaddrinfo() in the unprivileged process, send an imsg | Henning Brauer | |
asking the privileged one to do it. sends back an imsg with the resulting addresses in a bunch of struct sockaddr_storage in the data part. this should fix all remaining issues with dns (non-)availability at ntpd startup, be it due to named on localhost or something else. tested by marco@ and Chris Paul <chris.paul@sentinare.com> | |||
2004-08-12 | ditch File::Copy so that buffering is consistent. | Marc Espie | |
Problem noticed by niklas@. okay and function name suggestion by markus@ | |||
2004-08-12 | Just ignore RFC2545 and the silly idea of using link local addresses as | Claudio Jeker | |
nexthop. This makes the code a lot simpler. OK henning@ | |||
2004-08-11 | mrt dumps for cloned sessions did not work because the wrong address was used. | Claudio Jeker | |
OK henning@ | |||
2004-08-11 | config is not set up with regdef.h. force it in if OpenBSD. | Per Fogelstrom | |
ok deraadt@ | |||
2004-08-11 | Typo. OK henning@ | Claudio Jeker | |
2004-08-11 | Cleanup on exit. OK henning@ | Claudio Jeker | |
2004-08-11 | allow for a fonts.dir.dist, for cases where mkfontdir doesn't know what to do. | Marc Espie | |
2004-08-11 | buf_write() returns -1 on error and -2 on connection closed. Treat both | Claudio Jeker | |
as errors for mrt dumps. | |||
2004-08-11 | protect main loop of pkg_delete with an eval, so that | Marc Espie | |
ldconfig, directory removal, manpage handling, and fontdir handling always happen. | |||
2004-08-10 | print checksum differences on -vv; ok otto@ | Markus Friedl | |
2004-08-10 | print ip/port for truncated tcp packets; ok otto@ | Markus Friedl | |
2004-08-10 | print the original ip packet on -vv; based on tcpdump.org; ok otto@ | Markus Friedl | |
2004-08-10 | order #includes, Brian Poole <raj@cerias.purdue.edu> | Henning Brauer | |
2004-08-10 | wrong sizeof; Brian Poole <raj@cerias.purdue.edu> | Henning Brauer | |
2004-08-10 | Gahhh, why is this still around? It was never necessary to inform the parent | Claudio Jeker | |
after fd passing. I thought I removed that some time ago... anyway now it is gone. | |||
2004-08-10 | Always free message buffer on error. | Claudio Jeker | |
2004-08-10 | Support IPv6 in message and state transition dumps. Table dumps still | Claudio Jeker | |
unsupported. OK henning@ | |||
2004-08-10 | style, use sizeof() instead of a hardcoded value. | Claudio Jeker | |
2004-08-10 | switch nexthop in struct filter_set form struct in_addr to struct bgpd_addr | Claudio Jeker | |
OK henning@ | |||
2004-08-10 | Correctly set the MED in outgoing UPDATEs. OK henning@ | Claudio Jeker | |
2004-08-10 | Document @man, @info, @lib, @mandir, @fontdir. | Marc Espie | |
2004-08-10 | in the pool case ("servers somepool.somewhere"), we add new peers while | Henning Brauer | |
looping over the addresses returned by the dns lookup, as each address is one new peer. however, if the lookup fails with a temporary error, we will try to lookup later again. for that, we obviously need to insert one peer with the hostname in addr_head... change one for() loop into a do { } while() one | |||
2004-08-10 | move memory allocation for new peers into a new function, makes ID allocation | Henning Brauer | |
easier | |||
2004-08-10 | typo | Marc Espie | |
2004-08-10 | cosmetic tweak: ensure all dirs always get exactly one / at the end. | Marc Espie | |
cosmetic tweak: do not show a space after a keyword without args. dir support reworked: keep clones() of dir objects, and call cleanup/reload routines at end. @mandir/fontdir support: both mandir and fontdir remove extra files on delete. @fontdir creates alias files, runs mkfontdir, and uses fc-cache. | |||
2004-08-09 | document new list expansion syntax & add examples | Jared Yanovich | |
reorganize the "to/from <peer>" filter rule parameter section add a few other various clarification bits and fix some mdoc macros ok henning | |||
2004-08-09 | Do not fill uae_error[] out of its bounds; this is especially dangerous | Miod Vallat | |
with the new malloc. Fix from arla-current. ok millert@ | |||
2004-08-09 | record remaining DirRms. | Marc Espie | |
2004-08-08 | do the right math to find out what the average kbytes per transfer is | Pedro Martelletto | |
problem found and fix tested by naddy@, ok deraadt@ jolan@ | |||
2004-08-08 | should have been removed when I removed the old pkg tools. | Brad Smith | |
2004-08-08 | spacing | Theo de Raadt | |
2004-08-07 | use chroot DESTDIR ldconfig in DESTDIR case. | Marc Espie | |
2004-08-07 | sgi | Theo de Raadt | |
2004-08-06 | Use .Dl instead of a literal block when we only have a single line. Has | Todd C. Miller | |
the side effect of fixing some ugly indentation (or the lack thereof). | |||
2004-08-06 | Fix typo (.Bd that should be .Ed) | Todd C. Miller | |
2004-08-06 | protect makewhatis calls inside eval. | Marc Espie | |
failing makewhatis should be a warning at best. | |||
2004-08-06 | use OpenBSD::Makewhatis, avoid forking extra makewhatis. | Marc Espie | |
Note: requires you to update makewhatis to work. | |||
2004-08-06 | Monster diff to get one step closer to IPv6 support. | Claudio Jeker | |
Cleanup path attribute handling. First of all kill struct attr_flags, all those infos are now in struct rde_aspath. Second move attribute parser functions into rde.c, rde_attr.c is shared between bgpd and bgpctl. Third reimplementation of the nexthop handling. Make it IPv6 ready and fix some major bug relating to "set nexthop". henning@ OK if it breaks nothing | |||
2004-08-06 | In bgpctl show summary report the current and max prefix count if state is | Claudio Jeker | |
established. OK henning@ | |||
2004-08-06 | Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report | Claudio Jeker | |
the current and max prefix count back to bgpctl. OK henning@ | |||
2004-08-06 | fix one of the most bizarre bugs in a while... | Marc Espie | |
found by henning@. | |||
2004-08-06 | @lib shared library marker. | Marc Espie | |
- runs ldconfig to find out search library path. - if library is in path, mark directory for updating cache. - run ldconfig when needed, e.g., right before executing something that might depend on the library. Doesn't handle destdir case yet. | |||
2004-08-06 | Document filename semantics, @sample, @extra. | Marc Espie | |
Clean up. | |||
2004-08-06 | unneeded switch to main package. | Marc Espie | |
2004-08-06 | avoid pulling in OpenBSD::md5 and File::Copy if we can. | Marc Espie | |
2004-08-06 | block-scoped require is way simpler than weird AUTOLOAD hack. | Marc Espie | |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie | |
2004-08-06 | Extradir name. | Marc Espie | |
Don't bother deleting it if it's not there. |