Age | Commit message (Collapse) | Author |
|
Fixes a possible crash and caching issue when manually moving an
envelope to the queue with smtpctl discover.
ok millert@
|
|
|
|
Previous implementation hit a deadlock sometimes as the pthread_cond_broadcast
for the pause mutex could happen before pthread_cond_wait. This implementation
uses a barrier which is hit when all vpcus are paused.
ok mpi@
|
|
|
|
rpki-client is not only for bgpd (especially in the portable version).
From Robert Scheck.
OK job@ benno@
|
|
options field was difficult to describe concisely;
- tweak wording accordingly
- sort flags
- condense STANDARDS to avoid text repitition, as suggested by deraadt
- document flags may be combined, now deraadt fixed the parsing
ok millert deraadt
|
|
-ns are now possible, as well as (useless) repetition like -nnn.
ok millert
|
|
|
|
|
|
and bump protocol version.
discussed with jung@, martijn@ and Gilles.
ok jung@
|
|
wordsmithing jmc@
|
|
We want to log when the job is added but will not be run, not every
time the run queue is processed.
|
|
If the lookup fails it falls back to parsing the ethernet address normally.
ok krw@
|
|
field before command, rather than muddling up the command description to
explain them messily as some sort of exception
ok millert
|
|
This adds a new "-s" flag to the command field which indicates that
only a single instance of the job should run concurrenty.
OK beck@ job@ deraadt@
|
|
officially deprecated and even if not exit(3) will take care of freeing
all that memory anyway. Non of the functions do any cleanup beyond simple
memory deallocation.
OK benno@ deraadt@
|
|
argument to ntohs(). Just memcpy to a uint16_t value and ntohs this value.
Fixes possible alignment issues as reported by newer gcc compilers.
OK beck@
|
|
|
|
OK tb@
|
|
That way, when slaacd gets started in a different rdomain with
route exec things just work, no need to provide an alternative
control socket.
Pointed out by claudio
Original diff by benno, but I like my bikeshed purple.
OK benno, claudio
|
|
ok dlg@
|
|
This is a step towards reducing the type casting crazyness.
|
|
By default a PID filter is set by dt(4) to not record events for the tracing
program.
The other type of predicates, which are checked in userland, is coming soon!
|
|
|
|
There's no need to redefine the INKERNEL() macro in userland because
stacktrace_save_at() only saves kernel stack traces.
If we decide to use the same interface to unwind & save userland stack
traces we can simply indicate that in the "struct stacktrace".
Discussed with deraadt@ and kettenis@
|
|
The random intervals used can be adjusted as needed. OK deraadt@
|
|
For example "0~30" will result in a random value between 0 and 30
inclusive. If either (or both) of the numbers on either side of
the '~' are omitted, the appropriate limit (low or high) for the
field will be used. OK deraadt@ beck@ jmc@
|
|
|
|
make things easier for -portable
ok claudio
|
|
kinds of paths are coming in here.
ok benno claudio
|
|
ok claudio@
|
|
definition; from Michael Forney
|
|
desired name of the MX not being present in the certificate, log that
this is he reason for the failure and the name we couldn't find in
the cert.
ok millert@ martijn@
|
|
From Geoff Hill.
|
|
This exposes VMM_IOC_MPROTECT_EPT which can be used by vmd to lock in physical
pages. Currently, vmd just terminates the vm in case it gets a protection fault
in the future.
This feature is used by solo5 which uses vmm(4) as a backend hypervisor.
ok mpi@
Patch from Adam Steen <adam@adamsteen.com.au>
|
|
|
|
an unusually long uid.
Reported by Adarsh Dinesh. Thanks!
|
|
OK remi@
|
|
|
|
open error can be better logged to the operator. The cryptowarnx function
logs warnings is a less optimal way (mainly because of OpenSSL error stacks).
OK benno@ deraadt@
|
|
to check all files in a mft before failing and also the check is now done
after the embedded cert was checked.
This refactor was triggered because of a bug in mft_parse_econtent().
check_validity() altered rc but later failure code assumed that goto out
is good enough to return an error (rc == -1) but since rc was 1 success
was returned. This bug is now also fixed.
Bug report and OK job@
|
|
function name. Also AKI (authority key identifier) should be capitalized
and use duplicated instead of dup. There was a case where this error got hit
so better make it pretty.
|
|
This is necessary to not silently continue if pppx_ioctl() returns an
error.
Found out by and diff from Vitaliy Makkoveev.
ok yasuoka@
|
|
|
|
4861. No binary change.
While here consistently use #define<tab> instead of #define<space>.
|
|
checked. This way all corrupted or missing files should show up in a
single run. This should help operators to get a better idea what and how
much is broken.
OK benno@
|
|
on. In case the file hash does not match or the file does not exist the full
MFT is considered invalid and dropped. With this partial ROA updates based
on a corrupt data set will produce less likely inconsistencies in the VRP
output.
With and OK job@
|
|
|
|
Also change get_net_link() and get_rtr_link() to work like ospfd(8)
couterpart.
OK remi@
|
|
|