prof_tree.c: Add new functions profile_get_node_name,
authorTheodore Tso <tytso@mit.edu>
Wed, 3 Mar 1999 01:26:15 +0000 (01:26 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 3 Mar 1999 01:26:15 +0000 (01:26 +0000)
commitc04da8d90f3548ea66b5968e9a13fcc4a3f7c01f
tree89add861b91f41b7de5d5b28143d76d2a7f7af2e
parent576b3cdf9fa6c69c957324c6557417f2a450d7e5
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
src/util/profile/ChangeLog
src/util/profile/Makefile.in
src/util/profile/prof_err.et
src/util/profile/prof_get.c
src/util/profile/prof_init.c
src/util/profile/prof_int.h
src/util/profile/prof_set.c [new file with mode: 0644]
src/util/profile/prof_tree.c
src/util/profile/profile.hin