Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-24 | Don't use inet_ntoa() twice in a printf like function. So instead of | Claudio Jeker | |
using inet_ntoa() on the netmask use mask2prefixlen(). | |||
2007-10-23 | add missing header to avoid warning | Charles Longeau | |
"commit!" dlg@ | |||
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 | |
just use read() and make the function a little bit nicer. ok pyr@ | |||
2007-10-22 | last one left behind. | Pierre-Yves Ritschard | |
all daemons synced. ok reyk@ | |||
2007-10-22 | load certificates text at parse time. then load them in relay processes. | Pierre-Yves Ritschard | |
this separation will ease reload a bit more. ok reyk@ who spotted a stupid mistake again... | |||
2007-10-22 | add missing .Ed; | Jason McIntyre | |
2007-10-22 | add support for the include directive to the configuration file parser, | Reyk Floeter | |
based on the existing hostapd/pfctl code. ok pyr@ | |||
2007-10-22 | add RCS id | Jasper Lievisse Adriaanse | |
"free commit!" dlg@ | |||
2007-10-22 | do not check the file secrecy of hoststated.conf, there is no need to | Reyk Floeter | |
enforce the file ownership and permissions to root:wheel 0400 because we have nothing to hide. ok pyr@ | |||
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 | |
to pcidump takes decimals, so print the locations as decimals too. less confusing, but maybe a bit uglier. ugliness can be fixed later though. | |||
2007-10-22 | infromation -> information | David Gwynne | |
from paul de weerd | |||
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 | |
spaces. requested by kettenis@ ok kettenis@ deraadt@ marco@ and lots of others | |||
2007-10-21 | Being able to set the decision weight of prefixes is a nice feature, but | Michael Knudsen | |
when it's not really documented in what way it influences the decision process, people like myself will screw it up and assume that it gets added to the prefix path lenth, and thus that smaller weight wins. .. which is not the case. Document the actual behaviour. ok claudio, the general change agreed by henning. proofraed by jmc. | |||
2007-10-21 | Take even more care to ensure the max message size is at | Kenneth R Westerback | |
least as large as the minimum IP MTU. ok canacar@ henning@ millert@ | |||
2007-10-21 | sync with other daemons. | Pierre-Yves Ritschard | |
ok mcbride@ | |||
2007-10-21 | Last bit of (planned) tidy up in cons_options(). Join some lines, | Kenneth R Westerback | |
delete some blank lines, add some other blank lines, move expressions so calculations done only once. Eliminate extraneous ++'s. No functional change. | |||
2007-10-21 | Tidy up, make usual case exit faster, eliminate variable. No functional | Kenneth R Westerback | |
change. ok beck@ | |||
2007-10-20 | ntpd and bgpd's turn to behave like the others. | Pierre-Yves Ritschard | |
ok henning@ | |||
2007-10-20 | forgot about ospfd in last commit. | Pierre-Yves Ritschard | |
ok hennin@ too. | |||
2007-10-20 | Sync parse.y with recent enhancements in hoststated. | Pierre-Yves Ritschard | |
Fix behavior when running -n. henning@ | |||
2007-10-19 | missing break; spotted by robert, marco did not read the diff well enough or ↵ | Theo de Raadt | |
try it | |||
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 | |
buffer. Actually use the second overflow buffer now that bufix is correct and the test for remaining options will work correctly. ok beck@ | |||
2007-10-19 | Be a bit more paranoid and initialize all valid options buffers with | Kenneth R Westerback | |
DHO_PAD (a.k.a. 0). Eliminate manual DHO_PAD'ing after DHO_END is put into the buffer. ok beck@ | |||
2007-10-19 | Fix obvious typos and write DHO_PAD and DHO_END into correct options overflow | Kenneth R Westerback | |
buffer. Spotted by canacar@ and others. ok beck@ | |||
2007-10-19 | Correct the value returned by cons_options in the case where overload buffers | Kenneth R Westerback | |
are used. It should reflect the end of the main options buffer rather than the start of the options copied into it. ok beck@ | |||
2007-10-19 | Ensure that main_buffer_size is set to a value less than or equal to | Kenneth R Westerback | |
the size of the outgoing packet's options field. Spotted by canacar@. ok beck@ | |||
2007-10-19 | Do log initialisation correctly, like bgpd does. | Pierre-Yves Ritschard | |
This removes the double warn/log_warn madness i introduced yesterday. This also keeps messages on stderr at startup and when running with -n. | |||
2007-10-19 | Move relays from static TAILQs to allocated ones. | Pierre-Yves Ritschard | |
This syncs it with other hoststated entities and will make reload easier. This is step 1 out of 7 for reload. | |||
2007-10-19 | Add the ability to schedule an immediate check through hoststatectl. | Pierre-Yves Ritschard | |
Especially useful when interval is rather long. I was supposed to commit this before 4.2. | |||
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 | |
keys are not strings so a) use u_int8_t instead of char and b) uses memcpy to copy the full MAX_SIMPLE_AUTH_LEN resp. MD5_DIGEST_LENGTH bytes around. The parser needs some special code to ensure that the string is not to long and if it is shorter then the buffer the rest needs to be zero padded. Avoid to use strncpy() instead use a bzero(); memcpy() combo. with and OK deraadt@ | |||
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 | |
tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@ | |||
2007-10-17 | - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) by | Theo de Raadt | |
temporarily restoring default behaviour. This is not 100% ideal. But this fixes editor handling in mail... bah, it is really unfortunate that got broken - refactor the restoration code as well, to make it simpler ok ray |