Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2008-05-06 | fix the table stats clr ioctl | Reyk Floeter | |
2008-05-06 | do not attempt to reload a configuration if we come from a non pf | Pierre-Yves Ritschard | |
requiring configuration to a pf requiring one. ok reyk@ | |||
2008-05-06 | More missing RTM_VERSION checks. OK henning@ | Claudio Jeker | |
2008-05-06 | Do not unconditionnaly load pf. If pf isn't required by the configuration | Pierre-Yves Ritschard | |
the initialisation isn't done properly. | |||
2008-05-05 | clean up after reyk (tab at EOL) | Henning Brauer | |
2008-05-05 | don't install a /128 bit net route for 'proxy' ndp entries | Markus Friedl | |
and show them with ndp -a, too. from KAME rev 1.121; ok henning | |||
2008-05-05 | Use rtm_hdrlen instead of the static header length. OK norby@ | Claudio Jeker | |
2008-05-05 | Put relay sockets in non blocking mode too. This got forgotten along the | Pierre-Yves Ritschard | |
way and didn't show since our read buffers are small. ``put it in'' reyk@ | |||
2008-05-02 | Compare flags against the right flag field or else unexpected things may | Claudio Jeker | |
happen. The decision process failed to correctly mask looping pathes and in some szenarios even elected them as best route. *gulp* Found the hard way and fix tested by Christian, bsd (at) cleondra (dot) ch | |||
2008-05-02 | Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthop | Claudio Jeker | |
is localy originated and so is eligible by definition. Noticed and fix tested by Christian, bsd (at) cleondra (dot) ch | |||
2008-05-02 | do not always delay log initialization, when no configuration file is | Pierre-Yves Ritschard | |
present, which is the most common use of rtadvd, it would otherwise always print messages to the console though the situation is valid. this fixes a regression introduced with the new logging code. ok rainer@, todd@, fgsch@ | |||
2008-04-30 | * add xetcXX.tgz support to sysmerge and handle binary files | Antoine Jacoutot | |
* update man page accordingly * several cleanups in the process: - smaller sendmail configuration files diff check - remove a condition that would always evaluate to true - define AUTOMODE to a value we can reuse later - tell user when installing a file automatically - better check for src directory validity - remove full PATH to some commands to be consistent testing from several man pages bits ok jmc@ "go ahead" jasper@, ok sthen@ pyr@ | |||
2008-04-28 | tweak previous; | Jason McIntyre | |
2008-04-28 | Improve the dvmrpd(8) manpage. | Esben Norby | |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre | |
2008-04-25 | spelling: pathes->paths, ok henning | Stuart Henderson | |
2008-04-24 | kill first person | Theo de Raadt | |
2008-04-23 | - clarify copyright / license | Antoine Jacoutot | |
discussed with deraadt@ millert@ wording from millert@ | |||
2008-04-23 | build sysmerge in | Theo de Raadt | |
2008-04-23 | usage is only used once; ok millert | Theo de Raadt | |
2008-04-23 | Re-indent code | Todd C. Miller | |
Print usage to stderr not stdout Remove an unneeded check for TEMPROOT OK and last piece courtesy of ajacoutot@ | |||
2008-04-23 | Replace handrolled lists with SLISTs or TAILQs. | Pierre-Yves Ritschard | |
Timers remain and will be handled later. | |||
2008-04-22 | Welcome sysmerge(8), a mergemaster-based utility to help you update | Antoine Jacoutot | |
configuration files after upgrading to a new release or snapshot. The "sysmerge" name was chosen by weingart@ Lots of inputs from deraadt@ jmc@ millert@ krw@ and several, thank you! Man page enhancements by jmc@ Testings from at least okan@ landry@ gilles@ pyr@ merdely@ Still a _work-in-progress_, not connected to the build. "fine with me" krw@, "get it in" deraadt@ | |||
2008-04-22 | tweak previous; | Jason McIntyre | |
2008-04-22 | Flush output buffers before closing TCP session. Fixes the case where | Joel Knight | |
the proxy would eat the 221 response coming from the server towards the client. Patch from camield@. Tested by Camiel and myself. ok camield@ | |||
2008-04-21 | If a |program is too slow to process the input, | Marco Pfatschbacher | |
drop messages rather than to kill and restart it. Also log this error, but limited at a 2 minute rate. Discussed with henning. OK henning@ | |||
2008-04-21 | Clean up logging by introducing the logging API used in | Rainer Giedat | |
other daemons and clean up the command line options. For details, see rtadvd(8). ok bluhm@, pyr@ | |||
2008-04-21 | add a short section on checksum offloading, based on a diff | Jason McIntyre | |
from Alf Schlichting; help/ok henning | |||
2008-04-20 | Take failed system calls more serious than LOG_INFO. | Rainer Giedat | |
This is mainly in preparation for more changes to logging. Ok bluhm@, pyr@ | |||
2008-04-19 | remove build warnings: | Charles Longeau | |
- unused variables - missing return ok espie@ | |||
2008-04-18 | add filtering on direction; ok mpf@ deraadt@ feedback jmc@ | Damien Miller | |
2008-04-16 | Redo/clarify the logic for storing options in the various buffers. | Kenneth R Westerback | |
While there, bail out quickly if no options can be stored, and avoid overflow buffers if building a bootp reply. Henning looked and didn't get upset. millert@ tested it for a few days and liked the look of it. canacar@ glanced at it. | |||
2008-04-15 | - make it clear that hosts.lpd follows the same syntax that hosts.equiv(5) | Antoine Jacoutot | |
inputs from jmc@ "looks ok" beck@ (similar older diff), "fine by me" jmc@ | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-04-07 | typo, fix fragments | Marc Espie | |
2008-04-07 | deprecate -c, we've been using -DCOMMENT=value more or less forever by now. | Marc Espie | |
2008-04-07 | tweak a bit, allow ^ to occur at beginning of variable name | Marc Espie | |
2008-04-07 | pretty print the BARs | David Gwynne | |
2008-04-07 | likewise for the hash itself | Marc Espie | |
2008-04-07 | I should know better... reuse methods internally as much as I can, to | Marc Espie | |
facilitate further changes. | |||
2008-04-07 | document OpenBSD::Subst | Marc Espie | |
2008-04-07 | put Subst stuff into its own library file, to reuse elsewhere. | Marc Espie | |
2008-04-04 | option 144 is commonly used for tftp-config-file. | David Gwynne | |
ok henning@ krw@ | |||
2008-04-04 | document the bug that sasyncd peers should share the same | Otto Moerbeek | |
platform. it would be really nice if somebody would fix this. ok mpf@ todd@ jmc@ | |||
2008-03-30 | .Xr snmpctl | Martin Reindl | |
ok jmc@ | |||
2008-03-24 | Make it possible to disable/enable pseudo devices in UKC, config file and | Mats O Jansson | |
at config -e. -moj ok deraadt@ |