openbsd
3 years agoProperly restore FPSCR register.
kettenis [Wed, 14 Apr 2021 18:35:14 +0000 (18:35 +0000)]
Properly restore FPSCR register.

ok deraadt@

3 years agohandle obj dir
deraadt [Wed, 14 Apr 2021 18:10:47 +0000 (18:10 +0000)]
handle obj dir

3 years agomove the RPKI_VERSION define into its own version.h file, helps portable.
benno [Wed, 14 Apr 2021 18:05:47 +0000 (18:05 +0000)]
move the RPKI_VERSION define into its own version.h file, helps portable.
ok claudio@

3 years agoUnify pivot.h; brings powerpc/powerpc64 support to the usr.bin/lastcomm
kettenis [Wed, 14 Apr 2021 16:06:15 +0000 (16:06 +0000)]
Unify pivot.h; brings powerpc/powerpc64 support to the usr.bin/lastcomm
regress test.

ok bluhm@

3 years agorevert previous. some of the keyupdate tests still fail occasionally
tb [Wed, 14 Apr 2021 14:54:30 +0000 (14:54 +0000)]
revert previous. some of the keyupdate tests still fail occasionally

3 years agoEnable test-tls13-keyupdate.py
tb [Wed, 14 Apr 2021 14:29:16 +0000 (14:29 +0000)]
Enable test-tls13-keyupdate.py

3 years agomove test-record-size-limit.py to unsupported
tb [Wed, 14 Apr 2021 14:19:51 +0000 (14:19 +0000)]
move test-record-size-limit.py to unsupported

3 years ago_PASSWORD_LEN is no longer the limit for an unencrypted password.
millert [Wed, 14 Apr 2021 13:59:59 +0000 (13:59 +0000)]
_PASSWORD_LEN is no longer the limit for an unencrypted password.
It is now used as the max length of the encrypted password hash.
From Benjamin Baier.

3 years agoenable test-record-layer-fragmentation.py
tb [Wed, 14 Apr 2021 13:37:59 +0000 (13:37 +0000)]
enable test-record-layer-fragmentation.py

3 years agofactor argument to catch an alert mismatch into a helper function
tb [Wed, 14 Apr 2021 13:06:53 +0000 (13:06 +0000)]
factor argument to catch an alert mismatch into a helper function

3 years agoRename privacy to temporary in slaacd regress, then it passes.
bluhm [Wed, 14 Apr 2021 12:32:56 +0000 (12:32 +0000)]
Rename privacy to temporary in slaacd regress, then it passes.
OK florian@

3 years agospacing
deraadt [Tue, 13 Apr 2021 21:16:01 +0000 (21:16 +0000)]
spacing

3 years agoconstruct an octeon installXX.img file
deraadt [Tue, 13 Apr 2021 21:13:20 +0000 (21:13 +0000)]
construct an octeon installXX.img file

3 years agoAutomated regress cannot connect to servers in internet. Check
bluhm [Tue, 13 Apr 2021 18:50:46 +0000 (18:50 +0000)]
Automated regress cannot connect to servers in internet.  Check
whether jigsaw.w3.org is reachable and skip rpki client http test
if not.
OK claudio@

3 years agoenable test-tlsfuzzer-invalid-compression-methods.py
tb [Tue, 13 Apr 2021 16:16:06 +0000 (16:16 +0000)]
enable test-tlsfuzzer-invalid-compression-methods.py

3 years agoInclude modifiers when looking up an individual key.
nicm [Tue, 13 Apr 2021 16:00:47 +0000 (16:00 +0000)]
Include modifiers when looking up an individual key.

3 years agoenable test-large-hello.py as a slow test
tb [Tue, 13 Apr 2021 15:59:14 +0000 (15:59 +0000)]
enable test-large-hello.py as a slow test

3 years agowith new defaults, test-fuzzed-plaintext.py is no longer slow
tb [Tue, 13 Apr 2021 15:53:20 +0000 (15:53 +0000)]
with new defaults, test-fuzzed-plaintext.py is no longer slow

3 years agomove a few tests to the unsupported group and fix two comments
tb [Tue, 13 Apr 2021 15:45:22 +0000 (15:45 +0000)]
move a few tests to the unsupported group and fix two comments

