mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
RPCSEC_GSS remove all qop parameters
Not only are the qop parameters that are passed around throughout the gssapi unused by any currently implemented mechanism, but there appears to be some doubt as to whether they will ever be used. Let's just kill them off for now. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
14ae162c24
commit
00fd6e1425
14 changed files with 41 additions and 97 deletions
|
@ -119,21 +119,21 @@ make_checksum(s32 cksumtype, char *header, int hdrlen, struct xdr_buf *body,
|
|||
int body_offset, struct xdr_netobj *cksum);
|
||||
|
||||
u32
|
||||
krb5_make_token(struct krb5_ctx *context_handle, int qop_req,
|
||||
krb5_make_token(struct krb5_ctx *context_handle,
|
||||
struct xdr_buf *input_message_buffer,
|
||||
struct xdr_netobj *output_message_buffer);
|
||||
|
||||
u32
|
||||
krb5_read_token(struct krb5_ctx *context_handle,
|
||||
struct xdr_netobj *input_token_buffer,
|
||||
struct xdr_buf *message_buffer, int *qop_state);
|
||||
struct xdr_buf *message_buffer);
|
||||
|
||||
u32
|
||||
gss_wrap_kerberos(struct gss_ctx *ctx_id, u32 qop, int offset,
|
||||
gss_wrap_kerberos(struct gss_ctx *ctx_id, int offset,
|
||||
struct xdr_buf *outbuf, struct page **pages);
|
||||
|
||||
u32
|
||||
gss_unwrap_kerberos(struct gss_ctx *ctx_id, u32 *qop, int offset,
|
||||
gss_unwrap_kerberos(struct gss_ctx *ctx_id, int offset,
|
||||
struct xdr_buf *buf);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue