index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nss-myhostname
/
nss-myhostname.c
Age
Commit message (
Expand
)
Author
2016-10-21
wip
Luke Shumaker
2016-09-13
./tools/notsd-move
Luke Shumaker
2016-07-11
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-06-15
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
Lennart Poettering
2016-04-05
nss-myhostname: remove dead test of variable that was not set
Zbigniew Jędrzejewski-Szmek
2016-04-02
nss-myhostname: trivial style fixes
Zbigniew Jędrzejewski-Szmek
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-01-27
nss: block various signals while running NSS lookups
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-08-21
hostname-util: introduce new is_gateway_hostname() call
Lennart Poettering
2015-08-14
nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")
Lennart Poettering
2015-07-31
tree-wide: introduce mfree()
David Herrmann
2015-05-18
util: split all hostname related calls into hostname-util.c
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-05
nss-myhostname: always will in canonical hostname field when resolving addres...
Lennart Poettering
2014-12-19
nss-myhostname: introduce is_gateway() similar to the existing is_hostname()
Lennart Poettering
2014-12-16
nss-myhostname: also recognize "gateway."
Harald Hoyer
2014-12-04
rtnl: when querying local addresses and gateways, take address family into ac...
Lennart Poettering
2014-12-03
nss-myhostname: always resolve the host name "gateway" to the local default g...
Lennart Poettering
2014-08-12
networkd: add minimal client tool "networkd" to query network status
Lennart Poettering
2014-08-01
nss: always explicitly reset all error variables
Lennart Poettering
2014-07-23
nss-myhostname: don't include assert.h twice
Lennart Poettering
2014-07-18
shared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_SIZE()
Lennart Poettering
2014-07-16
nss: various minor fixes to nss-myhostname + nss-mymachines
Lennart Poettering
2014-07-11
nss-myhostname: simplify array building a bit
Lennart Poettering
2014-07-10
nss-myhostname: move NSS boilerplate to nss-util.h
Lennart Poettering
2014-07-10
nss-myhostname: move local address listing logic into shared, so that we can ...
Lennart Poettering
2014-07-10
nss-myhostname: following the usual naming scheme for .c/.h files
Lennart Poettering
2014-07-10
nss-myhostname: various modernizations
Lennart Poettering
2013-04-24
nss-myhostname: resolve 'localhost' so that /etc/hosts becomes optional
Lennart Poettering
2013-04-19
nss-myhostname: ensure that glibc's assert is used
Dave Reisner
2013-04-18
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-10
Use initalization instead of explicit zeroing in more places
Zbigniew Jędrzejewski-Szmek
2013-02-07
nss-myhostname: copy first result to preallocated buffer
Eelco Dolstra
2013-01-07
nss-myhostname: remove duplicate LICENCE
Tom Gundersen
2013-01-03
nss-myhostname: move to subdirectory
Tom Gundersen