forked from lattera/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
* hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no valid classes were given or if both are equal. (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN and C_HS order. (parse_config_file): Handle classes keyword. * hesiod/README.hesiod: Mention addition of the classes keyword.
- Loading branch information
Ulrich Drepper
committed
Jun 15, 2005
1 parent
ec23b9b
commit b399a0c
Showing
5 changed files
with
141 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2005-06-08 Karl Kelley <[email protected]> | ||
|
||
* hesiod/hesiod_p.h (struct hesiod_p): Add classes array. | ||
* hesiod/hesiod.c (hesiod_init): Initialize classes. Fail if no | ||
valid classes were given or if both are equal. | ||
(hesiod_resolve): Use ctx->classes instead of hardcoded C_IN | ||
and C_HS order. | ||
(parse_config_file): Handle classes keyword. | ||
* hesiod/README.hesiod: Mention addition of the classes keyword. | ||
|
||
2005-06-14 Ulrich Drepper <[email protected]> | ||
|
||
* configure.in: Add test for availability of libaudit. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters