summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-03-04fix cass where the specification does not give the router address by usingHenning Brauer
2007-03-04ran into an asset which has dangling , at eol in the member spec, leadingHenning Brauer
2007-03-03sort; ok henningJason McIntyre
2007-03-03as-sets always begin with AS-, and aut-nums with AS[0-9], mandated by theHenning Brauer
2007-03-03make parse_response (and thus whois) return 0 for no object found, and n+1Henning Brauer
2007-03-03start documenting irrfilter modeHenning Brauer
2007-03-03save macl/mach as well as fp registers, done with miod's helpTheo de Raadt
2007-03-03allow the directory for generated filter files to be set. defaults to cwdHenning Brauer
2007-03-03write output to files instead of stdoutHenning Brauer
2007-03-03add irrfilter mode.Henning Brauer
2007-03-02spaces and comment to sync to dhclient dhcp.h; no binary changeKevin Steves
2007-03-02pull in spaces array overflow fixes from dhclientHenning Brauer
2007-03-02when the http read callback changes and some data is still left in theReyk Floeter
2007-03-02Check if group exists before checking if group is local.Ray Lai
2007-03-02Replace regex(3) routines with simple string searching and comparisonRay Lai
2007-03-01spell address correctly; ok jmc@ henning@David Krause
2007-03-01read buffer size must be >= max imsg size.Henning Brauer
2007-02-28do status dampening for OK status as well, i. e.Henning Brauer
2007-02-28regenJakob Schlyter
2007-02-28remove bogus warning regarding OpenSSLJakob Schlyter
2007-02-28double word: a aDavid Krause
2007-02-28spelling: Multicast not MutlicastDavid Krause
2007-02-27replys -> replies;Jason McIntyre
2007-02-27open the db read-only if we're only looking. ok millert@ beck@Otto Moerbeek
2007-02-27in addition to actions on request headers, allow to define relayReyk Floeter
2007-02-27manpage clarification for the "change" and "append" relay actions.Reyk Floeter
2007-02-27tweaks;Jason McIntyre
2007-02-26Error out if the -t or -T options are specified without -a or -d.Todd C. Miller
2007-02-26kill the ``use ssl'' directive for consistency across parser directives.Pierre-Yves Ritschard
2007-02-26remove HTTP and HTTPS tokens, makes for cleaner parser.Pierre-Yves Ritschard
2007-02-26re-enable the -W flags except -Werror which behaves differently withReyk Floeter
2007-02-26sync the documentation with the latest change to require a 'header'Reyk Floeter
2007-02-26solve some conflicts in the configuration parser.Pierre-Yves Ritschard
2007-02-26handle strlcpy return values, make lint happyReyk Floeter
2007-02-26better error handling for buffer I/O, fix the log actionReyk Floeter
2007-02-26grammar;Jason McIntyre
2007-02-26KNFPierre-Yves Ritschard
2007-02-26Change the ``virtual ip'' directive to ``virtual host''.Pierre-Yves Ritschard
2007-02-26handle requests with chunked transfer-encoding.Reyk Floeter
2007-02-26Set the metric for loopback interfaces.Esben Norby
2007-02-26tweak flushing of unwritten bytes on http mode changesReyk Floeter
2007-02-26spacingReyk Floeter
2007-02-26improve the relay bufferevent handler if one side closed the connectionReyk Floeter
2007-02-26re-use the retry value from table host entries for inbound relayReyk Floeter
2007-02-26fix small memleaksReyk Floeter
2007-02-26Zero out struct before using, not after.Ray Lai
2007-02-26don't leak memory, from dhclient; ok krw@Kevin Steves
2007-02-25one example (of two) of tree breaking the "other gcc"Theo de Raadt
2007-02-25delete -W flags that reyk uses to break the treeTheo de Raadt
2007-02-25copy mis-aligned routing socket message into a properly aligned struct, soTheo de Raadt