1. 12 Jul, 2016 1 commit
  2. 06 Jul, 2016 2 commits
  3. 22 Jun, 2016 3 commits
  4. 16 Jun, 2016 2 commits
  5. 15 Jun, 2016 2 commits
  6. 14 Jun, 2016 1 commit
  7. 10 Jun, 2016 3 commits
  8. 09 Jun, 2016 3 commits
  9. 07 Jun, 2016 2 commits
    • Morris Jette's avatar
      Fix for possible invalid memory reference · 2bbc0add
      Morris Jette authored
      Make sure that /proc/#/stat file is NULL terminated to avoid
      having sscan() go off the end of a buffer.
      bug 2234
      2bbc0add
    • Dominik Bartkiewicz's avatar
      Fix hostrange_hn_within to allow for mixed prefix lengths. · 7843e158
      Dominik Bartkiewicz authored
      While here, mark options const, and add leading underscore to denote this
      as a static function (only called within hostlist.c). Also change strcmp
      to xstrcmp.
      
      Commit a6ffef22 changed this function and would alter the input hn,
      which led to subsequent calls to the function having wrong prefix
      lengths for that hostrange precluding it from matching correctly.
      
      Bug 2558.
      7843e158
  10. 06 Jun, 2016 2 commits
  11. 03 Jun, 2016 2 commits
  12. 02 Jun, 2016 3 commits
  13. 31 May, 2016 5 commits
  14. 28 May, 2016 2 commits
  15. 27 May, 2016 4 commits
    • Morris Jette's avatar
      remove some dead stores · b1d5df62
      Morris Jette authored
      b1d5df62
    • Morris Jette's avatar
      Fix for tracking a node's allocated CPUs with gang scheduling. · 4ce62678
      Morris Jette authored
      This bug was introduced by commit 21c52d2f
      which fixed a different problem tracking resources associated with suspended
      jobs. There are subtle differences between jobs that are suspended by a
      user/administrator and jobs suspended by gang scheduling which resulted in
      undercounting allocated CPUs when a job suspended by gang scheduling
      was active at the same time of a slurmctld reconfiguration request.
      See bugs 2353 (original bug related to commit 21c52d2f
      and bug 2765
      4ce62678
    • Danny Auble's avatar
      If no default account is given for a user when creating (only a list of · 9917c49d
      Danny Auble authored
      accounts) no default account is printed, previously NULL was printed.
      
      This is just not printing it, but whole function should probably be
      revisited as the rigmarole can probably be avoided as we always know what
      the default is going to be if none is specified (first off the list).
      
      The problem with that though is if the user has been added to a cluster
      already and they have a default, but then added to a new cluster where
      they don't have a default.  In this case you want to keep the first
      clusters default, but set the default for the second cluster.
      
      Bug 2725
      9917c49d
    • Danny Auble's avatar
      2a817734
  16. 25 May, 2016 2 commits
  17. 24 May, 2016 1 commit