1. 26 Aug, 2009 2 commits
  2. 25 Aug, 2009 2 commits
  3. 24 Aug, 2009 7 commits
  4. 23 Aug, 2009 4 commits
  5. 22 Aug, 2009 3 commits
  6. 20 Aug, 2009 2 commits
  7. 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
  8. 02 Aug, 2009 1 commit
  9. 30 Jul, 2009 3 commits
  10. 28 Jul, 2009 3 commits
  11. 27 Jul, 2009 1 commit
  12. 12 Jul, 2009 1 commit
  13. 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
  14. 09 Jul, 2009 1 commit
  15. 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
  16. 11 Jun, 2009 3 commits