3 years agoRequire that the argument to the window option be non-zero.
millert [Tue, 13 Apr 2021 15:39:21 +0000 (15:39 +0000)]
Require that the argument to the window option be non-zero.
A zero-row window would not be usable (no room to edit) and the
code is full of assumptions that "sp->t_rows - 1" >= 0.
From Erik Ruotsalainen, fixes a bug reported by Paul de Weerd.

3 years agoannotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected
tb [Tue, 13 Apr 2021 15:35:20 +0000 (15:35 +0000)]
annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expected
alerts and where to add them.

3 years agoIgnore expandtab setting when in command mode.
millert [Tue, 13 Apr 2021 15:34:41 +0000 (15:34 +0000)]
Ignore expandtab setting when in command mode.
Fixes things like searching for a literal tab character when
expandtab is enabled.  From nvi2 (leres).  OK martijn@

3 years agoFix merging of files that lack a final \n at EOF after a block of common lines.
stsp [Tue, 13 Apr 2021 14:20:23 +0000 (14:20 +0000)]
Fix merging of files that lack a final \n at EOF after a block of common lines.

Problem reported by Josh Rickmar.
ok millert@

3 years agoAdjust http_done() the be more like http_fail() -- only do the message
claudio [Tue, 13 Apr 2021 13:54:15 +0000 (13:54 +0000)]
Adjust http_done() the be more like http_fail() -- only do the message
delivery part but don't alter the http_connection anymore.
Also move common code in the connect case into a new function and call it
from connect and finish connect.
OK benno@

3 years agoBefore adding a file to the temporary rrdp repo remove it from the
claudio [Tue, 13 Apr 2021 13:35:59 +0000 (13:35 +0000)]
Before adding a file to the temporary rrdp repo remove it from the
deleted filepath set. A file can only be in one set (deleted or added)
but not on both.
OK benno@

3 years agoChange how extended ctrl keys are processed to fix C-S-Tab and C-;.
nicm [Tue, 13 Apr 2021 12:26:34 +0000 (12:26 +0000)]
Change how extended ctrl keys are processed to fix C-S-Tab and C-;.

3 years agoUnbreak rtable regress test. Define _KERNEL in some crucial spots so that
claudio [Tue, 13 Apr 2021 08:21:12 +0000 (08:21 +0000)]
Unbreak rtable regress test. Define _KERNEL in some crucial spots so that
the include guard in rtsock.h is bypassed and critical defines like rtentry
show up. Also remove the old RADIX bits, rtable code is art only for a while.

3 years agoFix rde_decide_test regress test
claudio [Tue, 13 Apr 2021 07:43:23 +0000 (07:43 +0000)]
Fix rde_decide_test regress test

3 years agoAdd a basic regress test to test the 'rde evaluate all' feature.
claudio [Tue, 13 Apr 2021 07:39:17 +0000 (07:39 +0000)]
Add a basic regress test to test the 'rde evaluate all' feature.

3 years agoUse tee(1) so that the bgpctl output is visible during the run.
claudio [Tue, 13 Apr 2021 07:38:23 +0000 (07:38 +0000)]
Use tee(1) so that the bgpctl output is visible during the run.

3 years agoMove mode set/reset after sync so cursor doesn't flicker, from Avi
nicm [Tue, 13 Apr 2021 05:25:05 +0000 (05:25 +0000)]
Move mode set/reset after sync so cursor doesn't flicker, from Avi
Halachmi.

3 years agoHandle C-Tab correctly with extended keys, GitHub issue 2642.
nicm [Tue, 13 Apr 2021 05:23:34 +0000 (05:23 +0000)]
Handle C-Tab correctly with extended keys, GitHub issue 2642.

3 years agohandle iso dir
deraadt [Tue, 13 Apr 2021 04:55:28 +0000 (04:55 +0000)]
handle iso dir

3 years agoCast XML_GetCurrentLineNumber() to unsigned long long in warnx since
claudio [Mon, 12 Apr 2021 17:23:30 +0000 (17:23 +0000)]
Cast XML_GetCurrentLineNumber() to unsigned long long in warnx since
expat my either use unsigned long or unsigened long long as return value
depending on compile options. This upcast is an easy way around this issue.
OK deraadt@

3 years agoSpaces, no functional change
claudio [Mon, 12 Apr 2021 10:03:33 +0000 (10:03 +0000)]
Spaces, no functional change

3 years agoAdd a flag to disable keys to close a message, GitHub issue 2625.
nicm [Mon, 12 Apr 2021 09:36:12 +0000 (09:36 +0000)]
Add a flag to disable keys to close a message, GitHub issue 2625.

