Maarten Aertsen

Results 15 issues of Maarten Aertsen

Feedback in Dutch by @baknu while working on public documentation for github.com/internetstandards/internet.nl: > Het valt me op dat in de RPKI Documentation de toelichting van de validatie-statussen net wat anders...

Some points that came up when discussing this: - operators have decreased validation frequency of RP sofware over time (Routinator's currently at 10min), in contrast to filter generation where updates...

The parameter force=false makes the copy command fail when the destination exists. This should be a success instead. Example task: ``` - name: copy authorized_keys copy: src: /etc/dropbear/authorized_keys remote_src: true...

I just squashed a long existing type of error message in my logs, of the form `'Unsupported VALUE parameter for DTEND property'`. I tracked this down to incorrect VCARD data...

enhancement
good first issue
1. to develop
feature: dav
feature: caldav

I came across a broken e-mail that has a space in the filename parameters of a Content-Disposition header, like this: `Content-Disposition: inline; filename=Concur _1_.png` Now, this is not valid per...