Mikael Magnusson

Results 6 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.');...