Dirk-Willem van Gulik

Results 49 issues of Dirk-Willem van Gulik

From django 4.x - url in django .confs is no longer available. Fix: 1) replace import by from django.urls import include, re_path 2) replace url() on line 34 with re_path(...

#### Description Avoid the priveleged port range when selecting a port to listen/bind to. #### Reference issue Fixes #651

## Summary Given of often users of ICE may run at non priveleged users - it may make sense to make the 'port min' default in https://github.com/pion/ice/blob/ab18a94710c2fd279759ade01f19fc1f0e775af1/net.go#L109 from 1 to...

### Summary When working with smartcard/yubikeys/solokeys - the error message: gpg: decryption failed: Inappropriate ioctl for device is typically related to something in the hardware real; such as not having...

help-wanted
gpg

TLS currently does not accept wildcarded DN's when connecting to a TLS/SSL host. This tweak makes that work. Fixes/addresses issue #269

test-checks-failed

### Feature Description chan_sip currently does not accept wildcarded DN's when connecting to a TLS/SSL host. One gets an error such as: ``` [Aug 22 22:03:42] NOTICE[101629]: chan_sip.c:16711 sip_reg_timeout: --...

support-level-core
new-feature

When running the install check: perl sbin/sympa check -d --log_level=999 The answer can be as obtuse as: Missing files. rathe than point out that, say, you have misspelled the reference...

bug

Expected Behavior ----------------- Sympalists is commonly used to manage mailing lists with human, i.e. natural persons, their email address, name and potentially even some biometrics; such as a picture. In...

enhancement

Version ------- all Installation method ------------------- freebsd ports Expected behavior ----------------- Industry good practice is to not encode any passwords in a webform; but fill it with a nonce or...

bug
security

The DES default is getting a bit long in the tooth; and I am seeing the first OpenSSL 3 based SCEP counterparts starting to no longer support it. May be...