summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_wrap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-2/+2
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-2/+2
* | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-261-6/+2
|\|
| * SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-301-6/+2
* | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-10/+10
|/
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-1/+0
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0
* | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-091-2/+0
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-12/+12
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-031-1/+1
* sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton2014-08-031-7/+13
* sunrpc: trim off EC bytes in GSSAPI v2 unwrapJeff Layton2013-10-261-2/+2
* gss_krb5: document that we ignore sequence numberJ. Bruce Fields2013-10-101-2/+4
* net/sunrpc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
* sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-081-0/+2
* rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields2012-05-311-16/+45
* sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* gss_krb5: Add support for rc4-hmac encryptionKevin Coffman2010-05-141-13/+53
* gss_krb5: Use confounder length in wrap codeKevin Coffman2010-05-141-5/+7
* gssd_krb5: More arcfour-hmac supportKevin Coffman2010-05-141-3/+3
* gssd_krb5: arcfour-hmac supportKevin Coffman2010-05-141-2/+2
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-3/+3
* gss_krb5: add support for new token formats in rfc4121Kevin Coffman2010-05-141-0/+174
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+2
* gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman2010-05-141-12/+18
* gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-141-19/+60
* gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman2010-05-141-6/+32
* gss_krb5: Don't expect blocksize to always be 8 when calculating paddingJ. Bruce Fields2010-05-141-4/+1
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-141-4/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
* gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-231-25/+25
* sunrpc: make token header values less confusingKevin Coffman2008-04-231-2/+2
* Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman2008-04-231-3/+1
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* SUNRPC: Use correct type in buffer length calculationsChuck Lever2007-10-091-3/+3
* SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever2007-02-031-2/+2
* rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields2006-12-061-8/+5
* rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields2006-12-061-23/+2
* rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields2006-12-061-40/+28
* rpcgss: simplify make_checksumJ. Bruce Fields2006-12-061-2/+2
* rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields2006-12-061-10/+2
* rpcgss: krb5: expect a constant signalg valueJ. Bruce Fields2006-12-061-26/+14
* gss: krb5: remove signalg and sealalgJ. Bruce Fields2006-12-061-22/+8
* rpc: gss: fix a kmap_atomic race in krb5 codeJ. Bruce Fields2006-12-061-2/+2
* rpc: gss: eliminate print_hexl()'sJ. Bruce Fields2006-12-061-3/+0
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-281-2/+2
* [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-211-2/+2