Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-03 | resolve-host: make arg_type an int | Zbigniew Jędrzejewski-Szmek | |
We are using it also to store _DNS_TYPE_INVALID, so it should be signed. | |||
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek | |
getopt is usually good at printing out a nice error message when commandline options are invalid. It distinguishes between an unknown option and a known option with a missing arg. It is better to let it do its job and not use opterr=0 unless we actually want to suppress messages. So remove opterr=0 in the few places where it wasn't really useful. When an error in options is encountered, we should not print a lengthy help() and overwhelm the user, when we know precisely what is wrong with the commandline. In addition, since help() prints to stdout, it should not be used except when requested with -h or --help. Also, simplify things here and there. | |||
2014-08-03 | resolve-host: use correct format specifier | Thomas Hindoe Paaboel Andersen | |
2014-07-31 | resolve-host: list types and classes | Zbigniew Jędrzejewski-Szmek | |
Also update systemctl to similar style. | |||
2014-07-30 | resolved: add API for resolving specific RRs | Lennart Poettering | |
2014-07-30 | resolve-host: add reverse lookup support | Lennart Poettering | |
2014-07-30 | resolve-host: use the usual log message when encountering a dbus parse failure | Lennart Poettering | |
2014-07-30 | resolved: add tool to query resolved | Zbigniew Jędrzejewski-Szmek | |