diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-15 07:22:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-15 07:22:30 +0000 |
commit | 232b465589f5d3f2c1592bd6e9e60980ba692044 (patch) | |
tree | 72bf80d14e1042c0595ebb93e1f770ff365770ee /ChangeLog | |
parent | b1c1573959ac0fbbcf695c82d3c10e720de98830 (diff) | |
download | glibc-232b465589f5d3f2c1592bd6e9e60980ba692044.tar.gz glibc-232b465589f5d3f2c1592bd6e9e60980ba692044.tar.xz glibc-232b465589f5d3f2c1592bd6e9e60980ba692044.zip |
Update.
2001-01-14 Jakub Jelinek <jakub@redhat.com> * nss/getent.c (print_aliases, aliases_keys, ethers_keys, netgroup_keys, print_rpc, rpc_keys, print_shadow, shadow_keys): New functions. (group_keys, hosts_keys, network_keys, passwd_keys, protocols_keys): If number is 0, list all. (services_keys): Likewise. Lookup aliases as well. (databases): New table. (build_doc): Prepare argp doc text with list of supported databases. (main): Change to table driven processing. 2001-01-14 Thorsten Kukuk <kukuk@suse.de> * sunrpc/xdr.c (xdr_long, xdr_u_long): Fix comments about this functions. 2001-01-03 Jakub Jelinek <jakub@redhat.com> * sunrpc/xdr.c (xdr_long, xdr_u_long): Return FALSE if trying to encode value which does not fit in the 32bit type.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82722de8a2..bff2892913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2001-01-14 Jakub Jelinek <jakub@redhat.com> + + * nss/getent.c (print_aliases, aliases_keys, ethers_keys, + netgroup_keys, print_rpc, rpc_keys, print_shadow, shadow_keys): + New functions. + (group_keys, hosts_keys, network_keys, passwd_keys, protocols_keys): + If number is 0, list all. + (services_keys): Likewise. Lookup aliases as well. + (databases): New table. + (build_doc): Prepare argp doc text with list of supported databases. + (main): Change to table driven processing. + +2001-01-14 Thorsten Kukuk <kukuk@suse.de> + + * sunrpc/xdr.c (xdr_long, xdr_u_long): Fix comments about this + functions. + +2001-01-03 Jakub Jelinek <jakub@redhat.com> + + * sunrpc/xdr.c (xdr_long, xdr_u_long): Return FALSE if trying to + encode value which does not fit in the 32bit type. + 2001-01-15 Hiroyuki Machida <machida@sm.sony.co.jp> * sysdeps/unix/sysv/linux/mips/register-dump.h (REGISTER_DUMP): |