summaryrefslogtreecommitdiff
path: root/src/nss-myhostname
AgeCommit message (Expand)Author
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: only export the NSS entry point symbols, nothing elseLennart Poettering
2014-07-10nss-myhostname: following the usual naming scheme for .c/.h filesLennart Poettering
2014-07-10nss-myhostname: various modernizationsLennart Poettering
2014-04-19nss-myhostname: port to sd-rtnlTom Gundersen
2013-11-18Remove duplicate includesKarel Zak
2013-11-18use #pragma once instead of foo*foo define guardsShawn Landden
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek
2013-04-30build-sys: add makefile stub link to nss-myhostname/Lennart 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-04-02nss-myhostname: do not use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-03-31nss-myhostname: use _cleanup_ and split function into twoZbigniew Jędrzejewski-Szmek
2013-02-07nss-myhostname: copy first result to preallocated bufferEelco Dolstra
2013-01-07nss-myhostname: remove redundant .gitignoreTom Gundersen
2013-01-07nss-myhostname: integrate documentationTom Gundersen
2013-01-07nss-myhostname: integrate into systemd buildsystemTom Gundersen
2013-01-07nss-myhostname: remove duplicate LICENCETom Gundersen
2013-01-07nss-myhostname: remove non-Linux supportTom Gundersen
2013-01-03nss-myhostname: move to subdirectoryTom Gundersen