1. 22 Aug, 2009 3 commits
  2. 20 Aug, 2009 2 commits
  3. 13 Aug, 2009 2 commits
    • Jim Fulton's avatar
      Bugs Fixed: · 7e848419
      Jim Fulton authored
      - Fixed vulnerabilities in the ZEO network protocol that allow:
      
      CVE-2009-0668 Arbitrary Python code execution in ZODB ZEO storage servers
        CVE-2009-0669 Authentication bypass in ZODB ZEO storage servers
      
      - Limit the number of object ids that can be allocated at once to
        avoid running out of memory.
      7e848419
    • Jim Fulton's avatar
      Cleaned up imports. · 5a1a274a
      Jim Fulton authored
      5a1a274a
  4. 02 Aug, 2009 1 commit
  5. 30 Jul, 2009 3 commits
  6. 28 Jul, 2009 3 commits
  7. 27 Jul, 2009 1 commit
  8. 12 Jul, 2009 1 commit
  9. 10 Jul, 2009 3 commits
    • Shane Hathaway's avatar
      Fixed a couple of blob storage issues: · c0e76eed
      Shane Hathaway authored
      - The "lawn" layout was being selected by default if the root of
        the blob directory happened to contain a hidden file or directory
        such as ".svn".  Now hidden files and directories are ignored
        when choosing the default layout.
      
      - BlobStorage was not compatible with MVCC storages because the
        wrappers were being removed by each database connection.  There
        was also a problem with subtransactions.  Fixed.
      c0e76eed
    • Jim Fulton's avatar
      Bugs Fixed · e04d43b9
      Jim Fulton authored
      ----------
      
      - Simplified the setup script in hopes of working with bdist_rpm.
      
      - Fixed the setup test command.  It previously depended on private
        functions in zope.testing.testrunner that don't exist any more.
      e04d43b9
    • Jim Fulton's avatar
      Removed an unneeded import. · ccc63fba
      Jim Fulton authored
      ccc63fba
  10. 09 Jul, 2009 1 commit
  11. 02 Jul, 2009 2 commits
    • Jim Fulton's avatar
      Bugs Fixed · 357fb162
      Jim Fulton authored
      ----------
      
      - ZEO protocol 2 support was broken.  This caused very old clients to
        be unable to use new servers.
      357fb162
    • Jim Fulton's avatar
      Bugs Fixed · 1ebc3a35
      Jim Fulton authored
      ----------
      
      - ZEO client threads were unnamed, making it hard to debug thread
        management.
      1ebc3a35
  12. 11 Jun, 2009 3 commits
  13. 10 Jun, 2009 5 commits
  14. 09 Jun, 2009 2 commits
  15. 05 Jun, 2009 4 commits
  16. 04 Jun, 2009 1 commit
  17. 29 May, 2009 1 commit
  18. 26 May, 2009 2 commits