aboutsummaryrefslogtreecommitdiff
path: root/sys/kgssapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Handle SIGPIPE in gssdSean Eric Fagan2019-02-211-0/+9
* 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
* kgssapi: Remove trivial deadcodeConrad Meyer2018-02-141-2/+0
* Use syscall_helper_register(9) rather than syscall_register().Brooks Davis2018-02-111-18/+17
* sys/kgssapi: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2734-0/+68
* kgssapi: insignificant spelling fix.Pedro F. Giffuni2016-05-031-1/+1
* kgssapi: Don't leak memory in error casesConrad Meyer2016-04-261-3/+9
* sys: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+1
* kgssapi(4): Don't allow user-provided arguments to overrun stack bufferConrad Meyer2016-04-201-1/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* kcrypto_aes: Use separate sessions for AES and SHA1Conrad Meyer2016-02-021-26/+32
* Unset the gss kernel state when gssd exitsJosh Paetzel2016-01-011-8/+11
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-1/+1
* Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem2013-07-091-0/+1
* Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem2013-05-011-3/+21
* Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasRick Macklem2012-12-1814-41/+144
* Add missing break statement to make sure all 3DES etypes really are treatedChristian Brueffer2011-10-101-0/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Add a small comment about unloading the kgsappi module.Zack Kirsch2011-07-161-1/+5
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-2/+35
* When the KOBJMETHOD() macro was updated, it resulted in theRick Macklem2009-06-141-9/+17
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-13/+17
* Fix build of KGSSAPI bits post-vimage.Doug Rabson2009-05-241-4/+5
* Call svc_freereq() before returning from the service proc.Doug Rabson2008-11-121-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-0337-0/+8492