summaryrefslogtreecommitdiff
path: root/src/nss-mymachines
Commit message (Collapse)AuthorAgeFilesLines
...
* change type for address family to "int"Lennart Poettering2014-07-181-11/+11
| | | | | | | | Let's settle on a single type for all address family values, even if UNIX is very inconsitent on the precise type otherwise. Given that socket() is the primary entrypoint for the sockets API, and that uses "int", and "int" is relatively simple and generic, we settle on "int" for this.
* shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering2014-07-181-2/+2
| | | | | We mostly use "family" to refer to AF_INET, AF_INET6, etc, let's use this terminology here, too
* sd-login: always use "indices" as plural of "index"Lennart Poettering2014-07-171-6/+6
| | | | | So far both "indexes" and "indices" was used. Let's clean this up, and stick to indices, since it appears to be used more frequently.
* nss: various minor fixes to nss-myhostname + nss-mymachinesLennart Poettering2014-07-161-2/+7
|
* nss-mymachines: add new NSS module for automatically resolving addresses of ↵Lennart Poettering2014-07-113-0/+389
all local containers