This website requires JavaScript.
Explore
Help
Register
Sign In
hcq
/
MaxScale
Watch
1
Star
0
Fork
0
You've already forked MaxScale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
MaxScale
/
server
/
modules
/
protocol
History
Markus Makela
d3da98b58f
Merge branch 'MXS-544' into develop-MXS-544-merge
2016-03-03 21:39:39 +02:00
..
test
Added comments to SSL tests.
2015-06-04 16:49:39 +03:00
CMakeLists.txt
Changes to improve robustness of SSL processing, separate it so far as possible from protocols. Separate the detailed mechanism of authentication from the MySQL protocol with a view to making it into a module later.
2016-02-15 09:29:07 +00:00
httpd.c
Migrate SSL functionality out of service and into listener. Develop config handling accordingly, including making provision for SSL parameters in servers for future use in implementing SSL to backend servers. Some elements still to be tidied mainly in mysql_client.c - but that will be part of detaching the SSL authentication from the MySQL protocol.
2016-01-27 15:46:19 +00:00
maxscaled.c
Merge branch 'MXS-544' into develop-MXS-544-merge
2016-03-03 21:39:39 +02:00
mysql_auth.c
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
2016-02-23 11:13:21 +00:00
mysql_backend.c
Fixed wrong DCB being used in gw_get_shared_session_auth_info
2016-02-29 16:53:39 +02:00
mysql_client.c
Merge branch 'MXS-544' into develop-MXS-544-merge
2016-03-03 21:39:39 +02:00
mysql_common.c
Simplify handling of "client data" by having a pointer to it only in DCB and not in session structure. Change name of session->client to session->client_dcb for greater clarity. Temporary free of client data in DCB, to be moved to authenticator when it becomes a module. Fix incorrect name of listener_alloc.
2016-02-23 11:13:21 +00:00
telnetd.c
Merge branch 'MXS-544' into develop-MXS-544-merge
2016-03-03 21:39:39 +02:00
testprotocol.c
Split off listener functionality and move SSL initiation from service to listener. Put GWPROTOCOL in its own header file.
2016-01-26 16:08:02 +00:00