Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-23 | fsqueue no longer stores envelopes by dumping the structure, instead use a | Gilles Chehade | |
couple of load/dump functions to convert to and from a human readable fmt. while at it kill struct delivery and merge back its fields to the envelope. this basically means we shouldn't require users to flush their queues every time we make a change to struct envelope. work is not done, but we're at a better state than the binary fsqueue so we'll improve it in-tree. has been running on my own box for the last 12 hours or so ok eric@, chl@ | |||
2011-10-22 | correctly set relay when expanding envelopes | Eric Faurot | |
ok gilles@ | |||
2011-10-22 | tweak previous; | Jason McIntyre | |
2011-10-22 | Add a log_trace() call to toggle logging of specific debugging info in | Eric Faurot | |
verbose mode, and an associated -T command line option. Use it for the imsg traces. Requested by gilles@ who doesn't like verbose to be too verbose. ok gilles@ chl@ | |||
2011-10-21 | small optimization: tell pkg_create to skip !libs if LIBS_ONLY (to be | Marc Espie | |
used in make print-plist-libs) | |||
2011-10-18 | delay daemon fork() until after initialisation has completed to fix | Damien Miller | |
rc race that caused X11 to fail to open /dev/wsmouse; ok stsp miod | |||
2011-10-15 | Added "provision for rewound PPP frames" that allows receiving | YASUOKA Masahiko | |
reorder packets to pass to the upper layer without reorder. It will improve performance (throughput or loss rate) for PPTP or L2TP(/IPesc) on networks that latency is unstable such as mobile network. As our test environment (bandwidth: 6Mbps, latency: 50ms for 97% of traffic and 52ms for rest of traffic), throughput has changed from 0.76MB to 2.17MB on file upload by PPTP connected Windows Vista ftp.exe. Developed by UMEZAWA Takeshi at IIJ. ok jmatthew@ tested jmatthew@ and myself. | |||
2011-10-15 | Delete unused field s_first in 'struct pppoe_session' that is assigned | YASUOKA Masahiko | |
1 in session_new(), but it is never used. Diff from Michael W. Bombardieri henning@ claudio@ sthen@ fgsch@ deraadt@ | |||
2011-10-13 | Teach some userland tools about NAT64. I think this is mostly from mikeb@ | Claudio Jeker | |
OK mcbride@ | |||
2011-10-13 | Drop a reference to the client SSL_CTX after SSL_new(), so that it is | Eric Faurot | |
correctly freed by SSL_free() at the end of the session. Plug a leak in the mta. ok! gilles@ | |||
2011-10-11 | We don't need to break after calling err(3) because this function will | YASUOKA Masahiko | |
not return. This diff produces no binary change. diff from Michael W. Bombardieri. ok dlg@, claudio@ CV: Enter eog. Lines beginning with `CVS:' are removed automatically | |||
2011-10-11 | Add a flag for nginx (-u) to be able to disable chroot and use a better | Robert Nagy | |
method for modifying the document root if chrooted, so currently this allows the user to run the same configuration file with a chrooted and an non-chrooted setup. | |||
2011-10-11 | fix parsing of :include: aliases | Gilles Chehade | |
2011-10-10 | document that virtual maps require a domain key | Gilles Chehade | |
2011-10-09 | show messages sent between processes in debug mode | Eric Faurot | |
ok gilles@ chl@ | |||
2011-10-09 | don't be too hasty, we can choose to syslog (OR NOT) *after* we parse the | Marc Espie | |
command line options. Problem noticed by Markus Lude. | |||
2011-10-09 | add a missing newline when you merge login.conf if login.conf.db doesn't exist | Stuart Henderson | |
ok aja@ | |||
2011-10-08 | our root is /var/www/htdocs and not /var/www/html | Robert Nagy | |
2011-10-08 | only strip the full path once and remove any / chars from the begining of | Robert Nagy | |
the path | |||
2011-10-05 | make sure that the pcre from ports never gets picked up as a dependency | Robert Nagy | |
and make sure that we link the missing object file since we skip this codepath now in the configuration script | |||
2011-10-05 | Since the worker process of nginx is chrooted on OpenBSD, let's remove | Robert Nagy | |
down the prefix of nginx which is /var/www from the file paths when the worker process tries to reopen files (access.log, error.log, etc.). This fixes the 'nginx -s reopen' issue which was reported by some users. | |||
2011-10-04 | - sync usage() and SYNOPSIS | Jason McIntyre | |
- document "flag", for I2C devices - "pin" is not optional ok matthieu | |||
2011-10-03 | Add a 'flag' locator to gpioiic(4), and define a first flag | Matthieu Herrb | |
value to swap the SDA and SCL pins assigment during attach. Mostly from work with mbalmer@NetBSD. ok miod@ | |||
2011-10-03 | - fix a segv caused by a deep recursion introduced with a recent quick-fix | Gilles Chehade | |
and triggering if clients sent a large number of DATA lines in one write | |||
2011-10-03 | clarify that network sources are to be specified in CIDR notation | Gilles Chehade | |
by David Walker, ok jmc@ | |||
2011-10-03 | update to nginx 1.0.14 | Robert Nagy | |
SECURITY fix: contents of previously freed memory might be sent to a client if backend returned specially crafted response. ok robert@ | |||
2011-10-03 | update to nginx-1.0.8 which includes many bugfixes | Robert Nagy | |
for a complete list please check the CHANGES file | |||
2011-10-02 | Fix some minor things in config(8): | Edd Barrett | |
* As haesbaert suggests, correctly order include files. * Found some old style function defs. Updated. * Found a prototype inside a function. Moved. OK nicm@ | |||
2011-10-02 | When using `config -e`: | Edd Barrett | |
* Don't print a NULL pointer if binary loaded is not a kernel. * Don't segfault of binary loaded is not a kernel. * Report non-existent kernel via a preliminary stat(). * Make a warning look like the rest. OK haesbaert@, nicm@ | |||
2011-10-02 | Delete unused variables, from Michael W Bombardieri. | Nicholas Marriott | |
2011-09-29 | ssl.8: Certifying Authority -> Certificate Authority | Jason McIntyre | |
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo | |||
2011-09-28 | removing annoying debug log | Gilles Chehade | |
2011-09-27 | check closefrom() return value | Charles Longeau | |
use STDERR_FILENO instead of hard coded value ok gilles@ | |||
2011-09-26 | tweak previous; ok claudio | Jason McIntyre | |
2011-09-25 | remove hack, ask for SUBDIRs with FULLPATH set | Marc Espie | |
2011-09-24 | generate and install the correct manual page, noted by deraadt@ | Robert Nagy | |
2011-09-22 | unconditionally chroot to the www user's homedir by default | Robert Nagy | |
2011-09-22 | fix two signed/unsigned comparsions | Robert Nagy | |
2011-09-22 | pick the internal pcre up and use that | Robert Nagy | |
2011-09-22 | thank you CVS for missing the "core" directory | Robert Nagy | |
2011-09-22 | import of nginx 1.0.6 with a bundled libpcre needed for pcre to work | Robert Nagy | |
properly. this is not yet linked to the build but we would like to work on it in tree to provide an apache replacement for base | |||
2011-09-22 | Let tcpdump use the same format for printing IPv6 fragments as for | Alexander Bluhm | |
IPv4. Now it is id:len@off+more for both. ok jsing | |||
2011-09-22 | purge the rcsid | Theo de Raadt | |
2011-09-22 | Revert r1.29. Now that the "C" locale is ASCII-only, this workaround | Stefan Sperling | |
is no longer needed. ok naddy | |||
2011-09-21 | fix missing err.h includes | Jonathan Gray | |
2011-09-21 | missing err.h include | Jonathan Gray | |
ok maja@ | |||
2011-09-21 | include err.h for warnx | Jonathan Gray | |
2011-09-21 | During socket splicing the relayd session timeouts could not be | Alexander Bluhm | |
measured exactly in user land. Use the new idle timeout for socket splicing in the kernel to make it correct. Also do splicing with http if relayd does not check headers. ok mikeb | |||
2011-09-21 | fix an |= that should have been != | Jonathan Gray | |
this could cause a log message to trigger when it shouldn't have reported to isc (RT #24053) and now included in current bind releases | |||
2011-09-21 | fix the two most offensive indentation violations in here. | Peter Hessler | |
pointed out by sthen@ |