* sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
[glibc.git] / ChangeLog
blobca6fda13858ef9246de50344efc43b4b7690172f
1 2006-05-17  Jakub Jelinek  <jakub@redhat.com>
3         * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
4         pid changed.
6 2006-05-15  Ulrich Drepper  <drepper@redhat.com>
8         * include/rpc/pmap_prot.h: Mark all functions as hidden.
10         * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden.
11         * nscd/nscd_getgr_r.c: Likewise.
13         * include/rpc/pmap_rmt.h: Mark all functions as hidden.
15         * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden.
16         * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise.
18         * stdlib/longlong.h (__clz_tab): Mark as hidden.
20         * iconv/gconv_int.h: Mark __gconv_lock as hidden.
22         * include/rpc/key_prot.h: Mark all _internal functions as hidden.
24         * include/rpc/auth.h: Mark xdr_des_block_internal and
25         xdr_opaque_auth_internal as hidden.
27         * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as
28         hidden.
30         * include/rpc/xdr.h: Mark all _internal functions as hidden.
32         * misc/getusershell.c (okshells): Don't use static initializers,
33         do it dynamically.
35         * stdlib/fmtmsg.c (keywords): Change type of len element to
36         uint32_t to not waste space on 64bit machines.
38         * locale/setlocale.c: Change _nl_category_names into a string.
39         Add new _nl_category_name_idxs.  Change all users.
40         * locale/localeinfo.h: Adjust declaration of _nl_category_names.
41         Declare _nl_category_name_idxs.
42         * locale/findlocale.c: Adjust for _nl_category_names change.
43         * locale/loadlocale.c: Likewise.
44         * locale/newlocale.c: Likewise.
45         * intl/dcigettext.c: Likewise.
47         * iconv/gconv_conf.c (add_alias): Move actual alias handling to...
48         (add_alias2): ...here.  New function.
49         (__gconv_read_conf): Simplify builtin alias handling.
50         (builtin_aliases): Convert to string to avoid relocations.
51         * iconv/gconv_builtin.h: Add comment about correct formatting.
53 2006-05-15  Jakub Jelinek  <jakub@redhat.com>
55         * resolv/res_debug.c (loc_ntoa): Make error const.
57 2006-05-14  Andreas Schwab  <schwab@suse.de>
59         * math/complex.h [__LDBL_COMPAT]: Use __REDIRECT_NTH.
61 2006-05-12  Jakub Jelinek  <jakub@redhat.com>
63         * sysdeps/unix/sysv/linux/sched_getaffinity.c: Include sys/param.h.
64         (__sched_getaffinity_new): Don't crash if cpusetsize is smaller than
65         sizeof (cpu_set_t).
67 2006-05-11  Ulrich Drepper  <drepper@redhat.com>
69         * resolv/res_debug.c (loc_ntoa): Define error as array, not pointer.
71         * include/arpa/nameser.h: Declare _ns_flagdata as hidden.
73         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_master.
74         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_master.
76         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypbind_resp.
77         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypbind_resp.
79         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_cback_data.
80         * include/rpcsvc/nis_callback.h: Add libnsl_hidden_proto for
81         xdr_cback_data.
83         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypupdate_args.
84         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
85         xdr_ypupdate_args.
87         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_order.
88         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_order.
90         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_maplist.
91         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_maplist.
93         * nis/nis_xdr.c: Add libnsl_hidden_def for xdr_obj_p.
94         * include/rpcsvc/nis_callback.h: New file.
96         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypresp_val.
97         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypresp_val.
99         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
100         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
102         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypmaplist.
103         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypmaplist.
105         * nis/yp_xdr.c: Add libnsl_hidden_def for xdr_ypreq_nokey.
106         * include/rpcsvc/yp.h: Add libnsl_hidden_proto for xdr_ypreq_nokey.
108         * nis/ypupdate_xdr.c: Add libnsl_hidden_def for xdr_ypdelete_args.
109         * include/rpcsvc/ypupd.h: Add libnsl_hidden_proto for
110         xdr_ypdelete_args.
112         * nis/nis_xdr.h: Mark all functions as hidden.  Remove
113         __BEGIN_DECLS and __END_DECLS, the header is not installed.
115         * nis/nis_error.c: Remove table of strings.  Use position
116         independent mechanism.
117         * nis/nis_error.h: New file.
119 2006-05-11  Jakub Jelinek  <jakub@redhat.com>
121         * locale/programs/ld-time.c (time_finish): If wide era name or
122         format aren't provided, set both wname and wformat to L"".
124 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
126         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Only store
127         results if the call was succesful.
129         * nis/nss-nis.h: Mark __yperr2nss_tab and __yperr2nss_count as hidden.
131         * nis/nss-nisplus.h: Mark __niserr2nss_tab and __niserr2nss_count
132         as hidden.
134 2006-05-10  Jakub Jelinek  <jakub@redhat.com>
136         * misc/sys/queue.h: Remove uses of all QUEUEDEBUG_* macros.
138 2006-05-10  Ulrich Drepper  <drepper@redhat.com>
140         * posix/wordexp.c (parse_glob): No need to check ifs for NULL, the
141         caller makes sure this is not the case.
142         (wordexp): Simplify ifs_white creation.  [Coverity CID 231]
144 2006-05-09  Ulrich Drepper  <drepper@redhat.com>
146         * posix/wordexp.c: Remove numerous NULL pointer tests before FREE
147         calls.
149         * io/ftw.c (open_dir_stream): Return right away if REALLOC fails.
150         [Coverity CID 229, 230]
152         * argp/argp-help.c (hol_entry_help): Handle STATE==NULL in ARG and
153         DGETTEXT calls.
154         (hol_help): Likewise.  [Coverity CID 226, 227]
156         * string/argz-replace.c (__argz_replace): Unconditionally call
157         free on SRC.  [Coverity CID 225]
159         * nis/nis_creategroup.c (nis_creategroup): No need to duplicate
160         the return value of __nis_default_owner and __nis_default_group,
161         it has been especially allocated.  [Coverity CID 224]
163         * nis/nis_defaults.c (searchXYX): New functions.  Used by both
164         searchgroup and searchowner.  Significantly simplified.
165         (__nis_default_owner): Remove duplication.  Do not locally copy the
166         string before duplicating it.
167         (__nis_default_group): Likewise.
169         * nis/nis_lookup.c (nis_lookup): After calling nis_free_directory,
170         we must clear the variable before calling __nisfind_server.
172         * nis/nis_lookup.c (nis_lookup): Always free memory allocated with
173         nis_getnames.  [Coverity CID 223]
175         * locale/programs/locfile.c (locfile_read): Use alloca instead of
176         xmalloc to allocate local repertoire name.  [Coverity CID 222]
178         * iconv/iconv_charmap.c (use_to_charmap): No need to dynamically
179         allocate memory for the input to add_bytes.  [Coverity CID 221]
181         * posix/wordexp.c (w_addword): Free word if realloc fails and it
182         was allocated here.  [Coverity CID 219, 220]
184         * posix/getconf.c (print_all): Free confstr data after printing.
185         [Coverity CID 218]
187         * sysdeps/posix/getaddrinfo.c (gaih_inet): Free canon string if
188         list allocation fails.  [Coverity CID 215]
190         * nss/nsswitch.c (__nss_configure_lookup): Fix loop end condition.
191         [Coverity CID 213]
193         * argp/argp-help.c (hol_entry_cmp): Don't call canon_doc_option if
194         string is NULL.  [Coverity CID 212]
195         * argp/Makefile: Add rules to build and run bug-argp1.
196         * argp/bug-argp1.c: New file.
198         * io/ftw.c (ftw_dir): Use __rawmemchr instead of strchr to find
199         end of string.
200         * stdlib/canonicalize.c (__realpath): Likewise.
202         * locale/programs/ld-time.c (time_finish): Don't dereference NULL
203         pointer.  [Coverity CID 206]
205         * elf/dl-dst.h (DL_DST_REQUIRED): Be prepared for missing link map
206         in statically linked code.
207         * elf/dl-load.c (_dl_dst_substitute): When replacing ORIGIN in
208         statically built code, be prepared to have no link map.
209         [Coverity CID 205]
211         * argp/argp-help.c (fill_in_uparams): Handle STATE==NULL in
212         dgettext calls. [Coverity CID 204]
214         * argp/argp-help.c (struct uparams): Remove valid member.  Change
215         the one user.
216         (uparam_names): Reduce size.  Avoid relative relocations.
217         Moved to read-only segment.
218         (fill_in_uparams): Update for new layout.
220         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Parameter can be
221         assumed to always be != NULL. [Coverity CID 202]
223         * argp/argp-help.c (hol_entry_help): Remove some dead code
224         [Coverity CID 200].
226         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Optimize
227         away a few more unconditional yperr2nss calls.
228         (_nss_nis_getservbyname_r): Likewise.
230 2006-05-06  Ulrich Drepper  <drepper@redhat.com>
232         * sysdeps/generic/ldsodefs.h: Remove support for non-core
233         architectures.
235         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Make sure
236         that unused memory passed to sendto is nevertheless initialized.
238         [BZ #2499]
239         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Avoid
240         possibly unaligned memory accesses.
242         * include/arpa/nameser.h: Also optimize NS_PUT16 and NS_PUT32.
243         * resolv/res_mkquery.c: Use NS_PUT16 and NS_PUT32 instead of __putshort
244         and __putlong respectively.  Correct buffer overflow check for
245         NS_NOTIFY_OP.
247         * resolv/res_send.c (send_vc): Use ns_put16 instead of putshort.
249         * resolv/res_send.c (res_queriesmatch): Fix typo in comment.
250         (send_dg): Rewrite error handling to be more compact and avoid
251         double recomputation of timeouts.  Pass MSG_NOSIGNAL to send.
253         * include/arpa/nameser.h: Add optimizations for NS_GET16 and NS_GET32.
255         * resolv/res_send.c (res_nameinquery): Use NS_GET16 directly
256         instead of ns_get16.
257         (res_queriesmatch): Likewise.  Minor optimization.
259         [BZ #2499]
260         * resolv/res_query.c (__libc_res_nquery): If answerp != NULL,
261         __libc_res_nsend might reallocate the buffer for the answer.  In
262         this case we have to reload the HP pointer.
264 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
266         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
267         some branch prediction hints.
269         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
270         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
271         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
272         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
273         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
274         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
275         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
276         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
278 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
280         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
281         by a GOT relocation to make Scrt1.o position independent.
282         * sysdeps/s390/s390-64/elf/start.S: Likewise.
284         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
285         six system call parameters.
286         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
288 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
290         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
291         malloc&bzero.
293         * sunrpc/svc_udp.c (BZERO): Remove definition.
294         (CALLOC): Define.
295         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
297         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
298         (des_SPtrans): Use uint32_t type.
299         (des_skb): Likewise.
301         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
303 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
305         [BZ #2509]
306         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
307         on 32-bit arches.
309 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
311         * locale/programs/ld-address.c (address_finish): Fix one more
312         place where the iso639 array might be accessed beyond the limits.
314 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
316         * nis/nis_table.c (nis_list): Avoid clearing res twice before
317         filling it for the first time.
319         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
320         Adjust all callers.
321         Free res object content before returning.
323         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
325         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
326         client->cl_auth.
328         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
329         cleanup for initial thread, just the free call on TVP.
331         * nscd/gai.c (__getline): Define.
334 See ChangeLog.16 for earlier changes.