]> Kevux Git Server - fll/commit
Update: Add f_id_t, f_uid_t, and f_gid_t type helpers for uid_t and gid_t.
authorKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 22:12:11 +0000 (16:12 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 23:54:22 +0000 (17:54 -0600)
commitce8752f40e0b442b922454d948112073ec3e2cca
treea18d8b9b87343a3f538d44940dedf77434691eb4
parent7d0644c62125f9e6906dc96ef88acdb8e8adaed2
Update: Add f_id_t, f_uid_t, and f_gid_t type helpers for uid_t and gid_t.

The `uid_t` and `gid_t` don't readily map to each other.

I would love to simplify the code and have a single function call in several cases when using both `uid_t` and `gid_t`.

This provides interchangeable types `f_id_t`, `f_uid_t`, and `f_gid_t`.
The standard behavior is that `f_uid_t` and `f_gid_t` are both sub-types of `f_id_t`.
The `f_id_t` is by default an unsigned 32-bit integer.
38 files changed:
build/stand_alone/byte_dump.config.h
build/stand_alone/example.config.h
build/stand_alone/fake.config.h
build/stand_alone/firewall.config.h
build/stand_alone/utf8.config.h
level_0/f_account/c/account.c
level_0/f_account/c/account.h
level_0/f_account/c/account/common.h
level_0/f_account/tests/unit/c/test-account-by_id.c
level_0/f_account/tests/unit/c/test-account-group_id_by_name.c
level_0/f_account/tests/unit/c/test-account-group_name_by_id.c
level_0/f_account/tests/unit/c/test-account-id_by_name.c
level_0/f_account/tests/unit/c/test-account-name_by_id.c
level_0/f_capability/c/capability.c
level_0/f_capability/c/capability.h
level_0/f_capability/tests/unit/c/test-capability-groups_set.c
level_0/f_capability/tests/unit/c/test-capability-owner_get.c
level_0/f_capability/tests/unit/c/test-capability-owner_set.c
level_0/f_directory/c/directory/recurse_do.h
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h
level_0/f_file/tests/unit/c/test-file-group_read.c
level_0/f_file/tests/unit/c/test-file-owner_read.c
level_0/f_type/c/type.h
level_0/f_type/c/type/number.h
level_0/f_type/c/type/state.h
level_0/f_type/data/build/settings
level_0/f_type_array/c/type_array/uint32.h
level_1/fl_execute/c/execute/common.h
level_2/fll_file/c/file.c
level_2/fll_file/c/file.h
level_2/fll_file/c/private-file.c
level_2/fll_file/c/private-file.h
level_3/fake/c/main/make.c
level_3/fake/c/main/make.h
level_3/fake/c/main/make/operate_process_type.c