Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-16 | Allow ntpd to step the time at startup, now matter how large or small the | Chris Kuethe | |
offset. The 180s limit doesn't help very much these days. ok otto@ mbalmer@ | |||
2008-05-15 | Add OpenBSD markers. | Marc Balmer | |
no binary change. | |||
2008-05-14 | fix comment. | Marc Balmer | |
2008-05-14 | - fix new directory creation by using the correct variable; | Antoine Jacoutot | |
spotted by merdely@ while trying to populate /var/www from scratch ok merdely@ | |||
2008-05-14 | Next chunk of KNF/readability. | Marc Balmer | |
no binary changes. | |||
2008-05-14 | ntpd missed the argument check sweep. | Pierre-Yves Ritschard | |
2008-05-14 | More KNF/readability changes. | Marc Balmer | |
no binary changes. | |||
2008-05-14 | Next chunk of KNF/readability changes. | Marc Balmer | |
no binary change. | |||
2008-05-14 | - add a non-interactive mode to sysmerge ('-b') | Antoine Jacoutot | |
- yesno is only used once man page consulting jmc@ ;) ok laurent@ pyr@ | |||
2008-05-13 | Build on socppc too. | Miod Vallat | |
2008-05-13 | Rename to README.IPv6, to be clear this is not version 6 of the README file. | Marc Balmer | |
Suggested by henning. | |||
2008-05-13 | knf. no binary changes. | Marc Balmer | |
2008-05-13 | A first chunk of readability/knf changes. Since there is nothing more | Marc Balmer | |
to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes. | |||
2008-05-13 | Unmangle previous commit. spotted by markus@ (wow !) | Pierre-Yves Ritschard | |
2008-05-12 | Fix cut and pasto; Steven Roberts | Todd C. Miller | |
2008-05-12 | Error out with usage line if additional arguments are given after the | Pierre-Yves Ritschard | |
option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@ | |||
2008-05-11 | fix sync.c to not puke if sync_lease called without sync_init. | Bob Beck | |
from henric. | |||
2008-05-11 | allow IMSG_CONTROL_SHOW_TIMER on restricted sockets | Henning Brauer | |
2008-05-10 | from ray@ | Okan Demirmen | |
- move the ignoring of the top few (3) comments into a function of its own. - ignore these comments for crontab listings. based on a patch from Slava Semushin ok ray@ millert@ | |||
2008-05-09 | tweak previous; ok mbalmer | Jason McIntyre | |
2008-05-09 | Henning forgot ospf6d. Add priority to ospf6d as well. | Claudio Jeker | |
2008-05-09 | prio RTP_RIP for inserted routes | Henning Brauer | |
2008-05-09 | insert/delete routes w/ prio RTP_OSPF | Henning Brauer | |
2008-05-09 | insert/delete routes with priority RTP_BGP | Henning Brauer | |
this is mostly cosmetical for the moment, there are bigger changes required to make full use of the route priorities, but this is the first step to do. discussed with claudio | |||
2008-05-09 | Don't just ntohl() the hours, but everything of the state | Marco Pfatschbacher | |
creation time. OK mcbride@, henning@. | |||
2008-05-09 | some Xr for tcpbench(1) and tcpdrop(8); | Jason McIntyre | |
2008-05-09 | Add support for IPv6 while keeping the default at IPv4 to not break | Marc Balmer | |
existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd | |||
2008-05-08 | documentation tweaks. | Igor Sobrado | |
2008-05-08 | Insert pad blocks after sub-messages to keep the structures aligned to | Theo de Raadt | |
16 byte boundaries for maximum portability (somewhat similar to CMSG's) ok beck | |||
2008-05-08 | backout shit committed on accident | Henning Brauer | |
2008-05-08 | timer_due is not needed any more | Henning Brauer | |
2008-05-08 | KNF | Henning Brauer | |
2008-05-08 | take advanatge of the timewheelin timer_nextduein - we just need to look | Henning Brauer | |
at the first one | |||
2008-05-08 | we can stopin timer_set if new timeout equals the oldone. | Henning Brauer | |
matters for stuff like the HoldTimer that gets reset often | |||
2008-05-08 | take advantage of the timewheel: instead of checking each an every | Henning Brauer | |
timer, just get the first off the queue and check wether it is due | |||
2008-05-08 | in timer_set, when figuring out the right position for the timer, | Henning Brauer | |
wemust stop walking the list once werun into a stopped timer, or eventually all stopped timers will queue up at the very front (instead of at the tail) | |||
2008-05-08 | this should really only be in one file. | Bob Beck | |
2008-05-08 | change timer internals so that we use a timewheel (tailq, sorted by expiry | Henning Brauer | |
so that the timer that will expire first is always the first element, and so on). will make the checking a bit faster and moreelegant and more conveniant. ok claudio | |||
2008-05-08 | don't break dhcpd when not using synch mechanisms.. | Bob Beck | |
2008-05-08 | make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR | Henning Brauer | |
namely, the "no such neighbor" case was missing. problem spotted by martin,ok claudio | |||
2008-05-08 | move the session keys used by dns in a protocol-specific private ptr. | Reyk Floeter | |
2008-05-08 | missed to set the default for tables to round-robin, so it was | Reyk Floeter | |
loadbalance after the grammar change. make it round-robin again. | |||
2008-05-07 | OSPF uses the highest IP address, not the lowest. | Joel Sing | |
hai norby@ | |||
2008-05-07 | Add synchronisation support for dhcpd - this allows for two dhcpd's | Bob Beck | |
with the same configuration to be run on the same net and they will keep their lease files/state in synch, and therefore allowing you to run redundant dhcpd's. Synchronization code stolen from spamd, uses an hmac key in /var/db/dhcpd.key if it exists. ok krw@ deraadt@ | |||
2008-05-07 | Ref to ripd instead of routed. | Claudio Jeker | |
2008-05-07 | Remove .Xr to routed and reword the sentence a bit to make more sense. | Claudio Jeker | |
pppd can filter on network protocols not network daemons. OK norby@ | |||
2008-05-07 | add an alternative "route to" mode to relayd redirections which maps | Reyk Floeter | |
to pf route-to instead of the default rdr. it is a first steps towards support for "direct server return" (dsr), an asynchronous mode where the load balanced servers send the replies to a different gateway like a l3 switch/router to handle higher amounts of return traffic. because the state handling in pf isn't optimal for this case yet, it just sees half of the TCP connection, the sessions are forced to time out after fixed number of seconds. discussed with many, thought about in the onsen | |||
2008-05-06 | tweak previous; | Jason McIntyre | |
2008-05-06 | the manpage mentioned "timeout" in relay sections, while the grammar | Reyk Floeter | |
expected the keywords "forward timeout". rename it to "session timeout" and sync the documentation with reality. | |||
2008-05-06 | the message digest http check does not work on binary content, add manpage | Reyk Floeter | |
clarification. From bsd at openbsd dot rutgers dot edu, closes pr5801 ok pyr@ |