pythongssapi / pythongssapi/python-gssapi
The Eternal List Of Extension Implementation
未关闭
还没有人认领这个 Issue。
enhancement
extension
- 主要语言
- Python
- 星标
- 116
- 派生
- 55
- 平均合并
- 1 天 24 分钟
- 30 天内合并 PR
- 2
描述
So, I went and compared the gssapi.h and gssapi_ext.h files with Python-GSSAPI to look for any extensions and/or additional RFCs that we missed.
Extensions (as indicated by being in gssapi_ext.h, for the most part)
Solaris
- buffer GSS_C_ATTR_LOCAL_LOGIN_USER
- gss_localname ( #49 )
- gss_pname_to_uid ( #49 )
- gss_userok ( #49 )
- gss_authorize_localname ( #49 )
- gss_acquire_cred_with_password ( #5 )
- gss_add_cred_with_password ( #5 )
GGF (Global Grid Forum) ( #51 )
- gss_inquire_sec_context_by_oid
- gss_inquire_cred_by_oid
- gss_set_sec_context_option
- gssapi_mech_invoke ??
- gss_import_cred (GGF variant, nobody implements this)
- gss_export_cred (GGF variant, nobody implements this)
AEAD / SSPI (DCE)
- gss_wrap_aead ( #6 )
- gss_unwrap_aead ( #6 )
- OID GSS_C_INQ_SSPI_SESSION_KEY
- gss_complete_auth_token
- gss_wrap_iov ( #6 )
- gss_unwrap_iov ( #6 )
- gss_wrap_iov_length ( #6 )
IOV MIC
- gss_get_mic_iov ( #6 )
- gss_get_mic_iov_length ( #6 )
- gss_verify_mic_iov ( #6 )
Services4User
- gss_acquire_cred_impersonate_name
- gss_add_cred_impersonate_name
Naming Extensions (actually RFC 6680)
- OID GSS_C_NT_COMPOSITE_EXPORT
- gss_display_name_ext
- gss_inquire_name
- gss_get_name_attribute
- gss_set_name_attribute
- gss_delete_name_attribute
- gss_export_name_composite
Capsulate (draft-josefsson-gss-capsulate)
- gss_encapsulate_token
- gss_decapsulate_token
- gss_oid_equal
Cred Store
- gss_acquire_cred_from
- gss_add_cred_from
- gss_store_cred_into
Cred Import/Export
- gss_export_cred ( #25 )
- gss_import_cred ( #25 )
Credentials Options (see https://github.com/pythongssapi/python-gssapi/issues/51#issuecomment-357022036)
- gss_set_cred_option
Additional RFCs (in gssapi.h)
RFC 4401 (Pseduo-Random Generators)
- gss_pseudo_random
RFC 5588 (Store Cred)
- gss_store_cred
RFC 4178 (SPNEGO)
- gss_set_neg_mechs ( #50 )
- gss_get_neg_mechs (NOT ACTUALLY PRESENT)
RFC 5587 (Mechanism Inquiry)
- gss_indicate_mechs_by_attrs
- gss_inquire_attrs_for_mech
- gss_display_mech_attr
RFC 5801 (GSSAPI-SASL Naming)
- gss_inquire_saslname_for_mech
- gss_inquire_mech_for_saslname
Mechanism Specific Extensions
Krb5 Specific Extensions (gssapi_krb5.h) (#75)
- GSS_KRB5_NT_PRINCIPAL_NAME
- gss_krb5_ccache_name
- gss_krb5_copy_ccache (use case unclear, deprecated on macOS)
- gss_krb5_get_tkt_flags
- gss_krb5_set_allowable_enctypes
- gss_krb5_export_lucid_sec_context
- gss_krb5_free_lucid_sec_context
- gsskrb5_extract_authz_data_from_sec_context
- gsskrb5_extract_authtime_from_sec_context
The following functionality is also available through the cred_store API
extensions so we may elect not to implement them at all:
- gss_krb5_set_cred_rcache (not implemented by Heimdal)
- gss_krb5_import_cred (implemented because Heimdal doesn't support cred store extensions)
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
此 issue 将 gssapi.h 和 gssapi_ext.h 与 Python-GSSAPI 进行比较,并列出了许多未经检查的扩展,包括 gss_pseudo_random 和 gss_encapsulate_token。首先选择一个未经检查的项目,并阅读其引用的 header,以及在提供时阅读链接的 issue。完成应定义为实现一个约定的扩展并验证其行为,但该 issue 没有指定测试路径或明确的范围。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- authentication, security
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100