Noa Resare

Results 9 issues of Noa Resare

for example the `nestat -nr` command on OSX outputs truncated network names where for example `10.255/20` is considered to be equivalent of `10.255.0.0/20`. For ipcalc these are not treated equally:...

The public API of `Name` is immutable, meaning that there are no methods that can be used to change the state of a `Name` instance once constructed. However, as an...

volunteer wanted

When working on improving the test coverage of `Lookup` I realised that the semantics of searchPath is a bit surprising and it might make sense to clean this up at...

I had some trouble understanding the original wording of these paragraphs, so I reworded it in line with my current understanding.

CrtauthMiddleware in wsgi.py checks for an exact match for `/_auth` on the path component of incoming request PATH_INFO values. Unfortunately, sometimes PATH_INFO willb e `//_auth` (if you provide a base...

_make_token() in server.py makes v0 tokens for all code paths. This is not an interoperability problem as the client treats the token as an opaque string, but it is polite...

(This is a proposed solution to the issue that I encountered and described in https://github.com/SpamExperts/OrangeAssassin/issues/81) While I was trying to get [OrangeAssassin](https://github.com/SpamExperts/OrangeAssassin) running on my OSX machine I noted that...

### What happened? I just wanted to bring attention to the fact that the currently released versions of `aws-iam-authenticator` fails to provide authentication to users that have set up authentication...

kind/bug
lifecycle/stale
needs-triage

PAM modules are expected to log to syslog using the pam_syslog() function. This change makes that function available and implements PamHandle.log() that gives the function a rust friendly API