Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/dist/bind/include Pull up revision 1.1 (requested by it...



details:   https://anonhg.NetBSD.org/src/rev/00a2d97f435c
branches:  netbsd-1-6
changeset: 528174:00a2d97f435c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jun 28 11:39:43 2002 +0000

description:
Pull up revision 1.1 (requested by itojun in ticket #387):
Update to BIND 8.3.3.  Fixes buffer overrun in resolver code.

diffstat:

 dist/bind/include/netgroup.h |  19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 109a75b95a27 -r 00a2d97f435c dist/bind/include/netgroup.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/bind/include/netgroup.h      Fri Jun 28 11:39:43 2002 +0000
@@ -0,0 +1,19 @@
+/*     $NetBSD: netgroup.h,v 1.1.1.1.2.2 2002/06/28 11:39:43 lukem Exp $       */
+
+#ifndef netgroup_h
+#define netgroup_h
+
+int getnetgrent(const char **machinep, const char **userp,
+               const char **domainp);
+
+int getnetgrent_r(char **machinep, char **userp, char **domainp,
+                 char *buffer, int buflen);
+
+void setnetgrent(const char *netgroup);
+
+void endnetgrent(void);
+
+int innetgr(const char *netgroup, const char *machine,
+           const char *user, const char *domain);
+
+#endif



Home | Main Index | Thread Index | Old Index