You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2016/07/01 14:46:23 UTC

[05/11] incubator-trafodion git commit: Merge remote branch 'origin/master' into ansharma_uint64_br

Merge remote branch 'origin/master' into ansharma_uint64_br


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/d5999d8c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/d5999d8c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/d5999d8c

Branch: refs/heads/master
Commit: d5999d8c47f2bd5e44fbaf867597f4d678fa6aec
Parents: 584936e 7ad34b1
Author: Anoop Sharma <an...@esgyn.com>
Authored: Fri Jun 24 04:49:46 2016 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Fri Jun 24 04:49:46 2016 +0000

----------------------------------------------------------------------
 core/dbsecurity/auth/src/ldapcheck.cpp     |   2 +
 core/sqf/sql/scripts/krb5check             | 133 +++++++++
 core/sqf/sql/scripts/krb5functions         | 128 +++++++++
 core/sqf/sql/scripts/krb5service           | 255 ++++++++++++++++++
 core/sqf/sql/scripts/sqstart               |  37 +++
 install/installer/traf_add_kerberos        | 204 ++++++++++++++
 install/installer/traf_add_ldap            |  98 +++++++
 install/installer/traf_cloudera_mods       |  16 ++
 install/installer/traf_config_check        |   2 +-
 install/installer/traf_config_setup        | 159 -----------
 install/installer/traf_hortonworks_mods    |  32 ++-
 install/installer/traf_secure              |  60 +++++
 install/installer/traf_secure_setup        | 342 ++++++++++++++++++++++++
 install/installer/traf_sqgen               |  37 +--
 install/installer/trafodion_config_default |  36 ++-
 install/installer/trafodion_install        |  91 ++++---
 install/installer/trafodion_secure_install | 129 +++++++++
 install/installer/trafodion_uninstaller    |  20 ++
 18 files changed, 1549 insertions(+), 232 deletions(-)
----------------------------------------------------------------------