-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27122/
-----------------------------------------------------------
Review request for mesos, Adam B and Vinod Kone.
Bugs: MESOS-1893
https://issues.apache.org/jira/browse/MESOS-1893
Repository: mesos-git
Description
-------
Move src/sasl to src/authentication/cram_md5, rename src/tests/sasl_tests.cpp
to src/tests/crammd5_authentication_tests.cpp.
Adapt depending include paths.
Rename specific test implementations from SASL to CRAMMD5Authentication.
Diffs
-----
src/Makefile.am 2617f77
src/authentication/cram_md5/authenticatee.hpp PRE-CREATION
src/authentication/cram_md5/authenticator.hpp PRE-CREATION
src/authentication/cram_md5/auxprop.hpp PRE-CREATION
src/authentication/cram_md5/auxprop.cpp PRE-CREATION
src/master/master.cpp 95589b8
src/sasl/authenticatee.hpp ec2c841
src/sasl/authenticator.hpp 6f4d3db
src/sasl/auxprop.hpp 44e201b
src/sasl/auxprop.cpp 6de1222
src/sched/sched.cpp e89e5e5
src/scheduler/scheduler.cpp fb88a3e
src/slave/slave.cpp 55e5264
src/tests/crammd5_authentication_tests.cpp PRE-CREATION
src/tests/sasl_tests.cpp 30556fa
Diff: https://reviews.apache.org/r/27122/diff/
Testing
-------
make check
Thanks,
Till Toenshoff