Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

ChangeLog 6.1KB

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