Skip to content
Snippets Groups Projects
  1. Mar 18, 2024
  2. May 18, 2022
  3. May 17, 2022
  4. Aug 17, 2020
  5. Aug 14, 2020
  6. Jul 12, 2020
  7. Jan 10, 2017
  8. Oct 31, 2016
  9. Apr 27, 2016
  10. Sep 28, 2015
  11. May 27, 2015
    • Mikal Sande's avatar
      Removed handling of __DIE__ signal. · 89d8b4da
      Mikal Sande authored
      I removed handling of the __DIE__ signal because it
      was causing problems. Because the signalhandler for
      the __DIE__ signal was calling remove_pidfile() the
      forks ended up removing the PID-file whenever a
      backend timed out. Therefore I added a check to
      remove_pidfile() to ensure that only the parent
      process is allowed to actually remove the PID-file.
      
      I also addded an END statement to take care of
      PID-file cleanup.
      89d8b4da
  12. Nov 12, 2014
  13. Jul 15, 2014
  14. Jul 11, 2014
  15. Jun 27, 2014
  16. Dec 13, 2013
  17. Jul 03, 2012
    • Brad Davidson's avatar
      Redo login checks · a5588655
      Brad Davidson authored
       - Remove dependency on external IMAP module
       - Add support for POP3 login check
      
      New checks are just very basic and only support simple username/password
      authentication, but I was not a huge fan of requiring full POP3/IMAP
      modules just to get a banner and send credentials.
      a5588655
  18. Jun 22, 2012
  19. Jun 21, 2012
Loading