Paweł Krawczyk

Results 31 issues of Paweł Krawczyk

It would be very useful if acmetool could calculate and display certificate hash for use with HTTP Public Key Pinning, per [RFC 5469](https://tools.ietf.org/html/rfc7469#appendix-A), which is equivalent to these commands: ```...

Since the `ipsec-tools` project has been [discontinued](http://ipsec-tools.sourceforge.net/) and as result the tools [have been removed from Debian](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932144) and Ubuntu, this project requires a substantial design changes. One option is [libreswan](https://libreswan.org/man/ipsec.conf.5.html)...

help wanted

Currently the `TACSYSLOG` macro only output diagnostic information to `syslog`, which is inconvenient in testing. Add option to log the same data to `stderr`.

enhancement
minor
os_hardening

When the server is using `SCRAM-SHA-256` (now officially recommended starting from PostgreSQL 10) `wal-g` throws the following error message: ``` INFO: 2019/04/08 15:39:38.782426 Doing full backup. ERROR: 2019/04/08 15:39:38.798466 Connect:...

As reported by [Retire.js](https://retirejs.github.io/retire.js/), `flower` incorporates a very old JQuery version that has known vulnerabilities. I would recommend upgrading to [jquery-1.12.4.min.js](https://code.jquery.com/jquery-1.12.4.min.js) which is the latest in 1.x line. ``` jquery...

I'm experiencing a strange issue on a number of Linux boxes where the `tun0` interface IP is being selected as the source IP for outgoing connections even for non-Yggdrasil IPs:...

GreyNoise made public the IPs that are hitting Ukraine with scans and actual attacks currently, likely to be reused for other countries. https://api.greynoise.io/datashots/ukraine/manifest.json The manifest JSON contains URLs to the...

Django 1.6 warns about simplejson imports in dajax/core.py: from django.utils import simplejson as json This can be fixed by replacing that with: import json

I'm using Django on URL like http://domain/sub where all requests to sub/ are passed to Django. Everything works fine except for Dajaxice calls. I have added the following to settings.py:...

future