summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue
Commit message (Expand)AuthorAgeFilesLines
* New SPI call to import creds by oidSimo Sorce2012-09-143-2/+20
* New SPI call to import a name by mech oidSimo Sorce2012-09-144-11/+40
* New SPI call to import a context by oidSimo Sorce2012-09-143-3/+19
* Check creds to select mech in accept_sec_contextSimo Sorce2012-09-141-4/+23
* Distinguish between requested and selected oidsSimo Sorce2012-09-1414-120/+239
* Add function to return the Public OIDSimo Sorce2012-09-132-0/+23
* Add function to get the mechanism type to useSimo Sorce2012-09-132-0/+56
* Never return interposers OIDsSimo Sorce2012-09-131-3/+8
* Add interposer plugin type loaderSimo Sorce2012-09-132-0/+282
* Allow to define an interposer in the conf fileSimo Sorce2012-09-132-6/+38
* Avoid memory leaks on error conditionSimo Sorce2012-09-131-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
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-042-15/+15
* Fix style issues in r25087Greg Hudson2011-08-292-3/+3
* Fix major status handling in gss_acquire_credGreg Hudson2011-08-111-0/+1
* WhitespaceGreg Hudson2011-08-091-1/+1
* call gssint_mecherrmap_init() from gssint_mechglue_init()Sam Hartman2011-08-091-0/+1
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-096-64/+66
* Fix gss_set_cred_option cred creation with no nameGreg Hudson2011-07-221-6/+8
* make dependEzra Peisach2011-07-011-8/+8
* Mark up strings for translationGreg Hudson2011-06-101-49/+44
* Handle null OID values in gss_oid_equal()Greg Hudson2011-04-161-0/+3
* Check mech_type as well as mech_name in gssint_import_internal_name(),Greg Hudson2011-04-161-1/+2
* Fix a code path where mech could be used uninitialized inGreg Hudson2011-04-161-1/+1
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-104-104/+109
* Allow anonymous name to be imported with empty name bufferGreg Hudson2011-04-061-4/+11