Age | Commit message (Collapse) | Author |
|
to using D-H functions from libcrypto more than 6 years ago.
|
|
to using D-H functions from libcrypto more than 6 years ago.
|
|
to using D-H functions from libcrypto more than 6 years ago.
|
|
so we should use htole16() when setting it, instead of htole32().
Patch by Imre Vadasz
ok natano@
|
|
Patch by Imre Vadasz
|
|
enum type in a __packed struct should be avoided.
Patch by Imre Vadasz
|
|
So instead of "if (ret < 0) {" we should check for "if (!ret) {".
Patch by Imre Vadasz
|
|
iwm_rx_data aren't used anywhere and can be removed.
Patch by Imre Vadasz
|
|
ok henning@, krw@
|
|
Similar fix went in sed and ed.
Feedback and OK schwarze@
|
|
On shutdown, there's no need to use kill(2) to kill the child
processes. Just closing the IPC sockets will make the children receive
an EOF, break out from the event loop and then exit.
Tha advantages of this "pipe teardown" are:
* simpler code;
* no need to pledge "proc" in the parent process;
* removal of a (hard to trigger) PID reuse race condition.
"reads good" claudio@
|
|
This adds a linker warning for EVP_EncryptFinal(), EVP_DecryptFinal(),
EVP_CipherFinal(), and documents the recent behavior updates.
ok beck@
|
|
Pulled from ospfd. Original author: claudio@
ok rzalamena@ benno@ claudio@
|
|
ok bcook
|
|
parent and hides the real cause of the termination.
Pulled from ospfd. Original author: claudio@
ok rzalamena@ benno@ claudio@
|
|
Don't dereference d when top is zero.
Original patch from OpenSSL commit d46e946d2603c64df6e1e4f9db0c70baaf1c4c03
ok jsing@
|
|
(When I tried to sync the -H flag to ping)
|
|
|
|
While here, polish some wording.
OK stsp@
|
|
a linked list to store it. No functional change.
OK mpi@ guenther@,
and stsp@ agrees too that the time is ripe to start such cleanup
|
|
available as a separate function to make it easier to reuse in other code.
|
|
by LibreSSL regress tests; checked with bcook@
|
|
relayd_config". This way we can send all the relevant global
configuration to the children, not just the flags and the opts.
With input from and
OK claudio@ benno@
|
|
OK claudio@
|
|
return; sort getopt string and corresponding switch; and some more
tedious stuff
ok martijn
|
|
----------------------------------------------------------------
Only read time information from the received packet if it is big
enough.
OK deraadt@
----------------------------------------------------------------
And with this summary() is in sync between ping and ping6.
|
|
enough to carry timing information.
Do not treat it as a counter as it could overflow.
|
|
No functional change.
|
|
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
|
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
|
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
|
silently create it from scratch instead of printing a warning.
The annoying warning message was reported by ajacoutot@, and espie@
convincingly argues that a non-existing database can be considered
equivalent to an empty one.
|
|
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
|
move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.
ok claudio@, feedback from henning@, deraadt@, reyk@
|
|
The second argument of aml_showvalue() was probably supposed to set
the verbosity level through dnprintf() but in fact it does nothing.
OK deraadt@
|
|
else than AF_INET6.
Ok florian@
|
|
let the caller handle EAGAIN.
ok gilles@
|
|
|
|
let the caller handle EAGAIN.
ok reyk@ gilles@
|
|
socket buffer had no space anymore. The default mbuf space limit
was only 32 KB. So no more data from user-land was accepted. As
tcp_output() keeps the mbuf cluster for retransmits, it will be
freed only after all ACKs have been received. That has killed our
TCP send performance totally. To allow cycling through the mbufs
periodically, we need space for at least 3 of them.
Reported by Andreas Bartelt; testing with mikeb@; OK mikeb@ claudio@
|
|
no functional change at this point.
|
|
The current code is too strict and checks for an OpenBSD area inside an
MBR or GPT and if it fails to find one reports that there's no valid MBR
or GPT (which is misleading because the MBR/GPT is valid).
Instead, do two checks (similar to i386): first see if there's an MBR or GPT
present on the disk and if there is then check for the OpenBSD area.
OK krw@, halex@.
|
|
ok beck
|
|
|
|
OK benno@ rzalamena@
|
|
|
|
random lines are selected on output and that's enough.
From daniel, ok tb
|
|
or killing child processes. - Based on rzalamena@'s diff for httpd.
OK deraadt@ rzalamena@
|
|
blindly always sending one every 60 seconds.
repeated prodding & input naddy
input & OK vgross
|
|
generation. From daniel, ok tb
|