summaryrefslogtreecommitdiffstats
path: root/src/shared/uid-alloc-range.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* uid-alloc-range: maintain only a single default alloc range structureLennart Poettering2021-11-131-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.hLennart Poettering2021-11-131-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.