Home
last modified time | relevance | path

Searched hist:a51983e4dd2d4d63912aab939f657c4cd476e21a (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ceph/
H A Dauth_x.cdiff a51983e4dd2d4d63912aab939f657c4cd476e21a Wed Oct 28 17:52:06 CDT 2015 Ilya Dryomov <idryomov@gmail.com> libceph: add nocephx_sign_messages option

Support for message signing was merged into 3.19, along with
nocephx_require_signatures option. But, all that option does is allow
the kernel client to talk to clusters that don't support MSG_AUTH
feature bit. That's pretty useless, given that it's been supported
since bobtail.

Meanwhile, if one disables message signing on the server side with
"cephx sign messages = false", it becomes impossible to use the kernel
client since it expects messages to be signed if MSG_AUTH was
negotiated. Add nocephx_sign_messages option to support this use case.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
H A Dceph_common.cdiff a51983e4dd2d4d63912aab939f657c4cd476e21a Wed Oct 28 17:52:06 CDT 2015 Ilya Dryomov <idryomov@gmail.com> libceph: add nocephx_sign_messages option

Support for message signing was merged into 3.19, along with
nocephx_require_signatures option. But, all that option does is allow
the kernel client to talk to clusters that don't support MSG_AUTH
feature bit. That's pretty useless, given that it's been supported
since bobtail.

Meanwhile, if one disables message signing on the server side with
"cephx sign messages = false", it becomes impossible to use the kernel
client since it expects messages to be signed if MSG_AUTH was
negotiated. Add nocephx_sign_messages option to support this use case.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
H A Dmessenger.cdiff a51983e4dd2d4d63912aab939f657c4cd476e21a Wed Oct 28 17:52:06 CDT 2015 Ilya Dryomov <idryomov@gmail.com> libceph: add nocephx_sign_messages option

Support for message signing was merged into 3.19, along with
nocephx_require_signatures option. But, all that option does is allow
the kernel client to talk to clusters that don't support MSG_AUTH
feature bit. That's pretty useless, given that it's been supported
since bobtail.

Meanwhile, if one disables message signing on the server side with
"cephx sign messages = false", it becomes impossible to use the kernel
client since it expects messages to be signed if MSG_AUTH was
negotiated. Add nocephx_sign_messages option to support this use case.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
/openbmc/linux/include/linux/ceph/
H A Dlibceph.hdiff a51983e4dd2d4d63912aab939f657c4cd476e21a Wed Oct 28 17:52:06 CDT 2015 Ilya Dryomov <idryomov@gmail.com> libceph: add nocephx_sign_messages option

Support for message signing was merged into 3.19, along with
nocephx_require_signatures option. But, all that option does is allow
the kernel client to talk to clusters that don't support MSG_AUTH
feature bit. That's pretty useless, given that it's been supported
since bobtail.

Meanwhile, if one disables message signing on the server side with
"cephx sign messages = false", it becomes impossible to use the kernel
client since it expects messages to be signed if MSG_AUTH was
negotiated. Add nocephx_sign_messages option to support this use case.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>