summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/appl/gssftp/.Sanitize40
-rw-r--r--src/appl/gssftp/.cvsignore1
-rw-r--r--src/appl/gssftp/arpa/.Sanitize34
-rw-r--r--src/appl/gssftp/ftp/.Sanitize51
-rw-r--r--src/appl/gssftp/ftp/.cvsignore1
-rw-r--r--src/appl/gssftp/ftpd/.Sanitize45
-rw-r--r--src/appl/gssftp/ftpd/.cvsignore1
7 files changed, 173 insertions, 0 deletions
diff --git a/src/appl/gssftp/.Sanitize b/src/appl/gssftp/.Sanitize
new file mode 100644
index 0000000000..0c2a9a0c18
--- /dev/null
+++ b/src/appl/gssftp/.Sanitize
@@ -0,0 +1,40 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize". All keyword lines must exist,
+# and must exist in the order specified by this file. Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done. Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept. All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called. Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+.cvsignore
+ChangeLog
+Makefile.in
+README.gssftp
+arpa
+configure.in
+configure
+ftp
+ftpd
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/.cvsignore b/src/appl/gssftp/.cvsignore
new file mode 100644
index 0000000000..e8c05a6b13
--- /dev/null
+++ b/src/appl/gssftp/.cvsignore
@@ -0,0 +1 @@
+configure
diff --git a/src/appl/gssftp/arpa/.Sanitize b/src/appl/gssftp/arpa/.Sanitize
new file mode 100644
index 0000000000..d804b41d79
--- /dev/null
+++ b/src/appl/gssftp/arpa/.Sanitize
@@ -0,0 +1,34 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize". All keyword lines must exist,
+# and must exist in the order specified by this file. Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done. Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept. All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called. Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+ChangeLog
+ftp.h
+telnet.h
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/ftp/.Sanitize b/src/appl/gssftp/ftp/.Sanitize
new file mode 100644
index 0000000000..1ffc3702eb
--- /dev/null
+++ b/src/appl/gssftp/ftp/.Sanitize
@@ -0,0 +1,51 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize". All keyword lines must exist,
+# and must exist in the order specified by this file. Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done. Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept. All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called. Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+.cvsignore
+ChangeLog
+Makefile.in
+cmds.c
+cmdtab.c
+configure.in
+configure
+domacro.c
+ftp.M
+ftp.c
+ftp_var.h
+getpass.c
+glob.c
+main.c
+pathnames.h
+pclose.c
+radix.c
+ruserpass.c
+secure.c
+secure.h
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/ftp/.cvsignore b/src/appl/gssftp/ftp/.cvsignore
new file mode 100644
index 0000000000..e8c05a6b13
--- /dev/null
+++ b/src/appl/gssftp/ftp/.cvsignore
@@ -0,0 +1 @@
+configure
diff --git a/src/appl/gssftp/ftpd/.Sanitize b/src/appl/gssftp/ftpd/.Sanitize
new file mode 100644
index 0000000000..63e80a0dff
--- /dev/null
+++ b/src/appl/gssftp/ftpd/.Sanitize
@@ -0,0 +1,45 @@
+# Sanitize.in for Kerberos V5
+
+# Each directory to survive it's way into a release will need a file
+# like this one called "./.Sanitize". All keyword lines must exist,
+# and must exist in the order specified by this file. Each directory
+# in the tree will be processed, top down, in the following order.
+
+# Hash started lines like this one are comments and will be deleted
+# before anything else is done. Blank lines will also be squashed
+# out.
+
+# The lines between the "Do-first:" line and the "Things-to-keep:"
+# line are executed as a /bin/sh shell script before anything else is
+# done in this
+
+Do-first:
+
+# All files listed between the "Things-to-keep:" line and the
+# "Files-to-sed:" line will be kept. All other files will be removed.
+# Directories listed in this section will have their own Sanitize
+# called. Directories not listed will be removed in their entirety
+# with rm -rf.
+
+Things-to-keep:
+
+.cvsignore
+CHANGES
+ChangeLog
+Makefile.in
+configure.in
+configure
+ftpcmd.y
+ftpd.M
+ftpd.c
+logwtmp.c
+pathnames.h
+popen.c
+secure.h
+vers.c
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/appl/gssftp/ftpd/.cvsignore b/src/appl/gssftp/ftpd/.cvsignore
new file mode 100644
index 0000000000..e8c05a6b13
--- /dev/null
+++ b/src/appl/gssftp/ftpd/.cvsignore
@@ -0,0 +1 @@
+configure