3 years agoPermit shortcut keys in buffer, client, tree modes to be configured with
nicm [Mon, 12 Apr 2021 06:50:25 +0000 (06:50 +0000)]
Permit shortcut keys in buffer, client, tree modes to be configured with
a format; the default remains the line number. GitHub issue 2636.

3 years agoDocument bpe(4)
kn [Mon, 12 Apr 2021 03:17:57 +0000 (03:17 +0000)]
Document bpe(4)

Diff from Marcus MERIGHI <mcmer-openbsd at tor dot at>, thanks.

Feedback OK jmc
OK dlg

3 years agoDocument 'request' option to request additional configuration payloads.
tobhe [Sun, 11 Apr 2021 23:27:06 +0000 (23:27 +0000)]
Document 'request' option to request additional configuration payloads.

ok patrick@

3 years agoKNF, capitalization, whitespace
dv [Sun, 11 Apr 2021 21:02:40 +0000 (21:02 +0000)]
KNF, capitalization, whitespace

3 years agoRemove dead code for unused IMSG_CTL_NOTIFY messages.
dv [Sun, 11 Apr 2021 18:53:23 +0000 (18:53 +0000)]
Remove dead code for unused IMSG_CTL_NOTIFY messages.

Some vestigial code left over from when priv-sep was implemented.

ok mlarkin@

3 years agoCreate a sparc64 install*.img file also
deraadt [Sun, 11 Apr 2021 17:18:15 +0000 (17:18 +0000)]
Create a sparc64 install*.img file also
tested by kettenis

3 years agovnconfig is run without a label-type (install360), because in-Makefile
deraadt [Sun, 11 Apr 2021 16:11:59 +0000 (16:11 +0000)]
vnconfig is run without a label-type (install360), because in-Makefile
scripting calculates msdos+ffs layout, so FSTYPE= is not neccessary.

3 years agoOn systems that hide the PCI bridge device corresponding to a PCIe RC port
kettenis [Sun, 11 Apr 2021 15:30:51 +0000 (15:30 +0000)]
On systems that hide the PCI bridge device corresponding to a PCIe RC port
we may end up passing a NULL pointer to pcie_get_speed_cap().  Handle this
by returning PCI_SPEED_UNKNOWN instead of dereferencing a null-pointer.

ok jsg@

3 years agoCorrect a comment: reference the correct file
dv [Sun, 11 Apr 2021 14:12:42 +0000 (14:12 +0000)]
Correct a comment: reference the correct file

3 years agobwfm(4) needs firmload
kn [Sun, 11 Apr 2021 14:07:03 +0000 (14:07 +0000)]
bwfm(4) needs firmload

Otherwise compiling a kernel witout any other wifi drivers fails.

OK patrick deraadt

3 years agodo not build unused code and remove uneeded dependency on libm.
eric [Sun, 11 Apr 2021 07:18:08 +0000 (07:18 +0000)]
do not build unused code and remove uneeded dependency on libm.

ok tb@

3 years agoUpdate a stale comment and fix a typo.
tb [Sun, 11 Apr 2021 07:06:01 +0000 (07:06 +0000)]
Update a stale comment and fix a typo.

3 years agosync
deraadt [Sun, 11 Apr 2021 02:30:03 +0000 (02:30 +0000)]
sync

3 years agoFix two typos in comments
job [Sun, 11 Apr 2021 01:20:03 +0000 (01:20 +0000)]
Fix two typos in comments

sure deraadt@

3 years agobuild arm64 install*.img
deraadt [Sat, 10 Apr 2021 21:02:36 +0000 (21:02 +0000)]
build arm64 install*.img
requested by kettenis, first testing by kn

3 years agoMake sure the ip header lands on a 4 byte alignment by adding 2 bytes
florian [Sat, 10 Apr 2021 17:22:34 +0000 (17:22 +0000)]
Make sure the ip header lands on a 4 byte alignment by adding 2 bytes
padding because the ethernet header in front is only 14 bytes.
Found the hard way by me while testing on sparc64.
Solution suggested by & OK deraadt

3 years agoAdd cabal-module(5) man page
gnezdo [Sat, 10 Apr 2021 15:26:47 +0000 (15:26 +0000)]
Add cabal-module(5) man page

OK kn

