1. 24 Jun, 2016 3 commits
  2. 23 Jun, 2016 7 commits
  3. 22 Jun, 2016 6 commits
  4. 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
  5. 20 Jun, 2016 3 commits
  6. 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
  7. 16 Jun, 2016 3 commits
  8. 15 Jun, 2016 4 commits
  9. 14 Jun, 2016 4 commits
  10. 13 Jun, 2016 1 commit
  11. 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
  12. 10 Jun, 2016 5 commits