summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gss_util.h
Commit message (Collapse)AuthorAgeFilesLines
* svcgssd: Adding a <-p principal> flagEberhard Kuemmerle2010-09-281-1/+1
| | | | | | | | | Allow the principal that is used to get the machines creds definable on the command like with the new '-p <principal>'. This is useful in cluster environments. Signed-off-by: Eberhard Kuemmerle <E.Kuemmerle@fz-juelich.de> Signed-off-by: Steve Dickson <steved@redhat.com>
* Check that the gssapi library is usable early on.kwc@citi.umich.edu2006-07-041-0/+1
| | | | | | | | | Signed-off-by: Kevin Coffman <kwc@citi.umich.edu> Do a call to determine mechanisms supported by the gssapi library early. This allows us to discover early in case the gssapi library is somehow misconfigured. We can bail out early and give a meaningful message rather than getting errors on each attempt at a context negotiation.
* Add gss support from citi @ umichneilbrown2004-10-191-0/+44