-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27122/
-----------------------------------------------------------

(Updated Nov. 1, 2014, 12:46 a.m.)


Review request for mesos, Adam B and Vinod Kone.


Changes
-------

Fixed incorrect include order in auxprop.hpp.


Bugs: MESOS-1893
    https://issues.apache.org/jira/browse/MESOS-1893


Repository: mesos-git


Description (updated)
-------

For paving the way into further authentication mechanism implementations, the 
existing is reorganized.

Move src/sasl to src/authentication/cram_md5, rename src/tests/sasl_tests.cpp 
to src/tests/cram_md5_authentication_tests.cpp.
Adapt depending include paths.
Rename specific test implementations from SASL to CRAMMD5Authentication.
Rename sasl namespace to cram_md5 throughout all uses.
Add missing license blob to auxprop.cpp.
Fixed incorrect include order in auxprop.hpp.


Diffs (updated)
-----

  src/Makefile.am 2d72a70 
  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.hpp b1a2cd0 
  src/master/master.cpp 762d2ff 
  src/sasl/authenticatee.hpp ec2c841 
  src/sasl/authenticator.hpp 6f4d3db 
  src/sasl/auxprop.hpp 44e201b 
  src/sasl/auxprop.cpp 6de1222 
  src/sched/sched.cpp 0fb8c7b 
  src/scheduler/scheduler.cpp fb88a3e 
  src/slave/slave.hpp eb5de73 
  src/slave/slave.cpp 96fb5f7 
  src/tests/cram_md5_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

Reply via email to