summaryrefslogtreecommitdiff
path: root/lib/libgssapi/gss_encapsulate_token.c
Commit message (Collapse)AuthorAgeFilesLines
* libgssapi: avoid NULL pointer dereferences.Pedro F. Giffuni2016-04-131-1/+1
| | | | | | | | | | | While here also use NULL instead of zero for pointers. Found with coccinelle. MFC after: 1 week Notes: svn path=/head/; revision=297942
* Fix conflicts after heimdal-1.1 import and add build infrastructure. ImportDoug Rabson2008-05-071-0/+131
all non-style changes made by heimdal to our own libgssapi. Notes: svn path=/head/; revision=178828