1. 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
  2. 16 Jun, 2016 2 commits
  3. 15 Jun, 2016 4 commits
  4. 14 Jun, 2016 4 commits
  5. 13 Jun, 2016 1 commit
  6. 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
  7. 10 Jun, 2016 12 commits
  8. 09 Jun, 2016 15 commits