aboutsummaryrefslogtreecommitdiff
path: root/sys/kgssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
* crypto: Remove uses of CRYPTO_F_DONEMark Johnston2025-05-091-1/+0
* krb5: Fix handling of transient crypto request failuresMark Johnston2025-05-091-11/+19
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-124-4/+4
* kgssapi krb5: Remove unused variables.John Baldwin2022-04-061-6/+4
* opencrypto: Introduce crypto_dispatch_async()Mark Johnston2021-02-081-3/+3
* kgssapi: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-4/+3
* Add support for optional separate output buffers to in-kernel crypto.John Baldwin2020-05-251-6/+5
* Remove support for Kernel GSS algorithms deprecated in r348875.John Baldwin2020-04-105-900/+0
* Set crp_ilen for crypto requests.John Baldwin2020-04-011-0/+2
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-273-150/+126
* Stop using des_cblock * for arguments to DES functions.John Baldwin2019-08-262-4/+4
* Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin2019-06-115-6/+10
* Add warnings for Kerberos GSS algorithms deprecated in RFCs 6649 and 8429.John Baldwin2019-06-103-0/+12
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-183-13/+13
* OCF: Convert consumers to the session id typedefConrad Meyer2018-07-163-4/+4
* sys/kgssapi: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-277-0/+14
* kgssapi: insignificant spelling fix.Pedro F. Giffuni2016-05-031-1/+1
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+1
* kcrypto_aes: Use separate sessions for AES and SHA1Conrad Meyer2016-02-021-26/+32
* Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem2013-05-011-3/+21
* Add missing break statement to make sure all 3DES etypes really are treatedChristian Brueffer2011-10-101-0/+1
* When the KOBJMETHOD() macro was updated, it resulted in theRick Macklem2009-06-141-9/+17
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-037-0/+3788