]> granicus.if.org Git - php/commit
Handle MySQL 5.5 authentication features.
authorAndrey Hristov <andrey@php.net>
Mon, 24 Jan 2011 12:34:47 +0000 (12:34 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 24 Jan 2011 12:34:47 +0000 (12:34 +0000)
commitce4e6f4db5ce8f7a292bd6479c70f66c509fadb0
tree70415f9f1266c6260628c1d2d6738e99958fd12f
parente7a2c9a85c19519c1071c6dac1dad68bb7ae959f
Handle MySQL 5.5 authentication features.
Authentication protocol can be changed, a new raw
packet is introduced, which includes only the "encrypted"
data for the auth plugin, sent after change protocol (0xFE)
is sent to the client.
ext/mysqlnd/mysqlnd.c
ext/mysqlnd/mysqlnd_auth.c
ext/mysqlnd/mysqlnd_enum_n_def.h
ext/mysqlnd/mysqlnd_net.c
ext/mysqlnd/mysqlnd_priv.h
ext/mysqlnd/mysqlnd_structs.h
ext/mysqlnd/mysqlnd_wireprotocol.c
ext/mysqlnd/mysqlnd_wireprotocol.h