Victor LEFEBVRE
Victor LEFEBVRE
Hi, sorry for the time it took but I finally found time to make the page https://github.com/jtesta/ssh-audit/wiki/Fedora-CoreOS-Flatcar-Linux I'll let you correct it if needed and close the issue when you're...
Edit: I edited the PR to have both Yescrypt and YescryptMCF functions, the first one to stay consistent with other crypto functions, the second because it's a format common enough...
While waiting for this, I made ```rs #!/usr/bin/env rust-script //! ```cargo //! [dependencies] //! anyhow = { version = "1.0.100", default-features = false } //! clap = { version =...
Duplicate of https://github.com/Purelymail/purelymail-issues/issues/343 (which I'll close), Probably worth noting that many endpoints do that: - Creation endpoints `/api/v0/createUser`, `/api/v0/addDomain`, `api/v0/createRoutingRule` - Edition endpoints: `/api/v0/modifyUser`, `/api/v0/upsertPasswordReset`, `/api/v0/updateDomainSettings` - Deletion endpoints `/api/v0/deleteUser`,...
Also worth noting that `/api/v0/listUser` returns a list of usernames not the complete user object settings (getUser does that but one user at a time) would be helpful to get...
Rebase on the `devel` branch and added the test, mybad for forgetting that 😓
Is there anything else you want me to do @s-hertel ?