Skip to content
Snippets Groups Projects
  1. May 03, 2019
  2. May 02, 2019
  3. May 01, 2019
  4. Apr 30, 2019
  5. Apr 29, 2019
  6. Apr 28, 2019
  7. Apr 26, 2019
  8. Apr 25, 2019
  9. Apr 23, 2019
    • rswindell's avatar
      Clean up the hostname look-up stuff: · 60f996f9
      rswindell authored
      - getnameinfo() was being called with NI_NUMERICHOST in the mail server and
        web server (but nowhere else)
      - use a singly-defined macro (STR_NO_HOSTNAME) for the "<no name>" string
        rather than copying it about
      - the webserver apparently assumes that session->host_name will always have
        *some* unique value (e.g. the IP address when no hostname is available) - so
        account for that special need <grumble>
      60f996f9
    • rswindell's avatar
      Check the relevant service's configured log_level before logging messages · 5dc77fef
      rswindell authored
      (e.g. "<service> connection accepted from: <ip_addr> port <num>").
      Some strcpy->SAFECOPY, sprintf->SAFEPRINTF replacements for good measure.
      5dc77fef
Loading