freebsd-dev/lib/libgssapi
Doug Rabson 6e4dbb7fef pkgbase: split kerberos binaries and libs
Summary:
This allows installing packages that depend on kerberos libraries
without pulling in all the binaries. It also moves libgssapi to runtime
to allow installing kerbereos libraries without adding a dependancy on
the large utilities package. It makes sense to put libgssapi in runtime
rather than kerberos-lib since this is a plugin layer which is intended
to support any GSS-API mechanisms, not just kerberos.

A good example of a package which uses kerberos libraries without
needing the kerberos utilities is sshd. This uses the kerberos GSS-API
libraries to implement its GSSAPIAuthentication option.

MFC after: 2 weeks

Subscribers: imp

Differential Revision: https://reviews.freebsd.org/D36028
2022-08-03 11:02:28 +01:00
..
context.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
cred.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_accept_sec_context.3 Fix a few mandoc issues 2020-10-09 19:12:44 +00:00
gss_accept_sec_context.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_acquire_cred.3
gss_acquire_cred.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_add_cred.3
gss_add_cred.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_add_oid_set_member.3
gss_add_oid_set_member.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_buffer_set.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_canonicalize_name.3
gss_canonicalize_name.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_compare_name.3
gss_compare_name.c libgssapi: Fix a common typo in a source code comment 2022-06-05 09:53:24 +02:00
gss_context_time.3
gss_context_time.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_create_empty_oid_set.3
gss_create_empty_oid_set.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_decapsulate_token.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_delete_sec_context.3
gss_delete_sec_context.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_display_name.3
gss_display_name.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_display_status.3
gss_display_status.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_duplicate_name.3
gss_duplicate_name.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_duplicate_oid.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_encapsulate_token.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_export_name.3
gss_export_name.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_export_sec_context.3
gss_export_sec_context.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_get_mic.3
gss_get_mic.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_import_name.3
gss_import_name.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_import_sec_context.3
gss_import_sec_context.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_indicate_mechs.3
gss_indicate_mechs.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_init_sec_context.3
gss_init_sec_context.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_inquire_context.3
gss_inquire_context.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_inquire_cred_by_mech.3
gss_inquire_cred_by_mech.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_inquire_cred_by_oid.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_inquire_cred.3
gss_inquire_cred.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_inquire_mechs_for_name.3
gss_inquire_mechs_for_name.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_inquire_names_for_mech.3
gss_inquire_names_for_mech.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_inquire_sec_context_by_oid.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_krb5.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_mech_switch.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_names.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_oid_to_str.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_pname_to_uid.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_process_context_token.3
gss_process_context_token.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_pseudo_random.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_release_buffer.3
gss_release_buffer.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_release_cred.3
gss_release_cred.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_release_name.3
gss_release_name.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_release_oid_set.3
gss_release_oid_set.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_release_oid.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_seal.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_set_cred_option.c lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
gss_set_sec_context_option.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_sign.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_test_oid_set_member.3
gss_test_oid_set_member.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_unseal.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_unwrap.3
gss_unwrap.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_utils.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_verify_mic.3
gss_verify_mic.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_verify.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_wrap_size_limit.3
gss_wrap_size_limit.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gss_wrap.3
gss_wrap.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
gssapi.3
Makefile pkgbase: split kerberos binaries and libs 2022-08-03 11:02:28 +01:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
mech_switch.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
mech.5
name.h lib/libgssapi: Trailing whitespace cleanup 2022-05-30 05:58:48 -07:00
spnego.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
Symbol.map
utils.h lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00