1. 26 Jun, 2007 1 commit
  2. 25 Jun, 2007 1 commit
  3. 23 Jun, 2007 1 commit
  4. 22 Jun, 2007 1 commit
  5. 20 Jun, 2007 1 commit
  6. 19 Jun, 2007 4 commits
  7. 18 Jun, 2007 6 commits
  8. 15 Jun, 2007 1 commit
  9. 14 Jun, 2007 2 commits
  10. 13 Jun, 2007 8 commits
  11. 12 Jun, 2007 2 commits
    • cmiller@zippy.cornsilk.net's avatar
      Bug#28984: crasher on connect with out of range password length in \ · 4c9af559
      cmiller@zippy.cornsilk.net authored
      	protocol
      
      Fixed duplicated code, same as last commit.
      
      One could send a malformed packet that caused the server to SEGV.  In 
      recent versions of the password protocol, the client tells the server 
      what length the ciphertext is (almost always 20).  If that length was
      large enough to overflow a signed char, then the number would jump to 
      very large after being casted to unsigned int.
      
      Instead, cast the *passwd char to uchar.
      4c9af559
    • joerg@trift2.'s avatar
      VC++Files/sql/mysqld.vcproj · bd0b478e
      joerg@trift2. authored
          Ensure ".pdb" and ".map" files are created for the MySQL server, in all configurations.
      bd0b478e
  12. 11 Jun, 2007 2 commits
  13. 10 Jun, 2007 1 commit
  14. 08 Jun, 2007 4 commits
  15. 07 Jun, 2007 4 commits
  16. 06 Jun, 2007 1 commit