summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/mechglue
Commit message (Expand)AuthorAgeFilesLines
* Avoid memory leaks on errorHEADmasterSimo Sorce2014-07-101-1/+3
* Do not loop on add_cred_from and other new methodsSam Hartman2014-06-051-4/+4
* Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson2014-06-041-17/+24
* Improve pointer hygiene around gss_display_nameGreg Hudson2014-05-241-0/+2
* Load mechglue config files from /etc/gss/mech.dGünther Deschner2014-05-221-11/+54
* Remove dead code from the mechglue initializationGünther Deschner2014-05-221-27/+0
* Stop generating gssapi_krb5.hGreg Hudson2014-02-261-10/+11
* 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