[tarantool-patches] [PATCH v2 05/10] session: move salt into iproto connection

Konstantin Osipov kostja at tarantool.org
Thu May 10 21:47:39 MSK 2018


* Vladislav Shpilevoy <v.shpilevoy at tarantool.org> [18/04/20 16:25]:
> Session salt is 32 random bytes, that are used to encode password
> when a user is authorized. The salt is not used in non-binary
> sessions, and can be moved to iproto connection.
> ---
>  src/box/authentication.cc |  4 ++--
>  src/box/authentication.h  |  3 ++-
>  src/box/box.cc            |  4 ++--
>  src/box/box.h             |  2 +-
>  src/box/iproto.cc         | 17 ++++++++++++-----
>  src/box/session.cc        |  3 ---
>  src/box/session.h         |  4 ----

OK to push.


-- 
Konstantin Osipov, Moscow, Russia, +7 903 626 22 32
http://tarantool.io - www.twitter.com/kostja_osipov



More information about the Tarantool-patches mailing list