diff options
| author | Paul Park <pjpark@mit.edu> | 1995-05-16 17:20:43 +0000 |
|---|---|---|
| committer | Paul Park <pjpark@mit.edu> | 1995-05-16 17:20:43 +0000 |
| commit | cc8af2def9828faeed6a903912a162a7284971d3 (patch) | |
| tree | 9a6cb403298d2dee706e364ae9965f990cda646e /src/lib/kadm/ChangeLog | |
| parent | ade28ac115e5edec1a68e327933b2e8c7796e002 (diff) | |
Fix Ultrix problems for tests
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5822 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kadm/ChangeLog')
| -rw-r--r-- | src/lib/kadm/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/kadm/ChangeLog b/src/lib/kadm/ChangeLog index 42a552ca8..76323c3a8 100644 --- a/src/lib/kadm/ChangeLog +++ b/src/lib/kadm/ChangeLog @@ -1,4 +1,12 @@ +Tue May 16 13:19:04 EDT 1995 Paul Park (pjpark@mit.edu) + * t_dbentry.c - Change isset to is_a_set to keep Ultrix happy. Also + correctly calculate the length of the standard pwd. + so that we don't overwrite the end of the malloc()ed + string. + * t_ktentry.c - Remove isset logic, no differentiation for keytabs. + + Tue May 16 10:35:54 EDT 1995 Paul Park (pjpark@mit.edu) * t_dbentry.c, t_ktentry.c - new test modules for encode/decode functions. These convert to and from krb5_db_entry and |
