diff options
Diffstat (limited to 'src/lib/crypto')
-rw-r--r-- | src/lib/crypto/.Sanitize | 45 | ||||
-rw-r--r-- | src/lib/crypto/crc32/.Sanitize | 40 | ||||
-rw-r--r-- | src/lib/crypto/des/.Sanitize | 64 | ||||
-rw-r--r-- | src/lib/crypto/des/doc/.Sanitize | 32 | ||||
-rw-r--r-- | src/lib/crypto/md4/.Sanitize | 42 | ||||
-rw-r--r-- | src/lib/crypto/md5/.Sanitize | 40 | ||||
-rw-r--r-- | src/lib/crypto/os/.Sanitize | 37 |
7 files changed, 300 insertions, 0 deletions
diff --git a/src/lib/crypto/.Sanitize b/src/lib/crypto/.Sanitize new file mode 100644 index 0000000000..f1f08c0420 --- /dev/null +++ b/src/lib/crypto/.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 +ChangeLog +Makefile.in +configure +configure.in +crc32 +cryptoconf.c +des +des_crc.c +des_md5.c +md4 +md5 +os +raw_des.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/lib/crypto/crc32/.Sanitize b/src/lib/crypto/crc32/.Sanitize new file mode 100644 index 0000000000..056f83445c --- /dev/null +++ b/src/lib/crypto/crc32/.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 +crc-32.h +crc-test +crc.c +crctest.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/lib/crypto/des/.Sanitize b/src/lib/crypto/des/.Sanitize new file mode 100644 index 0000000000..9767f91275 --- /dev/null +++ b/src/lib/crypto/des/.Sanitize @@ -0,0 +1,64 @@ +# 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 +FUNCTIONS +Makefile.in +cbc_cksum.c +configure +configure.in +cs_entry.c +des.h +des_int.h +destest.c +doc +f_README +f_cbc.c +f_cksum.c +f_ecb.c +f_parity.c +f_pcbc.c +f_sched.c +f_tables.c +f_tables.h +fin_rndkey.c +finish_key.c +init_rkey.c +key_sched.c +keytest.data +new_rn_key.c +process_ky.c +random_key.c +string2key.c +verify.c +weak_key.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/lib/crypto/des/doc/.Sanitize b/src/lib/crypto/des/doc/.Sanitize new file mode 100644 index 0000000000..ea26924283 --- /dev/null +++ b/src/lib/crypto/des/doc/.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: + +libdes.doc + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/lib/crypto/md4/.Sanitize b/src/lib/crypto/md4/.Sanitize new file mode 100644 index 0000000000..d2e49c1028 --- /dev/null +++ b/src/lib/crypto/md4/.Sanitize @@ -0,0 +1,42 @@ +# 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 +configure +configure.in +md4.c +md4crypto.c +md4driver.c +md4glue.c +rsa-md4.h + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/lib/crypto/md5/.Sanitize b/src/lib/crypto/md5/.Sanitize new file mode 100644 index 0000000000..d8cfea6f09 --- /dev/null +++ b/src/lib/crypto/md5/.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 +md5.c +md5crypto.c +md5glue.c +t_mddriver.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/lib/crypto/os/.Sanitize b/src/lib/crypto/os/.Sanitize new file mode 100644 index 0000000000..243bd15a80 --- /dev/null +++ b/src/lib/crypto/os/.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 +rnd_confoun.c + +Things-to-lose: + +Do-last: + +# End of file. |