1. 28 Dec, 2018 1 commit
    • Max Kellermann's avatar
      remove libwrap support · 22e6d95c
      Max Kellermann authored
      libwrap is an obscure artefact from a past long ago, when source IP
      address meant something.
      
      And its API is "interesting"; it requires the application to expose
      two global variables `allow_severity` and `deny_severity`.  This led
      to bug #437.  I don't want to declare those variables; instead, I'd
      like to remove libwrap support.
      
      Closes #437
      22e6d95c
  2. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  3. 31 Oct, 2018 1 commit
  4. 21 Sep, 2018 1 commit
  5. 20 Aug, 2018 1 commit
  6. 17 Jul, 2018 1 commit
  7. 16 Jul, 2018 1 commit
  8. 15 Jul, 2018 2 commits
  9. 29 Jan, 2018 2 commits
  10. 19 Jan, 2018 5 commits
  11. 20 Dec, 2017 3 commits
  12. 12 Dec, 2017 1 commit
  13. 10 Nov, 2017 1 commit
  14. 24 Oct, 2017 1 commit
  15. 29 Aug, 2017 1 commit
  16. 11 Aug, 2017 3 commits
  17. 10 Aug, 2017 3 commits
  18. 05 Jul, 2017 1 commit
  19. 04 Jun, 2017 2 commits
  20. 15 May, 2017 1 commit
  21. 08 May, 2017 2 commits
  22. 25 Feb, 2017 5 commits