Merge lp://staging/~qiush-summer/maria/krb_auth_plugin into lp://staging/maria

Proposed by Shuang Qiu
Status: Needs review
Proposed branch: lp://staging/~qiush-summer/maria/krb_auth_plugin
Merge into: lp://staging/maria
Diff against target: 1703 lines (+1662/-0)
8 files modified
mysql-test/suite/plugins/r/kerberos.result (+12/-0)
mysql-test/suite/plugins/t/kerberos.test (+30/-0)
plugin/auth_kerberos/CMakeLists.txt (+24/-0)
plugin/auth_kerberos/README.md (+211/-0)
plugin/auth_kerberos/kerberos_client.c (+419/-0)
plugin/auth_kerberos/kerberos_common.c (+152/-0)
plugin/auth_kerberos/kerberos_common.h (+89/-0)
plugin/auth_kerberos/kerberos_server.c (+725/-0)
To merge this branch: bzr merge lp://staging/~qiush-summer/maria/krb_auth_plugin
Reviewer Review Type Date Requested Status
Maria-captains Pending
Review via email: mp+188061@code.staging.launchpad.net

Commit message

Enable Kerberos authentication on MariaDB.

Description of the change

This patch add Kerberos authentication support to MariaDB.

The authentication on *nix and Windows environment are featured.
Interoperation between hybrid OS environment is also allowed.

To post a comment you must log in.
3837. By Shuang Qiu

Change the licensing from GPL to BSD.

3838. By Shuang Qiu

Change the Kerberos authentication plugin licensing from GPL to BSD.

Unmerged revisions

3838. By Shuang Qiu

Change the Kerberos authentication plugin licensing from GPL to BSD.

3837. By Shuang Qiu

Change the licensing from GPL to BSD.

3836. By Shuang Qiu

remove deprecated working directory.

3835. By Shuang Qiu

add user manual for Kerberos authentication plugin.

3834. By Shuang Qiu

minor update.

3833. By Shuang Qiu

Cleanup kerberos_client.c, add cross-platform support to CMakeList.txt.

3832. By Shuang Qiu

update Kerberos unittest file and add unittest result.

3831. By Shuang Qiu

Dot is a valid alphabet in principal names.

3830. By Shuang Qiu

Normailize comments.

3829. By Shuang Qiu

Update Kerberos authentication test script.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches