Commits


added compat for ohash


first draft of asynchronous dns resolution Use asr on OpenBSD to do DNS query lookups asynchronously. At the moment it seems a bit hard to provide the whole asr + asr_event stuff in the compat layer, so hide those bits behind an #ifdef; not the prettiest solution, but a working one. Future works may either: - provide a stub implementation for the asr stuff - bundle the libasr from OpenSMTD-portable


add various -W flags


add compat for memmem(3)


fix compat layer build


add bunch of compats for compatibility


sync


initial commit