diff options
author | Roland McGrath <roland@gnu.org> | 2004-02-09 20:33:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-02-09 20:33:35 +0000 |
commit | 57be8a82ed19377cf12faea8e0f4a39f8ee56979 (patch) | |
tree | 2cb49f1a1455f5de51b613f5b5b02ce40f8c9475 /ChangeLog | |
parent | fe54a69c1c7d5c32eccac960de0ca895017b23a9 (diff) | |
download | glibc-57be8a82ed19377cf12faea8e0f4a39f8ee56979.tar glibc-57be8a82ed19377cf12faea8e0f4a39f8ee56979.tar.gz glibc-57be8a82ed19377cf12faea8e0f4a39f8ee56979.tar.bz2 glibc-57be8a82ed19377cf12faea8e0f4a39f8ee56979.zip |
* nis/ypclnt.c (__yp_bind_client_create): New, small chunk
of duplicated code from __yp_bind.
(__yp_bind_file): New, binding dir code from __yp_bind.
(__yp_bind_client_create): New, ypbind code from __yp_bind.
(__ypclnt_call): New, make NIS query.
(do_ypcall): At first use cached data, then try data from
binding directory, after this ask ypbind for a working ypserv.
Based on a patch from Jeff Bastian <jmbastia@ti.com> and
Chris Barrera <cbarrera@ti.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2004-02-03 Thorsten Kukuk <kukuk@suse.de> + + * nis/ypclnt.c (__yp_bind_client_create): New, small chunk + of duplicated code from __yp_bind. + (__yp_bind_file): New, binding dir code from __yp_bind. + (__yp_bind_client_create): New, ypbind code from __yp_bind. + (__ypclnt_call): New, make NIS query. + (do_ypcall): At first use cached data, then try data from + binding directory, after this ask ypbind for a working ypserv. + Based on a patch from Jeff Bastian <jmbastia@ti.com> and + Chris Barrera <cbarrera@ti.com> + 2004-01-19 Roland McGrath <roland@redhat.com> * configure.in: Don't set CCVERSION. |