3 years agoremove dead code and unused dependencies
eric [Sat, 10 Apr 2021 10:19:19 +0000 (10:19 +0000)]
remove dead code and unused dependencies

ok tb@

3 years agoDo not compare TLS config params for non-TLS servers. This allows to
claudio [Sat, 10 Apr 2021 10:10:07 +0000 (10:10 +0000)]
Do not compare TLS config params for non-TLS servers. This allows to
mix 'listen * port 80' and 'listen * tls port 443' in one server block.
Also the last argument of server_tls_cmp - match_keypair - is always 0
so remove this code.
OK florian@ tb@ some long time ago

3 years agobump smtpd version
eric [Sat, 10 Apr 2021 06:44:18 +0000 (06:44 +0000)]
bump smtpd version

3 years agoregen
mlarkin [Fri, 9 Apr 2021 20:59:03 +0000 (20:59 +0000)]
regen

3 years agoadd pcidevs entries for Aquantia ethernet devices
mlarkin [Fri, 9 Apr 2021 20:58:20 +0000 (20:58 +0000)]
add pcidevs entries for Aquantia ethernet devices

3 years agoIt is macobio0; hit with the cluestick from jsg
kn [Fri, 9 Apr 2021 20:05:50 +0000 (20:05 +0000)]
It is macobio0;  hit with the cluestick from jsg

3 years agoallow to specify tls ciphers and protocols on listeners
eric [Fri, 9 Apr 2021 16:43:43 +0000 (16:43 +0000)]
allow to specify tls ciphers and protocols on listeners

ok tb@

3 years agoWhen a DHCP server sends an invalid T1 or T2 default back to the default
martijn [Fri, 9 Apr 2021 14:46:39 +0000 (14:46 +0000)]
When a DHCP server sends an invalid T1 or T2 default back to the default
values as specified in RFC2131 section 4.4.5. Allows my Comtrend VI-3223u
to work.

OK florian@

3 years agosynopsis: macobio0* -> macobio*
kn [Fri, 9 Apr 2021 11:36:28 +0000 (11:36 +0000)]
synopsis: macobio0* -> macobio*

3 years agoAdd a minimal regress test for the http client code.
claudio [Fri, 9 Apr 2021 10:14:36 +0000 (10:14 +0000)]
Add a minimal regress test for the http client code.
This currently uses some external website to do redirect test and
to check both regular and chunked downloads.
Only for libressl because you can't mix openssl 1.1 and libtls on OpenBSD.

3 years agoOnly modify routes if SA has a valid address lease. On IKE SA rekey
tobhe [Fri, 9 Apr 2021 09:15:04 +0000 (09:15 +0000)]
Only modify routes if SA has a valid address lease.  On IKE SA rekey
sa_cp_addr and sa_cp_addr6 are moved to the new SA before the old
SA is deleted.
Fixes a bug where host routes were deleted on IKE SA rekey.

ok patrick@

3 years agoChange a type to fix a warning with some compilers.
nicm [Fri, 9 Apr 2021 07:02:00 +0000 (07:02 +0000)]
Change a type to fix a warning with some compilers.

3 years agoTidy up the http state machine a bit. Make sure that http_nextstate() runs
claudio [Fri, 9 Apr 2021 06:52:50 +0000 (06:52 +0000)]
Tidy up the http state machine a bit. Make sure that http_nextstate() runs
until an error or an IO opperation is needed. In other words it should not
return 0. Because of this adjust the http_tls_connect() call a bit. Also
call http_connect() in http_redirect() instead of needing an extra step
in the state machine. Last but not least make sure that http_handle() does
only one IO operation and check for possible POLLHUP event.
OK tb@

3 years agoAn extra internal consistency check and a missing stats adjustment. ok tb@
otto [Fri, 9 Apr 2021 06:05:21 +0000 (06:05 +0000)]
An extra internal consistency check and a missing stats adjustment. ok tb@

3 years agoCache implementation has changed, we do not hold on to an exact number
otto [Fri, 9 Apr 2021 06:04:15 +0000 (06:04 +0000)]
Cache implementation has changed, we do not hold on to an exact number
of pages anymore, but also cache larger regions; ok tb@

3 years agoFix release time
tb [Fri, 9 Apr 2021 05:54:00 +0000 (05:54 +0000)]
Fix release time

ok deraadt

3 years agoExpose two extra metrics via JSON
job [Thu, 8 Apr 2021 19:49:27 +0000 (19:49 +0000)]
Expose two extra metrics via JSON

