commit | 97b78ae96ba76f4ca2d8f5afee6a2e567ccb8f45 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trondmy@gmail.com> | Wed Jan 02 17:53:13 2019 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Jan 15 15:32:21 2019 -0500 |
tree | 57419db40e99ed0729f06c71fbc44e22e7777710 | |
parent | e66721f0436396f779291a29616858b76bfd9415 [diff] |
SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit According to RFC2203, the RPCSEC_GSS sequence numbers are bounded to an upper limit of MAXSEQ = 0x80000000. Ensure that we handle that correctly. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>