diff options
Diffstat (limited to 'usr/src/pkg/manifests/system-library-security-gss.mf')
-rw-r--r-- | usr/src/pkg/manifests/system-library-security-gss.mf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-library-security-gss.mf b/usr/src/pkg/manifests/system-library-security-gss.mf index a244408d30..0c15080ca8 100644 --- a/usr/src/pkg/manifests/system-library-security-gss.mf +++ b/usr/src/pkg/manifests/system-library-security-gss.mf @@ -38,6 +38,9 @@ dir path=usr/lib/gss dir path=usr/lib/sasl dir path=usr/lib/sasl/$(ARCH64) dir path=usr/sbin +dir path=usr/share/man/man1m +dir path=usr/share/man/man3gss +dir path=usr/share/man/man3lib file path=usr/lib/$(ARCH64)/libgss.so.1 file path=usr/lib/gss/gsscred_clean group=sys mode=0744 file path=usr/lib/gss/gssd mode=0555 @@ -45,6 +48,47 @@ file path=usr/lib/libgss.so.1 file path=usr/lib/sasl/$(ARCH64)/gssapi.so.1 file path=usr/lib/sasl/gssapi.so.1 file path=usr/sbin/gsscred group=sys mode=0555 +file path=usr/share/man/man1m/gsscred.1m +file path=usr/share/man/man1m/gssd.1m +file path=usr/share/man/man3gss/gss_accept_sec_context.3gss +file path=usr/share/man/man3gss/gss_acquire_cred.3gss +file path=usr/share/man/man3gss/gss_add_cred.3gss +file path=usr/share/man/man3gss/gss_add_oid_set_member.3gss +file path=usr/share/man/man3gss/gss_canonicalize_name.3gss +file path=usr/share/man/man3gss/gss_compare_name.3gss +file path=usr/share/man/man3gss/gss_context_time.3gss +file path=usr/share/man/man3gss/gss_create_empty_oid_set.3gss +file path=usr/share/man/man3gss/gss_delete_sec_context.3gss +file path=usr/share/man/man3gss/gss_display_name.3gss +file path=usr/share/man/man3gss/gss_display_status.3gss +file path=usr/share/man/man3gss/gss_duplicate_name.3gss +file path=usr/share/man/man3gss/gss_export_name.3gss +file path=usr/share/man/man3gss/gss_export_sec_context.3gss +file path=usr/share/man/man3gss/gss_get_mic.3gss +file path=usr/share/man/man3gss/gss_import_name.3gss +file path=usr/share/man/man3gss/gss_import_sec_context.3gss +file path=usr/share/man/man3gss/gss_indicate_mechs.3gss +file path=usr/share/man/man3gss/gss_init_sec_context.3gss +file path=usr/share/man/man3gss/gss_inquire_context.3gss +file path=usr/share/man/man3gss/gss_inquire_cred.3gss +file path=usr/share/man/man3gss/gss_inquire_cred_by_mech.3gss +file path=usr/share/man/man3gss/gss_inquire_mechs_for_name.3gss +file path=usr/share/man/man3gss/gss_inquire_names_for_mech.3gss +file path=usr/share/man/man3gss/gss_oid_to_str.3gss +file path=usr/share/man/man3gss/gss_process_context_token.3gss +file path=usr/share/man/man3gss/gss_release_buffer.3gss +file path=usr/share/man/man3gss/gss_release_cred.3gss +file path=usr/share/man/man3gss/gss_release_name.3gss +file path=usr/share/man/man3gss/gss_release_oid.3gss +file path=usr/share/man/man3gss/gss_release_oid_set.3gss +file path=usr/share/man/man3gss/gss_store_cred.3gss +file path=usr/share/man/man3gss/gss_str_to_oid.3gss +file path=usr/share/man/man3gss/gss_test_oid_set_member.3gss +file path=usr/share/man/man3gss/gss_unwrap.3gss +file path=usr/share/man/man3gss/gss_verify_mic.3gss +file path=usr/share/man/man3gss/gss_wrap.3gss +file path=usr/share/man/man3gss/gss_wrap_size_limit.3gss +file path=usr/share/man/man3lib/libgss.3lib legacy pkg=SUNWgss \ desc="Generic Security Service Application Program Interface, Version 2 - user" \ name="GSSAPI V2" |