summaryrefslogtreecommitdiff
path: root/src/nss-myhostname
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering1-0/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-01-05nss-myhostname: always will in canonical hostname field when resolving addres...Lennart Poettering1-17/+19
2014-12-19nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering1-2/+9
2014-12-16nss-myhostname: also recognize "gateway."Harald Hoyer1-2/+2
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering1-6/+6
2014-12-03nss-myhostname: always resolve the host name "gateway" to the local default g...Lennart Poettering1-19/+59
2014-08-12networkd: add minimal client tool "networkd" to query network statusLennart Poettering1-3/+3
2014-08-01nss: always explicitly reset all error variablesLennart Poettering1-0/+10
2014-07-23nss-myhostname: don't include assert.h twiceLennart Poettering1-5/+0
2014-07-18shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering1-3/+3
2014-07-16nss: various minor fixes to nss-myhostname + nss-mymachinesLennart Poettering1-5/+8
2014-07-11nss-myhostname: simplify array building a bitLennart Poettering1-15/+8
2014-07-10nss-myhostname: move NSS boilerplate to nss-util.hLennart Poettering2-94/+9
2014-07-10nss-myhostname: move local address listing logic into shared, so that we can ...Lennart Poettering3-210/+24
2014-07-10nss-myhostname: only export the NSS entry point symbols, nothing elseLennart Poettering1-0/+19
2014-07-10nss-myhostname: following the usual naming scheme for .c/.h filesLennart Poettering3-9/+8
2014-07-10nss-myhostname: various modernizationsLennart Poettering3-117/+117
2014-04-19nss-myhostname: port to sd-rtnlTom Gundersen1-155/+90
2013-11-18Remove duplicate includesKarel Zak1-1/+0
2013-11-18use #pragma once instead of foo*foo define guardsShawn Landden1-7/+2
2013-10-13Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek1-1/+2
2013-04-30build-sys: add makefile stub link to nss-myhostname/Lennart Poettering1-0/+1
2013-04-24nss-myhostname: resolve 'localhost' so that /etc/hosts becomes optionalLennart Poettering1-50/+130
2013-04-19nss-myhostname: ensure that glibc's assert is usedDave Reisner1-1/+5
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer1-1/+1
2013-04-10Use initalization instead of explicit zeroing in more placesZbigniew Jędrzejewski-Szmek1-12/+7
2013-04-02nss-myhostname: do not use _cleanup_Zbigniew Jędrzejewski-Szmek1-8/+12
2013-03-31nss-myhostname: use _cleanup_ and split function into twoZbigniew Jędrzejewski-Szmek1-131/+125
2013-02-07nss-myhostname: copy first result to preallocated bufferEelco Dolstra1-1/+5
2013-01-07nss-myhostname: remove redundant .gitignoreTom Gundersen1-24/+0
2013-01-07nss-myhostname: integrate documentationTom Gundersen4-231/+0
2013-01-07nss-myhostname: integrate into systemd buildsystemTom Gundersen5-489/+0
2013-01-07nss-myhostname: remove duplicate LICENCETom Gundersen4-540/+27
2013-01-07nss-myhostname: remove non-Linux supportTom Gundersen3-101/+0
2013-01-03nss-myhostname: move to subdirectoryTom Gundersen15-0/+2089