summaryrefslogtreecommitdiffstats
path: root/sys/kgssapi
Commit message (Expand)AuthorAgeFilesLines
* kgssapi: insignificant spelling fix.pfg2016-05-031-1/+1
* kgssapi: Don't leak memory in error casescem2016-04-261-3/+9
* sys: extend use of the howmany() macro when available.pfg2016-04-261-2/+1
* kgssapi(4): Don't allow user-provided arguments to overrun stack buffercem2016-04-201-1/+3
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* kcrypto_aes: Use separate sessions for AES and SHA1cem2016-02-021-26/+32
* Unset the gss kernel state when gssd exitsjpaetzel2016-01-011-8/+11
* Avoid dynamic syscall overhead for statically compiled modules.mjg2014-10-261-1/+1
* Add support for host-based (Kerberos 5 service principal) initiatorrmacklem2013-07-091-0/+1
* Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0rmacklem2013-05-011-3/+21
* Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasrmacklem2012-12-1814-41/+144
* Add missing break statement to make sure all 3DES etypes really are treatedbrueffer2011-10-101-0/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Add a small comment about unloading the kgsappi module.zack2011-07-161-1/+5
* Fix the kgssapi so that it can be loaded as a module. Currentlyrmacklem2011-06-191-2/+35
* When the KOBJMETHOD() macro was updated, it resulted in thermacklem2009-06-141-9/+17
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-13/+17
* Fix build of KGSSAPI bits post-vimage.dfr2009-05-241-4/+5
* Call svc_freereq() before returning from the service proc.dfr2008-11-121-0/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-0337-0/+8492
OpenPOWER on IntegriCloud