Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SchedMD/slurm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SchedMD/slurm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: slurm-23.02
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 16, 2024

  1. pam_slurm - switch to internal version of _pam_drop_reply()

    Linux-PAM deprecated _pam_drop_reply().  Implement a basic replacement
    internally and use that function instead.
    
    For our use case the response message is simply a single NULL string.
    
    Cherry-picked: bb7e50a
    Ticket: 17724
    mcmult authored and gaijin03 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    58eca19 View commit details
    Browse the repository at this point in the history
  2. pam_slurm_adopt - switch to internal version of _pam_drop_reply()

    Linux-PAM deprecated _pam_drop_reply().  Implement a basic replacement
    internally and use that function instead.
    
    For our use case the response message is simply a single NULL string.
    
    Cherry-picked: 07d30f8
    Ticket: 17724
    mcmult authored and gaijin03 committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    fc7b9a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. Merge branch 'cherrypick-ticket17724-23.02' into 'slurm-23.02'

    Cherry-pick Ticket 17724 into slurm-23.02
    
    See merge request SchedMD/dev/slurm!305
    gaijin03 committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    8fe40c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Testsuite - Improve run_command avoiding su

    Ticket: 21648
    Cherry-picked: d132397
    agilmor committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    5a5bb0e View commit details
    Browse the repository at this point in the history
  2. Testsuite - Fix test_102_1 ensuring PATH is preserved

    Ticket: 21648
    Cherry-picked: 162d73a
    agilmor committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    dee6005 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cherrypick-315-23.02' into 'slurm-23.02'

    Cherry-pick !315 into slurm-23.02
    
    See merge request SchedMD/dev/slurm!319
    agilmor committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    707d072 View commit details
    Browse the repository at this point in the history
Loading