1. 26 Aug, 2009 6 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: · 4490c04a
      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.
      4490c04a
    • Jim Fulton's avatar
      Cleaned up imports. · 73587f58
      Jim Fulton authored
      73587f58
  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: · 29fd4557
      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.
      29fd4557
    • Jim Fulton's avatar
      Bugs Fixed · 16d64841
      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.
      16d64841
    • Jim Fulton's avatar
      Removed an unneeded import. · 20863568
      Jim Fulton authored
      20863568
  14. 09 Jul, 2009 1 commit
  15. 02 Jul, 2009 1 commit
    • Jim Fulton's avatar
      Bugs Fixed · a9fdab74
      Jim Fulton authored
      ----------
      
      - ZEO protocol 2 support was broken.  This caused very old clients to
        be unable to use new servers.
      a9fdab74