index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
auth_gss
/
gss_krb5_mech.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-25
SUNRPC: Move simple_get_bytes and simple_get_netobj into private header
Dave Wysochanski
1
-29
/
+2
2020-09-11
SUNRPC: remove RC4-HMAC-MD5 support from KerberosV
Ard Biesheuvel
1
-95
/
+0
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2019-12-18
sunrpc: convert to time64_t for expiry
Arnd Bergmann
1
-3
/
+9
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
1
-1
/
+0
2019-02-14
SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ files
Chuck Lever
1
-26
/
+1
2019-02-13
SUNRPC: Add build option to disable support for insecure enctypes
Chuck Lever
1
-0
/
+2
2018-11-04
Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-6
/
+10
2018-11-01
SUNRPC: Use atomic(64)_t for seq_send(64)
Paul Burton
1
-6
/
+10
2018-09-28
gss_krb5: Remove VLA usage of skcipher
Kees Cook
1
-28
/
+25
2016-11-01
sunrpc: GFP_KERNEL should be GFP_NOFS in crypto code
J. Bruce Fields
1
-2
/
+1
2016-07-11
xprtrdma: No direct data placement with krb5i and krb5p
Chuck Lever
1
-0
/
+2
2016-04-04
sunrpc: Fix skcipher/shash conversion
Herbert Xu
1
-1
/
+2
2016-01-27
sunrpc: Use skcipher and ahash/shash
Herbert Xu
1
-43
/
+46
2014-11-24
sunrpc: eliminate RPC_DEBUG
Jeff Layton
1
-1
/
+1
2013-04-29
Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...
J. Bruce Fields
1
-1
/
+5
2013-04-26
SUNRPC: conditionally return endtime from import_sec_context
Simo Sorce
1
-2
/
+5
2013-03-29
SUNRPC: Consider qop when looking up pseudoflavors
Chuck Lever
1
-0
/
+3
2013-03-29
SUNRPC: Load GSS kernel module by OID
Chuck Lever
1
-0
/
+1
2013-03-29
SUNRPC: Define rpcsec_gss_info structure
Chuck Lever
1
-1
/
+1
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-1
/
+1
2012-03-11
SUNRPC: Fix a few sparse warnings
Trond Myklebust
1
-1
/
+1
2011-07-15
rpc: allow autoloading of gss mechanisms
J. Bruce Fields
1
-0
/
+7
2011-06-06
nfsd: fix dependency of nfsd on auth_rpcgss
J. Bruce Fields
1
-1
/
+2
2011-04-06
Revert "net/sunrpc: Use static const char arrays"
Trond Myklebust
1
-1
/
+1
2011-03-11
gss:krb5 only include enctype numbers in gm_upcall_enctypes
Kevin Coffman
1
-1
/
+1
2010-10-26
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
1
-1
/
+1
2010-10-25
net/sunrpc: Use static const char arrays
Joe Perches
1
-1
/
+1
2010-09-12
gss:krb5 miss returning error to caller when import security context
Bian Naimeng
1
-2
/
+8
2010-05-14
NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls
Trond Myklebust
1
-16
/
+18
2010-05-14
gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall
Trond Myklebust
1
-1
/
+1
2010-05-14
gss_krb5: Add support for rc4-hmac encryption
Kevin Coffman
1
-0
/
+96
2010-05-14
gss_krb5: Use confounder length in wrap code
Kevin Coffman
1
-0
/
+4
2010-05-14
gss_krb5: Save the raw session key in the context
Kevin Coffman
1
-14
/
+13
2010-05-14
gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall
Trond Myklebust
1
-1
/
+1
2010-05-14
gss_krb5: add remaining pieces to enable AES encryption support
Kevin Coffman
1
-9
/
+77
2010-05-14
gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall
Trond Myklebust
1
-1
/
+1
2010-05-14
gss_krb5: add support for triple-des encryption
Kevin Coffman
1
-0
/
+23
2010-05-14
gss_krb5: Add upcall info indicating supported kerberos enctypes
Trond Myklebust
1
-0
/
+1
2010-05-14
gss_krb5: handle new context format from gssd
Kevin Coffman
1
-1
/
+236
2010-05-14
gss_krb5: import functionality to derive keys into the kernel
Kevin Coffman
1
-0
/
+1
2010-05-14
gss_krb5: add ability to have a keyed checksum (hmac)
Kevin Coffman
1
-0
/
+1
2010-05-14
gss_krb5: introduce encryption type framework
Kevin Coffman
1
-16
/
+74
2010-05-14
gss_krb5: prepare for new context format
Kevin Coffman
1
-24
/
+39
2010-05-14
gss_krb5: split up functions in preparation of adding new enctypes
Kevin Coffman
1
-0
/
+1
2009-12-18
SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()
Trond Myklebust
1
-1
/
+3
2008-07-09
SUNRPC: Use GFP_NOFS when allocating credentials
Trond Myklebust
1
-2
/
+2
2007-11-17
sunrpc: return error if unsupported enctype or cksumtype is encountered
Kevin Coffman
1
-2
/
+6
2007-07-17
knfsd: rpc: add gss krb5 and spkm3 oid values
Usha Ketineni
1
-0
/
+1
2007-07-10
SUNRPC: Mark auth and cred operation tables as constant.
Trond Myklebust
1
-1
/
+1
[next]