summaryrefslogtreecommitdiffstats
path: root/proxy/src/mechglue
Commit message (Expand)AuthorAgeFilesLines
* Add helpers to store and retrieve encrypted credsSimo Sorce2015-12-013-6/+149
* Add gss_acquire_cred_impersonate_name supportSimo Sorce2015-12-013-6/+138
* Fix formatting on noncompliant copyright linesRobbie Harwood2015-09-0412-289/+12
* Fix handling of context initializationSimo Sorce2015-03-301-5/+7
* Properly handle security contexts on errorSimo Sorce2015-03-243-27/+47
* Zero out the outputs of display_nameSimo Sorce2015-01-221-0/+5
* Fix potential segfault in gssi_inquire_context().Günther Deschner2014-02-051-2/+2
* Use secure_getenv in client and mechglue moduleSimo Sorce2013-11-211-2/+2
* Fix calling gpm_inquire_cred_by_mechSimo Sorce2013-11-191-1/+2
* Add way to return regular oid from specialSimo Sorce2013-11-192-13/+43
* Fix LOCAL_FIRST behaviorSimo Sorce2013-10-181-20/+19
* Coverity fixes.Simo Sorce2013-06-271-1/+1
* Disable gss_export_name_composite() for now.Günther Deschner2013-05-161-1/+3
* Neutralize gssi_export_name.Simo Sorce2013-05-161-22/+2
* Fix typo in gssi_import_name_by_mech().Günther Deschner2013-05-151-2/+2
* Add --with-gpp-default-behavior configure switch.Günther Deschner2013-05-151-4/+5
* Use gp_boolean_is_true from interposer plugin's GSS_USE_PROXY check.Günther Deschner2013-04-261-1/+2
* Import names as remote name by default.Simo Sorce2013-04-101-14/+21
* Remove unused variablesSimo Sorce2013-04-031-2/+0
* Fix a few more resource leaksSimo Sorce2013-04-032-2/+3
* Fix dereference after null checks found by CoveritySimo Sorce2013-04-032-3/+7
* Fix resource leaks found by CoveritySimo Sorce2013-04-034-17/+29
* Fix uninizialized variables found by CoveritySimo Sorce2013-04-032-8/+8
* Add client side support to set allowed enctypesSimo Sorce2013-03-271-1/+92
* Add helper function to check for krb5 oidSimo Sorce2013-03-272-0/+15
* Use token wrapper in gpp_remote_lo_local_ctxSimo Sorce2013-03-221-4/+39
* Create helper function to wrap tokenSimo Sorce2013-03-223-20/+34
* Fix gssi_context_time for remote calls.Günther Deschner2013-03-141-4/+3
* Fix gssi_import_sec_context_by_mech()Günther Deschner2013-03-141-1/+1
* mechglue: add trace debuggingGünther Deschner2013-03-1411-0/+131
* mechglue: initialize gpp cred_handle in gssi_acquire_cred_with_password().Günther Deschner2013-02-221-1/+1
* mechglue: fix gssi_set_cred_option() arguments.Günther Deschner2013-02-222-4/+4
* interposer-plugin: Fix MIT 1.11 gssi_import_sec_context_by_mech symbol name.Günther Deschner2013-02-152-8/+8
* Change interposer usage, clients need to set GSS_USE_PROXY=1|YES.Günther Deschner2013-01-151-2/+5
* Implement export_name_compositeGünther Deschner2012-10-252-0/+28
* Implement internal_release_oidSimo Sorce2012-10-252-0/+27
* Implement misc spi callsSimo Sorce2012-10-252-0/+218
* Implement privacy/integrity mechglue wrappersSimo Sorce2012-10-252-0/+420
* Implement indicate mechs related mechglue wrappersSimo Sorce2012-10-252-0/+217
* Implement name related mechglue wrappersSimo Sorce2012-10-252-0/+456
* Implement display status mechglue wrappersSimo Sorce2012-10-252-0/+75
* Implement init sec context mechglue wrapperSimo Sorce2012-10-252-0/+226
* Implement accept sec context mechglue wrappersSimo Sorce2012-10-252-0/+167
* Implement context related mechglue wrappersSimo Sorce2012-10-252-0/+460
* Implement cred related mechglue wrappersSimo Sorce2012-10-253-0/+831
* Add name handle wrapperSimo Sorce2012-10-252-0/+71
* Add context handle wrapperSimo Sorce2012-10-251-0/+5
* Add cred handle wrapperSimo Sorce2012-10-251-0/+5
* Add function to ease copying oidsSimo Sorce2012-10-252-0/+25
* Add function to convert remote context to localSimo Sorce2012-10-252-0/+18