summaryrefslogtreecommitdiff
path: root/plugin/auth_gssapi
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-05-062-9/+12
|\ | | | | | | | | | | Also, include fixes by Vladislav Vaintroub to the aws_key_management plugin. The AWS C++ SDK specifically depends on OPENSSL_LIBRARIES, not generic SSL_LIBRARIES (such as YaSSL).
| * MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-272-9/+12
| | | | | | | | | | | | Added service for - encryption (AES) - error reporting, e.g my_printf_error()
* | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ | |/
| * spelling fixesklemens2017-03-071-2/+2
| |
* | remove libmysql/Sergei Golubchik2016-09-121-5/+7
| | | | | | | | also disable server's client plugins when C/C has the same
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-1/+1
|\ \ | |/
| * Mark gssapi plugin as stable. No open bug reports, and no further work ↵Vladislav Vaintroub2016-05-281-1/+1
| | | | | | | | planned, thus stable is accurate
* | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
|/
* mtr complains about klist is not found, if Kerberos is not installed on machinesVladislav Vaintroub2016-03-171-1/+1
|
* MDEV-9557 - fix compilation errors due to missing krb5_free_unparsed_name() ↵Vladislav Vaintroub2016-02-163-2/+14
| | | | in old versions of Heimdal Kerberos
* Fix authentication plugin's tests in case username contains non-alphanumeric ↵Vladislav Vaintroub2016-02-012-4/+4
| | | | character, e.g dash
* MDEV9494 Fix build for Heimdal KerberosVladislav Vaintroub2016-01-311-1/+1
|
* Fix spelling of my nameRobbie Harwood2016-01-201-1/+1
|
* MDEV 4691- address review commentsVladislav Vaintroub2016-01-1913-20/+53
|
* MDEV-4961 SSPI/GSSAPI/Kerberos authentication pluginVladislav Vaintroub2016-01-1419-0/+1854