Searched hist:a51983e4dd2d4d63912aab939f657c4cd476e21a (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ceph/ |
H A D | auth_x.c | diff 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 D | ceph_common.c | diff 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 D | messenger.c | diff 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 D | libceph.h | diff 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>
|