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