aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-04 19:50:13 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-04 19:50:13 +0000
commit0e38cc272850f8f2d5c7bc56e7bd65d4ddbce7e5 (patch)
tree89cc928ae58b7298b7ae1668a42cdb6214890fdb /src
parent4e85b1c6c73d6086b19ecb279fa26989af1061f3 (diff)
downloadkrb5-0e38cc272850f8f2d5c7bc56e7bd65d4ddbce7e5.zip
krb5-0e38cc272850f8f2d5c7bc56e7bd65d4ddbce7e5.tar.gz
krb5-0e38cc272850f8f2d5c7bc56e7bd65d4ddbce7e5.tar.bz2
Update Sanitize file to reflect file additions, deletions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5721 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/.Sanitize7
-rw-r--r--src/config-files/.Sanitize7
-rw-r--r--src/config/.Sanitize2
-rw-r--r--src/lib/krb5/krb/.Sanitize4
-rw-r--r--src/lib/krb5/os/.Sanitize2
-rw-r--r--src/tests/.Sanitize1
-rw-r--r--src/tests/dejagnu/.Sanitize41
-rw-r--r--src/tests/dejagnu/config/.Sanitize33
-rw-r--r--src/tests/dejagnu/krb-root/.Sanitize33
-rw-r--r--src/tests/dejagnu/krb-standalone/.Sanitize34
-rw-r--r--src/tests/resolve/.Sanitize1
-rw-r--r--src/windows/.Sanitize1
12 files changed, 158 insertions, 8 deletions
diff --git a/src/.Sanitize b/src/.Sanitize
index 988d0ab..cf7b5c7 100644
--- a/src/.Sanitize
+++ b/src/.Sanitize
@@ -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.
diff --git a/src/config-files/.Sanitize b/src/config-files/.Sanitize
index 04d31ab..c3cc9c9 100644
--- a/src/config-files/.Sanitize
+++ b/src/config-files/.Sanitize
@@ -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
diff --git a/src/config/.Sanitize b/src/config/.Sanitize
index 4bffe6d..4c96d51 100644
--- a/src/config/.Sanitize
+++ b/src/config/.Sanitize
@@ -33,6 +33,8 @@ mac-post.in
mac-pre.in
post.in
pre.in
+ren2long
+ren2long.awk
rm.bat
windows.in
diff --git a/src/lib/krb5/krb/.Sanitize b/src/lib/krb5/krb/.Sanitize
index 3359db3..e0d86cc 100644
--- a/src/lib/krb5/krb/.Sanitize
+++ b/src/lib/krb5/krb/.Sanitize
@@ -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
diff --git a/src/lib/krb5/os/.Sanitize b/src/lib/krb5/os/.Sanitize
index c0208d8..0836a3f 100644
--- a/src/lib/krb5/os/.Sanitize
+++ b/src/lib/krb5/os/.Sanitize
@@ -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
diff --git a/src/tests/.Sanitize b/src/tests/.Sanitize
index 2e92cc4..179c038 100644
--- a/src/tests/.Sanitize
+++ b/src/tests/.Sanitize
@@ -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
index 0000000..f7278c3
--- /dev/null
+++ b/src/tests/dejagnu/.Sanitize
@@ -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
index 0000000..d3482ee
--- /dev/null
+++ b/src/tests/dejagnu/config/.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:
+
+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
index 0000000..1ef96e8
--- /dev/null
+++ b/src/tests/dejagnu/krb-root/.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:
+
+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
index 0000000..b62ca2b
--- /dev/null
+++ b/src/tests/dejagnu/krb-standalone/.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:
+
+rcp.exp
+rsh.exp
+standalone.exp
+
+Things-to-lose:
+
+Do-last:
+
+# End of file.
diff --git a/src/tests/resolve/.Sanitize b/src/tests/resolve/.Sanitize
index 7063a2b..8fe1448 100644
--- a/src/tests/resolve/.Sanitize
+++ b/src/tests/resolve/.Sanitize
@@ -24,6 +24,7 @@ Do-first:
Things-to-keep:
.cvsignore
+ChangeLog
Makefile.in
configure
configure.in
diff --git a/src/windows/.Sanitize b/src/windows/.Sanitize
index 9ed7a2b..163ea0f 100644
--- a/src/windows/.Sanitize
+++ b/src/windows/.Sanitize
@@ -25,6 +25,7 @@ Things-to-keep:
changelo
cns
+gss
makefile
readme
wintel