003 File Manager
Current Path:
/usr/src/crypto/heimdal/appl/ftp/ftpd
usr
/
src
/
crypto
/
heimdal
/
appl
/
ftp
/
ftpd
/
📁
..
📄
Makefile.am
(952 B)
📄
Makefile.in
(34.29 KB)
📄
extern.h
(4.26 KB)
📄
ftpcmd.c
(90.57 KB)
📄
ftpcmd.y
(28.51 KB)
📄
ftpd.8
(13.94 KB)
📄
ftpd.c
(52.3 KB)
📄
ftpd_locl.h
(3.72 KB)
📄
ftpusers.5
(731 B)
📄
gss_userok.c
(2.65 KB)
📄
gssapi.c
(12.11 KB)
📄
kauth.c
(3.15 KB)
📄
klist.c
(4.69 KB)
📄
logwtmp.c
(4.73 KB)
📄
ls.c
(20.62 KB)
📄
pathnames.h
(2.4 KB)
📄
popen.c
(5.96 KB)
📄
security.c
(17.7 KB)
Editing: Makefile.am
# $Id$ include $(top_srcdir)/Makefile.am.common AM_CPPFLAGS += -I$(srcdir)/../common $(INCLUDE_krb4) -DFTP_SERVER libexec_PROGRAMS = ftpd CHECK_LOCAL = if KRB5 krb5_sources = gssapi.c gss_userok.c endif ftpd_SOURCES = \ extern.h \ ftpcmd.y \ ftpd.c \ ftpd_locl.h \ logwtmp.c \ ls.c \ pathnames.h \ popen.c \ security.c \ kauth.c \ klist.c \ $(krb4_sources) \ $(krb5_sources) EXTRA_ftpd_SOURCES = kauth.c gssapi.c gss_userok.c $(ftpd_OBJECTS): security.h security.c: @test -f security.c || $(LN_S) $(srcdir)/../ftp/security.c . security.h: @test -f security.h || $(LN_S) $(srcdir)/../ftp/security.h . gssapi.c: @test -f gssapi.c || $(LN_S) $(srcdir)/../ftp/gssapi.c . CLEANFILES = security.c security.h gssapi.c man_MANS = ftpd.8 ftpusers.5 LDADD = ../common/libcommon.a \ $(LIB_otp) \ $(LIB_gssapi) \ $(LIB_krb5) \ $(LIB_kafs) \ $(LIB_krb4) \ $(LIB_hcrypto) \ $(LIB_roken) EXTRA_DIST = NTMakefile $(man_MANS)
Upload File
Create Folder