Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uid-alloc-range: maintain only a single default alloc range structure | Lennart Poettering | 2021-11-13 | 1 | -27/+26 |
| | | | | | Either way we need these four values, let's simplify the code by keeping only one const struct of this around. | ||||
* | shared: split out UID allocation range stuff from user-record.h | Lennart Poettering | 2021-11-13 | 1 | -0/+124 |
user-record.[ch] are about the UserRecord JSON stuff, and the UID allocation range stuff (i.e. login.defs handling) is a very different thing, and complex enough on its own, let's give it its own c/h files. No code changes, just some splitting out of code. |