diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-29 20:20:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-29 20:20:05 +0000 |
commit | d08a1d404d8b1fb21494fef2a3aff0022ae6de8b (patch) | |
tree | d990c1bec86604d7a0d9866d17240a60d02d8c8c /ChangeLog | |
parent | 5b4f9fad384b00014d95731bfbfc7822a7d6e185 (diff) | |
download | glibc-d08a1d404d8b1fb21494fef2a3aff0022ae6de8b.tar.gz glibc-d08a1d404d8b1fb21494fef2a3aff0022ae6de8b.tar.xz glibc-d08a1d404d8b1fb21494fef2a3aff0022ae6de8b.zip |
* nis/nisplus-parser.h (_nss_nisplus_parse_pwent): Add entry
parameter. (_nss_nisplus_parse_pwent_chk): New prototype. * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent): Add entry parameter. Use it for column value in all accesses. Move checks for well-formed reply to... (_nss_nisplus_parse_pwent_chk): ...here. New function. * nis/nss_nisplus/nisplus-pwd.c: Support SETENT_BATCH_READ option.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 37feca2897..0b49c6e325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2006-04-29 Ulrich Drepper <drepper@redhat.com> + * nis/nisplus-parser.h (_nss_nisplus_parse_pwent): Add entry + parameter. + (_nss_nisplus_parse_pwent_chk): New prototype. + * nis/nss_nisplus/nisplus-parser.c (_nss_nisplus_parse_pwent): + Add entry parameter. Use it for column value in all accesses. + Move checks for well-formed reply to... + (_nss_nisplus_parse_pwent_chk): ...here. New function. + * nis/nss_nisplus/nisplus-pwd.c: Support SETENT_BATCH_READ option. + * nis/nss_nisplus/nisplus-parser.c: Some cleanups. Remove hidden_def definitions. * nis/nisplus-parser.h: Add parameter names. Remove hidden_proto |