- 30 May, 2018 8 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Already vetted by slurmctld/slurmd, no need to re-check here.
-
Tim Wickberg authored
-
Tim Wickberg authored
Do not defer until later, and do not potentially miss out on proper validation of the user_name field which can lead to improper authentication handling. CVE-2018-10995.
-
Tim Wickberg authored
If the auth value (from MUNGE) does not match the requested value, ensure it is listed as a valid extended gid for that user instead.
-
Tim Wickberg authored
-
Tim Wickberg authored
Value of 2113 is where it fits in with 17.11, so pin it here.
-
- 20 Mar, 2018 1 commit
-
-
Tim Wickberg authored
-
- 15 Mar, 2018 5 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Bug 4792.
-
Danny Auble authored
Use unpackstr_xmalloc_chooser as part of safe_unpackstr_xmalloc macro. This ensures that the slurmdbd is always working on escaped strings. Fixes CVE-2018-7033. Bug 4792.
-
Danny Auble authored
Bug 4933
-
- 14 Mar, 2018 1 commit
-
-
Jay Herring authored
Bug 4888
-
- 24 Jan, 2018 1 commit
-
-
Danny Auble authored
introduced in commit ea85d123 Bug 4613
-
- 19 Jan, 2018 1 commit
-
-
Morris Jette authored
-
- 12 Jan, 2018 1 commit
-
-
Dominik Bartkiewicz authored
Fix job array dependency with "aftercorr" option and some task arrays in the first job fail. This fix lets all task array elements that can run proceed rather than stopping all subsequent task array elements. Bug 4590
-
- 11 Jan, 2018 2 commits
-
-
Morris Jette authored
node_feature/knl_cray - Fix memory leak that can occur during normal operation. This will happen when an update request for a specific node happens.
-
Morris Jette authored
If CnselectPath and/or SyscfgPath defined in knl_cray.conf file and slurmctld reconfigured, the original values of those paraemters would be over-written and their memory leaked.
-
- 05 Jan, 2018 1 commit
-
-
Felip Moll authored
Avoid setting node in COMPLETING state indefinitely if the job initiating the node reboot is cancelled while the reboot in in progress. Bug introduced in commit 7d246784 Bug 4536
-
- 03 Jan, 2018 3 commits
-
-
Danny Auble authored
increment ids for the tres_table. Bug 4553 Turns out auto_increment=# doesn't work in MySQL at the time of writing but does work correctly in MariaDB >=10.2.4+ See bug for more information.
-
Danny Auble authored
This reverts commit 12794fb0.
-
Danny Auble authored
increment ids for the tres_table. Bug 4553 Turns out auto_increment=# doesn't work in MySQL at the time of writing but does work correctly in MariaDB >=10.2.4+ See bug for more information.
-
- 28 Dec, 2017 2 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
_run_prog() executes after a fork(), if some thread in the parent was holding slurm_conf_lock() it would never be released, and the child will deadlocked. Already fixed for 17.11 by commit e205eeaf, this backports just the change for _run_prog(). Bug 4562.
-
- 18 Dec, 2017 1 commit
-
-
Morris Jette authored
-
- 15 Dec, 2017 1 commit
-
-
Morris Jette authored
This adds support for the --bb option "access_mode" in addition to "access" for better compatability with Cray's DataWarp options. Related to bug 4528
-
- 12 Dec, 2017 1 commit
-
-
Morris Jette authored
-
- 09 Dec, 2017 1 commit
-
-
Tim Wickberg authored
Remove errant '2' from the macro name.
-
- 08 Dec, 2017 1 commit
-
-
Danny Auble authored
In 1.10+ they changed the hid_t from an int to a long int which messes things up as they use the top 32 bits for stuff right off the bat. This fixes the scenario by handing the number with a int32_t instead of an int. Bug 3795
-
- 05 Dec, 2017 1 commit
-
-
Alejandro Sanchez authored
Since NO_VAL = SLURM_BATCH_SCRIPT, the else statement would only compare the job_id and not the step_id, thus when a batch step was removed all the steps from that job would be removed too. Then when attempting to remove the extern step in the next iteration, it was already removed and we were incorrectly erroring out. Bug 4458.
-
- 30 Nov, 2017 1 commit
-
-
Alejandro Sanchez authored
Fix memory leak of MailDomain configuration string when slurmctld daemon is reconfigured. bug 4272 (comment 35)
-
- 29 Nov, 2017 1 commit
-
-
Brian Christiansen authored
slurm_load_job() prior to 17.11 returns the error code in errno and not in rc. With the addition of 47175901 if a job is removed from memory before sbatch checks for the job again, sbatch could get in an loop checking for the job. This only happens if you have a very small MinJobAge (<10) -- which is not recommended.
-
- 28 Nov, 2017 6 commits
-
-
Doug Jacobsen authored
Bug 4445
-
Doug Jacobsen authored
Bug 4444
-
Danny Auble authored
Bug 4323
-
Morris Jette authored
Bug 4299
-
Felip Moll authored
Bug 4299
-
Felip Moll authored
Bug 4299
-