1. 06 Nov, 2014 1 commit
  2. 05 Nov, 2014 1 commit
  3. 31 Oct, 2014 1 commit
  4. 30 Oct, 2014 4 commits
  5. 28 Oct, 2014 1 commit
  6. 27 Oct, 2014 6 commits
  7. 25 Oct, 2014 2 commits
  8. 24 Oct, 2014 1 commit
  9. 23 Oct, 2014 4 commits
  10. 22 Oct, 2014 3 commits
  11. 21 Oct, 2014 2 commits
  12. 20 Oct, 2014 7 commits
  13. 17 Oct, 2014 2 commits
  14. 16 Oct, 2014 1 commit
  15. 14 Oct, 2014 2 commits
    • Dave Cridland's avatar
      Merge pull request #84 from ArchyInf/EncPropertyFix · 895bdbd9
      Dave Cridland authored
      fixed encrypted properties containing xml escaped data not saved correct...
      895bdbd9
    • julian.moschuering's avatar
      fixed encrypted properties containing xml escaped data not saved correctly · 7e2db426
      julian.moschuering authored
      Encrypted properties containing data that needs xml escaping (eg a database password containing '&') are encryped in escaped form but decryption uses them directly. Encrypted properties do not need xml escaping.
      
      Eg:
      1. Install an mysql connection with the password 'pass&word'; password is saved as pass&word in properties.xml
      2. Launch openfire
      -> mysql connection is established correctly and password is now stored in encrypted form.
      4. Restart openfire
      5. Openfire startup fails due to incorrect database password (pass&word) is used.
      7e2db426
  16. 10 Oct, 2014 2 commits