index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nss-myhostname
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: Fix version script handling
Jan Janssen
2023-09-26
1
-1
/
+1
*
meson: move declarations of nss modules
Yu Watanabe
2023-07-31
1
-0
/
+10
*
nss-myhostname: do not return empty result with NSS_STATUS_SUCCESS
Yu Watanabe
2023-02-08
1
-2
/
+3
*
nss-myhostname: fix inverted condition in
Yu Watanabe
2023-02-08
1
-1
/
+1
*
resolved: introduce common macro for 127.0.0.2 IP address
Lennart Poettering
2022-11-25
1
-1
/
+2
*
nss-myhostname: do not return IPv6 local address if IPv6 is disabled
Yu Watanabe
2022-04-22
1
-30
/
+36
*
nss-myhostname: do not apply non-zero offset to null pointer
Yu Watanabe
2021-12-31
1
-3
/
+3
*
nss-myhostname: expose the "outbound" IP addresses under the synthetic "_outb...
Lennart Poettering
2021-04-23
1
-2
/
+17
*
tree-wide: use in_addr_is_set() or friends
Yu Watanabe
2021-02-17
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
2
-2
/
+2
*
tree-wide: use "hostname" spelling everywhere
Zbigniew Jędrzejewski-Szmek
2020-04-21
1
-1
/
+1
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
nss-myhostname: unify code that handles NOT_FOUND case
Lennart Poettering
2019-04-11
1
-16
/
+16
*
util: split out errno related stuff
Lennart Poettering
2019-03-14
1
-1
/
+1
*
nss: unportect errno before writing to NSS' *errnop
Lennart Poettering
2019-02-08
1
-0
/
+13
*
Revert "nss: prevent PROTECT_ERRNO from squashing changes to *errnop"
Zbigniew Jędrzejewski-Szmek
2019-01-10
1
-12
/
+11
*
nss: prevent PROTECT_ERRNO from squashing changes to *errnop
Sam Morris
2019-01-10
1
-11
/
+12
*
nss: do not modify errno when NSS_STATUS_NOTFOUND or NSS_STATUS_SUCCESS
Yu Watanabe
2018-07-25
1
-9
/
+7
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
2
-4
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license headers to various assorted files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+2
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
Merge pull request #6420 from keszybz/gateway-name
Lennart Poettering
2017-08-01
1
-3
/
+3
|
\
|
*
resolved,nss-myhostname: use _gateway for the gateway
Zbigniew Jędrzejewski-Szmek
2017-07-31
1
-3
/
+3
*
|
string-util: add strlen_ptr() helper
Lennart Poettering
2017-07-31
1
-1
/
+1
|
/
*
build-sys: drop automake support
Zbigniew Jędrzejewski-Szmek
2017-07-18
1
-1
/
+0
*
nss: fix error to ERANGE for nss calls with too little buffer space (#5365)
Lennart Poettering
2017-02-16
1
-4
/
+4
*
nss-myhostname: don't fill scopeid for non-link-local addresses
Lennart Poettering
2017-02-09
1
-7
/
+4
*
treewide: fix typos and remove accidental repetition of words
Torstein Husebø
2016-07-11
1
-1
/
+1
*
tree-wide: htonl() is weird, let's use htobe32() instead (#3538)
Lennart Poettering
2016-06-15
1
-5
/
+5
*
nss-myhostname: remove dead test of variable that was not set
Zbigniew Jędrzejewski-Szmek
2016-04-06
1
-3
/
+2
*
nss-myhostname: trivial style fixes
Zbigniew Jędrzejewski-Szmek
2016-04-03
1
-17
/
+13
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
nss: block various signals while running NSS lookups
Lennart Poettering
2016-01-27
1
-0
/
+7
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-4
/
+5
*
hostname-util: introduce new is_gateway_hostname() call
Lennart Poettering
2015-08-21
1
-9
/
+2
*
nss-myhostname: use LOOPBACK_IFINDEX instead of if_nametoindex("lo")
Lennart Poettering
2015-08-14
1
-2
/
+1
*
tree-wide: introduce mfree()
David Herrmann
2015-07-31
1
-2
/
+1
*
util: split all hostname related calls into hostname-util.c
Lennart Poettering
2015-05-18
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-4
/
+0
*
nss-myhostname: always will in canonical hostname field when resolving addres...
Lennart Poettering
2015-01-05
1
-17
/
+19
*
nss-myhostname: introduce is_gateway() similar to the existing is_hostname()
Lennart Poettering
2014-12-19
1
-2
/
+9
*
nss-myhostname: also recognize "gateway."
Harald Hoyer
2014-12-16
1
-2
/
+2
*
rtnl: when querying local addresses and gateways, take address family into ac...
Lennart Poettering
2014-12-04
1
-6
/
+6
*
nss-myhostname: always resolve the host name "gateway" to the local default g...
Lennart Poettering
2014-12-03
1
-19
/
+59
*
networkd: add minimal client tool "networkd" to query network status
Lennart Poettering
2014-08-12
1
-3
/
+3
*
nss: always explicitly reset all error variables
Lennart Poettering
2014-08-01
1
-0
/
+10
[next]