summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gss_names.c
Commit message (Collapse)AuthorAgeFilesLines
* gssd: add new routine for generating a hostbased principal in a gss_buffer_tJeff Layton2014-04-301-0/+15
| | | | | | | We'll need a gss_buffer_t to pass to the downcall marshalling code. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>
* gssd: move hostbased name routines into separate fileJeff Layton2014-04-301-0/+123
In a later patch, we'll need gssd to call into this code as well as svcgssd. Move it into a common file that both can link in. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve Dickson <steved@redhat.com>