This repository was archived by the owner on Mar 1, 2026. It is now read-only.
Commit 3ea82d0
committed
WL#15336: Support MIT Kerberos library with authentication_kerberos_client on Windows
Description:
- Added GSSAPI support for authentication_kerberos_client on Windows
- Added new plugin option:
plugin_authentication_kerberos_client_use_gssapi
in authentication_kerberos_client plugin on Windows
- Added ability to set above mentioned option in mysql and mysqldump
programs on Windows
- Added cmake changes to discover following kerberos libraries
if WITH_KERBEROS or new option - WITH_KERBEROS_WIN is specified.
- krb5_64
- gssapi64
- comerr64
- k5sprt64
- krbcc64
- xpprof64
Change-Id: I83eb68cd3bf0e6b0c736c75873fe07d964caf5de1 parent 13dc84f commit 3ea82d0
17 files changed
Lines changed: 492 additions & 144 deletions
File tree
- client
- cmake
- include
- libmysql
- authentication_kerberos
- authentication_ldap
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
| |||
1959 | 1960 | | |
1960 | 1961 | | |
1961 | 1962 | | |
| 1963 | + | |
1962 | 1964 | | |
1963 | 1965 | | |
1964 | 1966 | | |
| |||
2085 | 2087 | | |
2086 | 2088 | | |
2087 | 2089 | | |
| 2090 | + | |
| 2091 | + | |
2088 | 2092 | | |
2089 | 2093 | | |
2090 | 2094 | | |
| |||
4767 | 4771 | | |
4768 | 4772 | | |
4769 | 4773 | | |
| 4774 | + | |
| 4775 | + | |
| 4776 | + | |
| 4777 | + | |
| 4778 | + | |
| 4779 | + | |
| 4780 | + | |
| 4781 | + | |
| 4782 | + | |
4770 | 4783 | | |
4771 | 4784 | | |
4772 | 4785 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
659 | 660 | | |
660 | 661 | | |
661 | 662 | | |
| 663 | + | |
662 | 664 | | |
663 | 665 | | |
664 | 666 | | |
| |||
895 | 897 | | |
896 | 898 | | |
897 | 899 | | |
| 900 | + | |
| 901 | + | |
898 | 902 | | |
899 | 903 | | |
900 | 904 | | |
| |||
1593 | 1597 | | |
1594 | 1598 | | |
1595 | 1599 | | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
1596 | 1608 | | |
1597 | 1609 | | |
1598 | 1610 | | |
| |||
0 commit comments