Mikael Magnusson

Results 11 issues of Mikael Magnusson

It would be nice if you could have multiple authentication agents installed at the same time and make agit try keys from all or let the user choose which one...

Sort the route table in descending sort order based on the prefix length. This way finding the route in the route table will result in longest prefix match, as is...

cla: yes

Is there a reason not to link against ${LUA_LIBRARIES} on Unix/Linux as is done on Windows? When you link with all required libraries then you have the option to include...

## Steps to reproduce: 1. go to: Services → uHTTPd 2. enter "defaults" to the left of "Add" and click "Add". ## Actual behavior: 1. all values in the section...

## Steps to reproduce: 1. go to: VPN → strongSwan Configuration → Encryption Proposal 2. enter "vpn1" and click on "Add". 3. select "ESP Proposal". 4. Save & Apply 5....

A call to `getenv()` without parameters destroys `environ`, and subsequent calls to `getenv()` (with or without parameter) return nothing. Test case: ``` #!/bin/ucode assert(length(getenv()) != 0, 'first call should succeed.');...

The hack used in hooks.py doesn't work with setuptools version 68.0.0 (from June 2023) and later. Which means you can't use recent Python versions? https://github.com/smartbgp/yabgp/blob/4c04832c13d73b7b0d069a8e1b6a2f317ee738f6/yabgp/hooks.py#L35 > #3948: Remove deprecated APIs...

I'm using debops on Ubuntu 24.04 with python 2.12. I have cherry-picked the fix in https://github.com/debops/debops/pull/2577 and have installed debops with `pipx install --editable`. When I try to run the...

Implement message digest, and RSA and ECDSA signing and verification in crypto_mbedtls plugin. Add crypto.uc module as a wrapper that uses one of crypto_mbedtls and (future) crypto_openssl to provide a...

All links in README.md except to sourceforge.net are broken.