Results 109 issues of Stéphane Bortzmeyer

``` % ./sping -peers 193.70.85.11 -debug.showstats foobar 2021/03/24 13:13:00 Listening on[::]:9523 it is now: 2021-03-24 13:13:01.000243893 +0100 CET m=+0.982975288 ``` The extra `foobar` has been silently ignored, which is bad,...

The regular requests module can have persistent HTTPS connections https://2.python-requests.org//en/latest/user/advanced/#session-objects but I do not find how to do it with requests-oauth, which establish one HTTPS connection per request.

``` % mix deps.get Resolving Hex dependencies... Dependency resolution completed: New: configparser 4.0.0 All dependencies are up to date % mix deps.compile ==> configparser Compiling 2 files (.ex) == Compilation...

When I use, per the documentation: session.userauth_publickey_fromfile( "stephane", os.path.expanduser('~/.ssh/id_rsa.pub'), os.path.expanduser('~/.ssh/id_rsa'), "secretphrase") I get: Traceback (most recent call last): File "test.py", line 12, in "stephane", os.path.expanduser('~/.ssh/id_rsa.pub'), os.path.expanduser('~/.ssh/id_rsa'), "secretphrase") File "/usr/lib/pymodules/python2.6/libssh2/session.py", line...

Apparently, in `lib/Zonemaster/Engine/Test/DNSSEC.pm`, Zonemaster checks the possible expiration of DNSSEC signatures by [just a regular "lower than" operator](https://github.com/zonemaster/zonemaster-engine/blob/master/lib/Zonemaster/Engine/Test/DNSSEC.pm#L2147). If this is indeed the case, it is a [Y2038 bug]([url](https://en.wikipedia.org/wiki/Year_2038_problem)). RFC...

T-Bug

In -10, unlike appendix C.1, there is no Signature: header, in appendix C.2. Also, the indentation in C.3 seems wrong.

quality

Using a cable and minicom on my Ubuntu machine, I can see the boot messages (weston image 1.3) just fine. In the end, I get the login prompt but when...

**Describe the bug** I upgraded to Unbound 1.20 (a small resolver). After that, it crashes in less than one hour. **To reproduce** Steps to reproduce the behavior: 1. Run unbound...

### Zig Version 0.12.0-dev.1710+2bffd8101 ### Steps to Reproduce and Observed Behavior 1. Write any Zig program with a ` main`, even a very simple one 2. ` zig build-exe` Here...

bug
arch-powerpc