Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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