summaryrefslogtreecommitdiff
path: root/src/basic/hostname-util.c
AgeCommit message (Expand)Author
2016-04-04Merge pull request #2959 from keszybz/stop-resolving-localdomainZbigniew Jędrzejewski-Szmek
2016-04-04*.localdomain != localhostDavid R. Hedges
2016-02-29shorten hostname before checking for trailing dotThomas Blume
2016-02-23Merge pull request #2717 from keszybz/networkctl-prettificationLennart Poettering
2016-02-23Fix two typosZbigniew Jędrzejewski-Szmek
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-21networkd: add basic LLDP transmission supportLennart Poettering
2016-02-18Remove/add (un)needed includesNathan McSween
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-17hostname-util: fix code commentBeniamino Galvani
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-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-24util: make hostname_is_valid() easier to readLennart Poettering
2015-08-21hostname-util: introduce new is_gateway_hostname() callLennart Poettering
2015-08-05hostname-util: ignore case when checking if hostname is localhostZbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: get rid of unused parameter of hostname_cleanup()Zbigniew Jędrzejewski-Szmek
2015-08-05hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers