diff options
| author | lha <lha@NetBSD.org> | 2003-05-15 20:51:01 +0000 |
|---|---|---|
| committer | lha <lha@NetBSD.org> | 2003-05-15 20:51:01 +0000 |
| commit | 98326d86aae25b4d5ffc5d2b5ccd9f7116cbd1c4 (patch) | |
| tree | ad9d577e3cbed3d0d51b7c9e79ba46ed45be5a91 /lib/libgssapi | |
| parent | 28d69ea8233df5a530ce68528b19be17b4e6b72c (diff) | |
add files for heimdal 0.6
Diffstat (limited to 'lib/libgssapi')
| -rw-r--r-- | lib/libgssapi/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index 555de72a5c5..fd721d9900d 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/08/29 01:31:27 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2003/05/15 20:51:01 lha Exp $ NOLINT= # defined @@ -15,9 +15,11 @@ SRCS = \ 8003.c \ accept_sec_context.c \ acquire_cred.c \ + add_cred.c \ add_oid_set_member.c \ canonicalize_name.c \ compare_name.c \ + compat.c \ context_time.c \ copy_ccache.c \ create_emtpy_oid_set.c \ @@ -27,8 +29,8 @@ SRCS = \ display_status.c \ duplicate_name.c \ encapsulate.c \ - export_name.c \ export_sec_context.c \ + export_name.c \ external.c \ get_mic.c \ gssapi.h \ @@ -40,15 +42,19 @@ SRCS = \ init_sec_context.c \ inquire_context.c \ inquire_cred.c \ + inquire_cred_by_mech.c \ + inquire_mechs_for_name.c \ + inquire_names_for_mech.c \ release_buffer.c \ release_cred.c \ release_name.c \ release_oid_set.c \ + process_context_token.c \ test_oid_set_member.c \ unwrap.c \ v1.c \ verify_mic.c \ - wrap.c \ + wrap.c \ address_to_krb5addr.c INCS= gssapi.h |
