Age | Commit message (Expand) | Author |
2007-11-06 | avoid coredump when ther;s only one token on a line; ok millert@ | Otto Moerbeek |
2007-11-05 | Slight rewording of @depend description (this -> that) | Stuart Henderson |
2007-11-05 | document Ev FTP_KEEPALIVE; | Jason McIntyre |
2007-11-04 | the last change to enable logging to stderr on startup also enabled | Reyk Floeter |
2007-11-04 | Not using all defined protocols is not a hard error. Just print a warning | Claudio Jeker |
2007-11-03 | make sure configure is done before we try building manpages. | Marc Espie |
2007-10-31 | better .Nd; from Pierre Riteau | Jason McIntyre |
2007-10-30 | untangle a mess in the state update logic | Reyk Floeter |
2007-10-30 | Add two module configuration directories named modules and modules.sample | Robert Nagy |
2007-10-30 | fix printing of enterprise-specific SNMP traps. | Reyk Floeter |
2007-10-29 | More tweaking of option processing, this time around the creation of | Kenneth R Westerback |
2007-10-28 | Remove duplicate DHO_HOST_NAME entry and add missing | Kenneth R Westerback |
2007-10-27 | Rework option storing so the code is readable, and eliminate odd | Kenneth R Westerback |
2007-10-26 | Fix alignment issues on sparc64. Fixes pr 5608. | Moritz Jodeit |
2007-10-25 | segement -> segment; from Denis Doroshenko | Jason McIntyre |
2007-10-25 | kill extraneous item macro, thus avoiding badness; | Jason McIntyre |
2007-10-25 | Add -D makro=value as well so that all routing daemons are in sync. | Claudio Jeker |
2007-10-25 | Support -D makro=value like bgpd and ripd. OK norby@ | Claudio Jeker |
2007-10-25 | Max values are 255:31:7 not 256:32:8. | Tobias Stoeckmann |
2007-10-25 | oops, forgot to clean up the manpage bits. | Pierre-Yves Ritschard |
2007-10-25 | sync logging with most other daemons. | Pierre-Yves Ritschard |
2007-10-24 | Make the packet buffer u_int8_t * everywhere. This is binary data and not | Claudio Jeker |
2007-10-24 | The metric is a 8bit value ranging from 1 to INFINITY (defined as a whopping | Claudio Jeker |
2007-10-24 | An u_int8_t is enough as prefixlen. Another lint warning gone. | Claudio Jeker |
2007-10-24 | Document -D. Stolen from bgpd.8 | Claudio Jeker |
2007-10-24 | Add the 5 needed lines to support -D makro=value option. Another surprising | Claudio Jeker |
2007-10-24 | Use an ssize_t instead of int like in all other imsg handlers. Hint by lint | Claudio Jeker |
2007-10-24 | The index should be unsigned int -- another lint finding | Claudio Jeker |
2007-10-24 | ctl_rt flags should be u_int16_t -- noticed by lint | Claudio Jeker |
2007-10-24 | Garbage collect unused stuff found by lint. | Claudio Jeker |
2007-10-24 | Sync a bit more with ospfd. Do not fatal if one of the pipes is closed, | Claudio Jeker |
2007-10-24 | Don't use inet_ntoa() twice in a printf like function. So instead of | Claudio Jeker |
2007-10-23 | add missing header to avoid warning | Charles Longeau |
2007-10-22 | variable does not need init; ok dlg | Theo de Raadt |
2007-10-22 | we don't need mmap/munmap in relay_load_certificates anymore... | Reyk Floeter |
2007-10-22 | last one left behind. | Pierre-Yves Ritschard |
2007-10-22 | load certificates text at parse time. then load them in relay processes. | Pierre-Yves Ritschard |
2007-10-22 | add missing .Ed; | Jason McIntyre |
2007-10-22 | add support for the include directive to the configuration file parser, | Reyk Floeter |
2007-10-22 | add RCS id | Jasper Lievisse Adriaanse |
2007-10-22 | do not check the file secrecy of hoststated.conf, there is no need to | Reyk Floeter |
2007-10-22 | various improvements; | Jason McIntyre |
2007-10-22 | "link it to the build" deraadt@ | David Gwynne |
2007-10-22 | only build program on pci architectures | Theo de Raadt |
2007-10-22 | lint says __progname is not const | Theo de Raadt |
2007-10-22 | dmesg prints bus/dev/func locations in decimal, and the command line param | David Gwynne |
2007-10-22 | infromation -> information | David Gwynne |
2007-10-22 | i wrote most of the code this year, so fix copyright. | David Gwynne |
2007-10-22 | put pcidump in the tree, a little tool for reading the pci configuration | David Gwynne |
2007-10-21 | Being able to set the decision weight of prefixes is a nice feature, but | Michael Knudsen |