1. 15 Nov, 2018 2 commits
    • Michael Hinton's avatar
      Tweak sdiag gettimeofday() output for greater clarity. · 877f2b00
      Michael Hinton authored
      Bug 4961.
      877f2b00
    • Marshall Garey's avatar
      Fix srun --prolog=none and --epilog=none to behave as documented · 5ab10c85
      Marshall Garey authored
      The srun man page states that --prolog=none or --epilog=none would
      prevent the SrunProlog or SrunEpilog scripts defined in slurm.conf from
      running. However, with SLURM_TEST_EXEC set in the environment, srun
      would look for a script named "none" and run it if found. If not found,
      then srun would print an error message, but the SrunProlog or
      SrunEpilog would (correctly) not run.
      
      * Prevent srun from running a script named "none" that is in the path.
      * This also prevents the error message if it is not found.
      
      Bug 5948.
      5ab10c85
  2. 12 Nov, 2018 1 commit
  3. 10 Nov, 2018 1 commit
  4. 09 Nov, 2018 4 commits
  5. 08 Nov, 2018 2 commits
  6. 07 Nov, 2018 2 commits
  7. 06 Nov, 2018 1 commit
  8. 05 Nov, 2018 3 commits
  9. 03 Nov, 2018 1 commit
    • Tim Wickberg's avatar
      Remove crypto/openssl plugin. · ce8702a9
      Tim Wickberg authored
      The only supported AuthType is auth/munge (the default). So running
      crypto/munge (also the default) is the most natural solution, and minimizes
      your exposure to security issues by using the same underlying API.
      
      If you are using auth/none, then your system is insecure. Using
      crypto/openssl to just avoid using crypto/munge does not buy you anything,
      and you may as well use crypto/none and make it clear that your system
      has no security in place. (The only caveat is that there is no crypto/none,
      but that will be added in short order to fill in this gap.)
      
      Bug 5916.
      ce8702a9
  10. 01 Nov, 2018 2 commits
  11. 31 Oct, 2018 3 commits
  12. 30 Oct, 2018 4 commits
  13. 29 Oct, 2018 1 commit
    • Tim Wickberg's avatar
      Rework slurm_print_topo_record(). · 9c24d38e
      Tim Wickberg authored
      Fixes an off-by-one mistake in SLURM_TOPO_LEN length handling.
      
      Remove an undocumented max line length of 512 characters, as well as a stray
      trailing space character.
      9c24d38e
  14. 26 Oct, 2018 2 commits
  15. 25 Oct, 2018 2 commits
  16. 24 Oct, 2018 9 commits