summaryrefslogtreecommitdiff
path: root/src/nss-resolve
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* nss-resolve: drop the internal fallback to libnss_dns (#5945)Zbigniew Jędrzejewski-Szmek2017-05-121-62/+14
* nss-resolve: Fix assertion in ifindex_to_scopeid. (#5360)Maarten de Vries2017-02-161-1/+1
* nss-resolve: report ERANGE for small buffers. (#5359)Maarten de Vries2017-02-161-6/+6
* nss-resolve: don't set scopeindex for non-link-local addressesLennart Poettering2017-02-091-1/+15
* nss-resolve: be a bit more careful with returning NSS_STATUS_NOTFOUNDLennart Poettering2016-10-241-7/+12
* nss-resolve: return NOTFOUND instead of UNAVAIL on resolution errorsMartin Pitt2016-10-011-3/+6
* nss-resolve: simplify error handlingMartin Pitt2016-10-011-3/+1
* Move nss typedefs into nss-util.hZbigniew Jędrzejewski-Szmek2016-04-021-54/+25
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* nss-resolve: also fall back to nss-dns if dbus doesn't workLennart Poettering2016-01-271-73/+75
* nss: block various signals while running NSS lookupsLennart Poettering2016-01-271-0/+7
* nss-resolve: fix gethostbyaddr h_aliasesSamu Kallio2016-01-261-1/+1
* nss-resolve: link lessZbigniew Jędrzejewski-Szmek2015-11-271-1/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-9/+9
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+8
* resolved: rework synthesizing logicLennart Poettering2015-08-211-46/+35
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-3/+3
* tree-wide: remove spurious spaceThomas Hindoe Paaboel Andersen2015-06-081-7/+7
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* nss: remove dead codeThomas Hindoe Paaboel Andersen2014-09-191-4/+1
* nss-resolve: remove dead codeThomas Hindoe Paaboel Andersen2014-09-171-5/+0
* resolved: allow passing on which protocol, family and interface to look somet...Lennart Poettering2014-08-141-30/+48
* bus: always explicitly close bus from main programsLennart Poettering2014-08-041-3/+3
* nss: always explicitly reset all error variablesLennart Poettering2014-08-011-0/+15
* nss-resolve: fallback to the class NSS "dns" module if we cannot contact reso...Lennart Poettering2014-08-011-0/+87
* resolved: fix bus signatures to follow family as int changeLennart Poettering2014-07-181-2/+2
* change type for address family to "int"Lennart Poettering2014-07-181-16/+14
* shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()Lennart Poettering2014-07-181-3/+3
* resolved: properly pass canonical name information to resolving clientLennart Poettering2014-07-161-41/+58
* resolved: add small NSS module that uses resolved to resolve DNS namesLennart Poettering2014-07-163-0/+605