aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_seal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton1-26/+2
2018-10-18SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2018-10-05SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()Arnd Bergmann1-1/+1
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust1-11/+26
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+0
2018-03-19sunrpc: Fix unaligned access on sparc64James Ettle1-1/+4
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton1-11/+17
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman1-0/+1
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman1-3/+2
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman1-4/+9
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman1-0/+69
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman1-0/+1
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman1-6/+7
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman1-19/+30
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman1-3/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2008-06-23gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman1-13/+13
2008-04-23sunrpc: make token header values less confusingKevin Coffman1-2/+2
2008-04-23gss_krb5: consistently use unsigned for seqnumKevin Coffman1-1/+1
2008-04-23Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependentKevin Coffman1-2/+1
2007-11-17sunrpc: return error if unsupported enctype or cksumtype is encounteredKevin Coffman1-0/+1
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-02-03SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever1-1/+1
2006-12-06rpcgss: krb5: miscellaneous cleanupJ. Bruce Fields1-5/+5
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields1-6/+0
2006-12-06rpcgss: krb5: clean up some goto's, etc.J. Bruce Fields1-6/+4
2006-12-06rpcgss: simplify make_checksumJ. Bruce Fields1-1/+1
2006-12-06rpcgss: krb5: kill checksum_type, miscellaneous small cleanupJ. Bruce Fields1-3/+1
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields1-24/+10
2006-12-06rpc: gss: eliminate print_hexl()'sJ. Bruce Fields1-3/+0
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-1/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-03-20SUNRPC,RPCSEC_GSS: fix krb5 sequence numbers.J. Bruce Fields1-3/+8
2006-03-20SUNRPC,RPCSEC_GSS: remove unnecessary kmalloc of a checksumJ. Bruce Fields1-4/+2
2005-11-08[NET]: kfree cleanupJesper Juhl1-1/+1
2005-10-18RPCSEC_GSS: krb5 cleanupJ. Bruce Fields1-2/+3
2005-10-18RPCSEC_GSS remove all qop parametersJ. Bruce Fields1-4/+1
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields1-2/+2
2005-10-18RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields1-32/+6
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+176