summaryrefslogtreecommitdiffstats
path: root/utils/gssd/krb5_util.c
Commit message (Expand)AuthorAgeFilesLines
* gssd: gethostname(3) returns zero or -1, not an errnoChuck Lever2013-03-251-2/+2
* gssd: Clean up gssd_setup_krb5_user_gss_ccache()Chuck Lever2013-03-251-8/+8
* gssd - expired credentials problemLukas Hejtmanek2013-03-251-0/+5
* gssd: don't krb5_free_context if krb5_init_context failsNeilBrown2013-03-251-7/+8
* gssd: Handle the target name correctlyTrond Myklebust2012-11-281-6/+14
* gssd: Use /run/user/${UID} instead of /run/user/${USER}Nalin Dahyabhai2012-08-221-4/+26
* gssd: scan for DIR: ccaches, tooNalin Dahyabhai2012-08-221-18/+32
* Add -l option to gssd to force legacy behaviourMichael Weiser2012-04-161-1/+5
* Support AD style kerberos automatically in rpc.gssJason Gunthorpe2011-02-091-18/+44
* Removed warnings from krb5_util.cSteve Dickson2010-08-091-8/+21
* gssd: picking wrong credsDoug Nazar2010-07-191-0/+7
* Try to use kernel function to determine supported Kerberos enctypes.Kevin Coffman2010-04-161-2/+13
* gssd: move function limit_krb5_enctypes into the exported functions areaKevin Coffman2010-04-161-55/+54
* gssd: on krb5 upcall, have gssd send a more granular error codeJeff Layton2010-01-121-17/+18
* gssd: process service= attribute in new upcallOlga Kornievskaia2009-11-161-6/+16
* Gssd blindly caches machine credentialsLukas Hejtmanek2009-08-271-6/+7
* gssd: free buffer allocated by gssd_k5_err_msgJeff Layton2009-03-231-42/+63
* nfs-utils: Include legacy or TI-RPC headers, not bothChuck Lever2009-03-161-1/+0
* gssd: Use same style for including config.h that rest of nfs-utils usesChuck Lever2009-03-051-1/+5
* gssd: By default, don't spam syslog when users' credentials expireKevin Coffman2009-01-051-3/+3
* The rpc.gssd scans for any suitable kerberos ticket. In cross-realmLukas Hejtmanek2008-07-151-13/+147
* gssd_setup_krb5_user_gss_ccache must return an error if no usable cache isLukas Hejtmanek2008-07-151-4/+5
* Kerberos credentials may be stored in multiple places. Make itVince Busam2008-05-071-14/+16
* Add the other two DES encryption types to the default list ofKevin Coffman2008-05-071-1/+3
* Stop gssd from ignoring the machine credential cacheVince Busam2008-02-261-1/+1
* Always get addressless ticketsKevin Coffman2007-05-031-2/+32
* Factor out error message printing differences between MIT and HeimdalKevin Coffman2007-04-201-18/+44
* Remove the now unused functionsKevin Coffman2007-03-311-234/+0
* Clean up gssd_get_single_krb5_cred and its debugging messagesKevin Coffman2007-03-311-8/+12
* Use newly added keytab functionsKevin Coffman2007-03-311-7/+8
* Add new keytab handling functions for dealing with machine credentialsKevin Coffman2007-03-311-0/+466
* Hide differences between MIT and Heimdal in macrosKevin Coffman2007-03-311-25/+5
* Fix memory leak on error path of limit_krb5_enctypes()Kevin Coffman2007-03-311-0/+1
* Allow any credential to be used for machine credentialsKevin Coffman2007-03-191-16/+6
* Don't leak keytab entriesKevin Coffman2007-03-191-0/+5
* Use lstat rather than stat in gssd_find_existing_krb5_ccacheNeil Brown2007-03-161-1/+1
* Use owner rather than filename format in choosing cred cache filesKevin Coffman2007-02-091-56/+50
* Allow gssd ccaches in MEMORY: rather than FILE:Kevin Coffman2006-10-171-1/+7
* Fix misc warning messagesKevin Coffman2006-10-171-0/+1
* Limit acquire_cred call to to Kerberos onlykwc@citi.umich.edu2006-07-041-1/+6
* Add option to specify directory to search for credentials cache filesneilbrown2006-03-281-6/+5
* Updates from Kevin Coffman at UMichneilbrown2005-12-161-6/+4
* Add option to set rpcsec_gss debugging level (if available)neilbrown2005-08-261-4/+44
* 2005-08-26 Kevin Coffman <kwc@citi.umich.edu>neilbrown2005-08-261-39/+49
* Add gss support from citi @ umichneilbrown2004-10-191-0/+809