1. 08 Jul, 2003 1 commit
  2. 07 Jul, 2003 2 commits
  3. 06 Jul, 2003 2 commits
  4. 05 Jul, 2003 1 commit
    • bell@sanja.is.com.ua's avatar
      reduced using of slow current_thd/current_lex macro · 45e001f4
      bell@sanja.is.com.ua authored
      initialization of item_thd moved to constructor (in any case we need thd in constructor)
      initialization of group_concat_max_len to constructor to avoid incorrect length reporting (BUG#757)
      removed Item_func_group_concat::fix_length_and_dec() because item have its own fix_fields and will not have inherited items
      45e001f4
  5. 04 Jul, 2003 13 commits
  6. 03 Jul, 2003 12 commits
  7. 02 Jul, 2003 4 commits
  8. 01 Jul, 2003 5 commits
    • kostja@oak.local's avatar
      First version of new authentification procedure: now authentification is... · 7df04758
      kostja@oak.local authored
      First version of new authentification procedure: now authentification is one-stage (instead of two-stage in 4.1)
      
      For now following tasks have been done:
      - PASSWORD() function was rewritten. PASSWORD() now returns SHA1
        hash_stage2; for new passwords user.password contains '*'hash_stage2; sql_yacc.yy also fixed; 
      
      - password.c: new functions were implemented, old rolled back to 4.0 state
      
      - server code was rewritten to use new authorization algorithm (check_user(), change
        user, and other stuff in sql/sql_parse.cc)
      
      - client code was rewritten to use new authorization algorithm
        (mysql_real_connect, myslq_authenticate in sql-common/client.c)
      
      - now server barks on 45-byte-length 4.1.0 passwords and refuses 4.1.0-style
        authentification. Users with 4.1.0 passwords are blocked (sql/sql_acl.cc)
      
      - mysqladmin.c was fixed to work correctly with new passwords
      
      Tests for 4.0-4.1.1, 4.1.1-4.1.1 (with or without db/password) logons was performed;
      mysqladmin also was tested. Additional check are nevertheless necessary.
      7df04758
    • bell@sanja.is.com.ua's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · b6f39d22
      bell@sanja.is.com.ua authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-alloc_group-4.1
      b6f39d22
    • bell@sanja.is.com.ua's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · 5b3594a8
      bell@sanja.is.com.ua authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-err-4.1
      5b3594a8
    • bell@sanja.is.com.ua's avatar
      fixed uninitialized pointer · 2a33b051
      bell@sanja.is.com.ua authored
      2a33b051
    • monty@mashka.mysql.fi's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 22ba0c09
      monty@mashka.mysql.fi authored
      into mashka.mysql.fi:/home/my/mysql-4.1
      22ba0c09