Chris Dunlap
Chris Dunlap
@DanielG: I've been mulling this over. I have a specific direction in mind for how this needs to get implemented in order to support planned functionality so I'm not really...
@heasterday: I'm currently adding functionality for our new cluster (ElCap). Once that's finished, I'll start on the next munge release. The current plan is to rework the credential format and...
Yeah, IPv6 support should go in the next release. [FreeIPMI 1.6.1](https://lists.gnu.org/archive/html/info-gnu/2018-02/msg00001.html) added support for IPv6 hostnames.
Terminal servers oftentimes allow only one client at a time to connect to a given console. This behavior is specific to your particular setup. `conmand` daemons do not currently share...
When multiple `conman` clients connect to the same console, they are all connecting to the same `conmand`; that single `conmand` has exclusive access to the console and arbitrates / multiplexes...
@avatar-lavventura You will still be able to run `munged` in the same manner, but `nohup` will no longer be necessary. You can still use it, but it will just be...
`SIGHUP` is handled the same regardless of whether `munged` is running in the foreground or background. Currently, a `SIGHUP` just updates the supplementary group mapping. And since that signal _is_...
Hey Tim. This is at the top of my list when I cycle back to munge development (in the next couple of months?). This has been a blocker on new...
@victorusu: I'm currently busy adding functionality for our new cluster. Once that's working, I'll start on the next munge release. The new credential format is needed for much of the...
The v3 [credential format](../wiki/Credential-Format) has an origin address of variable length, so it already allows for IPv6 addresses. Additional work includes: - [ ] Replace `struct in_addr` `addr` in `struct...