diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-04-11 19:56:21 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-11 19:56:21 +0000 |
| commit | 7b36a270b8818c6a2b0b8708367ebbcc34fbd356 (patch) | |
| tree | 862b7ccd79502659c8498f9d505b3bf2811c3daf /src/lib | |
| parent | 8bcbe9ba5c1f2384272fe121721ab72ac70d3ca1 (diff) | |
| download | krb5-7b36a270b8818c6a2b0b8708367ebbcc34fbd356.tar.gz krb5-7b36a270b8818c6a2b0b8708367ebbcc34fbd356.tar.xz krb5-7b36a270b8818c6a2b0b8708367ebbcc34fbd356.zip | |
Remove .Sanitize and .rconf files, no longer used
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17888 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
27 files changed, 0 insertions, 1348 deletions
diff --git a/src/lib/.Sanitize b/src/lib/.Sanitize deleted file mode 100644 index a669a93bd..000000000 --- a/src/lib/.Sanitize +++ /dev/null @@ -1,56 +0,0 @@ -# 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 -crypto -des425 -exports.crypto -exports.des425 -exports.kdb5 -exports.krb5 -glue4.c -gssapi -gssapi.def -kadm -kdb -krb4 -krb5 -krb5.saber.source -krb5.saber.warnings -libkrb5.def -win_glue.c -winsock.def - -Things-to-lose: -kdb4 - -Do-last: - -# End of file. diff --git a/src/lib/.rconf b/src/lib/.rconf deleted file mode 100644 index 0be003a69..000000000 --- a/src/lib/.rconf +++ /dev/null @@ -1,2 +0,0 @@ -ignore des.old -ignore FOO diff --git a/src/lib/crypto/.Sanitize b/src/lib/crypto/.Sanitize deleted file mode 100644 index b2f048e7a..000000000 --- a/src/lib/crypto/.Sanitize +++ /dev/null @@ -1,50 +0,0 @@ -# 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 -decrypt_data.c -des -des3_raw.c -des3_sha.c -des_crc.c -des_md5.c -encrypt_data.c -md4 -md5 -os -raw_des.c -sha - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/crypto/crc32/.Sanitize b/src/lib/crypto/crc32/.Sanitize deleted file mode 100644 index 056f83445..000000000 --- a/src/lib/crypto/crc32/.Sanitize +++ /dev/null @@ -1,40 +0,0 @@ -# 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 deleted file mode 100644 index dbf87fb59..000000000 --- a/src/lib/crypto/des/.Sanitize +++ /dev/null @@ -1,71 +0,0 @@ -# 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 -afsstring2key.c -cbc_cksum.c -configure -configure.in -d3_cbc.c -d3_ecb.c -d3_kysched.c -d3_procky.c -d3_str2ky.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 -process_ky.c -random_key.c -string2key.c -t_random.c -t_verify.c -u_nfold.c -u_rn_key.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 deleted file mode 100644 index ea2692428..000000000 --- a/src/lib/crypto/des/doc/.Sanitize +++ /dev/null @@ -1,32 +0,0 @@ -# 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 deleted file mode 100644 index d2e49c102..000000000 --- a/src/lib/crypto/md4/.Sanitize +++ /dev/null @@ -1,42 +0,0 @@ -# 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 deleted file mode 100644 index b8f8a6431..000000000 --- a/src/lib/crypto/md5/.Sanitize +++ /dev/null @@ -1,42 +0,0 @@ -# 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 -rsa-md5.h -t_cksum.c -t_mddriver.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/des425/.Sanitize b/src/lib/des425/.Sanitize deleted file mode 100644 index 4db4c7032..000000000 --- a/src/lib/des425/.Sanitize +++ /dev/null @@ -1,54 +0,0 @@ -# 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 -cksum.c -configure -configure.in -des.c -des.h -enc_dec.c -k4_glue.c -key_parity.c -key_sched.c -new_rnd_key.c -pcbc_encrypt.c -quad_cksum.c -random_key.c -read_passwd.c -str_to_key.c -string2key.c -unix_time.c -util.c -verify.c -weak_key.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/gssapi/.Sanitize b/src/lib/gssapi/.Sanitize deleted file mode 100644 index ca985a84c..000000000 --- a/src/lib/gssapi/.Sanitize +++ /dev/null @@ -1,42 +0,0 @@ -# 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 -Makefile.original -README_SAMPLE_APP -configure -configure.in -generic -krb5 -mechglue -sample - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/gssapi/generic/.Sanitize b/src/lib/gssapi/generic/.Sanitize deleted file mode 100644 index 86e5a9d20..000000000 --- a/src/lib/gssapi/generic/.Sanitize +++ /dev/null @@ -1,53 +0,0 @@ -# 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 -Makefile.original -configure -configure.in -disp_com_err_status.c -disp_major_status.c -gssapi.h -gssapiP_generic.h -gssapi_err_generic.et -gssapi_generic.h -util_buffer.c -util_canonhost.c -util_dup.c -util_localhost.c -util_oid.c -util_ordering.c -util_set.c -util_token.c -util_validate.c -utl_nohash_validate.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/gssapi/krb5/.Sanitize b/src/lib/gssapi/krb5/.Sanitize deleted file mode 100644 index d82c290cd..000000000 --- a/src/lib/gssapi/krb5/.Sanitize +++ /dev/null @@ -1,74 +0,0 @@ -# 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 -Makefile.original -accept_sec_context.c -acquire_cred.c -compare_name.c -configure -configure.in -context_time.c -delete_sec_context.c -disp_name.c -disp_status.c -export_sec_context.c -get_tkt_flags.c -gssapiP_krb5.h -gssapi_err_krb5.et -gssapi_krb5.c -gssapi_krb5.h -import_name.c -import_sec_context.c -indicate_mechs.c -init_sec_context.c -inq_context.c -inq_cred.c -inq_names.c -k5mech.c -k5seal.c -k5unseal.c -pname_to_uid.c -process_context_token.c -rel_cred.c -rel_name.c -rel_oid.c -seal.c -ser_sctx.c -sign.c -unseal.c -util_cksum.c -util_crypt.c -util_seed.c -util_seqnum.c -verify.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/gssapi/mechglue/.Sanitize b/src/lib/gssapi/mechglue/.Sanitize deleted file mode 100644 index 6e21578df..000000000 --- a/src/lib/gssapi/mechglue/.Sanitize +++ /dev/null @@ -1,71 +0,0 @@ -# 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 -g_accept_sec_context.c -g_acquire_cred.c -g_compare_name.c -g_context_time.c -g_delete_sec_context.c -g_dsp_name.c -g_dsp_status.c -g_exp_sec_context.c -g_glue.c -g_imp_name.c -g_imp_sec_context.c -g_indicate_mechs.c -g_init_sec_context.c -g_initialize.c -g_inq_context.c -g_inq_cred.c -g_inq_names.c -g_mechname.c -g_oid_ops.c -g_process_context.c -g_rel_buffer.c -g_rel_cred.c -g_rel_name.c -g_rel_oid_set.c -g_seal.c -g_sign.c -g_unseal.c -g_verify.c -gen_oids.c -gssd_pname_to_uid.c -mech.conf -mechglue.h -mglueP.h -oid_ops.c - - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/kdb/.Sanitize b/src/lib/kdb/.Sanitize deleted file mode 100644 index 3e97cda7a..000000000 --- a/src/lib/kdb/.Sanitize +++ /dev/null @@ -1,48 +0,0 @@ -# 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 -decrypt_key.c -encrypt_key.c -fetch_mkey.c -kdb_compat.h -kdb_cpw.c -kdb_dbm.c -kdb_xdr.c -keytab.c -setup_mkey.c -store_mkey.c -t_kdb.c -verify_mky.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb4/.Sanitize b/src/lib/krb4/.Sanitize deleted file mode 100644 index 714bc7bbc..000000000 --- a/src/lib/krb4/.Sanitize +++ /dev/null @@ -1,131 +0,0 @@ -# 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 -DNR.c -Makefile.in -Password.c -ad_print.c -configure.in -configure -cr_auth_repl.c -cr_ciph.c -cr_death_pkt.c -cr_err_repl.c -cr_tkt.c -debug.c -decomp_tkt.c -dest_tkt.c -err_txt.c -fakeenv.c -fgetst.c -g_ad_tkt.c -g_admhst.c -g_cnffile.c -g_cred.c -g_in_tkt.c -g_krbhst.c -g_krbrlm.c -g_phost.c -g_pw_in_tkt.c -g_pw_tkt.c -g_svc_in_tkt.c -g_tf_fname.c -g_tf_realm.c -g_tkt_svc.c -gethostname.c -getst.c -in_tkt.c -kerberos.def -klog.c -kname_parse.c -kntoln.c -kparse.c -krb_err.et -kuserok.c -log.c -mac_glue.c -mac_store.c -mac_store.h -mac_stubs.c -mac_time.c -memcache.c -memcache.h -mk_auth.c -mk_err.c -mk_preauth.c -mk_priv.c -mk_req.c -mk_safe.c -month_sname.c -netread.c -netwrite.c -one.c -pkt_cipher.c -pkt_clen.c -put_svc_key.c -rd_err.c -rd_preauth.c -rd_priv.c -rd_req.c -rd_safe.c -rd_svc_key.c -realmofhost.c -recvauth.c -ren-cyg.sh -ren-pc.bat -ren-pc.sh -ren-pl10.sh -ren.msg -ren2dos.sh -ren2long.sh -save_creds.c -sed-cyg.sh -sed-pc.sh -sed-pl10.sh -send_to_kdc.c -sendauth.c -setenv.c -stime.c -strcasecmp.c -swab.c -tf_shm.c -tf_util.c -tkt_string.c -unix_glue.c -unix_time.c -vmslink.com -vmsswab.c -win_glue.c -win_store.c -win_time.c -winsock.def - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/.Sanitize b/src/lib/krb5/.Sanitize deleted file mode 100644 index 9858cf32a..000000000 --- a/src/lib/krb5/.Sanitize +++ /dev/null @@ -1,45 +0,0 @@ -# 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 -asn.1 -ccache -configure -configure.in -error_tables -free -keytab -krb -os -posix -rcache - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/asn.1/.Sanitize b/src/lib/krb5/asn.1/.Sanitize deleted file mode 100644 index d3b1ca973..000000000 --- a/src/lib/krb5/asn.1/.Sanitize +++ /dev/null @@ -1,59 +0,0 @@ -# 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 -.saberinit -ChangeLog -KRB5-asn.py -Makefile.in -asn1_decode.c -asn1_decode.h -asn1_encode.c -asn1_encode.h -asn1_get.c -asn1_get.h -asn1_k_decode.c -asn1_k_decode.h -asn1_k_encode.c -asn1_k_encode.h -asn1_make.c -asn1_make.h -asn1_misc.c -asn1_misc.h -asn1buf.c -asn1buf.h -asn1glue.h -configure -configure.in -krb5_decode.c -krb5_encode.c -krbasn1.h - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/asn.1/.rconf b/src/lib/krb5/asn.1/.rconf deleted file mode 100644 index abd941953..000000000 --- a/src/lib/krb5/asn.1/.rconf +++ /dev/null @@ -1,8 +0,0 @@ -ignore KRB5-types.c -ignore KRB5-types.h -ignore KRB5-types.py -ignore TAGS -ignore KRB5.ph -ignore Makefile.jtk -ignore glue2.c -ignore process.perl diff --git a/src/lib/krb5/ccache/.Sanitize b/src/lib/krb5/ccache/.Sanitize deleted file mode 100644 index ec2030f21..000000000 --- a/src/lib/krb5/ccache/.Sanitize +++ /dev/null @@ -1,43 +0,0 @@ -# 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 -ccbase.c -ccdefault.c -ccdefops.c -configure -configure.in -file -memory -ser_cc.c -stdio - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/error_tables/.Sanitize b/src/lib/krb5/error_tables/.Sanitize deleted file mode 100644 index ba18e42bf..000000000 --- a/src/lib/krb5/error_tables/.Sanitize +++ /dev/null @@ -1,44 +0,0 @@ -# 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 -adm_err.et -asn1_err.et -configure -configure.in -init_ets.c -kdb5_err.et -krb5_err.et -krb524_err.et -kv5m_err.et - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/error_tables/.rconf b/src/lib/krb5/error_tables/.rconf deleted file mode 100644 index 9adf82b0c..000000000 --- a/src/lib/krb5/error_tables/.rconf +++ /dev/null @@ -1,4 +0,0 @@ -ignore *.h -ignore *.c -ignore .rconf -link init_ets.c diff --git a/src/lib/krb5/keytab/.Sanitize b/src/lib/krb5/keytab/.Sanitize deleted file mode 100644 index 4f7dada30..000000000 --- a/src/lib/krb5/keytab/.Sanitize +++ /dev/null @@ -1,45 +0,0 @@ -# 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 -db -file -srvtab -ktadd.c -ktbase.c -ktdefault.c -ktfr_entry.c -ktremove.c -read_servi.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/krb/.Sanitize b/src/lib/krb5/krb/.Sanitize deleted file mode 100644 index a2ab3a0d0..000000000 --- a/src/lib/krb5/krb/.Sanitize +++ /dev/null @@ -1,116 +0,0 @@ -# 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 -addr_comp.c -addr_order.c -addr_srch.c -auth_con.c -auth_con.h -bld_pr_ext.c -bld_princ.c -chk_trans.c -cleanup.h -configure -configure.in -conv_creds.c -conv_princ.c -copy_addrs.c -copy_athctr.c -copy_auth.c -copy_cksum.c -copy_creds.c -copy_data.c -copy_key.c -copy_princ.c -copy_tick.c -cp_key_cnt.c -decode_kdc.c -decrypt_tk.c -encode_kdc.c -encrypt_tk.c -free_rtree.c -fwd_tgt.c -gc_frm_kdc.c -gc_via_tkt.c -gen_seqnum.c -gen_subkey.c -get_creds.c -get_in_tkt.c -in_tkt_sky.c -init_ctx.c -int-proto.h -kdc_rep_dc.c -mk_cred.c -mk_error.c -mk_priv.c -mk_rep.c -mk_req.c -mk_req_ext.c -mk_safe.c -parse.c -pr_to_salt.c -preauth.c -princ_comp.c -rd_cred.c -rd_error.c -rd_priv.c -rd_rep.c -rd_req.c -rd_req_dec.c -rd_safe.c -recvauth.c -send_tgs.c -sendauth.c -ser_actx.c -ser_addr.c -ser_adata.c -ser_auth.c -ser_cksum.c -ser_ctx.c -ser_eblk.c -ser_key.c -ser_princ.c -serialize.c -srv_rcache.c -str_conv.c -t_walk_rtree.c -t_kerb.c -t_krb5.conf -t_ref_kerb.out -t_ser.c -tgtname.c -unparse.c -v4lifetime.c -valid_times.c -walk_rtree.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/os/.Sanitize b/src/lib/krb5/os/.Sanitize deleted file mode 100644 index 111d6789a..000000000 --- a/src/lib/krb5/os/.Sanitize +++ /dev/null @@ -1,79 +0,0 @@ -# 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 -DNR.c -Makefile.in -an_to_ln.c -ccdefname.c -configure -configure.in -def_realm.c -free_hstrl.c -free_krbhs.c -full_ipadr.c -genaddrs.c -gen_port.c -gen_rname.c -get_krbhst.c -gmt_mktime.c -hostaddr.c -hst_realm.c -init_os_ctx.c -krbfileio.c -ktdefname.c -kuserok.c -localaddr.c -locate_kdc.c -lock_file.c -mk_faddr.c -net_read.c -net_write.c -os-proto.h -osconfig.c -promptusr.c -port2ip.c -read_msg.c -read_pwd.c -realm_dom.c -ref_std_conf.out -send524.c -sendto_kdc.c -sn2princ.c -timeofday.c -t_std_conf.c -t_an_to_ln.c -td_krb5.conf -toffset.c -unlck_file.c -ustime.c -write_msg.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/posix/.Sanitize b/src/lib/krb5/posix/.Sanitize deleted file mode 100644 index 584c5fbe1..000000000 --- a/src/lib/krb5/posix/.Sanitize +++ /dev/null @@ -1,47 +0,0 @@ -# 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 -daemon.c -getuid.c -memmove.c -setenv.c -sscanf.c -strcasecmp.c -strdup.c -strerror.c -syslog.c -vfprintf.c -vsprintf.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/rcache/.Sanitize b/src/lib/krb5/rcache/.Sanitize deleted file mode 100644 index 83e629405..000000000 --- a/src/lib/krb5/rcache/.Sanitize +++ /dev/null @@ -1,48 +0,0 @@ -# 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 -configure -configure.in -rc_base.c -rc_base.h -rc_conv.c -rc_dfl.c -rc_dfl.h -rc_io.c -rc_io.h -rcdef.c -ser_rc.c - -Things-to-lose: - -Do-last: - -# End of file. diff --git a/src/lib/krb5/rcache/.rconf b/src/lib/krb5/rcache/.rconf deleted file mode 100644 index 54e912bdd..000000000 --- a/src/lib/krb5/rcache/.rconf +++ /dev/null @@ -1,2 +0,0 @@ -ignore README -ignore RELEASE |