This removes some of the needs of rpki-client affiniadios who
screen-scrape rpki-client's STDOUT.

OK deraadt@

3 years agosync
deraadt [Thu, 8 Apr 2021 19:14:26 +0000 (19:14 +0000)]
sync

3 years agoIncrease buffer size for http_info a bit. 64 chars is a bit short for
claudio [Thu, 8 Apr 2021 18:35:02 +0000 (18:35 +0000)]
Increase buffer size for http_info a bit. 64 chars is a bit short for
RRDP URLs.

3 years agoRefactor the regular and chunked data write so that one function can
claudio [Thu, 8 Apr 2021 18:32:55 +0000 (18:32 +0000)]
Refactor the regular and chunked data write so that one function can
handle both cases. Simplifies the code a fair bit.
OK tb@

3 years agoDo not request unused "classless-static-routes" dhcp-options(5)
kn [Thu, 8 Apr 2021 17:29:17 +0000 (17:29 +0000)]
Do not request unused "classless-static-routes" dhcp-options(5)

Doing so implies support for it, but dhcpleased(8) currently ingores it
entirely and does not configure any route from it.

As per RFC 3442 servers SHOULD NOT respond with a "routers" option when
"classless-static-routes" is set.

dhcpd(8)/dhcpd.conf(5) follows that, hence requesting but not using static
routes results in not installing any routes at all.

Stop signaling support for this option and only request "routers" such that
dhcpleased continues to install a default route and properly ignores the
unsupported option if used by the server.

Report from Uwe Werler <uwe @ werler dot is> about a default route not
being set when requesting the "classless-static-routes" dhcp-options(5)
from dhcpd(8), thanks!

OK florian

3 years agoEnable test-cve-2016-6309.py
tb [Thu, 8 Apr 2021 17:11:43 +0000 (17:11 +0000)]
Enable test-cve-2016-6309.py

3 years agoSwitch logic from != to ==. Makes the code easier to read.
claudio [Thu, 8 Apr 2021 17:07:55 +0000 (17:07 +0000)]
Switch logic from != to ==. Makes the code easier to read.

3 years agoChange the order of the poll loop to first process active http connections
claudio [Thu, 8 Apr 2021 16:56:34 +0000 (16:56 +0000)]
Change the order of the poll loop to first process active http connections
and then accept new ones. This way there is no risk of processing a new
connection before poll() was called.
OK tb@ as part of a larger diff

3 years agoShuffle deck chairs so that the order is more logical (at least for me).
claudio [Thu, 8 Apr 2021 16:46:59 +0000 (16:46 +0000)]
Shuffle deck chairs so that the order is more logical (at least for me).
No functional change.

3 years agoPrevent a use-after-free access in case of a http redirect by also clearing
claudio [Thu, 8 Apr 2021 16:43:08 +0000 (16:43 +0000)]
Prevent a use-after-free access in case of a http redirect by also clearing
the conn->res pointer after calling freeaddrinfo().
OK tb@ (as part of a bigger diff)

3 years agoMore cleanup of the main function. Use a loop to collect all childs with
claudio [Thu, 8 Apr 2021 16:32:42 +0000 (16:32 +0000)]
More cleanup of the main function. Use a loop to collect all childs with
waitpid() and print if they exited non-zero or by a signal. Also adjust
the poll hangup case to exit the poll loop instead of erroring out. This
way a crashed child should be reported before exit.
OK job@ tb@

3 years agoMissing setproctitle("rrdp") noticed by deraadt@
claudio [Thu, 8 Apr 2021 15:31:14 +0000 (15:31 +0000)]
Missing setproctitle("rrdp") noticed by deraadt@

3 years agoLog the key written to the terminal as well as tmux's idea of what it
nicm [Thu, 8 Apr 2021 14:16:12 +0000 (14:16 +0000)]
Log the key written to the terminal as well as tmux's idea of what it
is.

3 years agoreword manpage on -n
job [Thu, 8 Apr 2021 14:03:32 +0000 (14:03 +0000)]
reword manpage on -n

OK claudio@

3 years agoThe path with the *highest* local weight is selected
danj [Thu, 8 Apr 2021 11:56:30 +0000 (11:56 +0000)]
The path with the *highest* local weight is selected

ok kn

