Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-22 | sysusers: move various user credential validity checks to src/basic/ | Lennart Poettering | |
This way we can reuse them for validating User=/Group= settings in unit files (to be added in a later commit). Also, add some tests for them. | |||
2016-03-03 | tests: move user-util related tests to test-user-util.c | Ronny Chevalier | |
2016-02-10 | tree-wide: remove Emacs lines from all files | Daniel Mack | |
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file. | |||
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | |
2015-10-26 | util: remove lookup_uid(), replace by uid_to_name() | Lennart Poettering | |
So far we had two pretty much identical calls in user-util.[ch]: lookup_uid() and uid_to_name(). Get rid of the former, in favour of the latter, and while we are at it, rewrite it, to use getpwuid_r() correctly, inside an allocation loop, as POSIX intended. |