Update Sanitize file to reflect file additions, deletions
authorTheodore Tso <tytso@mit.edu>
Thu, 4 May 1995 19:50:13 +0000 (19:50 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 4 May 1995 19:50:13 +0000 (19:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5721 dc483132-0cff-0310-8789-dd5450dbe970

12 files changed:
src/.Sanitize
src/config-files/.Sanitize
src/config/.Sanitize
src/lib/krb5/krb/.Sanitize
src/lib/krb5/os/.Sanitize
src/tests/.Sanitize
src/tests/dejagnu/.Sanitize [new file with mode: 0644]
src/tests/dejagnu/config/.Sanitize [new file with mode: 0644]
src/tests/dejagnu/krb-root/.Sanitize [new file with mode: 0644]
src/tests/dejagnu/krb-standalone/.Sanitize [new file with mode: 0644]
src/tests/resolve/.Sanitize
src/windows/.Sanitize

index 988d0aba0438156e6a1967705fc31f9dfdc5db79..cf7b5c7f8c3d1b73610142b6faa58e4059aecb16 100644 (file)
@@ -43,7 +43,8 @@ configure.in
 include
 isode
 kadmin
-kadmin.new
+kadmin.v4
+kadmin.old
 kdc
 krb524
 lib
@@ -58,6 +59,10 @@ windows
 
 Things-to-lose:
 
+kadmin.new
+autotools
+isode
+
 Do-last:
 
 # End of file.
index 04d31ab9a2ed47cfa26a2597f18a80d747559e4e..c3cc9c9a3a381a72fa8a01355e4af6467d6c988e 100644 (file)
@@ -24,10 +24,9 @@ Do-first:
 Things-to-keep:
 
 ChangeLog
-krb.conf
-krb.conf.M
-krb.realms
-krb.realms.M
+convert-config-files
+krb5.conf
+krb5.conf.M
 services.append
 krb5.conf
 
index 4bffe6dd56aff831d998c807df2d3380bef2463b..4c96d51648bb698469e2d5ea835cf5c62d78eec7 100644 (file)
@@ -33,6 +33,8 @@ mac-post.in
 mac-pre.in
 post.in
 pre.in
+ren2long
+ren2long.awk
 rm.bat
 windows.in
 
index 3359db33e37139e5e3411cbe4930aab5687ab07d..e0d86cce24932dc39c70bc81439f81337b4c0f47 100644 (file)
@@ -54,13 +54,11 @@ encode_kdc.c
 encrypt_tk.c
 faddr_ordr.c
 free_rtree.c
-gc_2tgt.c
 gc_frm_kdc.c
-gc_via_tgt.c
+gc_via_tkt.c
 gen_seqnum.c
 gen_subkey.c
 get_creds.c
-get_fcreds.c
 get_in_tkt.c
 in_tkt_ktb.c
 in_tkt_pwd.c
index c0208d8fa19134966385c624e0d6af243a3a4b11..0836a3febc4723bae087e1f21d0eddeeb15e6fbf 100644 (file)
@@ -35,6 +35,7 @@ def_realm.c
 free_hstrl.c
 free_krbhs.c
 full_ipadr.c
+genaddrs.c
 gen_port.c
 gen_rname.c
 get_krbhst.c
@@ -48,6 +49,7 @@ localaddr.c
 locate_kdc.c
 lock_file.c
 macsock.c
+mk_faddr.c
 net_read.c
 net_write.c
 os-proto.h
index 2e92cc4e637fbdc47c3fd124f3f764302234c51f..179c03805d866db259e628f072de8c22a1f095a1 100644 (file)
@@ -31,6 +31,7 @@ asn.1
 configure
 configure.in
 create
+dejagnu
 dump.c
 hammer
 resolve
diff --git a/src/tests/dejagnu/.Sanitize b/src/tests/dejagnu/.Sanitize
new file mode 100644 (file)
index 0000000..f7278c3
--- /dev/null
@@ -0,0 +1,41 @@
+# 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
+config
+configure
+configure.in
+krb-root
+krb-standalone
+Makefile.in
+
+
+Things-to-lose:
+
+tmpdir
+
+Do-last:
+
+# End of file.
diff --git a/src/tests/dejagnu/config/.Sanitize b/src/tests/dejagnu/config/.Sanitize
new file mode 100644 (file)
index 0000000..d3482ee
--- /dev/null
@@ -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:
+
+ChangeLog
+default.exp
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/tests/dejagnu/krb-root/.Sanitize b/src/tests/dejagnu/krb-root/.Sanitize
new file mode 100644 (file)
index 0000000..1ef96e8
--- /dev/null
@@ -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:
+
+rlogin.exp
+telnet.exp
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/tests/dejagnu/krb-standalone/.Sanitize b/src/tests/dejagnu/krb-standalone/.Sanitize
new file mode 100644 (file)
index 0000000..b62ca2b
--- /dev/null
@@ -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:
+
+rcp.exp
+rsh.exp
+standalone.exp
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
index 7063a2b677e7de8efe5427741f801bda701a1f74..8fe14489d380c2106ddd1ca60c78b3630aa7a947 100644 (file)
@@ -24,6 +24,7 @@ Do-first:
 Things-to-keep:
 
 .cvsignore
+ChangeLog
 Makefile.in
 configure
 configure.in
index 9ed7a2b1af9892df1a523eaea77b8657e07a53a8..163ea0f1e599c764dd1b144466f9d93f6d4f15e2 100644 (file)
@@ -25,6 +25,7 @@ Things-to-keep:
 
 changelo
 cns
+gss
 makefile
 readme
 wintel