Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | tree-wide: htonl() is weird, let's use htobe32() instead (#3538) | Lennart Poettering | |
Super-important change, yeah! | |||
2016-04-21 | build: fix test-nss.c build failure with --disable-{resolved,myhostname} (#3081) | Martin Pitt | |
When building without resolved and/or myhostname, test-nss.c failed to build with src/test/test-nss.c: In function 'main': src/test/test-nss.c:417:32: error: 'MODULE1' undeclared (first use in this function) NULSTR_FOREACH(module, MODULE1 MODULE2 MODULE3 MODULE4) { ^ Ensure that all MODULEx are always defined, and empty if the module is not available (so that it will be a no-op in the string concatenation). | |||
2016-04-05 | test-nss: test the resolution of various names | Zbigniew Jędrzejewski-Szmek | |
nss-dns is also "tested". It should be almost always available, and provides a reference for comparison. |