freebsd-src/lib/libgssapi
Pedro F. Giffuni 8a16b7a18f General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
2017-11-20 19:49:47 +00:00
..
context.h
cred.h
gss_accept_sec_context.3
gss_accept_sec_context.c lib: minor spelling fixes in comments. 2016-05-01 19:37:33 +00:00
gss_acquire_cred.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_acquire_cred.c
gss_add_cred.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_add_cred.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_add_oid_set_member.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_add_oid_set_member.c
gss_buffer_set.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_canonicalize_name.3
gss_canonicalize_name.c
gss_compare_name.3
gss_compare_name.c
gss_context_time.3
gss_context_time.c
gss_create_empty_oid_set.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_create_empty_oid_set.c
gss_decapsulate_token.c
gss_delete_sec_context.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_delete_sec_context.c
gss_display_name.3
gss_display_name.c
gss_display_status.3
gss_display_status.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_duplicate_name.3
gss_duplicate_name.c
gss_duplicate_oid.c
gss_encapsulate_token.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_export_name.3
gss_export_name.c
gss_export_sec_context.3
gss_export_sec_context.c
gss_get_mic.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_get_mic.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_import_name.3
gss_import_name.c
gss_import_sec_context.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_import_sec_context.c
gss_indicate_mechs.3
gss_indicate_mechs.c
gss_init_sec_context.3
gss_init_sec_context.c
gss_inquire_context.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_inquire_context.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_inquire_cred.3
gss_inquire_cred.c
gss_inquire_cred_by_mech.3
gss_inquire_cred_by_mech.c
gss_inquire_cred_by_oid.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_inquire_mechs_for_name.3
gss_inquire_mechs_for_name.c
gss_inquire_names_for_mech.3
gss_inquire_names_for_mech.c
gss_inquire_sec_context_by_oid.c
gss_krb5.c
gss_mech_switch.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_names.c
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
gss_process_context_token.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_process_context_token.c
gss_pseudo_random.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_release_buffer.3
gss_release_buffer.c
gss_release_cred.3
gss_release_cred.c
gss_release_name.3
gss_release_name.c
gss_release_oid.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00:00
gss_release_oid_set.3
gss_release_oid_set.c Fix a memory leak in gss_release_oid_set 2016-01-04 17:42:12 +00:00
gss_seal.c
gss_set_cred_option.c General further adoption of SPDX licensing ID tags. 2017-11-20 19:49:47 +00: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
gss_test_oid_set_member.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_test_oid_set_member.c
gss_unseal.c
gss_unwrap.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_unwrap.c
gss_utils.c
gss_verify.c
gss_verify_mic.3
gss_verify_mic.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_wrap.3 mdoc: sort SEE ALSO. 2014-12-29 21:52:32 +00:00
gss_wrap.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gss_wrap_size_limit.3
gss_wrap_size_limit.c libgssapi: avoid NULL pointer dereferences. 2016-04-13 21:08:02 +00:00
gssapi.3
Makefile Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones 2017-01-20 04:53:20 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mech.5 use .Mt to mark up email addresses consistently (part3) 2014-06-23 08:23:05 +00:00
mech_switch.h
name.h
spnego.h
Symbol.map
utils.h