Leonard Marschke
Leonard Marschke
Functions like `pam_prompt` and `pam_syslog` are blocklisted in `build.rs`. Is there any particular reason for that? I think when writing a pam module the function `pam_prompt` is the intended way...
If you allow that users can have their own calendar
This is expected behavior but it remains the port forwarding usage of rpcbind useless. Background: With newer versions of rpcbind clients will use a newer protocol version. These versions will...
##### SUMMARY Synchronize is using a lot of memory during sync (some may also call it leaking) ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME Synchronize ##### ANSIBLE VERSION...
With #318 the `Access-Control-Allow-Private-Network` was introduced to this package, which now sets the header seemingly unconditionally when `Access-Control-Allow-Private-Network: true` is set in the client request. This renders the whole private...
At least when trying to get proxmoxer runnning via the `https` Backend, it will fail if it is used with an IPv6 address. The port check is failing in HTTPS-Backend....
Check https://www.rfc-editor.org/rfc/rfc7519#section-5.1 and https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.9 for more information on when the typ header should be set and to which value. This commit allows to skip the check altogether as warranted by...
Currently, in the [verification module](https://github.com/ramosbugs/openidconnect-rs/blob/c4e28f43bdd5faba098e92400476670ff057bf8e/src/verification/mod.rs#L205) the `typ` header field of the JOSE header of JWT is checked. However, I am not sure why exactly as I did not find any...
Currently, when discovering a Provider, both `openid-configuration` and `JWKS` [get fetched](https://github.com/ramosbugs/openidconnect-rs/blob/c4e28f43bdd5faba098e92400476670ff057bf8e/src/discovery/mod.rs#L298). I have a specific use case where I do not need the JWKs, so I propose to decouple fetching...