diff options
| author | Paul Park <pjpark@mit.edu> | 1995-08-10 18:56:43 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-08-10 18:56:43 +0000 |
| commit | 1752db3014e1d8416ab8ef49eede1e198e1607b5 (patch) | |
| tree | 40ad33ad40fc5f2afb5f9de3d9ee23e7b16d14cb /src/kadmin.old/server/ChangeLog | |
| parent | fc78412f2fee2e4f15f464f390f8c9251436b093 (diff) | |
| download | krb5-1752db3014e1d8416ab8ef49eede1e198e1607b5.tar.gz krb5-1752db3014e1d8416ab8ef49eede1e198e1607b5.tar.xz krb5-1752db3014e1d8416ab8ef49eede1e198e1607b5.zip | |
Use adm_find_keytype() and adm_update_tl_attrs() to handle new db format
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6502 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin.old/server/ChangeLog')
| -rw-r--r-- | src/kadmin.old/server/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/kadmin.old/server/ChangeLog b/src/kadmin.old/server/ChangeLog index 9ae28605d..cd9333c88 100644 --- a/src/kadmin.old/server/ChangeLog +++ b/src/kadmin.old/server/ChangeLog @@ -1,4 +1,18 @@ +Thu Aug 10 14:38:14 EDT 1995 Paul Park (pjpark@mit.edu) + * adm_funcs.c - Rework adm_modify_kdb() to use kdb5's change-password + interfaces. Gut callers of adm_modify_kdb() because most of + the work is done in kdb_cpw.c. Add adm_find_keytype and adm_ + update_tl_attrs. + * adm_extern.h - Add prototypes for adm_find_keytype() and adm_update_ + tl_attrs(). + * adm_adm_func, adm_fmt_inq.c - Use adm_find_keytype() to locate the + key_data entry for a particular key/salt type instead of + assuming that it's always in the first slot. Actually handle + mod_name and mod_date now. + * adm_process, adm_server.c - Find the latest DES key for use instead + of assuming that it's in the first slot. + Thu Aug 3 11:46:10 EDT 1995 Paul Park (pjpark@mit.edu) * adm_{adm_func,fmt_inq,funcs,process,server}.c - In order to get things to compile, replace "salt_type" with "key_data[0]. |
