Age | Commit message (Collapse) | Author | Files | Lines |
|
In order to provide users with more details on project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8bbac2b7e7126369e30da218b69cdc3744d3c0c5
|
|
Using incorrect repository location is hard to catch during review and
merging it causes all jenkins verify job to fail. Thus let's add a
warning to the documentation to warn potential users and avoid such
incidents.
Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I6b00a5bc6f34d33f2576c802eccf541069499d84
|
|
|
|
* Update docs/submodules/so.git from branch 'master'
to c1cd5ef428017bc26513395a3bfc00caf7209f8a
- Fix sonar for MapEntry
MapEntry bug: make entry private and provide accessors
MapEntry codesmell: move comment 'Required by JAXB' into empty constructor
MapElements codesmell: move explanatory comment inside empty constructor
MapElements codesmell: log error stacktrace
MapAdapter codesmell: use entry set instead of key set for iteration
JAXBMarshallingTest: add test cases to cover 100% of MapElements & other cases
Change-Id: If51f1f86b5ad44b3462424e4fd73cb0eff352124
Issue-ID: SO-1811
Signed-off-by: k.kazak <k.kazak@samsung.com>
|
|
Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8de1f4ea239acb972d0b71df2d7ddec41678a0fb
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to d8d3191510be75033894d41439dc92ba250eeda5
- Set policy/parent master 3.0.0 version
Bumping the major patch since the target changes for
El Alto will involve moving to oparent 2.0.0. Could
be quite involved.
Issue-ID: POLICY-1747
Change-Id: Ic8eebd4738bc66cc4cac3021f41ed1c478268a4d
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
|
|
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to d93b67d0dc46c9c7a43807de5ca4106d7e3e32dc
- Merge "Adding source identification for docker data list"
- Adding source identification for docker data list
Important to know what source commit was taken for this
example docker images data list we took for validation.
Change-Id: Idafb60e1d965bb896d3794677de0d702081bbfa5
Issue-ID: OOM-1800
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to 86555b392d1c6ab96b3ebb39cb1e8b7326cd7eb5
- Merge "Fixing access permissions for docker image list"
- Fixing access permissions for docker image list
chmod from 775 to 664
Issue-ID: OOM-1800
Change-Id: I0f459a246bc636d696f4bbc32cca6e27ca37db80
Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
|
|
* Update docs/submodules/oom/offline-installer.git from branch 'master'
to fff4f53c26495d75682e3d80c4dc0a8686f5e0c7
- Add needed pypi patching for oof
OOF component recently introduced new internet dependency
and it's downloading flask and requests pip packages.
This patch is needed for fixing this in offline platform.
Change-Id: I5bb707bf13af30f6df5cfd42cee75e2d1839821e
Issue-ID: OPTFRA-509
Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
|
|
* Update docs/submodules/sdc.git from branch 'master'
to ddb67dc3cbb04f4857f2cf24221b306fa2bab052
- Improved test coverage.
Reorganized some of the tests due to comments
Issue-ID: SDC-2238
Change-Id: I6b3bcc674c792f3c5c06e851a2cfe2d92eead07c
Signed-off-by: James Guistwite <jguistwite@iconectiv.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to e3c3ba0dc33afe638cd1cade06331b1c5d379295
- fetch parameters for native workflows
SO api for retrieving workflows won't return parameters for
workflow marked as native due to high impact on existing code.
In that case VID will fetch parameters from internal API
Issue-ID: VID-484
Change-Id: I7577afa3832c96b523daae01895a249d6ea86e65
Signed-off-by: Wojciech Sliwka <wojciech.sliwka@nokia.com>
(cherry picked from commit 8140332ee31a1cde9cd60d7ffe6ddb01af8f6037)
|
|
* Update docs/submodules/multicloud/azure.git from branch 'master'
to 8ab92dba524aacc4956497d72f6aa1b25ceb1adc
- Bump up patch version after releasing images
Change-Id: I50b52e8f237e79c8a57a78a4b770b3f436b125e3
Issue-ID: MULTICLOUD-659
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
|
|
* Update docs/submodules/cli.git from branch 'master'
to 4a8c1b6d692207917ee61cd14eba3f9f522a9bd5
- Merge changes I69af0d61,I67144105,I33439134
* changes:
Document OJSI-135 vulnerability
Document OJSI-129 vulnerability
Improve security release notes
- Document OJSI-135 vulnerability
Issue-ID: OJSI-135
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I69af0d6102d7aef55beadea5168cdfc83532fb24
- Document OJSI-129 vulnerability
Issue-ID: OJSI-129
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I67144105f78636104dc9862c2f2e0166bcb14fa8
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I334391346a97a1fb29636151babba6c6c473ebd0
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 83f5eaad87d82ecc398653f0fd8335ce8d1dbfe8
- Merge "fix the requirements"
- fix the requirements
Change-Id: I50dfbbfd96a021d049d7a502c568f66c59f8e6ae
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/vfc/nfvo/driver/vnfm/svnfm.git from branch 'master'
to 045656e9d2178f5dfbc14061f4b3edd8e6d7fe1d
- Merge "update httplib2 version"
- update httplib2 version
Change-Id: I75928169227919f2a3f590115bde82f685e2c912
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/integration.git from branch 'master'
to e84c265f95d046c8514dbb0091dec873e912d8bc
- Bump multicloud image tags to 1.3.5
Upgrade version after releasing 1.3.4
Change-Id: I0a6c7e23328ff7c860a37441fafcf0f5c8f0a3ce
Issue-ID: MULTICLOUD-658
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/vfc/nfvo/lcm.git from branch 'master'
to 48b67de114d11d9455f28f2e07b7c241184b9a1e
- update httplib2 version
Change-Id: I9d44044eb673f7bfb8774748a7dc18d6c5016f96
Issue-ID: VFC-1404
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to a1fce42fe5280236f3968f257e224a42f2e4f781
- Fix IP address for sink pod
IP address was incorrect for
sink
Change-Id: I28962cedeecd25b136eecf39786b4daed6ae9c26
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Issue-ID: MULTICLOUD-653
|
|
* Update docs/submodules/modeling/genericparser.git from branch 'master'
to 33f10edff6f3d3c4fece34ae67f08bd768f6e1c7
- Update httplib2 version
Update httplib2 version
Change-Id: I82b4925c568088fcdc79fce79912ce902506bea0
Issue-ID: VFC-1401
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
|
|
* Update docs/submodules/modeling/genericparser.git from branch 'master'
to 06c84efce22b8b96b734648c0677573791090f3b
- remove paramiko and cryptography
Fro security reason, paramiko and cryptography should be removed
Change-Id: Ie464a2eeebbd12fbac97d75845c68adc7bbd64f9
Issue-ID: VFC-1400
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
|
|
* Update docs/submodules/dcaegen2.git from branch 'master'
to d20ca31bb588ac665566df777363973257218819
- Merge "Improve security release notes"
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I364be994ad8a0dd33d95aa937b19e695cf41cdea
|
|
* Update docs/submodules/optf/osdf.git from branch 'master'
to a3439d6e4ae7b518484a589abebc761122a336bf
- Fix the oof-osdf to configdb interface bugs
Change-Id: I41ce7210f108195a83a35db46094e27a88f239fb
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-508
|
|
* Update docs/submodules/portal.git from branch 'master'
to ba546e970d779a5e87a07b3058a85e1446c39129
- Merge "Removed user password from portal's profile API"
- Removed user password from portal's profile API
ONAP Portal allowed to retrieve password of currently active user via
"/portalApi/loggedinUser" endpoint. Prefilled "Login Password" field
has been changed to "*****" and password is not send anymore to the
frontend. Only after change of this default value
password will be updated. Confirm Password field has been removed
from the UI. In the future password change could be additionally also
checked on the backend side to verify current password
before updating it.
Issue-ID: OJSI-65
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Acked-by: Manoop Talasila <talasila@research.att.com>
Change-Id: I00b7713557247d211927c437f31f118095ad0726
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 83003c307c92f8d240d9e894a4cfeb4ee278b82a
- Merge "[VNFRQTS] Clarify R-81339 & typos"
- [VNFRQTS] Clarify R-81339 & typos
Issue-ID: VNFRQTS-649
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I3ba84827105da429a343bc42812797f54e280cfe
Signed-off-by: weinstock, alan <aw2574@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to f40ed23775d6ea00c414c89959dd478a5f30437f
- Merge "Bug fix: Enrichment fails for processor-db source"
- Bug fix: Enrichment fails for processor-db source
Issue-ID: CCSDK-1324
Signed-off-by: Steve Siani <alphonse.steve.siani.djissitchi@ibm.com>
Change-Id: I21705485de9a11a65c1e032fc121c89917334104
|
|
* Update docs/submodules/vnfrqts/requirements.git from branch 'master'
to 77325bb0bc3ad86b4a509d20bfdc526a5c86c4be
- [VNFRQTS] updated property info in reqR-304011
Issue-ID: VNFRQTS-648
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: I9a9f8e3a91e490bfbddb1497e1c3c0846e91b7a8
Signed-off-by: weinstock, alan <aw2574@att.com>
|
|
* Update docs/submodules/ccsdk/cds.git from branch 'master'
to 5e1e26053d13c9e693762c69b43eff3093c34d29
- Returning null for unresolved variables
When Blueprints Processor was not able to evaluate a variable, it would
set its value to null.
The expected behaviour would be to set the value to the default repres-
entation in the formal notation as defined by Apache Velocity, which is
a dollar followed by the name of the variable between curly braces. For
example, if the value of the variable pnf-id could not be evaluated in
runtime, its value would be defined as the string "${pnf-id}".
The problem happened during evaluation of the variables that would be
later sent to the template-meshing code for processing.
The fix was to add a check before the value was assigned to the varia-
ble; if the was not null, the assignment will happen normally. Otherwi-
se, if the evaluation resolves to null, the variable receives the defa-
ult value (string "${<variable name>}").
Besides the tests that were put in place to test the code changed for
this fix, two tests were added to the existing test case of the templa-
te meshing code, to act as regression test.
Change-Id: I635afb1eba4c0d45b821811f0119fa6c87ea9542
Issue-ID: CCSDK-1358
Signed-off-by: ottero <rodrigo.ottero@est.tech>
|
|
* Update docs/submodules/sdnc/oam.git from branch 'master'
to d62222b32cb04696dd11917f893397a01c3ba49f
- Bug fix to change leaf-list in yang
Yang change for DG
Change-Id: I2dd6afebfcc213fcc47992c328422ff32dd76fe2
Issue-ID: CCSDK-1344
Signed-off-by: janani <janani.b@huawei.com>
|
|
* Update docs/submodules/externalapi/nbi.git from branch 'master'
to 6413a21daa01e4ff25fad4f49bc35b01cb98a1a7
- Merge "Improve security release notes"
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I07a057dd5bdec7a2d3ad42be854faa9c8abd38e0
|
|
* Update docs/submodules/portal.git from branch 'master'
to 59eebbf3cb31d01345d973098a73a866b1d08466
- Document OJSI-106 vulnerability
Issue-ID: OJSI-106
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I549009cf3c313b0f5307b99ce22b56243e933f8f
|
|
* Update docs/submodules/portal.git from branch 'master'
to 43262c8109f8a65d67e0d273a7b08db202520ff4
- Document OJSI-105 vulnerability
Issue-ID: OJSI-105
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8c3a00ce98886f7175e5cf85f09309bd50ef702c
|
|
* Update docs/submodules/portal.git from branch 'master'
to 66c406115811a0e83a67791fe4eaa35c54edb2b1
- Document OJSI-97 vulnerability
Issue-ID: OJSI-97
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I56d194918b91580d5d9f6b25e564923fe29c51f3
|
|
* Update docs/submodules/portal.git from branch 'master'
to 53de06c9d6b3c52f9f23ed4904968074b3f833d2
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Change-Id: Ief8825c38c7723c26e8c7e10a6a13f4b8f9c169d
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 2cca1c820e38b45879abe1c82ce994283a55818c
- Fix target Type
Fix target type must be VFMODULE instead of VFModule
Issue-ID: CLAMP-395
Change-Id: Ie34422985a13a1f2bc29fb06aceafb3994d2140a
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/appc.git from branch 'master'
to bd1da0d90b12f36f2931e8b3dba4cfb63ef3442b
- InventoryNames in ansible adapter fixed
This change fixes support for InventoryNames parameter
in LCM request going to Ansible server. Also ansible
adapter DG has been modified to consider new parameter
added
Change-Id: I68aa8efa34b79ef2f669d81563510fea7bb0a730
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Issue-ID: APPC-1612
(cherry picked from commit 7155b808084ff6e49f6eef01ac7defd9a7754a3a)
|
|
* Update docs/submodules/appc/deployment.git from branch 'master'
to 6919392881a94fa9823e5ebf8748682a4c499e98
- InventoryNames in ansible-adapter DG
Added InventoryNames to ansible-adapter DG
Change-Id: Ib6d7a29ea9a72f6bf0035416a505b43362ee82aa
Issue-ID: APPC-1612
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
(cherry picked from commit 01d10e632bdbd7fd9e33cdce1d2719419581e123)
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 2c533a581179c1c06c8811b6dda57e8a6d0fbd2c
- Merge "Document fixed OJSI-184 vulnerability"
- Document fixed OJSI-184 vulnerability
Issue-ID: OJSI-184
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5537c217414f6fa1d0b6659360c53f9cef18097a
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to f3856dc5e86308e9b433e27ea1753f2c541e9ee8
- Merge "Document fixed OJSI-118 vulnerability"
- Document fixed OJSI-118 vulnerability
Issue-ID: OJSI-118
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0e8953a7a94bf4c28cc85aa239c2b88d96df18a6
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 27d57dcab21027245ffd8cb6c8d48c84ecc7b180
- Merge "Document fixed OJSI-157 vulnerability"
- Document fixed OJSI-157 vulnerability
Issue-ID: OJSI-157
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5ea4c15ad2a91b11619998c61088abc352321c7d
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 278124d41f77a049bbb47dc45a35fc3e20f281c5
- Merge "Document fixed OJSI-117 vulnerability"
- Document fixed OJSI-117 vulnerability
Issue-ID: OJSI-117
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ieda7ccc170a50de63bcbfce311f83002acb4a0cf
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to aa8d854713d8c0dc533429723c2c0e03049e93be
- Merge "Improve security release notes"
- Improve security release notes
In order to provide users with more details of project's state in
terms of security let's divide the security release notes into three
sections:
- Fixed Security Issues
Contains a list of security fixes merged during this
release (especially those reported via OJSI tickets).
- Known Security Issues
Contains a list of vulnerabilities detected in project during
release which have not been fixed yet and thus should be mitigated
by the user.
- Known Vulnerabilities in Used Modules
Contains information about NexusIQ scan results
Issue-ID: SECCOM-238
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I9134ae41c40db83fa3b4870341a8880e2bdcbdda
|
|
* Update docs/submodules/policy/parent.git from branch 'master'
to c9e2790646530c9546ecbf0038248cfdf663521c
- Complete Architecture Document
Issue-ID: POLICY-1676
Change-Id: Ic0a631dbc27c69455cfc4b0cc12ed7bd1131cce8
Signed-off-by: liamfallon <liam.fallon@est.tech>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 1021b855c1b605b671d809315308817d5fc33490
- bump version
change version of release
Issue-ID: CLAMP-396
Change-Id: Ibcf5693f22695cb48c479eecffb1b09e90b5d447
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to d40dcbbaff2548b4218a3f58b4cf00823df8be0b
- Merge "update release note"
- update release note
add Dublin entry in release note
Issue-ID: CLAMP-396
Change-Id: I2f7ea3e625ea0951f2fcb947d55ceb14cc7c8047
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to f0835c089d548f4020b4ebebc271d815ba930786
- Merge "Rename a field"
- Rename a field
Rename a field in policy payload, resourceId must be resourceID
Issue-ID: CLAMP-395
Change-Id: Ic890b470b8f5c8f4962d65c7388f9c471f7c5b5d
Signed-off-by: Determe, Sebastien (sd378r) <sebastien.determe@intl.att.com>
|
|
* Update docs/submodules/policy/engine.git from branch 'master'
to 541511b5d8280017ab12a6a28e2b4194e45ab157
- Merge "Updates to Dublin release notes"
- Updates to Dublin release notes
Updates to Dublin release notes
-------------------------------------------------------------
Change-Id: I085735427ef641799f02576703767dcdcf558af1
Issue-ID: POLICY-1769
Signed-off-by: Saryu Shah <ss3917@att.com>
|
|
* Update docs/submodules/vid.git from branch 'master'
to bd42250f5046225cfb155d004c839eb9e1de1899
- Merge "AaiController cleanup"
- AaiController cleanup
- reformatted code according to java style guide
- removed unused HttpServletRequest params
Change-Id: Icdb215dfe739e91031bc9fa963fe11a3a0c45107
Issue-ID: VID-478
Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
|
|
* Update docs/submodules/clamp.git from branch 'master'
to 16587feaf8d57ea025a8d6260f88c85d7b8c4666
- Merge "Doc update"
- Doc update
Update of some docs for Dublin features
Issue-ID: CLAMP-396
Change-Id: I3179bc1c549ae0921f2bb4ad36751d304c8c45a4
Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
|
|
* Update docs/submodules/modeling/modelspec.git from branch 'master'
to 8e9a0ae49c06bf4fd2b0be4d79cae6bbb22eb91d
- Policy Submodel Update
Very slight update (association to business interaction)
Issue-ID: MODELING-104
Change-Id: Ia8199bcfd707e4b04657029bc339f5e0baea52c2
Signed-off-by: Kevin Scaggs <ks0567@att.com>
- License Sub-Model Updates
Some refinements to the runtime side of the License Model
Issue-ID: MODELING-104
Change-Id: I5a01a3b56ee34d97483f588369e03b951c56454c
Signed-off-by: Kevin Scaggs <ks0567@att.com>
|