summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-11-25correct pathname variable matching, and also support ${MACHINE}Theo de Raadt
2007-11-25"canonicalized hostname" instead of just "hostname" for the url actionReyk Floeter
2007-11-25in addition to IPv4/6 addresses, canonicalize the hostname for "url",Reyk Floeter
2007-11-25spelling fixes, from Martynas Venckus;Jason McIntyre
2007-11-25more existant -> existent, from Martynas Venckus;Jason McIntyre
2007-11-25Extend the "file" directive to accept multiple pathnames seperated by '|'.Theo de Raadt
2007-11-24new sentence, new line;Jason McIntyre
2007-11-24tweak for hostnames without dots (like "localhost")Reyk Floeter
2007-11-24style(9) for includesReyk Floeter
2007-11-24sort includes, adjust to style(9)Reyk Floeter
2007-11-24Another missing RTM_VERSION check. This will remove the RB_INSERT warningsClaudio Jeker
2007-11-24lsa_self() is completely busted at the moment, so just ignore it.Claudio Jeker
2007-11-24Print the neighbor ID instead of the neighbor address in if_act_elect().Claudio Jeker
2007-11-24Since switches from X to consoles are aysnchronous, wsmoused(8) can be awakenedMiod Vallat
2007-11-24extend the url lookup algorithm to match the full URL and differentReyk Floeter
2007-11-24fix race condition, as reported by naddy@.Marc Espie
2007-11-24parallel make fixes: $(YDR) produces several files, we need a timestamp.Marc Espie
2007-11-24fix yacc/lex parallel file generationMarc Espie
2007-11-24cope with incorrect extra arguments; from Rodolfo GouveiaTheo de Raadt
2007-11-24fix goto to jump to the right placeReyk Floeter
2007-11-24some spelling fixes from Martynas VenckusJason McIntyre
2007-11-23- use either "host name" or "hostname", i decided to use "hostname" everywhereReyk Floeter
2007-11-23re-implement the "mark" action and document it in the manpage:Reyk Floeter
2007-11-23add cvs idStuart Henderson
2007-11-23fix typoStuart Henderson
2007-11-22shuffle some structure elements; avoid using enums in *_config structs.Reyk Floeter
2007-11-22Fix relay roundrobin mode to work correctly when multiple hosts in aReyk Floeter
2007-11-22add "demote", was missing. noticed by camield@Henning Brauer
2007-11-22be a bit less aggressive retrying; this keeps the message queueOtto Moerbeek
2007-11-22if the drift file is missing, reset adjfreq to zero; iirc diff from GlaserOtto Moerbeek
2007-11-22add (new) "url" protocol action, this can be used to match/filter URLReyk Floeter
2007-11-21move HTTP cookie and query lookup code from the into separate functionsReyk Floeter
2007-11-21spacingReyk Floeter
2007-11-21spacingReyk Floeter
2007-11-21extend action grammar with "filter value" and "expect value" as aReyk Floeter
2007-11-21move digest string handling into an extra function.Reyk Floeter
2007-11-21fix the tree comparison function. it turned out that it could failReyk Floeter
2007-11-21tweak previous;Jason McIntyre
2007-11-21rename the "url" filter action to "query" to use the correct term.Reyk Floeter
2007-11-21allow the http digest type to be either SHA1 or MD5 determined by theReyk Floeter
2007-11-21more work on the "filter" action: close the connection instantly whenReyk Floeter
2007-11-21document the fact that port can be specified in table statements insidePierre-Yves Ritschard
2007-11-21document hoststatectl poll.Pierre-Yves Ritschard
2007-11-21make sure all hosts are checked when hoststatectl poll is issued, nowPierre-Yves Ritschard
2007-11-20tweak previous;Jason McIntyre
2007-11-20limit the number of displayed lines per node in relay_protodebug().Reyk Floeter
2007-11-20allow to use the "include" directive in tables, services, relays, andReyk Floeter
2007-11-20it may be desirable to send a HTTP error page with error code and aReyk Floeter
2007-11-20Allow overriding the global interval in a table.Pierre-Yves Ritschard
2007-11-20NULL != NONE (but both equal 0)Pierre-Yves Ritschard