index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes file
Chuck Lever
2023-02-20
1
-0
/
+65
*
SUNRPC: Remove another switch on ctx->enctype
Chuck Lever
2023-02-20
1
-12
/
+18
*
SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanism
Chuck Lever
2023-02-20
5
-112
/
+171
*
SUNRPC: Obscure Kerberos integrity keys
Chuck Lever
2023-02-20
2
-117
/
+21
*
SUNRPC: Obscure Kerberos signing keys
Chuck Lever
2023-02-20
5
-45
/
+125
*
SUNRPC: Obscure Kerberos encryption keys
Chuck Lever
2023-02-20
1
-17
/
+26
*
SUNRPC: Refactor set-up for aux_cipher
Chuck Lever
2023-02-20
1
-25
/
+25
*
SUNRPC: Obscure Kerberos session key
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Improve Kerberos confounder generation
Chuck Lever
2023-02-20
4
-44
/
+55
*
SUNRPC: Remove .conflen field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
3
-10
/
+7
*
SUNRPC: Remove .blocksize field from struct gss_krb5_enctype
Chuck Lever
2023-02-20
2
-7
/
+1
*
SUNRPC: Replace pool stats with per-CPU variables
Chuck Lever
2023-02-20
2
-10
/
+20
*
SUNRPC: Use per-CPU counters to tally server RPC counts
Chuck Lever
2023-02-20
2
-4
/
+9
*
SUNRPC: Go back to using gsd->body_start
Chuck Lever
2023-02-20
1
-42
/
+36
*
SUNRPC: Set rq_accept_statp inside ->accept methods
Chuck Lever
2023-02-20
3
-13
/
+16
*
SUNRPC: Refactor RPC server dispatch method
Chuck Lever
2023-02-20
1
-5
/
+5
*
SUNRPC: Final clean-up of svc_process_common()
Chuck Lever
2023-02-20
1
-8
/
+6
*
SUNRPC: Convert RPC Reply header encoding to use xdr_stream
Chuck Lever
2023-02-20
1
-25
/
+25
*
SUNRPC: Hoist init_encode out of svc_authenticate()
Chuck Lever
2023-02-20
3
-5
/
+2
*
SUNRPC: Use xdr_stream for encoding GSS reply verifiers
Chuck Lever
2023-02-20
1
-73
/
+8
*
SUNRPC: Use xdr_stream to encode replies in server-side GSS upcall helpers
Chuck Lever
2023-02-20
1
-54
/
+90
*
SUNRPC: Convert unwrap data paths to use xdr_stream for replies
Chuck Lever
2023-02-20
1
-10
/
+8
*
SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_tls_accept()
Chuck Lever
2023-02-20
1
-9
/
+13
*
SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_unix_accept()
Chuck Lever
2023-02-20
1
-5
/
+4
*
SUNRPC: Use xdr_stream to encode Reply verifier in svcauth_null_accept()
Chuck Lever
2023-02-20
1
-5
/
+4
*
SUNRPC: Move svcxdr_init_encode() into ->accept methods
Chuck Lever
2023-02-20
3
-4
/
+10
*
SUNRPC: Push svcxdr_init_encode() into svc_process_common()
Chuck Lever
2023-02-20
1
-0
/
+1
*
SUNRPC: Add XDR encoding helper for opaque_auth
Chuck Lever
2023-02-20
1
-0
/
+29
*
SUNRPC: Remove the rpc_stat variable in svc_process_common()
Chuck Lever
2023-02-20
1
-13
/
+11
*
SUNRPC: Check rq_auth_stat when preparing to wrap a response
Chuck Lever
2023-02-20
1
-5
/
+7
*
SUNRPC: Convert svcauth_gss_wrap_priv() to use xdr_stream()
Chuck Lever
2023-02-20
1
-5
/
+10
*
SUNRPC: Add @head and @tail variables in svcauth_gss_wrap_priv()
Chuck Lever
2023-02-20
1
-17
/
+17
*
SUNRPC: Record gss_wrap() errors in svcauth_gss_wrap_priv()
Chuck Lever
2023-02-20
1
-10
/
+19
*
SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv()
Chuck Lever
2023-02-20
1
-30
/
+42
*
SUNRPC: Convert svcauth_gss_wrap_integ() to use xdr_stream()
Chuck Lever
2023-02-20
1
-13
/
+12
*
SUNRPC: Replace checksum construction in svcauth_gss_wrap_integ()
Chuck Lever
2023-02-20
1
-9
/
+2
*
SUNRPC: Record gss_get_mic() errors in svcauth_gss_wrap_integ()
Chuck Lever
2023-02-20
1
-13
/
+13
*
SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ()
Chuck Lever
2023-02-20
1
-27
/
+43
*
SUNRPC: Clean up svcauth_gss_release()
Chuck Lever
2023-02-20
1
-14
/
+16
*
SUNRPC: Hoist svcxdr_init_decode() into svc_process()
Chuck Lever
2023-02-20
2
-12
/
+17
*
SUNRPC: Remove svc_process_common's argv parameter
Chuck Lever
2023-02-20
1
-5
/
+5
*
SUNRPC: Decode most of RPC header with xdr_stream
Chuck Lever
2023-02-20
1
-11
/
+9
*
SUNRPC: Eliminate unneeded variable
Chuck Lever
2023-02-20
1
-4
/
+4
*
SUNRPC: Re-order construction of the first reply fields
Chuck Lever
2023-02-20
1
-7
/
+3
*
SUNRPC: Hoist init_decode out of svc_authenticate()
Chuck Lever
2023-02-20
4
-13
/
+9
*
SUNRPC: Convert the svcauth_gss_accept() pre-amble to use xdr_stream
Chuck Lever
2023-02-20
1
-50
/
+75
*
SUNRPC: Clean up svcauth_gss_accept's NULL procedure check
Chuck Lever
2023-02-20
1
-5
/
+9
*
SUNRPC: Convert gss_verify_header() to use xdr_stream
Chuck Lever
2023-02-20
1
-23
/
+29
*
SUNRPC: Convert unwrap_priv_data() to use xdr_stream
Chuck Lever
2023-02-20
2
-51
/
+21
*
SUNRPC: Rename automatic variables in unwrap_priv_data()
Chuck Lever
2023-02-20
1
-13
/
+25
[next]