Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt | |
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis | |||
2008-03-23 | Done mark a disable of a disabled device as an change (and same with enable). | Mats O Jansson | |
Reported by jj@ a long time ago. -moj | |||
2008-03-23 | Do not abort walking the tree if a node's contents is too large; allows | Miod Vallat | |
eeprom -p to be used on more macppc models. ok fgsch@ | |||
2008-03-22 | spaces found reading that diff | Theo de Raadt | |
2008-03-22 | put in explicit suffix rules, they're needed anyways since $< is only used | Marc Espie | |
for suffix rules. Use them to avoid writing loads of explicit lines. Shaves 2/3 of each Makefile off. okay miod@, deraadt@, henning@ | |||
2008-03-22 | Mention that softreconfig is on by default. From Matthew Dempsky | Claudio Jeker | |
2008-03-21 | better handling of chunked encoding, further fixes after extensive testing | Reyk Floeter | |
2008-03-20 | handle the case that the Content-Length HTTP header may be 0 | Reyk Floeter | |
2008-03-20 | Fix HISTORY. OK reyk@ | Todd C. Miller | |
2008-03-19 | CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you | Theo de Raadt | |
are going to allocate/free a block of memory for the message contents, you have to calculate and track the sizes seperately. This change is just like all the other CMSG changes... | |||
2008-03-18 | Fix mention of authpf_users table (s/authpf users/authpf_users/). | Michael Erdely | |
ok jmc@, mcbride@ | |||
2008-03-18 | correct CMSG_SPACE and CMSG_LEN handling as done in other places. These | Theo de Raadt | |
are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks | |||
2008-03-18 | remove ber_add_astring and make it the default behaviour in | Reyk Floeter | |
ber_add_string, ber_add_nstring, and ber_add_bitstring to allocate and copy the provided buffer instead of just attaching it to the ber element. this may add some overhead but fixes and avoids some bugs with static buffers and simplifies the ber api again. From Matthew at Dempsky dot org With input from claudio@ | |||
2008-03-18 | fix bug that ber_oid2ber skips the first byte when encoding powers of | Reyk Floeter | |
128. E.g., it will encode 128 as 0x00 instead of 0x81 0x00. From Matthew at Dempsky dot org | |||
2008-03-17 | two small bugs in printing funcs: | Henning Brauer | |
log_as < vs <= confusion, AS 65535 printed like 4 byte AS 0.65535 aspath_strlen: omitted stripping high 16 bits of 32bit AS after dealing with the upper half From: Matthew Dempsky <matthew@dempsky.org> | |||
2008-03-17 | sync the synopsis and usage; "usage:" is lowercase | Igor Sobrado | |
ok jmc@ | |||
2008-03-17 | "usage:" is lowercase; while here, KNF | Igor Sobrado | |
ok jmc@ | |||
2008-03-17 | use the right format for "usage:"; "usage:" is lowercase | Igor Sobrado | |
ok jmc@ | |||
2008-03-17 | sort options | Igor Sobrado | |
ok jmc@ | |||
2008-03-17 | convert more strings to use the new ber_add_astring() function which | Reyk Floeter | |
simplifies the code. | |||
2008-03-17 | another sizeofa instead of sizeof fix | Reyk Floeter | |
2008-03-17 | fix incorrect use of sizeof() where there sizeofa() macro should be used | Reyk Floeter | |
ok dlg@ | |||
2008-03-17 | option 252 is generally used to specify an autoproxy-script on a subnet. | David Gwynne | |
ok krw@ henning@ | |||
2008-03-16 | s/273.16/273.15/g, then refactor the formulae to ensure that the | Constantine A. Murenin | |
double to int64_t conversions happen sooner rather than later discussed with / ok by kettenis | |||
2008-03-16 | text simplification; | Jason McIntyre | |
2008-03-16 | avoid errno trashing, ok mpf henning | Theo de Raadt | |
2008-03-16 | syslogd leaves zombies around if multiple |/pathto/mylogprog | Marco Pfatschbacher | |
children died in a row. Do waitpid(2) in a loop until there's nothing left. OK henning@, millert@ | |||
2008-03-16 | Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sure | Constantine A. Murenin | |
that the time always goes forward, so reports are neither duplicated nor lost. Report state changes stabilised through dampening immediately, instead of delay- ing them until the next reporting window; previously, it was common for check() to lag one second behind report(), hence the initial report was delayed one extra minute (this then reduces the number of sleep(3)/nanosleep(2) calls, too). ok ckuethe; some man-page suggestions jmc |