1. 02 Dec, 2018 2 commits
    • Tim Wickberg's avatar
      Rework debug3 messages in _handle_request. · 78ea3e01
      Tim Wickberg authored
      Use __func__, and list the function name first in the message.
      
      Drop one redundant message printing the request number - all paths
      through the switch statement will print this out in some form.
      
      Remove a ternary used to print SLURM_SUCCESS/SLURM_FAILURE and
      print the raw return value. If you're staring at debug3 logs,
      you should hopefully know how to interpret these values. :)
      78ea3e01
    • Tim Wickberg's avatar
      Modify _handle_request to drop gid as an argument. · af96f57b
      Tim Wickberg authored
      Not used, so don't bother retrieving it from the cred in _handle_accept.
      
      Also, switch a printf format to %u instead of %d for uid_t.
      af96f57b
  2. 29 Nov, 2018 5 commits
  3. 28 Nov, 2018 14 commits
  4. 27 Nov, 2018 18 commits
  5. 26 Nov, 2018 1 commit