summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue
Commit message (Expand)AuthorAgeFilesLines
* Allow empty store in gss_acquire_cred_fromGreg Hudson2014-01-171-12/+0
* Fix gss_accept_sec_context error tokensGreg Hudson2013-10-141-3/+3
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-183-0/+103
* Load import/export cred functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Load cred store functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-1/+1
* Assume mutex locking cannot failGreg Hudson2013-05-141-38/+26
* Fix unused assignment in mechglue loadConfigFileGreg Hudson2013-03-281-1/+1
* Fix import_sec_context with interposersSimo Sorce2013-03-241-21/+14
* make dependGreg Hudson2013-03-241-5/+4
* Eliminate unused variablesGreg Hudson2013-03-151-1/+0
* Modernize k5bufGreg Hudson2013-02-141-7/+7
* make dependGreg Hudson2013-01-101-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-2/+2
* Style cleanup for internal error handlingGreg Hudson2012-12-191-1/+1
* Build fixes for windowsBen Kaduk2012-12-051-1/+1
* Don't use void * arithmetic in interposed_oidGreg Hudson2012-10-131-1/+2
* Add SPI calls to import objects by mech oidSimo Sorce2012-10-026-17/+85
* Use interposer mechanisms in mechglue functionsSimo Sorce2012-10-0214-112/+183
* Add primitives for using interposed mechanismsSimo Sorce2012-10-022-4/+152
* Add support for loading interposer modulesSimo Sorce2012-10-022-24/+247
* Refactor gss mech config parserGreg Hudson2012-09-171-85/+53
* Delete unused internal mechglue functionsGreg Hudson2012-09-172-125/+0
* Simplify gss_inquire_mechs_for_nameGreg Hudson2012-09-171-68/+45
* Avoid leaks on gss_accept_sec_context errorsSimo Sorce2012-09-161-4/+5
* make dependGreg Hudson2012-09-121-0/+16
* Introduce gss_export_cred and gss_import_credGreg Hudson2012-09-114-0/+300
* Add support for GSS_C_NT_COMPOSITE_EXPORTLuke Howard2012-08-311-1/+1
* Fix memory leak in gss_add_credGreg Hudson2012-08-301-0/+3
* Use gssalloc in more parts of GSSAPIGreg Hudson2012-08-112-2/+2
* Remove gss_mechanism_extSimo Sorce2012-08-083-110/+24
* Pass the actual mech oid in creds functionsSimo Sorce2012-08-062-11/+34
* Reuse code to free gss_mech_info structureSimo Sorce2012-08-051-21/+4
* Make gss_ctx_id_t truly opaqueSimo Sorce2012-08-035-6/+6
* Fix oid set construction in gss_inquire_cred()Kevin Wasserman2012-08-021-22/+10
* Introduce credential store extensionsSimo Sorce2012-07-203-32/+210
* In g_oid_ops.c, remove an unneeded declarationSimo Sorce2012-07-181-3/+0
* Avoid mapping GSSAPI minor code on successGreg Hudson2012-07-081-1/+2
* Use first mech's status in gss_acquire_credGreg Hudson2012-06-031-3/+11
* Initialize gss_get_name_attribute output buffersGreg Hudson2012-02-141-0/+8
* make dependTom Yu2011-10-141-325/+331
* Use gssalloc memory management where appropriateSam Hartman2011-10-145-6/+6
* Simplify gss_indicate_mechs() by using generic_gss_copy_oid_setSam Hartman2011-10-141-52/+3
* Initialize localname on error in gss_localnameGreg Hudson2011-10-061-4/+5
* Windows fixes: remove unreferenced; use sizeof to compute array sizeSam Hartman2011-09-281-2/+1
* WhitespaceGreg Hudson2011-09-212-66/+68
* * New implementation to map a gss name to localnameSam Hartman2011-09-213-56/+75
* Formatting fixesGreg Hudson2011-09-191-203/+219
* On Windows, parse mechanism info from Registry instead of mech fileSam Hartman2011-09-191-169/+351
* Eliminate the mechglue union cred auxinfo fieldGreg Hudson2011-09-058-242/+65