003 File Manager
Current Path:
/usr/src/crypto/heimdal/kuser
usr
/
src
/
crypto
/
heimdal
/
kuser
/
📁
..
📄
Makefile.am
(2.04 KB)
📄
Makefile.in
(41.03 KB)
📄
copy_cred_cache.1
(3.32 KB)
📄
copy_cred_cache.c
(5.12 KB)
📄
generate-requests.c
(3.81 KB)
📄
kcc-commands.in
(5.25 KB)
📄
kcc.c
(4.03 KB)
📄
kdecode_ticket.c
(4.58 KB)
📄
kdestroy.1
(2.47 KB)
📄
kdestroy.c
(4.61 KB)
📄
kdigest-commands.in
(5.65 KB)
📄
kdigest.8
(5.52 KB)
📄
kdigest.c
(15.14 KB)
📄
kgetcred.1
(2.61 KB)
📄
kgetcred.c
(7.1 KB)
📄
kimpersonate.8
(3.68 KB)
📄
kimpersonate.c
(9.01 KB)
📄
kinit.1
(6.71 KB)
📄
kinit.c
(24.19 KB)
📄
klist.1
(3.87 KB)
📄
klist.c
(15.85 KB)
📄
kswitch.1
(2.47 KB)
📄
kswitch.c
(4.96 KB)
📄
kuser_locl.h
(2.9 KB)
📄
kverify.c
(3.69 KB)
Editing: Makefile.am
# $Id$ include $(top_srcdir)/Makefile.am.common AM_CPPFLAGS += $(INCLUDE_hcrypto) -I$(srcdir)/../lib/krb5 \ $(INCLUDE_libintl) \ -DHEIMDAL_LOCALEDIR='"$(localedir)"' man_MANS = \ kinit.1 \ klist.1 \ kdestroy.1 \ kswitch.1 \ kdigest.8 \ kgetcred.1 \ kimpersonate.8 bin_PROGRAMS = kinit kdestroy kgetcred kcc libexec_PROGRAMS = kdigest kimpersonate noinst_PROGRAMS = kverify kdecode_ticket generate-requests kinit_LDADD = \ $(LIB_kafs) \ $(top_builddir)/lib/krb5/libkrb5.la \ $(top_builddir)/lib/ntlm/libheimntlm.la \ $(LIB_hcrypto) \ $(top_builddir)/lib/asn1/libasn1.la \ $(LIB_libintl) \ $(LIB_roken) kdestroy_LDADD = $(kinit_LDADD) kimpersonate_LDADD = $(kinit_LDADD) kcc_LDADD = \ $(top_builddir)/lib/sl/libsl.la \ $(kinit_LDADD) \ $(LIB_readline) dist_kcc_SOURCES = kcc.c klist.c kswitch.c copy_cred_cache.c nodist_kcc_SOURCES = kcc-commands.c $(kcc_OBJECTS): kcc-commands.h dist_kdigest_SOURCES = kdigest.c nodist_kdigest_SOURCES = kdigest-commands.c kdigest_LDADD = \ $(top_builddir)/lib/ntlm/libheimntlm.la \ $(top_builddir)/lib/krb5/libkrb5.la \ $(LIB_hcrypto) \ $(top_builddir)/lib/asn1/libasn1.la \ $(top_builddir)/lib/sl/libsl.la \ $(LIB_roken) $(kdigest_OBJECTS): kdigest-commands.h CLEANFILES = \ kdigest-commands.h kdigest-commands.c \ kcc-commands.h kcc-commands.c kdigest-commands.c kdigest-commands.h: kdigest-commands.in $(SLC) $(srcdir)/kdigest-commands.in kcc-commands.c kcc-commands.h: kcc-commands.in $(SLC) $(srcdir)/kcc-commands.in LDADD = \ $(top_builddir)/lib/krb5/libkrb5.la \ $(LIB_hcrypto) \ $(top_builddir)/lib/asn1/libasn1.la \ $(LIB_roken) EXTRA_DIST = NTMakefile $(man_MANS) \ kcc-version.rc \ kdestroy-version.rc \ kdigest-version.rc \ kgetcred-version.rc \ kimpersonate-version.rc \ kinit-version.rc \ kuser_locl.h kcc-commands.in kdigest-commands.in copy_cred_cache.1 # make sure install-exec-hook doesn't have any commands in Makefile.am.common install-exec-hook: (cd $(DESTDIR)$(bindir) && rm -f klist && $(LN_S) kcc klist) (cd $(DESTDIR)$(bindir) && rm -f kswitch && $(LN_S) kcc kswitch)
Upload File
Create Folder