1
1
openmpi/opal/runtime
Ralph Castain 5980b7e042 Add a security framework for authenticating connections - we will add LDAP, Kerberos, and Keystone support in the next month. For now, just put a placeholder "basic" module that does the minimum.
Wire the security check into ORTE's OOB handshake, and add a "version" check to ensure that both ends are from the same ORTE version. If not, report the mismatch and refuse the connection

Fixes trac:4171

cmr=v1.7.5:reviewer=jsquyres:subject=Add a security framework for authenticating connections

This commit was SVN r30551.

The following Trac tickets were found above:
  Ticket 4171 --> https://svn.open-mpi.org/trac/ompi/ticket/4171
2014-02-04 01:38:45 +00:00
..
help-opal_info.txt Add support for the MCA variable information level to ompi_info. 2013-07-10 18:52:36 +00:00
help-opal-runtime.txt Cleanup the updated sys limits capability. Fix a few copy/paste bugs (my bad). Shift the limit set to the ODLS default module so that we sete the limits for all apps, even those that don't call opal_init. Leave it in opal_init as well to support direct-launch apps, but ensure we only set the limits once by removing the envar after launch by ODLS. 2013-04-04 16:00:17 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
opal_cr.c Fix compiler warning: event is unsigned; it can't be negative 2013-11-13 15:35:37 +00:00
opal_cr.h Update libevent to the 2.0 series, currently at 2.0.7rc. We will update to their final release when it becomes available. Currently known errors exist in unused portions of the libevent code. This revision passes the IBM test suite on a Linux machine and on a standalone Mac. 2010-10-24 18:35:54 +00:00
opal_finalize.c Add a security framework for authenticating connections - we will add LDAP, Kerberos, and Keystone support in the next month. For now, just put a placeholder "basic" module that does the minimum. 2014-02-04 01:38:45 +00:00
opal_info_support.c This commit compliements/completes r30140. r30140 made all the 2014-01-07 23:36:33 +00:00
opal_info_support.h Add support for the MCA variable information level to ompi_info. 2013-07-10 18:52:36 +00:00
opal_init.c Add a security framework for authenticating connections - we will add LDAP, Kerberos, and Keystone support in the next month. For now, just put a placeholder "basic" module that does the minimum. 2014-02-04 01:38:45 +00:00
opal_params.c * Per the Developer's meeting today, restructure the threading in Open MPI a bit 2013-12-13 19:40:12 +00:00
opal_params.h Upgrade the system limit code to support a broader range of parameters. For now, we support stack size, #open files, #children, and file size we can c 2013-04-03 18:57:53 +00:00
opal_progress.c Remove opal_recursion_depth_counter and opal_progress_thread_count. These counters add two 2013-12-19 23:15:27 +00:00
opal_progress.h Remove opal_recursion_depth_counter and opal_progress_thread_count. These counters add two 2013-12-19 23:15:27 +00:00
opal.h Add a variant of opal_init/finalize for running unit tests 2014-01-30 11:14:36 +00:00