summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2007-10-21Take even more care to ensure the max message size is atKenneth R Westerback
2007-10-21sync with other daemons.Pierre-Yves Ritschard
2007-10-21Last bit of (planned) tidy up in cons_options(). Join some lines,Kenneth R Westerback
2007-10-21Tidy up, make usual case exit faster, eliminate variable. No functionalKenneth R Westerback
2007-10-20ntpd and bgpd's turn to behave like the others.Pierre-Yves Ritschard
2007-10-20forgot about ospfd in last commit.Pierre-Yves Ritschard
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-19missing break; spotted by robert, marco did not read the diff well enough or ...Theo de Raadt
2007-10-19print system error when fopen fails.Pierre-Yves Ritschard
2007-10-19don't fill the logs; spotted by deraadt@ ok henning@Otto Moerbeek
2007-10-19Make sure bufix is updated after copying options into the first overflowKenneth R Westerback
2007-10-19Be a bit more paranoid and initialize all valid options buffers withKenneth R Westerback
2007-10-19Fix obvious typos and write DHO_PAD and DHO_END into correct options overflowKenneth R Westerback
2007-10-19Correct the value returned by cons_options in the case where overload buffersKenneth R Westerback
2007-10-19Ensure that main_buffer_size is set to a value less than or equal toKenneth R Westerback
2007-10-19Do log initialisation correctly, like bgpd does.Pierre-Yves Ritschard
2007-10-19Move relays from static TAILQs to allocated ones.Pierre-Yves Ritschard
2007-10-19Add the ability to schedule an immediate check through hoststatectl.Pierre-Yves Ritschard
2007-10-19keep log_warn messages to be informed when a failure occurs during a reload.Pierre-Yves Ritschard
2007-10-18unbreak treeTheo de Raadt
2007-10-18extra arg to warn slipped through.Pierre-Yves Ritschard
2007-10-18repair file security warnings; ok pyrTheo de Raadt
2007-10-18spacingTheo de Raadt
2007-10-18Massive cleanup in the authentication code. the simple auth_key and the cryptClaudio Jeker
2007-10-18Add missing bits for auth crypt and cleanup a bit. OK deraadt@Claudio Jeker
2007-10-17From ripd: Add missing RTM_VERSION checks.Claudio Jeker
2007-10-17From ripd: Add missing RTM_VERSION checksClaudio Jeker
2007-10-17wrong type for digest; ok claudioTheo de Raadt
2007-10-17Add missing RTM_VERSION checks.Claudio Jeker
2007-10-17remove "unused variable" warningsCharles Longeau
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt