A. Schulze

Results 27 issues of A. Schulze

LDAP server may serve over a unixsocket. To connect to such servers, a LDAP-client uses an 'normal' LDAPURI `ldapi://%2Fpath%2Fto%ldap-socket/dc=base,...` * the hostpart doesn't contain any ":port" * any '/' is...

Problemdescription: https://mailman.nginx.org/pipermail/nginx/2021-January/060277.html this PR implement the solution [suggested by Maxim Dounin](https://mailman.nginx.org/pipermail/nginx/2021-January/060280.html)

If a user receive a message, it will be verified by the plugin. One can "forward the message as attach" (for example to the same mailbox) In that case the...

bug
enhancement

there are nameservers out there, that answers `EXAMPLE.COM` different then `example.com`. This is tested by "nameserver09" but happen only for [SOA](https://github.com/zonemaster/zonemaster-engine/blob/master/lib/Zonemaster/Engine/Test/Nameserver.pm#L868)-Record Some nameservers behave different if asked for A or...

T-Feature
T-Question
A-TestCase

src/best_practice/proxy_solutions.tex mention bluecoat that company no longer exist. was aquired by symatec in 2016 references to bluecoat cannot be verified now and must be reviewed

bug

src/theory/PKIs mention TinyCA an refrerence https://en.wikipedia.org/wiki/TinyCA which no longer exist reference removed from .adoc

bug

src/theory/keylengths mention 3DES. by https://tools.ietf.org/html/rfc8429 3DES is deprecated at least in kerberos. So the text should be updated

bug

consider this `/echo.inc`: ``` location { default_type text/plain; echo_duplicate 1 $echo_client_request_headers; echo "\r"; echo_read_request_body; echo_request_body; echo_flush; } ``` ``` server { listen *:80; include /echo.inc; } server { listen *:443...

currently dmarc-viewer (manage.py parse --type in /path/to/directory/) consume a directory with multiple uncompressed report.xml already extracted from e-mail messages, right? would be handy if it could consume a directory with...

enhancement