Cameron Nemo

Results 146 comments of Cameron Nemo

@sbromberger I made some changes, mainly just cleaning it up but basically doing the same thing. If you want to retest with the most recent changes, that would be helpful.

>As of this writing, yescrypt is the default password hashing scheme on >recent ALT Linux, Arch Linux, Debian 11+, Fedora 35+, Kali Linux 2021.1+, >and Ubuntu 22.04+. It is also...

Sorry, but this does not seem to behave as you describe in your comment here. This will return whenever the -s flag is not passed. How are services expected to...

~~WIth your patch, when systemd calls fcgiwrap, socket_url will be NULL and fcgiwrap will exit.~~ I just noticed the conditionally compiled `else if`. Gross.

Merit networks originally wrote the C code, and they licensed it under a BSD-4-Clause license.

Privilege and environment modification (user/groups, capabilities, environment variables, namespaces, cgroups) can be easily abstracted out into a separate tool; having it be part of the rc subsystem is tedious and...

>Should we look at using protobuf for all messaging? I would recommend a zero copy wire format, like capnproto, flatbuffers, or SBE. >What should be the underlying protocol be, should...

Kind of a hack, but you can reset XDG_RUNTIME_DIR environmental variable when invoking brightnessctl for save/restore actions

https://auth0.com/blog/using-ldap-with-c-sharp/

Just spent a lot of time trying to deal with this... would really be nice if the docker client could handle OCI images, or even if there were a workaround...