summaryrefslogtreecommitdiff
path: root/src/nss-myhostname/nss-myhostname.c
AgeCommit message (Expand)Author
2016-12-17move local-addresses.{c,h} libsystemd-{internal/sd-netlink,shared}Luke Shumaker
2016-10-21wipLuke Shumaker
2016-09-13./tools/notsd-moveLuke Shumaker
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-06-15tree-wide: htonl() is weird, let's use htobe32() instead (#3538)Lennart Poettering
2016-04-05nss-myhostname: remove dead test of variable that was not setZbigniew Jędrzejewski-Szmek
2016-04-02nss-myhostname: trivial style fixesZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-27nss: block various signals while running NSS lookupsLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-08-21hostname-util: introduce new is_gateway_hostname() callLennart Poettering
2015-08-14nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")Lennart Poettering
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-05nss-myhostname: always will in canonical hostname field when resolving addres...Lennart Poettering
2014-12-19nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering
2014-12-16nss-myhostname: also recognize "gateway."Harald Hoyer
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering
2014-12-03nss-myhostname: always resolve the host name "gateway" to the local default g...Lennart Poettering
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering
2014-08-01nss: always explicitly reset all error variablesLennart Poettering
2014-07-23nss-myhostname: don't include assert.h twiceLennart Poettering
2014-07-18shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering
2014-07-16nss: various minor fixes to nss-myhostname + nss-mymachinesLennart Poettering
2014-07-11nss-myhostname: simplify array building a bitLennart Poettering
2014-07-10nss-myhostname: move NSS boilerplate to nss-util.hLennart Poettering
2014-07-10nss-myhostname: move local address listing logic into shared, so that we can ...Lennart Poettering
2014-07-10nss-myhostname: following the usual naming scheme for .c/.h filesLennart Poettering
2014-07-10nss-myhostname: various modernizationsLennart Poettering
2013-04-24nss-myhostname: resolve 'localhost' so that /etc/hosts becomes optionalLennart Poettering
2013-04-19nss-myhostname: ensure that glibc's assert is usedDave Reisner
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek
2013-02-07nss-myhostname: copy first result to preallocated bufferEelco Dolstra
2013-01-07nss-myhostname: remove duplicate LICENCETom Gundersen
2013-01-03nss-myhostname: move to subdirectoryTom Gundersen