diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-08-24 23:29:20 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-08-24 23:29:20 +0000 |
| commit | 91796ae2bd587a01a202e679a773080ed3383368 (patch) | |
| tree | 65fe405345d2910ab5ad7d82b580a2dec063abdf /src/kadmin | |
| parent | 88ca3857b3dd994968848db7f2820a845c87fab2 (diff) | |
Update file list
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6588 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin')
| -rw-r--r-- | src/kadmin/.Sanitize | 1 | ||||
| -rw-r--r-- | src/kadmin/ChangeLog | 4 | ||||
| -rw-r--r-- | src/kadmin/ktutil/.Sanitize | 40 | ||||
| -rw-r--r-- | src/kadmin/ktutil/ChangeLog | 3 |
4 files changed, 48 insertions, 0 deletions
diff --git a/src/kadmin/.Sanitize b/src/kadmin/.Sanitize index ffe03994a..e8c5141f2 100644 --- a/src/kadmin/.Sanitize +++ b/src/kadmin/.Sanitize @@ -29,6 +29,7 @@ Makefile.in configure configure.in kpasswd +ktutil v5client v5server diff --git a/src/kadmin/ChangeLog b/src/kadmin/ChangeLog index 0c0142dca..4dbf1ae4c 100644 --- a/src/kadmin/ChangeLog +++ b/src/kadmin/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 24 19:21:14 1995 Theodore Y. Ts'o <tytso@dcl> + + * .Sanitize: Add ktutil directory + Thu Aug 17 22:44:13 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU> * configure.in: Build ktutil now. diff --git a/src/kadmin/ktutil/.Sanitize b/src/kadmin/ktutil/.Sanitize new file mode 100644 index 000000000..60b9766ee --- /dev/null +++ b/src/kadmin/ktutil/.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 +ktutil.c +ktutil.h +ktutil_ct.ct +ktutil_funcs.c + +Things-to-lose: + +Do-last: + +# End of file. diff --git a/src/kadmin/ktutil/ChangeLog b/src/kadmin/ktutil/ChangeLog index a1e71e66b..9aab9650a 100644 --- a/src/kadmin/ktutil/ChangeLog +++ b/src/kadmin/ktutil/ChangeLog @@ -1,3 +1,6 @@ +Thu Aug 24 19:20:26 1995 Theodore Y. Ts'o <tytso@dcl> + + * .Sanitize: Added .Sanitize file. Mon Aug 21 17:01:40 EDT 1995 Paul Park (pjpark@mit.edu) * ktutil.c - Remove English-specific date handling and let timestamp_ |
