summaryrefslogtreecommitdiff
path: root/src/resolve
AgeCommit message (Expand)AuthorFilesLines
2015-05-18util: split all hostname related calls into hostname-util.cLennart Poettering2-1/+3
2015-04-29tree-wide: get rid of a few more explicit bus parametersLennart Poettering3-6/+6
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering1-12/+9
2015-04-11shared: add random-util.[ch]Ronny Chevalier3-0/+3
2015-04-08resolved: maintain order when writing resolv.conf entriesLennart Poettering1-18/+21
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer2-2/+2
2015-03-13Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek1-2/+2
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann1-2/+2
2015-03-03Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek1-2/+3
2015-02-23resolved: use == for comparing unsigned against zeroZbigniew Jędrzejewski-Szmek1-2/+4
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen15-33/+0
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen1-1/+1
2015-02-12Revert "tree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC"Lennart Poettering1-1/+1
2015-02-10tree-wide: Always use recvmsg with MSG_CMSG_CLOEXECCristian Rodríguez1-1/+1
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering1-1/+1
2015-01-26treewide: fix multiple typosTorstein Husebø1-1/+1
2015-01-23resolved: when rereading /etc/resolv.conf, always start using first DNS serve...Lennart Poettering1-0/+10
2015-01-23#pragma once here and thereZbigniew Jędrzejewski-Szmek1-0/+2
2015-01-22tests: use assert_se instead of assertRonny Chevalier1-1/+2
2014-12-30tree-wide: spelling fixesVeres Lajos1-1/+1
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering1-0/+1
2014-12-11networkd/resolved: correct spacing near eol in code commentsTorstein Husebø1-1/+1
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering1-1/+1
2014-12-03resolved: don't resolve the hostname "gateway" with LLMNR, leave that to nss-...Lennart Poettering1-1/+2
2014-12-01resolved: make TXT RR generation and parsing more in-line with RFC 6763, sect...Lennart Poettering1-17/+28
2014-11-30resolve: remove unused variableRonny Chevalier1-2/+0
2014-11-29resolved: Support resolved.conf.d directories in the usual search pathsJosh Triplett2-4/+8
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2-6/+6
2014-11-28treewide: a few more log_*_errno + return simplificationsMichal Schmidt1-4/+2
2014-11-28treewide: yet more log_*_errno + return simplificationsMichal Schmidt2-24/+12
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt6-43/+43
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt6-43/+43
2014-11-27resolve: reject empty TXT recordsStanisław Pitucha1-0/+7
2014-11-27resolve: set error code on failureStanisław Pitucha1-1/+3
2014-11-27resolve: fix redirection loops in compressed RRStanisław Pitucha1-2/+5
2014-11-27resolve: fix NULL deref on strv comparisonDavid Herrmann1-8/+2
2014-11-25resolved: fix typo in sd_notify() callTom Gundersen1-1/+1
2014-11-17resolve: fix CID#1237549 Unchecked return valueSusant Sahani1-2/+2
2014-11-01resolved: dns-packet - use unaligned read/write helpersTom Gundersen1-12/+6
2014-10-23resolve: make DnsScope::conflict_queue an OrderedHashmapMichal Schmidt2-6/+6
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho1-1/+1
2014-10-22resolved: simplify detection of packets from the loopback deviceLennart Poettering3-23/+2
2014-10-17resolve: add missing headerLukasz Skalski1-0/+1
2014-10-13resolved: apply label to /run/systemd/resolve/resolv.confZbigniew Jędrzejewski-Szmek2-3/+10
2014-10-13resolved: split out writing of resolv.confZbigniew Jędrzejewski-Szmek1-27/+34
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt14-22/+35
2014-09-13resolved: fall back to hardcoded ifindex when checking if a link is the loopbackTom Gundersen1-1/+7
2014-08-22resolved: fix typo in log messageLennart Poettering1-1/+1
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann2-2/+2
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering1-1/+3