rpc: comment on linux_cred encoding, treat all as unsigned
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 23 Aug 2013 15:17:53 +0000 (11:17 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 6 Sep 2013 15:45:57 +0000 (11:45 -0400)
The encoding of linux creds is a bit confusing.

Also: I think in practice it doesn't really matter whether we treat any
of these things as signed or unsigned, but unsigned seems more
straightforward: uid_t/gid_t are unsigned and it simplifies the ngroups
overflow check.

Tested-by: Simo Sorce <simo@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found