diff options
Diffstat (limited to 'src/appl')
-rw-r--r-- | src/appl/.Sanitize | 47 | ||||
-rw-r--r-- | src/appl/bsd/.Sanitize | 56 | ||||
-rw-r--r-- | src/appl/gss-sample/.Sanitize | 40 | ||||
-rw-r--r-- | src/appl/mailquery/.Sanitize | 40 | ||||
-rw-r--r-- | src/appl/movemail/.Sanitize | 37 | ||||
-rw-r--r-- | src/appl/popper/.Sanitize | 70 | ||||
-rw-r--r-- | src/appl/popper/orig-makefiles/.Sanitize | 33 | ||||
-rw-r--r-- | src/appl/sample/.Sanitize | 39 | ||||
-rw-r--r-- | src/appl/sample/sclient/.Sanitize | 38 | ||||
-rw-r--r-- | src/appl/sample/sserver/.Sanitize | 38 | ||||
-rw-r--r-- | src/appl/simple/.Sanitize | 38 | ||||
-rw-r--r-- | src/appl/simple/client/.Sanitize | 37 | ||||
-rw-r--r-- | src/appl/simple/server/.Sanitize | 37 | ||||
-rw-r--r-- | src/appl/telnet/.Sanitize | 47 | ||||
-rw-r--r-- | src/appl/telnet/arpa/.Sanitize | 32 | ||||
-rw-r--r-- | src/appl/telnet/libtelnet/.Sanitize | 73 | ||||
-rw-r--r-- | src/appl/telnet/telnet/.Sanitize | 59 | ||||
-rw-r--r-- | src/appl/telnet/telnetd/.Sanitize | 55 | ||||
-rw-r--r-- | src/appl/user_user/.Sanitize | 38 | ||||
-rw-r--r-- | src/appl/zmailnotify/.Sanitize | 31 |
20 files changed, 885 insertions, 0 deletions
diff --git a/src/appl/.Sanitize b/src/appl/.Sanitize new file mode 100644 index 0000000000..4555e6bf0f --- /dev/null +++ b/src/appl/.Sanitize @@ -0,0 +1,47 @@ +# 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 +.rconf +ChangeLog +Makefile.in +bsd +configure +configure.in +gss-sample +mailquery +movemail +popper +sample +simple +telnet +user_user +zmailnotify + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/bsd/.Sanitize b/src/appl/bsd/.Sanitize new file mode 100644 index 0000000000..f24682ef43 --- /dev/null +++ b/src/appl/bsd/.Sanitize @@ -0,0 +1,56 @@ +# 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 +configure +configure.in +defines.h +fieldbits.h +forward.c +getdtablesize.c +kcmd.c +krcp.c +krlogin.c +krlogind.M +krlogind.c +krsh.c +krshd.M +krshd.c +login.c +loginpaths.h +logutil.c +rcp.M +rlogin.M +rpaths.h +rsh.M +setenv.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/gss-sample/.Sanitize b/src/appl/gss-sample/.Sanitize new file mode 100644 index 0000000000..a95bfeb394 --- /dev/null +++ b/src/appl/gss-sample/.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 +configure +configure.in +gss-client.c +gss-misc.c +gss-server.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/mailquery/.Sanitize b/src/appl/mailquery/.Sanitize new file mode 100644 index 0000000000..d58a60ee53 --- /dev/null +++ b/src/appl/mailquery/.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 +configure +configure.in +mailquery.M +mailquery.c +pop.h +poplib.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/movemail/.Sanitize b/src/appl/movemail/.Sanitize new file mode 100644 index 0000000000..7146ae17da --- /dev/null +++ b/src/appl/movemail/.Sanitize @@ -0,0 +1,37 @@ +# 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 +configure +configure.in +movemail.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/popper/.Sanitize b/src/appl/popper/.Sanitize new file mode 100644 index 0000000000..112edef27b --- /dev/null +++ b/src/appl/popper/.Sanitize @@ -0,0 +1,70 @@ +# 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 +.rconf +ChangeLog +Makefile.in +README +Release.Notes +configure +configure.in +mh-6.8.patch +orig-makefiles +pop3.rfc1081 +pop3e.rfc1082 +pop_dele.c +pop_dropcopy.c +pop_dropinfo.c +pop_enter.c +pop_get_command.c +pop_get_subcommand.c +pop_init.c +pop_last.c +pop_list.c +pop_log.c +pop_lower.c +pop_msg.c +pop_parse.c +pop_pass.c +pop_quit.c +pop_rset.c +pop_send.c +pop_stat.c +pop_updt.c +pop_user.c +pop_xmit.c +pop_xtnd.c +popper.M +popper.c +popper.h +syslog_levels +version.h + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/popper/orig-makefiles/.Sanitize b/src/appl/popper/orig-makefiles/.Sanitize new file mode 100644 index 0000000000..9030cf5e32 --- /dev/null +++ b/src/appl/popper/orig-makefiles/.Sanitize @@ -0,0 +1,33 @@ +# 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: + +Makefile +Makefile.krb_passwd_hack + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/sample/.Sanitize b/src/appl/sample/.Sanitize new file mode 100644 index 0000000000..335f5ed3f9 --- /dev/null +++ b/src/appl/sample/.Sanitize @@ -0,0 +1,39 @@ +# 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 +configure +configure.in +sample.h +sclient +sserver + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/sample/sclient/.Sanitize b/src/appl/sample/sclient/.Sanitize new file mode 100644 index 0000000000..d34f936e0e --- /dev/null +++ b/src/appl/sample/sclient/.Sanitize @@ -0,0 +1,38 @@ +# 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 +configure +configure.in +sclient.M +sclient.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/sample/sserver/.Sanitize b/src/appl/sample/sserver/.Sanitize new file mode 100644 index 0000000000..da0dcd0500 --- /dev/null +++ b/src/appl/sample/sserver/.Sanitize @@ -0,0 +1,38 @@ +# 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 +configure +configure.in +sserver.M +sserver.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/simple/.Sanitize b/src/appl/simple/.Sanitize new file mode 100644 index 0000000000..838f9480fc --- /dev/null +++ b/src/appl/simple/.Sanitize @@ -0,0 +1,38 @@ +# 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 +Makefile.in +client +configure +configure.in +server +simple.h + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/simple/client/.Sanitize b/src/appl/simple/client/.Sanitize new file mode 100644 index 0000000000..67a3f61304 --- /dev/null +++ b/src/appl/simple/client/.Sanitize @@ -0,0 +1,37 @@ +# 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 +configure +configure.in +sim_client.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/simple/server/.Sanitize b/src/appl/simple/server/.Sanitize new file mode 100644 index 0000000000..fa837442ad --- /dev/null +++ b/src/appl/simple/server/.Sanitize @@ -0,0 +1,37 @@ +# 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 +configure +configure.in +sim_server.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/telnet/.Sanitize b/src/appl/telnet/.Sanitize new file mode 100644 index 0000000000..72a66203f0 --- /dev/null +++ b/src/appl/telnet/.Sanitize @@ -0,0 +1,47 @@ +# 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 +.rconf +ChangeLog +Config.generic +Makefile.in +Makefile.orig +README +arpa +configure +configure.in +kern.diff +libtelnet +stty.diff +telnet +telnet.state +telnetd + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/telnet/arpa/.Sanitize b/src/appl/telnet/arpa/.Sanitize new file mode 100644 index 0000000000..e5eeb8f68f --- /dev/null +++ b/src/appl/telnet/arpa/.Sanitize @@ -0,0 +1,32 @@ +# 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: + +telnet.h + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/telnet/libtelnet/.Sanitize b/src/appl/telnet/libtelnet/.Sanitize new file mode 100644 index 0000000000..35ba8d9ecf --- /dev/null +++ b/src/appl/telnet/libtelnet/.Sanitize @@ -0,0 +1,73 @@ +# 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.4.4 +Makefile.generic +Makefile.in +Makefile.orig +auth-proto.h +auth.c +auth.h +configure +configure.in +enc-proto.h +enc_des.c +encrypt.c +encrypt.h +forward.c +genget.c +getent.c +getopt.c +gettytab.c +gettytab.h +herror.c +kerberos.c +kerberos5.c +key-proto.h +krb4encpwd.c +mem.c +misc-proto.h +misc.c +misc.h +parsetos.c +read_password.c +rsaencpwd.c +setenv.c +setsid.c +spx.c +strcasecmp.c +strchr.c +strdup.c +strerror.c +strftime.c +strrchr.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/telnet/telnet/.Sanitize b/src/appl/telnet/telnet/.Sanitize new file mode 100644 index 0000000000..d9ba4ac973 --- /dev/null +++ b/src/appl/telnet/telnet/.Sanitize @@ -0,0 +1,59 @@ +# 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.4.4 +Makefile.generic +Makefile.in +Makefile.orig +authenc.c +commands.c +configure +configure.in +defines.h +externs.h +fdset.h +general.h +main.c +network.c +ring.c +ring.h +sys_bsd.c +telnet.0.ps +telnet.0.txt +telnet.1 +telnet.c +terminal.c +tmac.doc +tn3270.c +types.h +utilities.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/telnet/telnetd/.Sanitize b/src/appl/telnet/telnetd/.Sanitize new file mode 100644 index 0000000000..0eb1aca5a5 --- /dev/null +++ b/src/appl/telnet/telnetd/.Sanitize @@ -0,0 +1,55 @@ +# 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.4.4 +Makefile.generic +Makefile.in +Makefile.orig +authenc.c +configure +configure.in +defs.h +ext.h +global.c +pathnames.h +slc.c +state.c +sys_term.c +telnetd-ktd.c +telnetd.0.ps +telnetd.0.txt +telnetd.8 +telnetd.c +telnetd.h +termstat.c +utility.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/user_user/.Sanitize b/src/appl/user_user/.Sanitize new file mode 100644 index 0000000000..f5bedf4317 --- /dev/null +++ b/src/appl/user_user/.Sanitize @@ -0,0 +1,38 @@ +# 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 +client.c +configure +configure.in +server.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/appl/zmailnotify/.Sanitize b/src/appl/zmailnotify/.Sanitize new file mode 100644 index 0000000000..778c44ef1e --- /dev/null +++ b/src/appl/zmailnotify/.Sanitize @@ -0,0 +1,31 @@ +# 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: + + +Things-to-lose: + +Do-last: + +# End of file. |