diff options
| author | Theodore Tso <tytso@mit.edu> | 1999-03-03 01:26:15 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1999-03-03 01:26:15 +0000 |
| commit | c04da8d90f3548ea66b5968e9a13fcc4a3f7c01f (patch) | |
| tree | 89add861b91f41b7de5d5b28143d76d2a7f7af2e /src/util/profile/ChangeLog | |
| parent | 576b3cdf9fa6c69c957324c6557417f2a450d7e5 (diff) | |
prof_tree.c: Add new functions profile_get_node_name,
profile_get_node_value, profile_find_node, profile_remove_node,
profile_set_relation_value, profile_rename_node. Rewrite
profile_find_node_relation and profile_find_node_subsection in terms
of profile_find_node.
prof_set.c, Makefile.in: Add a new file which exports the public
interfaces for setting profile entries.
prof_get.c, prof_init.c, prof_int.h: Add the KRB5_DLLIMP and
KRB5_CALLCONV to all of the various profile routines so they can be
properly exported via a Windows DLL.
prof_int.h: Add definition for the flags in the profile structure.
prof_err.et: Add new error codes PROF_SET_SECTION_VALUE, PROF_EINVAL,
PROF_READ_ONLY, and PROF_EXISTS.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11236 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/ChangeLog')
| -rw-r--r-- | src/util/profile/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index db27227cc..983ccb3c6 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,25 @@ +Tue Mar 2 18:55:50 1999 Theodore Y. Ts'o <tytso@mit.edu> + + * prof_tree.c: Add new functions profile_get_node_name, + profile_get_node_value, profile_find_node, + profile_remove_node, profile_set_relation_value, + profile_rename_node. Rewrite profile_find_node_relation + and profile_find_node_subsection in terms of + profile_find_node. + + * prof_set.c, Makefile.in: Add a new file which exports the public + interfaces for setting profile entries. + + * prof_get.c, prof_init.c, prof_int.h: Add the KRB5_DLLIMP and + KRB5_CALLCONV to all of the various profile routines so + they can be properly exported via a Windows DLL. + + * prof_int.h: Add definition for the flags in the profile + structure. + + * prof_err.et: Add new error codes PROF_SET_SECTION_VALUE, + PROF_EINVAL, PROF_READ_ONLY, and PROF_EXISTS. + Fri Feb 19 00:49:10 1999 Theodore Y. Ts'o <tytso@mit.edu> * test_parse.c (main): Add a call to profile_verify_node so we can |
