Commit Graph

32 Commits

Author SHA1 Message Date
oysteikt 09e7a22f24 Fix a few typos
Build and test / check-license (push) Successful in 1m4s
Build and test / check (push) Successful in 2m51s
Build and test / build (push) Successful in 2m54s
Build and test / test (push) Successful in 3m45s
Build and test / docs (push) Successful in 8m58s
2026-01-12 15:35:21 +09:00
oysteikt fbe594d486 server: log once per request, add session ids 2026-01-09 17:06:28 +09:00
oysteikt 4c3677d6d3 clippy pedantic fix + get rid of a few unwraps
Build and test / docs (push) Successful in 7m1s
Build and test / check-license (push) Successful in 57s
Build and test / check (push) Successful in 2m46s
Build and test / build (push) Successful in 3m12s
Build and test / test (push) Successful in 3m25s
2025-12-23 14:12:39 +09:00
oysteikt 8b4d549e18 Implement denylists
Build and test / check-license (push) Successful in 1m38s
Build and test / check (push) Successful in 1m51s
Build and test / build (push) Successful in 2m40s
Build and test / test (push) Successful in 4m25s
Build and test / docs (push) Successful in 6m1s
2025-12-16 12:21:35 +09:00
oysteikt 222941509d core: check suid/sgid dynamically instead of checking file
Build and test / check (push) Successful in 1m41s
Build and test / test (push) Successful in 3m5s
Build and test / check-license (push) Successful in 5m56s
Build and test / docs (push) Successful in 5m29s
Build and test / build (push) Successful in 3m9s
2025-12-04 20:29:44 +09:00
oysteikt 3e46d6f541 Add ASCII banner + regards trailer to long help
Build and test / check (push) Successful in 1m37s
Build and test / build (push) Successful in 2m45s
Build and test / test (push) Successful in 3m8s
Build and test / check-license (push) Successful in 5m56s
Build and test / docs (push) Successful in 4m35s
2025-12-01 20:31:44 +09:00
oysteikt ff858de178 server: misc changes for traces 2025-12-01 13:26:44 +09:00
oysteikt 025df3490c server: add prelude print 2025-12-01 12:59:53 +09:00
oysteikt 2472936857 Switch from log to tracing 2025-11-30 20:42:10 +09:00
oysteikt fe87f72b00 core: derive Debug + Clone for UnixUser 2025-11-29 00:56:43 +09:00
oysteikt a4acfe91af Rename project to muscl 2025-11-26 13:50:06 +09:00
oysteikt 30d02775c2 Make compile-time feature for SUID/SGID mode
Build / check (push) Successful in 1m27s
Build / build (push) Successful in 2m46s
Build / docs (push) Successful in 6m33s
2025-11-11 00:28:34 +09:00
oysteikt 9e23f03ca2 Use non-templated systemd service
The previous setup was broken

This commit also adds some code to check that the database connection is
valid before it starts, as well as refactors the code that splits
between starting and external or internal server.
2025-11-10 00:38:26 +09:00
oysteikt bd4791dc17 Check that executable is not SUID/SGID for unrelated subcommands 2025-11-10 00:33:53 +09:00
oysteikt c2d22ee7f8 flake.lock: bump, Cargo.lock: bump, Cargo.toml: update inputs, format, etc
Build / build (push) Has been cancelled
Build / check (push) Has been cancelled
Build / docs (push) Has been cancelled
2025-05-07 10:39:10 +02:00
oysteikt a0be0d3b92 Wrap database users and database names in newtypes
Also, use less cloning where possible
2024-08-20 17:46:43 +02:00
oysteikt af86893acf Rewrite entire codebase to split into client and server 2024-08-17 20:21:05 +02:00
oysteikt 39a3f8ffd1 core/common: make testable, fix some status messages 2024-08-08 19:30:42 +02:00
oysteikt 7e71b5071f Report back more detailed results from commands 2024-08-07 23:33:07 +02:00
oysteikt 21c1f8cc87 Fix clippy warnings 2024-08-07 23:10:37 +02:00
oysteikt 011bcf9edc More spring cleaning for privs, add test 2024-08-07 23:00:38 +02:00
oysteikt 1bb1c133e8 Consistently name db connection connection 2024-08-07 21:54:13 +02:00
oysteikt 71c712dce0 treewide: move some code around, spring cleaning 2024-08-07 21:17:27 +02:00
oysteikt d0b750cd33 cargo clippy + fmt 2024-08-07 16:55:51 +02:00
oysteikt 9d0b632e9c Inline database quotation functions 2024-08-07 16:17:14 +02:00
oysteikt 01d502337d Don't fail on erroneus db connection closure 2024-08-07 16:16:46 +02:00
oysteikt 21c2fc2e8b cargo fmt + clippy 2024-08-06 23:48:31 +02:00
oysteikt 4353689a03 create compatibility layer for mysql-admutils commands 2024-08-06 23:31:47 +02:00
oysteikt eddc0ad5e9 Fix issue where groupless users own all users/dbs 2024-08-04 17:51:49 +02:00
felixalb 34dfc562a9 Remove group support on macOS, fixes #10 2024-07-12 20:53:03 +02:00
oysteikt b0bffc45ee Add large parts of the permission editor 2024-07-09 19:51:59 +02:00
oysteikt ccf1b78ce8 Reimplement most of the tool:
Most of the tool has been reimplemented, with the exception of the
permission editing feature, which is currently half implemented. There
are also several TODOs spread around that would benefit from some action
2024-04-23 00:47:58 +02:00