Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugin support #21

Conversation

grooverdan
Copy link

Adds MySQLServerCapabilities.PLUGIN_AUTH to the default capabilities of
the client.

Correctly decodes server announced capabilities by reading the second
short value representing the high values.

Parses out the plugin name from the server protocol.

Correctly produces a MySQLClientAuthPacket based on server capabilities
and extends this to potentially allow for other client authentication
plugins in future.

Adds MySQLServerCapabilities.PLUGIN_AUTH to the default capabilities of
the client.

Correctly decodes server announced capabilities by reading the second
short value representing the high values.

Parses out the plugin name from the server protocol.

Correctly produces a MySQLClientAuthPacket based on server capabilities
and extends this to potentially allow for other client authentication
plugins in future.
@rusher
Copy link
Collaborator

rusher commented Jul 16, 2015

Thanks, i will test that tomorrow when adding test cases

@rusher
Copy link
Collaborator

rusher commented Jul 24, 2015

closing this request, because your second request #22 is more complete (and merged!)

@rusher rusher closed this Jul 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants