Petr Menšík

Results 160 comments of Petr Menšík

I am not sure the missing version is intentional for those plugins. This nss plugin is not a normal shared library. It is module opened by dlopen.

For a reproducer, this might work: ``` $ gdb --args getent ahosts localhost4 (gdb) break freeaddrinfo (gdb) run Starting program: /usr/bin/getent ahosts localhost4 [Thread debugging using libthread_db enabled] Using host...

This seems to be change too advanced for my current code understanding. I would get back to it once we merged simpler issues first.

Interesting feature, thank you for the contribution. I lack some explanation, why this change is needed and why it is a good thing. I think the section 10.4 is more...

Do I understand it correctly the core of this change is adding client API call ``avahi_reconfirm_record()``, which allows clients to indicate the record might be not up to date? All...

There does not seem possibility to avoid just selected addresses on the interface. You can enable or disable interface in configuration file, but not per address range. It seems to...

Created ``#avahi`` channel on libera.chat, if anyone wants to join.

Try getdns-stubby package, that how it is named on Fedora. It could be built as part of EPEL8 repository. It would not be part of CentOS directly, but could be...

Rate limiting plugin might use different limits for correct cookie responses.

- [ISC BIND9](https://bind9.readthedocs.io/en/v9.18.16/reference.html#namedconf-statement-edns) enables EDNS for all servers it talks to. If that is not supported, it has to be disabled explicitly for such server.