1. 23 Jun, 2016 1 commit
    • Tim Wickberg's avatar
      Rework build_path() in slurmstepd to fix long-paths and spaces in names. · 810fed97
      Tim Wickberg authored
      - Previously long paths/filenames were truncated at 256 characters.
        Use PATH_MAX instead.
      - Function previously truncated the executable name at the first
        space character during own string copy function. Replace with
        strlcpy.
      - Refactor to remove extraneous temp variables, use strlcpy
        instead of snprintf, getenvp instead of local env parser.
      810fed97
  2. 22 Jun, 2016 6 commits
  3. 21 Jun, 2016 1 commit
    • Brian Christiansen's avatar
      Fix test21.21 · a5c46b5d
      Brian Christiansen authored
      -t10 made the job's time limit 60 and not 6.
      -t1s are already being added by passed in limits.
      a5c46b5d
  4. 20 Jun, 2016 3 commits
  5. 19 Jun, 2016 2 commits
    • Morris Jette's avatar
      Add missing free for recent change · 2c11fdc5
      Morris Jette authored
      This is an addition to commit c5ace562
      2c11fdc5
    • Morris Jette's avatar
      Fix memory leaks for slurm_get_auth_info() · c5ace562
      Morris Jette authored
      The slurm_get_auth_info() function returns an xmalloc'ed string
      which few places were xfree'ing. The function in the past did
      not xmalloc a value, but returned a pointer to a cached string.
      When that was changed, the calls to the function were not all
      changed, resulting in leaks if AuthInfo was defined in slurm.conf.
      c5ace562
  6. 16 Jun, 2016 3 commits
  7. 15 Jun, 2016 4 commits
  8. 14 Jun, 2016 4 commits
  9. 13 Jun, 2016 1 commit
  10. 11 Jun, 2016 1 commit
    • Jason Bacon's avatar
      Correct #if logic · a6f444b3
      Jason Bacon authored
      correct precompile directive to test for variable definition rather
      than true value. Correction to commit 01b658a3
      a6f444b3
  11. 10 Jun, 2016 12 commits
  12. 09 Jun, 2016 2 commits