- 26 Apr, 2019 28 commits
-
-
Tim Wickberg authored
Will be used to service getpwuid / getpwnam requests from nss_slurm.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
And out of the slurmctld code. Remove send_groups_in_cred handling now that it's all handled inside slurm_cred.c.
-
Tim Wickberg authored
There is a minor difference in functionality after this: the pw_gecos, pw_dir, and pw_shell fields will be populated when they were not previously. As the expensive part of the lookup is the underlying getpwuid() syscall, this should not make a real difference.
-
Tim Wickberg authored
Add a copy_gr_names() utility function to group_cache.c; these lookups should be cached at some point to avoid the performance hit from calling into getgrgid() constantly.
-
Tim Wickberg authored
Lookup and send over the required struct passwd fields.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Match the other struct passwd fields added previously.
-
Tim Wickberg authored
And handle pack/unpack for 19.05.
-
Tim Wickberg authored
No functional change.
-
Tim Wickberg authored
And always print a colon after the function name.
-
Morris Jette authored
Without this change a heterogeneous job allocation could not run a step on any single component of a hetjob, but only across multiple hetjob components. Note that by default a step runs on only the first hetjob component, so the default mode of operation running steps on a hetjob was broken. This bug caused tests 38.7 and 38.11 to fail consistently. The bug was introduced in commit 2f162b7a
-
Morris Jette authored
Commit 2987c5db (Convert "Admin Priority" to "Site Priority") broke this test
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Use retry_list_size() instead of list_count(retry_list) to avoid any asserts if list is NULL. Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
bug 6849.
-
Nate Rini authored
Bug 6849.
-
Morris Jette authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
Nate Rini authored
Bug 6849.
-
- 25 Apr, 2019 12 commits
-
-
Morris Jette authored
Coverity CID 197727
-
Morris Jette authored
Bug introduced in commit 7db859c0
-
Morris Jette authored
Bug 6252
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Bug 6440
-
Danny Auble authored
-
Danny Auble authored
-
Danny Auble authored
Bug 6440
-
Morris Jette authored
Reported by CLANG
-
Morris Jette authored
This shouldn't happen in practice, but fixes CLANG error
-