Bug #51323 pluggable authentication
Submitted: 19 Feb 2010 13:43 Modified: 3 Dec 2010 3:00
Reporter: Sergei Golubchik Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:5.6 OS:Any
Assigned to: Georgi Kodinov CPU Architecture:Any
Tags: Contribution, plugin

[19 Feb 2010 13:43] Sergei Golubchik
Description:
This is a report for tracking the work on the contribution for WL#1054 Pluggable Authentication

How to repeat:
http://lists.mysql.com/internals/37726
[19 Feb 2010 13:52] Georgi Kodinov
Related bugs : Bug #4703, Bug #9411
[19 Feb 2010 13:53] Georgi Kodinov
More on the subject : http://forge.mysql.com/wiki/PluggableAuthenticationSupport
[21 Feb 2010 13:30] Davi Arnaut
The patch is MIME damaged.
[21 Feb 2010 16:04] Sergei Golubchik
pluggable authentication patch

Attachment: wl1054.patch.bz2 (application/x-bzip2, text), 48.97 KiB.

[21 Feb 2010 16:05] Sergei Golubchik
I would've attached the patch to my mail if I'd knew that the list would not strip the attachment :(
[22 Feb 2010 13:31] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/101068

2938 Georgi Kodinov	2010-02-22
      Bug #51323 : 
      Serg's patch (http://bugs.mysql.com/file.php?id=14087) applied to 
      mysql-next-mr.
[23 Feb 2010 19:08] Sergei Golubchik
fixes for the cases with the default non-native plugins

Attachment: pa1.patch (application/octet-stream, text), 12.56 KiB.

[23 Feb 2010 19:09] Sergei Golubchik
changeset comment:
  dialog plugin: typo fixed
  send_server_handshake_packet: don't assume that the scramble is ASCIIZ -
  with plugins it's no longer true

  now server tells the client what plugin it used in the first handshake packet
  and the client only allows the appropriate plugin to see the data
[8 Mar 2010 22:11] Lenz Grimmer
This code is tracked in the following Bazaar tree now:
https://code.launchpad.net/~mysql/mysql-server/mysql-next-mr-wl1054
[26 Mar 2010 12:02] Sergei Golubchik
more patches with comments, cleanups and bugfixes. changeset comments inside.

Attachment: more.diff (text/plain), 102.70 KiB.

[30 Mar 2010 13:05] Georgi Kodinov
Sergei, I would appreciate if you use lp:~mysql/mysql-server/mysql-next-mr-wl1054 when supplying your diffs.
[8 Apr 2010 20:04] Sergei Golubchik
more bugfixes

Attachment: pa.patch (application/octet-stream, text), 18.04 KiB.

[8 Apr 2010 20:10] Sergei Golubchik
here's another patch with bug fixes.
it's against mariadb-5.2 tree.

sorry, I cannot constantly port patches into a more and more diverging tree. especially as I don't even know the reason for the divergence, all discussions you do privately. I can only guess that Peter has done a review and you're working on his comments.
[26 Nov 2010 14:03] Georgi Kodinov
This has been pushed to the mysql-5.5 tree
[3 Dec 2010 3:00] Paul DuBois
Pluggable authentication is noted in the 5.5.7 changelog.