summaryrefslogtreecommitdiff
path: root/src/svc_auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* Fix svcauth_gss_accept_sec_context() memory leakslibtirpc-1-0-2-rc1Chuck Lever2015-11-161-0/+4
* Fix XDR result leak in _svcauth_gss()Chuck Lever2015-11-161-39/+81
* Fix checksum buffer leakChuck Lever2015-11-161-2/+10
* Fix memory leak in svcauth_gss_import_name()Chuck Lever2015-11-161-5/+4
* rpc_gss_set_svc_name() overwrites _svcauth_gss_credsChuck Lever2015-11-161-9/+10
* Drop the xp_auth member of SVCXPRTPeter Rosin2015-10-301-9/+4
* Fix SVCAUTH lifetime issues and move towards SolarisPeter Rosin2015-10-301-21/+118
* Return correct string in rcred->client_principalChuck Lever2015-07-101-14/+6
* Remove dead codeChuck Lever2015-06-161-20/+0
* configure: Heimdal Kerberos does not package gssapi/gssapi_ext.hChuck Lever2015-06-161-0/+6
* Expose legacy svcauth_gss APIsChuck Lever2015-06-011-0/+1
* Do not include rpc/auth_gss.h in rpc/rpc.hChuck Lever2015-06-011-0/+1
* Remove requirement for gssapi/gssapi.h in svc_auth.hChuck Lever2015-06-011-6/+7
* Revert "Fix Build w/gssapi disabled"Steve Dickson2015-06-011-4/+1
* Fix Build w/gssapi disabledThorsten Kukuk2015-05-071-1/+4
* Finish server-side rpc_gss_*() APIsChuck Lever2015-04-291-3/+104
* Extract caller's qop setting from svcauth_gss_validate()Chuck Lever2015-04-291-3/+6
* Add server-side rpc_gss_*() APIsChuck Lever2015-04-291-9/+361
* libtirpc_debug: Converted the rest of the #ifdef DEBUGsSteve Dickson2014-08-071-2/+0
* git_log_status: Add function name to status messageSteve Dickson2014-08-071-9/+18
* Avoid buffer overruns by allocating buffer in svcauth_gss_validate()libtirpc-0-2-5-rc3Steve Dickson2014-05-291-7/+7
* Clean up forward declarations in src/svc_auth_gss.cChuck Lever2014-01-231-9/+9
* Fix debugging-related namespace pollution.libtirpc-0-2-3-rc3Nick Alcock2012-04-261-29/+29
* Added HAVE_LIBGSSAPI defines around gss codelibtirpc-0-2-1-rc3Steve Dickson2009-07-091-1/+1
* Removed a number warnings by adding a number of type casts.Steve Dickson2009-01-281-3/+3
* Protect from buffer overflow in the GSS code.Steve Dickson2008-01-241-1/+9
* When the configuration --enable-gss used, the libgssglueSteve Dickson2007-10-251-1/+1
* Initial commit of libtirpc 0.1.7Steve Dickson2007-04-201-0/+582