aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-02-09 20:33:35 +0000
committerRoland McGrath <roland@gnu.org>2004-02-09 20:33:35 +0000
commit57be8a82ed19377cf12faea8e0f4a39f8ee56979 (patch)
tree2cb49f1a1455f5de51b613f5b5b02ce40f8c9475 /ChangeLog
parentfe54a69c1c7d5c32eccac960de0ca895017b23a9 (diff)
downloadglibc-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6fab64f39..d014883f3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.