diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-09-20 23:16:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-09-20 23:16:22 +0000 |
commit | 3c12b91ade6e271cb17ecaae526d959bc7e40098 (patch) | |
tree | 72eb96187b8b05e73c12393d1fcac889006e4fbb /ChangeLog | |
parent | 65f0beb9c5c3badb9da924f85a41c6f847bc1d0f (diff) | |
download | glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.tar glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.tar.gz glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.tar.bz2 glibc-3c12b91ade6e271cb17ecaae526d959bc7e40098.zip |
Update.
2004-09-20 Ulrich Drepper <drepper@redhat.com>
* nscd/nscd.c (options): Mark S option as hidden.
(parse_opt): When S option is used, print warning message.
* nscd/grpcache.c (adgrptbyX): Don't handle secure mode.
* nscd/hstcache.c (addhstbyX): Don't handle secure mode.
* nscd/aicache.c (addhstaiX): Don't handle secure mode.
* nscd/pwdcache.c (addpwbyX): Don't handle secure mode.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-09-20 Ulrich Drepper <drepper@redhat.com> + + * nscd/nscd.c (options): Mark S option as hidden. + (parse_opt): When S option is used, print warning message. + * nscd/grpcache.c (adgrptbyX): Don't handle secure mode. + * nscd/hstcache.c (addhstbyX): Don't handle secure mode. + * nscd/aicache.c (addhstaiX): Don't handle secure mode. + * nscd/pwdcache.c (addpwbyX): Don't handle secure mode. + 2004-09-20 Roland McGrath <roland@frob.com> * elf/dl-load.c (__stack_prot): Only use PROT_GROWSUP/PROT_GROWSDOWN |