選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

ChangeLog 6.0KB

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