-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/27494/
-----------------------------------------------------------
(Updated Nov. 5, 2014, 4:30 p.m.)
Review request for mesos, Adam B and Vinod Kone.
Summary (updated)
-----------------
Integrated CRAM-MD5 Test Authenticatee module into slave.
Bugs: MESOS-2001
https://issues.apache.org/jira/browse/MESOS-2001
Repository: mesos-git
Description (updated)
-------
Also fixes messages.proto to use a raw bytestream instead of a string for
AuthenticationStartMessage as non CRAM-MD5 authentication may transmit binary
data.
Note that this patch covers modularized slave authentication only. Framework
authentication currently is currently covered by the default (built-in)
implementation. There will be a subsequent patch for modularized framework
authentication.
Diffs
-----
src/messages/messages.proto 76e3980
src/sched/sched.cpp 0fb8c7b
src/scheduler/scheduler.cpp fb88a3e
src/slave/constants.hpp 9030871
src/slave/constants.cpp e1da5c0
src/slave/flags.hpp f7a8cde
src/slave/slave.hpp eb5de73
src/slave/slave.cpp 96fb5f7
Diff: https://reviews.apache.org/r/27494/diff/
Testing
-------
make check
NOTE all three CRAM-MD5 authenticatee module related RRs need to get applied
before running make check.
Thanks,
Till Toenshoff