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 2 commits
  3. 20 Jun, 2016 2 commits
  4. 19 Jun, 2016 1 commit
    • 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
  5. 15 Jun, 2016 2 commits
  6. 14 Jun, 2016 2 commits
  7. 13 Jun, 2016 1 commit
  8. 10 Jun, 2016 8 commits
  9. 09 Jun, 2016 3 commits
  10. 08 Jun, 2016 1 commit
  11. 07 Jun, 2016 3 commits
  12. 06 Jun, 2016 3 commits
  13. 03 Jun, 2016 3 commits
  14. 02 Jun, 2016 7 commits
  15. 01 Jun, 2016 1 commit