Age | Commit message (Expand) | Author |
2007-11-24 | sort includes, adjust to style(9) | Reyk Floeter |
2007-11-24 | Another missing RTM_VERSION check. This will remove the RB_INSERT warnings | Claudio Jeker |
2007-11-24 | lsa_self() is completely busted at the moment, so just ignore it. | Claudio Jeker |
2007-11-24 | Print the neighbor ID instead of the neighbor address in if_act_elect(). | Claudio Jeker |
2007-11-24 | Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakened | Miod Vallat |
2007-11-24 | extend the url lookup algorithm to match the full URL and different | Reyk Floeter |
2007-11-24 | fix race condition, as reported by naddy@. | Marc Espie |
2007-11-24 | parallel make fixes: $(YDR) produces several files, we need a timestamp. | Marc Espie |
2007-11-24 | fix yacc/lex parallel file generation | Marc Espie |
2007-11-24 | cope with incorrect extra arguments; from Rodolfo Gouveia | Theo de Raadt |
2007-11-24 | fix goto to jump to the right place | Reyk Floeter |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2007-11-23 | - use either "host name" or "hostname", i decided to use "hostname" everywhere | Reyk Floeter |
2007-11-23 | re-implement the "mark" action and document it in the manpage: | Reyk Floeter |
2007-11-23 | add cvs id | Stuart Henderson |
2007-11-23 | fix typo | Stuart Henderson |
2007-11-22 | shuffle some structure elements; avoid using enums in *_config structs. | Reyk Floeter |
2007-11-22 | Fix relay roundrobin mode to work correctly when multiple hosts in a | Reyk Floeter |
2007-11-22 | add "demote", was missing. noticed by camield@ | Henning Brauer |
2007-11-22 | be a bit less aggressive retrying; this keeps the message queue | Otto Moerbeek |
2007-11-22 | if the drift file is missing, reset adjfreq to zero; iirc diff from Glaser | Otto Moerbeek |
2007-11-22 | add (new) "url" protocol action, this can be used to match/filter URL | Reyk Floeter |
2007-11-21 | move HTTP cookie and query lookup code from the into separate functions | Reyk Floeter |
2007-11-21 | spacing | Reyk Floeter |
2007-11-21 | spacing | Reyk Floeter |
2007-11-21 | extend action grammar with "filter value" and "expect value" as a | Reyk Floeter |
2007-11-21 | move digest string handling into an extra function. | Reyk Floeter |
2007-11-21 | fix the tree comparison function. it turned out that it could fail | Reyk Floeter |
2007-11-21 | tweak previous; | Jason McIntyre |
2007-11-21 | rename the "url" filter action to "query" to use the correct term. | Reyk Floeter |
2007-11-21 | allow the http digest type to be either SHA1 or MD5 determined by the | Reyk Floeter |
2007-11-21 | more work on the "filter" action: close the connection instantly when | Reyk Floeter |
2007-11-21 | document the fact that port can be specified in table statements inside | Pierre-Yves Ritschard |
2007-11-21 | document hoststatectl poll. | Pierre-Yves Ritschard |
2007-11-21 | make sure all hosts are checked when hoststatectl poll is issued, now | Pierre-Yves Ritschard |
2007-11-20 | tweak previous; | Jason McIntyre |
2007-11-20 | limit the number of displayed lines per node in relay_protodebug(). | Reyk Floeter |
2007-11-20 | allow to use the "include" directive in tables, services, relays, and | Reyk Floeter |
2007-11-20 | it may be desirable to send a HTTP error page with error code and a | Reyk Floeter |
2007-11-20 | Allow overriding the global interval in a table. | Pierre-Yves Ritschard |
2007-11-20 | NULL != NONE (but both equal 0) | Pierre-Yves Ritschard |
2007-11-20 | another fix to handle "expect" and "filter" actions in the new style | Reyk Floeter |
2007-11-20 | remove "unused variable" warning | Charles Longeau |
2007-11-20 | bump table name size. | Pierre-Yves Ritschard |
2007-11-20 | spacing | Reyk Floeter |
2007-11-20 | minor change to some relay log messages | Reyk Floeter |
2007-11-19 | copy in FILES from pw_lock.3 to vipw.8: as nick points out, it should at | Jason McIntyre |
2007-11-19 | do not hardcode make | Marc Espie |
2007-11-19 | spacing | Reyk Floeter |
2007-11-19 | knf (replace some ';;' with a single ';') | Reyk Floeter |