1. b651c2a Added basic support for t= parameter (signature timestamp) in the signature record (JDKIM-15) by Stefano Bagnara · 14 years ago
  2. e2e150a make sure file based test suites run correctly in every environment (m2 reactor, m2 single module, netbeans, eclipse..) by Stefano Bagnara · 14 years ago
  3. 0a850a3 Improve "fail" message for i= tag domain mismatch d= domain. by Stefano Bagnara · 14 years ago
  4. dbe6d9b Remove unused mime4j code from tests by Stefano Bagnara · 14 years ago
  5. 9b13485 Add related signature identity string to fail exceptions to improve verification results. by Stefano Bagnara · 14 years ago
  6. b9ff2e0 Make sure to validate the signature templates and throw PermFailException if an invalid template is provided (otherwise it was throwing NPE later) by Stefano Bagnara · 14 years ago
  7. c8e48f4 Catch IllegalStateExcetpion and rethrow as PermFailException on Invalid public key. by Stefano Bagnara · 14 years ago
  8. 29889e1 Added Mail-DKIM perl library tests to our testsuite. Updated NOTICE/LICENSE to reflect the new content. This data is distributed under the Artistic License 1.0 terms (JDKIM-1 / LEGAL-64) by Stefano Bagnara · 14 years ago
  9. 454c84f Protect method from NPE on missing signature header by Stefano Bagnara · 14 years ago
  10. a1cf3ab Add rat module to the build and exclude "known" headerless resources by Stefano Bagnara · 14 years ago
  11. d122aaa Forgot the apache license header in the mailet module pom. by Stefano Bagnara · 14 years ago
  12. e416dc1 Update plugin versions, junit version, javadoc plugin configuration. by Stefano Bagnara · 14 years ago
  13. 99f5512 We don't ship bnd or junit anymore (no more stage), so remove the references from LICENSE/NOTICE by Stefano Bagnara · 14 years ago
  14. 73b1815 Current dev release is 0.2-SNAPSHOT, so the first release will be 0.2, not 0.1 by Stefano Bagnara · 14 years ago
  15. 754a7a2 Fix spacing for the DKIM-Signature field (add a space before, remove a space from the end) (JDKIM-13) by Stefano Bagnara · 14 years ago
  16. 833624a Minor cleanup, removed "sensitive" data from tests. by Stefano Bagnara · 14 years ago
  17. 6ce3da2 Upgraded parent pom to released 1.5 version. by Stefano Bagnara · 14 years ago
  18. 0985f23 Removed the stage folder as everything should work from central now (JDKIM-6) by Stefano Bagnara · 14 years ago
  19. 0c7f04c Added a dependencyManagement section to the parent pom. by Stefano Bagnara · 14 years ago
  20. 6952e7b Added another hint about dnsjava 2.0.7 requirement (JDKIM-9) by Stefano Bagnara · 14 years ago
  21. b3f7536 Added a dependencyManagement section to the parent pom. by Stefano Bagnara · 14 years ago
  22. 9137861 Remove references to stage module as all of our dependencies are now on "central" (JDKIM-6) by Stefano Bagnara · 14 years ago
  23. 19d8d4e Added the crypto notice to the README.txt (JDKIM-3) by Stefano Bagnara · 14 years ago
  24. 1d8bbd4 Updated parent to the latest snapshot to inherit the latest main menu in the website + fixes in the local modules menu. (JDKIM-5) by Stefano Bagnara · 14 years ago
  25. 3175162 Trial/error for the maven site plugin and relative urls (JDKIM-5) by Stefano Bagnara · 15 years ago
  26. dc598aa Trial/error for the maven site plugin and relative urls (JDKIM-5) by Stefano Bagnara · 15 years ago
  27. 1445bca Trial/error for the maven site plugin and relative urls (JDKIM-5) by Stefano Bagnara · 15 years ago
  28. 13dc028 First attempt to make a website for jDKIM, as always an M2 PITA with multimodules and inheritance (JDKIM-5) by Stefano Bagnara · 15 years ago
  29. 6973c3d Added release notes with some technical docs (JDKIM-9) by Stefano Bagnara · 15 years ago
  30. 2c7c903 Added DOAP generation (also for the generated site) and renamed modules/artifactNames to better support assemble module (JDKIM-11, JDKIM-12) by Stefano Bagnara · 15 years ago
  31. b0a3272 Changed unchecked IllegalStateException to checked PermFailExceptions in "apply" method. by Stefano Bagnara · 15 years ago
  32. dd451ed A new assemble module to generate releasable artifacts (JDKIM-12) by Stefano Bagnara · 15 years ago
  33. ae5fcec LICENSE and NOTICE for the source distribution (JDKIM-8) by Stefano Bagnara · 15 years ago
  34. 466cdf3 A new assemble module to generate releasable artifacts (JDKIM-12) by Stefano Bagnara · 15 years ago
  35. edd7ee4 Minor improvements to not-yet-commons-ssl pom definition (this is the pom I submitted to maven central) by Stefano Bagnara · 15 years ago
  36. 257ec55 Switch to PEM format for the privateKey (JDKIM-10) by Stefano Bagnara · 15 years ago
  37. 3abfbc3 *third party dependency*: not-yet-commons-ssl is an apache license 2 licensed artifact. by Stefano Bagnara · 15 years ago
  38. 63857f8 Hide crypto exceptions behind PermFailExceptions. by Stefano Bagnara · 15 years ago
  39. df60acb Refactored SignatureRecord and its Impl to better support signing/verification. by Stefano Bagnara · 15 years ago
  40. 1effeac Verified refactoring. Now returns a list of succesfully verified headers and publishes more internals as public methods. by Stefano Bagnara · 15 years ago
  41. 71632e3 fix typo by Stefano Bagnara · 15 years ago
  42. bbbe585 commons-logging 1.1.1 for the stage, until we'll remove stage this is required. by Stefano Bagnara · 15 years ago
  43. ed3ec57 Reformat sources for ASF/James coding style guidelines (mainly spaces for indentation). by Stefano Bagnara · 15 years ago
  44. 26bc2bd Removed unused methods and more cleanups. by Stefano Bagnara · 15 years ago
  45. eb6c675 jDKIM refactoring: just looking for a better architecture/organization. by Stefano Bagnara · 15 years ago
  46. 0155af2 Removed dependency between PublicKeyRecord and SignatureRecord. by Stefano Bagnara · 15 years ago
  47. b6f5c0f Remove workaround for dnsjava <= 2.0.6 as dnsjava 2.0.7 has been released and included in jDKIM (JDKIM-7) by Stefano Bagnara · 15 years ago
  48. b96011e Changed the artifact names to include "apache". by Stefano Bagnara · 15 years ago
  49. 86c14b6 Update dnsjava to the just released 2.0.7 by Stefano Bagnara · 15 years ago
  50. 5e1a5a8 basic structure for jdkim site (JDKIM-5) by Stefano Bagnara · 15 years ago
  51. cca2adf Fix DKIMSignTest for using "Fake" classes instead of "Mock" classes (mailet-base:tests upgrade). by Stefano Bagnara · 15 years ago
  52. ac7fc8a Upgraded org.apache.james dependencies to latest stable instead of snapshots by Stefano Bagnara · 15 years ago
  53. 33fc464 Upgrade to latest commons-codec (1.4) by Stefano Bagnara · 15 years ago
  54. 1316fc7 hudson build fixes by Stefano Bagnara · 15 years ago
  55. 803f411 Added some resource to rat exclusions by Stefano Bagnara · 15 years ago
  56. 12149f0 Java 1.4 compatibility: downgraded to mime4j 0.5, some method "backport" and some javadoc fixes. by Stefano Bagnara · 15 years ago
  57. 9730bc0 Fix an NPE on missing test resources by Stefano Bagnara · 15 years ago
  58. 3669910 Stop using Sun's Base64 private classes and move the code to Commons-Codec 1.3 by Stefano Bagnara · 15 years ago
  59. 20abcb9 test for the DKIMSign mailet (and the ConvertTo7Bit too) by Stefano Bagnara · 15 years ago
  60. 71f45e9 required empty folders by Stefano Bagnara · 15 years ago
  61. 3e2e278 Added some example message to better coverage the verification code by Stefano Bagnara · 15 years ago
  62. 2e6d96c 3rd party dependencies by Stefano Bagnara · 15 years ago
  63. 7fd6068 3rd party dependencies by Stefano Bagnara · 15 years ago
  64. fb66032 I have issues committing here. by Stefano Bagnara · 15 years ago
  65. 9cae807 I have issues committing here. by Stefano Bagnara · 15 years ago
  66. 1cbdc01 First draft of jDKIM mailets: DKIMSign and ConvertTo7Bit. by Stefano Bagnara · 15 years ago
  67. 6aa5514 Some more test for the main library. by Stefano Bagnara · 15 years ago
  68. 6a5dd3c Some test for the main library. by Stefano Bagnara · 15 years ago
  69. 95159b7 The code for the main library. It needs some refactoring/repackaging but works. by Stefano Bagnara · 15 years ago
  70. afcac5d The code for the main library. It needs some refactoring/repackaging but works. by Stefano Bagnara · 15 years ago
  71. fabb9b4 Basic structure for the 3 modules by Stefano Bagnara · 15 years ago
  72. 7049cf6 Main pom for the jDKIM project by Stefano Bagnara · 15 years ago
  73. 56014e4 Project structure for the jDKIM product by Stefano Bagnara · 15 years ago