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