3 years agofix SEE ALSO, and tidy up the text a little;
jmc [Thu, 8 Apr 2021 11:53:16 +0000 (11:53 +0000)]
fix SEE ALSO, and tidy up the text a little;

3 years agotidy up AUTHORS with -nosplit;
jmc [Thu, 8 Apr 2021 11:52:27 +0000 (11:52 +0000)]
tidy up AUTHORS with -nosplit;

3 years agoAvoid clobbering the error code when sending an alert
tb [Wed, 7 Apr 2021 21:48:23 +0000 (21:48 +0000)]
Avoid clobbering the error code when sending an alert

In order to fail gracefully on encountering a self-signed cert, curl looks
at the top-most error on the stack and needs specific SSL_R_ error codes.
This mechanism was broken when the tls13_alert_sent_cb() was added after
people complained about unhelpful unknown errors. Fix this by only setting
the error code from a fatal alert if no error has been set previously.

Issue reported by Christopher Reid

ok jsing

3 years agoUse ERR_print_error_fp() to avoid leaking a BIO in fatal()
tb [Wed, 7 Apr 2021 17:21:40 +0000 (17:21 +0000)]
Use ERR_print_error_fp() to avoid leaking a BIO in fatal()

3 years agographaudio(4)
kettenis [Wed, 7 Apr 2021 17:13:38 +0000 (17:13 +0000)]
graphaudio(4)

3 years agoAdd graphaudio(4), a driver to support linking together audio components
kettenis [Wed, 7 Apr 2021 17:12:22 +0000 (17:12 +0000)]
Add graphaudio(4), a driver to support linking together audio components
based on the audio graph description that uses ports and endpoints in
the device tree.

ok patrick@

3 years agoIn some cases the http process terminates and Theo's and my theory is that
claudio [Wed, 7 Apr 2021 16:40:38 +0000 (16:40 +0000)]
In some cases the http process terminates and Theo's and my theory is that
this is caused by a SIGPIPE. So add a handler that will abort the process
and dump core.
OK deraadt@

3 years agoAdd support for the fractional dividers for the i2s clocks.
kettenis [Wed, 7 Apr 2021 16:35:02 +0000 (16:35 +0000)]
Add support for the fractional dividers for the i2s clocks.
Fixes audio on the pinebook pro.

ok kn@, patrick@

3 years agoFree the parser then close the file. Seems like the better order.
claudio [Wed, 7 Apr 2021 16:29:14 +0000 (16:29 +0000)]
Free the parser then close the file. Seems like the better order.

3 years ago"oldlladddr" -> "oldlladdr" in fatal() verbiage.
krw [Wed, 7 Apr 2021 16:09:40 +0000 (16:09 +0000)]
"oldlladddr" -> "oldlladdr" in fatal() verbiage.

3 years agominor KNF found while hunting for a bug
deraadt [Wed, 7 Apr 2021 16:06:37 +0000 (16:06 +0000)]
minor KNF found while hunting for a bug

3 years agoRestore previous behaviour so that C-X remains the same as C-x. Instead,
nicm [Wed, 7 Apr 2021 15:46:12 +0000 (15:46 +0000)]
Restore previous behaviour so that C-X remains the same as C-x. Instead,
translate incoming extended keys so that they are consistent.

3 years agoHandle bind() failure like connect() or socket() failure and try next
claudio [Wed, 7 Apr 2021 14:26:21 +0000 (14:26 +0000)]
Handle bind() failure like connect() or socket() failure and try next
address if available. No other tools consider bind() errors as non-fatal
warnings so rpki-client should not behave different.
OK tb@

3 years agoWhen merging a repo even files to delete can be part of the temporary
claudio [Wed, 7 Apr 2021 14:19:31 +0000 (14:19 +0000)]
When merging a repo even files to delete can be part of the temporary
work dir. So unlink can return an ENOENT error for the main repo. In
which case the temp dir should be tried.
Refactor this code a bit since there is no way rrdp_filename() should
fail in this part of the code.
OK tb@

3 years agoAdd a current_file format for the config file being parsed. Originally
nicm [Wed, 7 Apr 2021 12:50:12 +0000 (12:50 +0000)]
Add a current_file format for the config file being parsed. Originally
suggested by kn@, also GitHub issue 2638.

3 years agoWhen display-message used in config file, show the message after the
nicm [Wed, 7 Apr 2021 12:49:33 +0000 (12:49 +0000)]
When display-message used in config file, show the message after the
config file finishes. GitHub issue 2637.