Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge staging into rc #398

Merged
merged 30 commits into from
Aug 29, 2023
Merged

Merge staging into rc #398

merged 30 commits into from
Aug 29, 2023

Commits on Apr 5, 2023

  1. testing certificate auth

    Signed-off-by: Jordan Filteau <[email protected]>
    jordanfilteau1995 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c0da63b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee4c918 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. grabbing cert from tls handshake

    Signed-off-by: Jordan Filteau <[email protected]>
    jordanfilteau1995 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0d82a1c View commit details
    Browse the repository at this point in the history
  2. reverting unintentional changes

    Signed-off-by: Jordan Filteau <[email protected]>
    jordanfilteau1995 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    31fe0d3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. change LE_MAX_SUPPORTED_ZOS

    Signed-off-by: James Struga <[email protected]>
    James Struga committed May 3, 2023
    Configuration menu
    Copy the full SHA
    eea40c9 View commit details
    Browse the repository at this point in the history
  2. missing u

    Signed-off-by: James Struga <[email protected]>
    James Struga committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3228802 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    2af59cc View commit details
    Browse the repository at this point in the history
  2. Allow bypassing zos version check with env var ZWE_zowe_launcher_unsa…

    …feDisableZosVersionCheck
    
    Signed-off-by: 1000TurquoisePogs <[email protected]>
    1000TurquoisePogs committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0e83a2c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Merge pull request #390 from zowe/feature/v2/allow-bypass-version-check

    Allow bypassing zos version check with env var ZWE_zowe_launcher_unsafeDisableZosVersionCheck
    JoeNemo authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    44bc925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6734a60 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #389 from zowe/bugfix/dynalloc64_0c4

    Fixed an inconsistent use of pointers in 64 bit case in dataset creation
    1000TurquoisePogs authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b186413 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Move WTO code from metal.c to zos.c

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    b7e3830 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. v2.11.0

    Signed-off-by: struga0258 <[email protected]>
    struga0258 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    60382d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Renaming methods

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    52f3a4c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    1c66746 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. using a flag to determine type of saf verify; removing dead code in t…

    …ls.c; simplying logic for loop in tls.c
    
    Signed-off-by: Jordan Filteau <[email protected]>
    jordanfilteau1995 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4380270 View commit details
    Browse the repository at this point in the history
  2. using a bigger buffer for client certificate.

    Signed-off-by: Jordan Filteau <[email protected]>
    jordanfilteau1995 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    28accac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #371 from zowe/Jordan-branch

    Client Certificate Authentication with R_usermap
    JoeNemo authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    18cd519 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. fixing compiler warning

    Signed-off-by: Jordan Filteau <[email protected]>
    jordanfilteau1995 committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    a887008 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    ddc21e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Removed code duplication and added shim methods

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    29a5560 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c89ee5 View commit details
    Browse the repository at this point in the history
  3. Added CHANGELOG

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0d0fba4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #394 from zowe/Jordan-branch-3

    Fix introduced compiler warning from recent merge.
    1000TurquoisePogs authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    e800745 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    3bafb6c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from zowe/users/jstruga/test-zos3

    Change LE_MAX_SUPPORTED_ZOS
    1000TurquoisePogs authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    de0e4fd View commit details
    Browse the repository at this point in the history
  3. Addressed more code review

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    8761e59 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Better method name + better const usage

    Signed-off-by: Leanid Astrakou <[email protected]>
    DivergentEuropeans committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d0c1ce9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f055d1c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #391 from zowe/feature/wto-syslog

    Move WTO code from metal.c to zos.c + add shim
    1000TurquoisePogs authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    82f0d3c View commit details
    Browse the repository at this point in the history