Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-07kgssapi krb5: Remove unused variables.John Baldwin
2021-02-08opencrypto: Introduce crypto_dispatch_async()Mark Johnston
2020-09-18State kgssapi dependency on xdr.Konstantin Belousov
2020-09-02kgssapi: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-26Add support for optional separate output buffers to in-kernel crypto.John Baldwin
2020-04-11Remove support for Kernel GSS algorithms deprecated in r348875.John Baldwin
2020-04-01Set crp_ilen for crypto requests.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-08-26Stop using des_cblock * for arguments to DES functions.John Baldwin
2019-06-12Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin
2019-06-10Add warnings for Kerberos GSS algorithms deprecated in RFCs 6649 and 8429.John Baldwin
2019-02-21* Handle SIGPIPE in gssdSean Eric Fagan
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-07-16OCF: Convert consumers to the session id typedefConrad Meyer
2018-02-14kgssapi: Remove trivial deadcodeConrad Meyer
2018-02-11Use syscall_helper_register(9) rather than syscall_register().Brooks Davis
2017-11-27sys/kgssapi: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-04kgssapi: insignificant spelling fix.Pedro F. Giffuni
2016-04-26kgssapi: Don't leak memory in error casesConrad Meyer
2016-04-26sys: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-20kgssapi(4): Don't allow user-provided arguments to overrun stack bufferConrad Meyer
2016-04-11Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-02-02kcrypto_aes: Use separate sessions for AES and SHA1Conrad Meyer
2016-01-01Unset the gss kernel state when gssd exitsJosh Paetzel
2014-10-26Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik
2013-07-09Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem
2013-05-02Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem
2012-12-18Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasRick Macklem
2011-10-10Add missing break statement to make sure all 3DES etypes really are treatedChristian Brueffer
2011-09-16In order to maximize the re-usability of kernel code in user space thisKip Macy
2011-07-16Add a small comment about unloading the kgsappi module.Zack Kirsch
2011-06-20Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem
2009-06-14When the KOBJMETHOD() macro was updated, it resulted in theRick Macklem
2009-05-30Place hostnames and similar information fully under the prison system.Jamie Gritton
2009-05-24Fix build of KGSSAPI bits post-vimage.Doug Rabson
2008-11-12Call svc_freereq() before returning from the service proc.Doug Rabson
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson