Age | Commit message (Collapse) | Author |
|
|
|
- introduce 'smtpctl schedule-all'
ok eric@
|
|
spotted by chl@
ok chl@
|
|
- use correct endianness when dumping/loading port
- use the right flag set when dumping/loading flags
- keep and use the authmap name when needed, rather than an id that
might change when smtpd is restarted
- dump/load the authmap name with the envelope
- remove the rule struct from rq_batch as only the relay info is useful
ok gilles@
|
|
ok gilles@
|
|
schedule queue to corrupt queue upon envelope loading failure.
tested by me, ok eric@
|
|
ok eric@ gilles@
|
|
tested by gilles@
ok gilles@ eric@
|
|
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@
|
|
ok gilles@
|
|
|
|
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@
|
|
used in make print-plist-libs)
|
|
rc race that caused X11 to fail to open /dev/wsmouse; ok stsp miod
|
|
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.
|
|
1 in session_new(), but it is never used.
Diff from Michael W. Bombardieri
henning@ claudio@ sthen@ fgsch@ deraadt@
|
|
OK mcbride@
|
|
correctly freed by SSL_free() at the end of the session.
Plug a leak in the mta.
ok! gilles@
|
|
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
|
|
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.
|
|
|
|
|
|
ok gilles@ chl@
|
|
command line options.
Problem noticed by Markus Lude.
|
|
ok aja@
|
|
|
|
the path
|
|
and make sure that we link the missing object file since we skip this
codepath now in the configuration script
|
|
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.
|
|
- document "flag", for I2C devices
- "pin" is not optional
ok matthieu
|
|
value to swap the SDA and SCL pins assigment during attach.
Mostly from work with mbalmer@NetBSD.
ok miod@
|
|
and triggering if clients sent a large number of DATA lines in one write
|
|
by David Walker, ok jmc@
|
|
SECURITY fix: contents of previously freed memory might be sent
to a client if backend returned specially crafted response.
ok robert@
|
|
for a complete list please check the CHANGES file
|
|
* As haesbaert suggests, correctly order include files.
* Found some old style function defs. Updated.
* Found a prototype inside a function. Moved.
OK nicm@
|
|
* 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@
|
|
|
|
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus)
all: X509 -> X.509
from Lawrence Teo
|
|
|
|
use STDERR_FILENO instead of hard coded value
ok gilles@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
IPv4. Now it is id:len@off+more for both.
ok jsing
|