Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. 2009-05-24 Alban Deniz <adeniz@skidmark.localdomain>
  2. * Makefile.am (noinst_HEADERS): Removed ProductionQueue.hpp from
  3. user tarball.
  4. * SNFMilter.hpp: Do not include ProductionQueue.hpp; the
  5. definition was moved to threading.hpp.
  6. 2009-01-31 Alban Deniz <adeniz@skidmark.localdomain>
  7. * main.cpp (main): Replaced PACKAGE with SNFMilter. Added
  8. PACKAGE_VERSION to SNF_MILTER_VERSION.
  9. 2009-01-17 Alban Deniz <adeniz@skidmark.localdomain>
  10. * SNFMilter.cpp: Cast c string constants to (char *) to avoid
  11. warnings about deprecated conversions.
  12. 2009-01-15 Alban Deniz <adeniz@skidmark.localdomain>
  13. * SNFMilter.cpp (SNFMilterEngine::readConfiguration): Read
  14. <nonzero> element.
  15. (SNFMilterEngine::scanMessage): Update to return NonZeroAction as
  16. appropriate.
  17. * SNFMilter.hpp (class SNFMilterEngine): Added
  18. SNFMilterEngine::NonZeroAction.
  19. 2009-01-14 Alban Deniz <adeniz@skidmark.localdomain>
  20. * SNFMilter.cpp (SNFMilterEngine::SNFMilterEngine): Removed
  21. initialization of ResultCodesCount (it's initialized by
  22. readConfiguration().
  23. * SNFMilter.hpp: Added NoAction and NoActionMNemonic.
  24. * SNFMilter.cpp (SNFMilterEngine::readConfiguration): Added
  25. .Mnemonic() to action attribute of <result> element. This reads
  26. the action values from the configuration file.
  27. 2009-01-13 Alban Deniz <adeniz@skidmark.localdomain>
  28. * SNFMilter.cpp: Output debug message when quarantining.
  29. (SNFMilterEngine::scanIP): Throw exception if myEngine is 0.
  30. (SNFMilterEngine::scanMessage): Throw exception if myEngine is 0.
  31. 2009-01-10 Alban Deniz <adeniz@skidmark.localdomain>
  32. * SNFMilter.cpp: Removed incorrect output of X-Headers to cout.
  33. 2009-01-06 Alban Deniz <adeniz@orkey.localdomain>
  34. * Makefile.am: Moved code for SNFMilter.xml, identity.xml, and
  35. GBUdbIgnorList to config_files/Makefile.am.
  36. 2008-12-02 Alban Deniz <adeniz@skidmark.localdomain>
  37. * main.cpp: Added thread to catch SIGTERM.
  38. * SNFMilter.hpp: Implemented SNFMilterContextPool::allUnused().
  39. * SNFMilter.cpp (runLibMilter): On return from smfi_main(), wait
  40. for all contexts to become free before returning.
  41. (SNFMilterContextPool::allUnused): Implemented method.
  42. * main.cpp (main): Add ShutdownWatcher to process XCI shutdown
  43. command. Responds with message with code 1.
  44. 2008-11-24 Alban Deniz <adeniz@skidmark.localdomain>
  45. * SNFMilter.cpp: Conditionally compile mlfi_data(),
  46. mlfi_negotiate(), and mlfi_unknown(). Compiled if SMFI_VERSION >
  47. 3. Purpose is to be able to compile with older libmilter
  48. libraries that did not have these functions.
  49. 2008-11-21 Alban Deniz <adeniz@skidmark.localdomain>
  50. * SNFMilter.cpp (SNFMilterEngine::readConfiguration): Save the
  51. latest configuration.
  52. (logError): Pass parameters by reference.
  53. * Makefile.am (SNFMilter.xml.sample): Generate from
  54. SNFMilter.xml.sample.in.
  55. 2008-11-15 Alban Deniz <adeniz@skidmark.localdomain>
  56. * Makefile.am: Install sample configuration files in
  57. /usr/local/share/examples/SNFMilter.
  58. * SNFMilter.hpp: Add PrependLocalReceivedHeader boolean flag.
  59. * SNFMilter.cpp: Add PrependLocalReceivedHeader boolean flag.
  60. * Makefile.am: Install configuration files in
  61. @sysconfdir@/@PACKAGE_NAME@ (e.g. /usr/local/etc/SNFMilter).
  62. 2008-11-14 Alban Deniz <adeniz@skidmark.localdomain>
  63. * SNFMilter.hpp: Obtain communication socket info from XML file.
  64. * SNFMilter.cpp: Obtain communication socket info from XML file.
  65. 2008-11-07 Alban Deniz <adeniz@skidmark.localdomain>
  66. * SNFMilter.hpp: Remove name of group for named pipe.
  67. * SNFMilter.cpp (runLibMilter): Removed code to change group of
  68. named pipe.
  69. 2008-11-06 Alban Deniz <adeniz@skidmark.localdomain>
  70. * SNFMilter.hpp: Changed MilterConnPath to /tmp/SNFMilterSocket.
  71. Changed the group of pipe fo "snfmilter".
  72. * Makefile.am: Added SNFMilterClient, SNFMilter2Check,
  73. SNFMilter.xml.sample, and identity.xml.sample.
  74. 2008-11-05 Alban Deniz <adeniz@skidmark.localdomain>
  75. * Makefile.am (libexec_PROGRAMS): Changed SNFMilter destination
  76. from bin to libexec.
  77. 2008-11-04 Alban Deniz <adeniz@skidmark.localdomain>
  78. * Makefile.am (SNF_Service_hdr): Added snf_match.h to the
  79. distribution.
  80. 2008-10-25 root <adeniz@skidmark.localdomain>
  81. * SNFMilter.cpp: Added InfoCode when invoking logInfo().
  82. 2008-10-20 Alban Deniz <adeniz@skidmark.localdomain>
  83. * SNFMilter.cpp (runLibMilter): Create named pipe, and set group
  84. to GroupName, and permissions to 660.
  85. * SNFMilter.hpp: Renamed milterConnSpec to milterConnPath. Added
  86. Groupname.
  87. * SNFMilter.cpp ("C"): Obtain connection context only in
  88. smfi_negotiate().
  89. 2008-10-17 Alban Deniz <adeniz@skidmark.localdomain>
  90. * SNFMilter.cpp: Added X-header processing. Added
  91. getContextFromCtx(). Replace LocalReceivedHeader data member with
  92. getLocalReceivedHeader() method. Prepend local received header to
  93. the message to be scanned in mlfi_eom.
  94. 2008-10-12 Alban Deniz <adeniz@skidmark.localdomain>
  95. * SNFMilter.hpp: Completed the callbacks.
  96. * SNFMilter.cpp: Completed the callbacks.
  97. * main.cpp (main): Added DebugMode flag. If argv[0] contains
  98. "Debug" or "debug", then debug mode is enabled.
  99. 2008-10-11 Alban Deniz <adeniz@skidmark.localdomain>
  100. * SNFMilter.hpp (class SNFMilterContextPool): Add logThisError and
  101. logThisInfo to SNFMilterContextPool.
  102. 2008-10-09 Alban Deniz <adeniz@skidmark.localdomain>
  103. * main.cpp (main): Use SNFMilterContexts instead of
  104. SNFMilterEngines.
  105. * SNFMilter.hpp: Refactor SNFMilterEnginePool to be
  106. SNFMilterContextPool. Implement SNFMilterContext.
  107. * SNFMilter.cpp: Added DEBUG_SNFMILTER to send debug messages to
  108. cerr and log to mail.debug. Refactor SNFMilterEnginePool to be
  109. SNFMilterContextPool. Implement mlfi_connect and mlfi_close.
  110. 2008-10-03 Alban Deniz <adeniz@skidmark.localdomain>
  111. * SNFMilter.hpp: Added milterPipeName.
  112. 2008-10-02 Alban Deniz <adeniz@skidmark.localdomain>
  113. * main.cpp: Included config.h for version number.
  114. Copyright (C) 2009 ARM Research Labs, LLC.
  115. See www.armresearch.com for the copyright terms.