summaryrefslogtreecommitdiff
path: root/src/nss-mymachines
AgeCommit message (Expand)AuthorFilesLines
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-02-06nss-mymachines: add work-around to silence gcc warningYu Watanabe1-0/+2
2017-12-06user-util: add UID_NOBODY defines that resolve to (uid_t) 65534Lennart Poettering1-2/+2
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek1-0/+2
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-09-14nss: use secure_getenv for behaviour-modifying booleans (#6817)Zbigniew Jędrzejewski-Szmek1-4/+4
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-02-16nss: fix error to ERANGE for nss calls with too little buffer space (#5365)Lennart Poettering1-9/+9
2016-12-27nss: when we encounter an invalid user/group name or UID/GID, don't return EI...Lennart Poettering1-8/+4
2016-08-19nss-mymachines: avoid connecting to dbus from inside dbus-daemonLennart Poettering1-0/+16
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo1-1/+1
2016-02-10nss-mymachines: never resolve unmapped UIDs/GIDsLennart Poettering1-2/+18
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-27nss: block various signals while running NSS lookupsLennart Poettering1-0/+13
2015-11-27nss-mymachines: link lessZbigniew Jędrzejewski-Szmek1-1/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering1-16/+16
2015-11-23nss-mymachines: do not allow overlong machine namesZbigniew Jędrzejewski-Szmek1-0/+6
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-6/+8
2015-09-22util: drop UID_IS_INVALID() in favour of uid_is_valid()Lennart Poettering1-2/+2
2015-08-24util: make machine_name_is_valid() a macro and move it to hostname-util.hLennart Poettering1-0/+1
2015-07-09nss-mymachines: map userns users of containers to real user namesLennart Poettering2-1/+323
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering1-2/+2
2014-09-19nss: remove dead codeThomas Hindoe Paaboel Andersen1-4/+1
2014-08-04machined: fix address API signaturesLennart Poettering1-1/+1
2014-08-04bus: always explicitly close bus from main programsLennart Poettering1-2/+2
2014-08-01nss: always explicitly reset all error variablesLennart Poettering1-0/+10
2014-07-18change type for address family to "int"Lennart Poettering1-11/+11
2014-07-18shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering1-2/+2
2014-07-17sd-login: always use "indices" as plural of "index"Lennart Poettering1-6/+6
2014-07-16nss: various minor fixes to nss-myhostname + nss-mymachinesLennart Poettering1-2/+7
2014-07-11nss-mymachines: add new NSS module for automatically resolving addresses of a...Lennart Poettering3-0/+389