1. 29 Jun, 2016 4 commits
  2. 24 Jun, 2016 3 commits
  3. 23 Jun, 2016 4 commits
  4. 22 Jun, 2016 2 commits
  5. 20 Jun, 2016 2 commits
  6. 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
  7. 15 Jun, 2016 2 commits
  8. 14 Jun, 2016 2 commits
  9. 13 Jun, 2016 1 commit
  10. 10 Jun, 2016 8 commits
  11. 09 Jun, 2016 3 commits
  12. 08 Jun, 2016 1 commit
  13. 07 Jun, 2016 3 commits
  14. 06 Jun, 2016 3 commits
  15. 03 Jun, 2016 1 commit
    • Morris Jette's avatar
      Add logic to launch slurmstepd under valgrind · c4d0d306
      Morris Jette authored
      The #define of SLURMSTEPD_MEMCHECK in src/slurmd/common/slurmstepd_init.h
      must be changed to enable memcheck or valgrind. Also change a #if in
      src/slurmd/slurmd/req.c near where you find the "valgrind" references.
      Bug 2334 diagnostics
      c4d0d306