Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-07-02 | 2 | -4/+4 |
|\ | |||||
| * | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-07-02 | 2 | -4/+4 |
| |\ | |||||
| | * | Merge 10.2 into 10.3 | Marko Mäkelä | 2020-07-02 | 2 | -4/+4 |
| | |\ | |||||
| | | * | Merge 10.1 into 10.2bb-10.2-merge | Marko Mäkelä | 2020-07-01 | 2 | -4/+4 |
| | | |\ | |||||
| | | | * | Check for krb5_xfree instead of krb5_free_unparsed_name | Vicențiu Ciorbaru | 2020-06-15 | 2 | -4/+4 |
* | | | | | FreeBSD compilation fixes | Sergei Golubchik | 2020-06-04 | 1 | -0/+1 |
* | | | | | Fixed compiler warnings from gcc and clang 5.0.1 | Monty | 2020-05-23 | 1 | -3/+3 |
* | | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-05-05 | 1 | -0/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2020-05-05 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-05-04 | 1 | -0/+4 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-20685: compile fixes for Solaris/OSX/AIX | Daniel Black | 2020-04-29 | 1 | -0/+4 |
* | | | | | Fix clang-cl warnings | Vladislav Vaintroub | 2019-07-04 | 1 | -0/+3 |
|/ / / / | |||||
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-04-03 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-04-03 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-04-03 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | cmake: fix krb5 detection on SUSE | Sergei Golubchik | 2019-04-02 | 1 | -1/+1 |
* | | | | After-merge fix: Initialize all fields | Marko Mäkelä | 2019-04-02 | 1 | -1/+1 |
* | | | | MDEV-11340 Allow multiple alternative authentication methods for the same user | Sergei Golubchik | 2019-02-04 | 2 | -0/+70 |
* | | | | MDEV-17950 SHOW GRANTS FOR does not work for a user identified with non-exist... | Sergei Golubchik | 2019-02-04 | 4 | -35/+38 |
|/ / / | |||||
* | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 2 | -2/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 2 | -3/+9 |
| |\ \ | | |/ | |||||
| | * | auth_gssapi : Fix string formatting in my_printf_error() | Vladislav Vaintroub | 2018-10-16 | 1 | -1/+1 |
| | * | remove MYF flags from plugin | Vladislav Vaintroub | 2018-10-16 | 1 | -2/+2 |
| | * | Fix regular expression in replace_regex in auth_gssapi test. | Vladislav Vaintroub | 2018-10-15 | 1 | -1/+1 |
| | * | make auth_gssapi_basic work, also in domain environment. | Vladislav Vaintroub | 2018-10-15 | 3 | -1/+4 |
| | * | MDEV-17462 Heap corruption with auth_gssapi on Windows. | Vladislav Vaintroub | 2018-10-15 | 1 | -1/+6 |
* | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | don't use my_error(0) or my_printf_error(0) | Sergei Golubchik | 2018-06-21 | 1 | -5/+5 |
* | | | Merge bb-10.2-ext into 10.3 | Marko Mäkelä | 2018-02-15 | 2 | -1/+9 |
|\ \ \ | |/ / | |||||
| * | | auth_gssapi - fix test result and let the test run on Windows buildbot | Vladislav Vaintroub | 2018-02-01 | 2 | -1/+9 |
* | | | Windows, compiling : use /permissive- switch to improve conformance | Vladislav Vaintroub | 2018-02-07 | 3 | -4/+4 |
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ... | Vladislav Vaintroub | 2018-02-06 | 3 | -3/+3 |
* | | | Don't include my_global.h in "pure" plugins | Sergei Golubchik | 2017-08-24 | 8 | -23/+29 |
* | | | Enusure that my_global.h is included first | Michael Widenius | 2017-08-24 | 8 | -11/+12 |
|/ / | |||||
* | | Merge 10.1 into 10.2 | Marko Mäkelä | 2017-05-06 | 2 | -9/+12 |
|\ \ | |/ | |||||
| * | MDEV-11663 Create services for functionality used by plugins | Vladislav Vaintroub | 2017-04-27 | 2 | -9/+12 |
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-03-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | spelling fixes | klemens | 2017-03-07 | 1 | -2/+2 |
* | | remove libmysql/ | Sergei Golubchik | 2016-09-12 | 1 | -5/+7 |
* | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2016-06-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Mark gssapi plugin as stable. No open bug reports, and no further work planne... | Vladislav Vaintroub | 2016-05-28 | 1 | -1/+1 |
* | | General spell fixing in comments and strings | Otto Kekäläinen | 2016-06-08 | 1 | -1/+1 |
|/ | |||||
* | mtr complains about klist is not found, if Kerberos is not installed on machines | Vladislav Vaintroub | 2016-03-17 | 1 | -1/+1 |
* | MDEV-9557 - fix compilation errors due to missing krb5_free_unparsed_name() i... | Vladislav Vaintroub | 2016-02-16 | 3 | -2/+14 |
* | Fix authentication plugin's tests in case username contains non-alphanumeric ... | Vladislav Vaintroub | 2016-02-01 | 2 | -4/+4 |
* | MDEV9494 Fix build for Heimdal Kerberos | Vladislav Vaintroub | 2016-01-31 | 1 | -1/+1 |
* | Fix spelling of my name | Robbie Harwood | 2016-01-20 | 1 | -1/+1 |
* | MDEV 4691- address review comments | Vladislav Vaintroub | 2016-01-19 | 13 | -20/+53 |
* | MDEV-4961 SSPI/GSSAPI/Kerberos authentication plugin | Vladislav Vaintroub | 2016-01-14 | 19 | -0/+1854 |