blob: 59a3bffbc5ae551c73a139b5b78adefcf500e4e7 [file] [log] [blame]
gdt5e4fa162004-03-16 14:38:36 +000012004-03-16 David Young <dyoung@pobox.com>
2
3 * (many) reference <lib/version.h> rather than "version.h",
4 because version.h is a generated file and not present in the
5 source tree when using objdir builds.
6
hassofa2b17e2004-03-04 17:45:00 +000072004-03-03 PC Drew <pc@superiorcomm.net>
8
9 * lib/keychain.c: typecast time_t function to long, fixes compile
10 warning.
11 * lib/debug.c: wrapped function with ifdef HAVE_GLIBC_BACKTRACE fixes
12 compile warning when backtrace doesn't exist for that system.
13 * zebra/rtadv.c: for OpenBSD, added include statement for
14 netinet/icmp6.h
15 * zebra/zserv.c: added default case to switch statements, fixes compile
16 warning about certain NEXTHOP_TYPE enumeration values not being
17 handled.
18 * zebra/rt_socket.c: set *mask = NULL by default, fixes compile
19 warning, about mask possibly being used uninitialized.
20 * bgpd/bgp_nexthop.c: added default case to switch statements, fixes
21 compile warning about certain NEXTHOP_TYPE enumeration values not
22 being handled.
23 * ospfd/ospf_spf.c: typecast time_t to long, fixes compile warning.
24 * ospfd/ospf_route.c: typecast route_node->prefix to prefix_ipv4, fixes
25 compile warning.
26 * ospfd/ospf_route.c: typecast prefix_ipv4 to prefix, fixes compile
27 warning.
28 * ospfd/ospf_abr.c: typecast prefix to prefix_ipv4 in two instances,
29 fixes compile warning.
30 * vtysh/vtysh.c: fixed null pointer sentinel value when doing execl and
31 friends, fixes compile warning.
32 * ospf6d/ospf6_damp.c: typecast time_t to long in 4 instances, fixes
33 compile warning.
34 * ospf6d/ospf6_main.c: use MAXPATHLEN (if set) instead of 64 for the
35 _cwd array, fixes compile warning.
36
paul2d75d052004-01-19 21:31:15 +0000372004-01-19 Paul Jakma <paul@dishone.st>
38
39 * tests/test-sig.c: New file, regression test for sigevents.
40 * lib/Makefile.am: add sigevent.{c,h}
41 * (isis|rip|ripng|ospf|ospf6|bgp)d/\1_main.c: modify for sigevents.
42 * zebra/main.c: ditto.
43
paula27abaa2004-01-10 22:03:07 +0000442004-01-10 Paul Jakma <paul@dishone.st>
45
46 * Makefile.am: redhat/ is a dist subdir too.
47
jardina4d2a0d2004-01-10 20:42:35 +0000482004-01-10 Vincent Jardin <jardin@6wind.com>
49
50 * configure.ac: add the redhat/Makefile as a AC_OUTPUT() argument.
51 It fixes build on FreeBSD 5.1 and FreeBSD 4.7
52
paul00bc5602004-01-09 16:30:52 +0000532004-01-08 Paul Jakma <paul@dishone.st>
54
55 * Makefile.am: as per gdt, specify the redhat dir as a DIST_SUBDIR,
56 remove the redhat/... dist targets - instead these now go in..
57 redhat/Makefile.am: (new) proper place to describe redhat/ dist
58 files, as well as allow quagga.spec to be regenerated properly.
59 redhat/quagga.sysconfig: specify conf file location.
60 redhat/quagga.spec.in: Add 2 patches to RPM build.
61
paul41ad8782003-12-30 11:09:00 +0000622003-12-30 Paul Jakma <paul@dishone.st>
63
paul15d74e92003-12-30 11:16:21 +000064 * redhat/isisd.init: new file, init script for isisd.
65 redhat/quagga.sysconfig: new file, sysconfig file for quagga
66 initscripts.
67 redhat/quagga.spec.in: various cleanups, including sysconfig patch
68 from RH, fixed UID/GID as per RH EL, shell changed to
69 /sbin/nologin, daemon vty's listen to 127.1 only per default and
70 isisd packaged.
71 redhat/*.init: sysconfig support and runlevels specified.
72
732003-12-30 Paul Jakma <paul@dishone.st>
74
paul41ad8782003-12-30 11:09:00 +000075 * Makefile.am: put the redhat/ stuff into EXTRA_DIST rather than
76 copying via dist-hook. Remove ~ files backup cruft from dists.
77 isisd/Makefile.am: sysconf example should go via
78 dist_examples_DATA. The include-netbsd/ headers werent mentioned
79 as sources and werent being copied into dists.
80
jardin9e867fe2003-12-23 08:56:18 +0000812003-12-23 Vincent Jardin <jardin@6wind.com>
82
83 * isisd: Import isisd from Sampo Saaristo's source code.
84
gdtaa593d52003-12-22 20:15:53 +0000852003-12-22 Christian Hammers <ch@lathspell.de>
86
87 * configure.ac (and everywhere a regular file is opened for
88 writing): use file permissions from configure rather than
89 compiled-in umask.
90
hasso47ce02a2003-12-22 16:49:15 +0000912003-12-22 Hasso Tepper <hasso@estpak.ee>
92
93 * lib/linklist.c: Revert microfix I commited while reverting
94 [quagga-dev 227]. Caused by misreading code.
95
hassoe90fbab2003-12-21 09:51:42 +0000962003-12-21 Hasso Tepper <hasso@estpak.ee>
97
98 * lib/linklist.c: Revert patch [quagga-dev 227]. listnode_add_sort()
99 function should not drop nodes in any case. But fix behavior where
100 nodes were added to the end of list when cmp returned 0.
101 * lib/if.c: Check for duplicates before calling listnode_add_sort().
102
gdtaf273652003-12-08 18:12:34 +00001032003-12-08 Greg Troxel <gdt@fnord.ir.bbn.com>
104
105 * {lib,ospfd,ospfapi}/Makefile.am: Use pkginclude_HEADERS rather
106 than include_HEADERS to place includes in
107 ${prefix}/include/quaggainstead of polluting ${prefix}/include.
108
gdtc4f0efe2003-12-04 15:39:25 +00001092003-12-04 Greg Troxel <gdt@poblano.ir.bbn.com>
110
111 * configure.ac: When setting exampledir to sysconfdir as a
112 default, don't quote ${sysconfdir}. (Bug reported by Vincent
113 Jardin.)
114
gdtd6b72f72003-12-03 17:24:27 +00001152003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
116
gdtd2a0ccc2003-12-03 18:13:48 +0000117 * configure.ac: Compile in Router Advertisement support by
118 default. Note that this does not default to sending RAs; it just
119 makes 'ipv6 nd send-ra' and 'ipv6 nd prefix-advertisement'
120 available. While others may prefer other tools, no argument has
121 been made that router advertisement support is such bloat that it
122 should be compiled out by default (it 9556 bytes on NetBSD/i386 vs
123 8 bytes with the support compiled out). This reversion of a
124 previous change was done in consultation with Paul.
125
1262003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
127
gdtfa3232e2003-12-03 17:52:30 +0000128 * configure.ac: Move tests for v6 header files to after the check
129 for v6 code version, and conditionalize on the right variable.
130 (Fixes problem where v6 header files are not included when v6 is
131 enabled implicitly.)
gdtd2a0ccc2003-12-03 18:13:48 +0000132
gdtfa3232e2003-12-03 17:52:30 +00001332003-12-03 Greg Troxel <gdt@poblano.ir.bbn.com>
134
gdtd6b72f72003-12-03 17:24:27 +0000135 * configure.ac: Add --enable-exampledir to specify where example
136 config files should go, defaulting to sysconfdir.
137
138 * */Makefile.am: use exampledir instead of sysconfdif for examples
139
paul62892882003-11-02 07:31:47 +00001402003-11-02 Paul Jakma <paul@dishone.st>
141
142 * bgpd/bgp_routemap.c: Fix up 'set ip next-hop A.B.C.D|peer-address'
143 route map command so that vtysh can use it. Modified version of
144 Hasso Tepper's patch. Fixes bug #52.
145 * configure.ac: FreeBSD has net-snmp in /usr/local.
146 * redhat/quagga.spec.in: Install libzebra headers with -devel
147 package.
148
1492003-11-02 Krzysztof Oledzki <oleq@ans.pl>
150
151 * zebra/zebra_rib.c: Revert patch (dating from zebra.org) which
152 caused zebra to read all routes in all tables, rather than just
153 the main table. See [quagga-dev 280].
154
1552003-10-30 Paul Jakma <paul@dishone.st>
156
157 * configure.ac: netinet/in_systm.h is yet another well-known
158 header file we really should be checking for
159
1602003-10-27 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
161
162 * ospfd/ospfd.c: Do not increment act_int for an area, as it is done
163 by ospf_ism.c::ism_change_state() - results in incorrect figure
164 for active interfaces in an area.
165
1662003-10-27 Paul Jakma <paul@dishone.st>
167
168 * lib/if.{ch}: remove ifc_pointtopoint() - left over from the
169 reverted RFC3021 patch.
170
1712003-10-27 Simon <lists@routemeister.net>
172
173 * ospfd/ospfd.c: if_is_pointopoint() takes (struct interface *), was
174 being called with struct connected. Change to co->ifp.
175
1762003-10-27 Gilad Arnold <gilad.arnold@terayon.com>
177
178 * zebra/zebra_rib.c: (nexthop_active_update) Check for multipath
179 limit when setting changed flag to avoid spurious changes.
180 (static_install_ipv{4,6}) dont uninstall by default, might not be
181 required - avoid spurious uninstalls.
182 (static_uninstall_ipv{4,6}) only uninstall the route if its
183 actually FIB route.
184
1852003-10-24 sowmini.varadhan@sun.com
186
187 * ospfd/ospf_network.c: (ospf_sock_init) Exit if socket can not be
188 created.
189
1902003-10-24 Jose Luis Rubio Guivernau <jrubio@dit.upm.es>
191
192 * Better 'show bgp' support for views (eg ipv6), see [quagga-dev 238]
193 * bgpd/bgp_route.c: (bgp_show) Take a struct bgp argument instead of
194 view string.
195 (bgp_show_neighbor_route) Take a struct peer argument instead of
196 ip string.
197 (peer_adj_routes) ditto
198 (show_adj_routes) ditto
199 (peer_lookup_in_view) new function to return appropriate struct
200 peer for a given view string.
201 (misc) Fixup all calls to above to reflect new calling arguments,
202 and use peer_lookup_in_view as needed. Additional commands
203 installed to use expanded functionality above, existing commands
204 modified to suit as well.
205 * bgpd/bgp_vty.c: 2 new aliases.
206
2072003-10-24 Paul Jakma <paul@dishone.st>
208
209 * configure.ac: Check for fcntl()
210 * {bgpd,ospf,ospf6d,ripd,ripngd}/Makefile.am: Install conf file via
211 regular automake means, not magic install incantations, see
212 bug #38.
213 * lib/Makefile.am: install the headers, needed to link libzebra.a
214 (and hence libospf.a, OSPF-API, etc.)
215
2162003-10-24 waldi@debian.org
217
218 * vtysh/Makefile.am: vtysh_cmd.c rebuild was broken because it
219 depended against source files without specification, i.e. it
220 used ../zebra instead of $(top_srcdir)/zebra.
221
2222003-10-23 Paul Jakma <paul@dishone.st>
223
224 * configure.ac: IRIX configure.ac support. Sort of works.
225 sysctl() crashes though (ipforward), there's some kind of odd
226 padding in the PF_ROUTE socket messages and setsockopt() on
227 SOCK_RAW does not work (so ospfd doesnt work).
228
2292003-10-22 Paul Jakma <paul@dishone.st>
230
231 * vtysh/Makefile.am: do not include vtysh_cmd.c in dists, its
232 configure dependent. (still need to find a way to make building of
233 it dependent on configure options or include all commands.)
234
2352003-10-22 Paul Jakma <paul@dishone.st>
236
237 * lib/zebra.h: include limits.h if its there, its a portable header
238 and useful and not just solaris specific. net/route.h is also
239 useful.
240
2412003-10-22 Paul Jakma <paul@dishone.st>
242
243 * lib/regex.c: bzero -> memset
244 * zebra/ioctl.c: ditto. bzero is not portable.
245
2462003-10-22 Paul Jakma <paul@dishone.st>
247
248 * zebra/kernel_socket.c: HAVE_IPV6 conditional for WRAPUP when
249 HAVE_SA_LEN is not defined. bcopy -> memcpy, bcopy is not
250 portable.
251
2522003-10-22 Paul Jakma <paul@dishone.st>
253
254 * configure.ac: Split up header checks into non-net, net and ipv6
255 related. Checking of IPv6 is conditional. Add some more output
256 text for the end of the configure run.
257
2582003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
259
260 * bgpd/bgp_attr.c: (bgp_dump_routes_attr) Dont dump IPv4 nexthop
261 for IP. Dump MP_NLRI attr with IPv6 next-hop for AF_INET6 address
262 family prefixes. Accept prefix as argument.
263 * bgpd/bgp_attr.c: modify bgp_dump_routes_attr declaration.
264 * bgpd/bgp_dump.c: (bgp_dump_routes_entry) Modify calls to
265 bgp_dump_routes_attr.
266 (bgp_dump_common) Go by the family of the peering socket, not
267 configured address family when dumping peering information.
268 Add HAVE_IPV6 conditionals, eg missing from previous bgp interval
269 patch.
270
2712003-10-18 Lorenzo Colitti <lorenzo@ripe.net>
272
273 * bgpd/bgp_dump.{c,h}: (bgp_dump_interval_add) Dump at discrete
274 fixed intervals rather than fixed intervals from startup time.
275 (bgp_dump_interval_func) Dont return immediately if file cant be
276 openeded, but reschedule interval dumps, even - admin might
277 fix problem in meantime. Close the dump file in between intervals.
278 (bgp_dump_init) account for MSG header when initialising stream
279 size.
280
2812003-10-15 Paul Jakma <paul@dishone.st>
282
283 * ospfd/ospf_interface: (ospf_if_lookup_table) new function to
284 lookup oi for a given prefix in a given interfaces table of oi's.
285 (ospf_if_new) use ospf_if_lookup_table to deal with zebra
286 reporting new interface multiple times.
287 NB: This patch is a complete plaster-band of a hack. First, why is
288 zebra reporting interface events multiple times? Second, why does
289 ospfd maintain so many damn lists and tables relating to oi's -
290 these should be reconciled into one or two tables.
291
2922003-10-15 sowmini.varadhan@sun.com
293
294 * ripd/ripd.c: (rip_send_packet) use rip->sock for mcast sends,
295 instead of creating one socket per send. send source addr to
296 rip_update_interface.
297 (rip_update_process) should send an update on every connected
298 network for each interface.
299 (rip_request_send) should send a request on every connected
300 network for each interface.
301 * ripd/ripd.h: update prototype for rip_interface_multicast_set
302 * ripd/rip_interface.c: (rip_interface_multicast_set) reorganized
303 so that it can be called repeatedly for aliased interfaces (on
304 multiple networks).
305
3062003-10-15 Jay Fenlason <fenlason@redhat.com>
307
308 * lib/vty.c: (vty_telnet_option) Remote DoS exists if a telnet
309 end-sub-negotation is sent when no sub-negotation data has been
310 sent. Return immediately if no sub-negotation is in progress.
311 (vty_read) do not attempt to process options if no sub-negotation
312 is in progress.
313
3142003-10-15 Paul Jakma <paul@dishone.st>
315
316 * lib/vty.c: (vty_save_cwd) dont crash if getcwd fails. try fallback
317 to SYSCONFDIR. Allocate cwd from the stack rather than relying on
318 (non-portable) getcwd() allocation (which we didnt seem to be
319 freeing).
320
3212003-10-13 Jay Fenlason <fenlason@redhat.com>
322
323 * lib/zebra.h: define UINT32_MAX for those systems which do not
324 provide it.
325 * bgp_attr.h: define BGP_MED_MAX.
326 * bgp_route.c: update defines/constants to BGP_MED_MAX.
327 * bgp_routemap.c: ditto. clean up route_match_metric_compile
328 slightly to avoid unneccesary XMALLOC.
329
3302003-10-13 sowmini.varadhan@sun.com
331
332 * ospf_lsa.h: Add OSPF_LSA_PREMATURE_AGE flag.
333 * ospf_lsa.c: added better debug comments. check sequence number in
334 ospf_lsa_install. ospf_maxage_lsa_remover() checks for
335 OSPF_LSA_PREMATURE_AGE and re-originates the lsa after ls_acks are
336 received.
337 * ospf_flood.c: improve debug statement- print ls_seqnum.
338
3392003-10-13 Douglas Fraser <doug+quagga@idmf.net>
340
341 * zebra/connected.c: PtP revert fixup. Zebra was not creating
342 connected route for PtP peer.
343
3442003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro>
345
346 * zebra/ipforward_proc.c: (ipforward) Close the fd for
347 /proc/net/snmp. See [quagga-dev 284]
348
3492003-09-29 Gilad Arnold <gilad.arnold@terayon.com>
350
351 * zebra/zebra_rib.c: Fix possible dangling reference to rib
352 route_nodes - unlock it the appropriate number of times. (twice,
353 because of the implicit lock). see [quagga-dev 251].
354
3552003-09-29 Paul Jakma <paul@dishone.st>
356
357 * zebra/connected.c: revert the 'generic PtP' patch as it causes
358 far too many problems. People who use FreeSWAN should investigate
359 native linux ipsec.
360 * zebra/rt_netlink.c: ditto
361 * lib/if.c: ditto
362 * ripd/ripd.h: ditto
363 * ripd/ripd.c: ditto
364 * ripd/rip_interface.c: ditto
365 * ospfd/ospfd.c: ditto
366 * ospfd/ospf_snmp.c: ditto
367 * bgpd/bgp_nexthop.c: ditto
368 * ospfd/ospf_packet.c: Add debug output for some of the previously
369 completely silent drops of 'bad' packets.
370 * configure.ac: bump version
371
3722003-08-27 Jay Fenlason <fenlason@redhat.com>
373
374 * lib/Makefile.am: Do not use a lib (libcap) as a dependency
375 * zebra/Makefile.am: Link in libcap
376 * bgpd/bgp_routemap.c: attr->med is type u_in32_t, should be
377 compared with UINT32_MAX
378 * ospfd/ospfd.c: remove redundant assert
379 * zebra/rtadv.c: add missing include for zebra/rib.h
380
3812003-09-24 Paul Jakma <paul@dishone.st>
382
383 * lib/version.h: moved to version.h.in
384 * lib/version.h.in: New file, from version.h. Change hardcoded
385 package name and version to use the autoconf defined substition
386 variables.
387 * configure.ac: Fix up AC/AM_INIT* to new style. Remove the sed'ing
388 through lib/version.h for VERSION. Add lib/version.h to the
389 AC_OUTPUT list. Update the text output of quagga version at end
390 of configure run to use PACKAGE_VERSION.
391 * doc/.cvsignore: ignore quagga.pdf
392 * doc/.cvsignore: ignore version.h, its now autogenerated.
393
3942003-09-24 sowmini.varadhan@sun.com
395
396 * lib/if.c: (if_cmp_func) fix infinite loop if
397 ifp1->name == ifp2->name
398 * lib/linklist.c: (if_cmp_func) Fix handling of case where
399 list->cmp returns 0.
400 * rip_interface.c: (rip_interface_address_add) call
401 rip_enable_apply(), or the interface is never considered up.
402 see [quagga-dev 225].
403 * zebra/kernel_socket.c: Fix up WRAPUP macro to deal with multiple
404 address families in the absence of sa_len element in struct
405 sockaddr.
406 (ifm_read): Handle solaris 9 if_msghdr_t.
407 Deal with interfaces which are incomplete, lookup on name rather
408 than the placeholder interface index of -1.
409
4102003-09-24 Thomas Giger TGC <thomas.giger@tgc.de>
411
412 * ospf_packet.c (ospf_associate_packet_vl): pass NULL struct
413 interface to ospf_if_lookup_by_local_addr() rather than the
414 receiving interface ifp, packets for VL's could come in any
415 interface. See quagga-dev 250.
416
paule05fba42003-04-13 20:20:53 +00004172003-04-13 Paul Jakma <paul@dishone.st>
418
419 * Amir: Opaque LSA bug fix for deletion of Type11's
420 * configure.ac: use --localstatedir for Unix sockets
paul645878f2003-04-13 21:42:11 +0000421 * Hasso Tepper: When flushing as-ext LSAs flush associated NSSA
422 LSAs.
paule05fba42003-04-13 20:20:53 +0000423
paul020709f2003-04-04 02:44:16 +00004242003-04-04 Paul Jakma <paul@dishone.st>
425
426 * Sync to Zebra CVS
427 * Fix lib/thread.h leak
428 * Fix small Opaque LSA leak
429 * Do not configure OSPF interfaces for secondary addresses
430 * vtysh fixes from Hasso
431 * Dave Watson's missing ntohs fix
432
paul68980082003-03-25 05:07:42 +00004332003-03-25 Paul Jakma <paul@dishone.st>
434
435 * Sync to Zebra CVS
436
paul07661cb2003-03-18 00:03:05 +00004372003-03-17 Amir Guindehi <amir@datacore.ch>
438
439 * Extended SNMP checks in configure.ac so that net-snmp works
440
4412003-03-17 Amir Guindehi <amir@datacore.ch>
442 Ralph Keller <keller@tik.ee.ethz.ch>
443 * merge OSPF-API
444
paul13766da2003-02-07 14:46:23 +00004452003-02-07 Paul Jakma <paul@dishone.st>
446
447 * Sync to zebra CVS
448
paul420df432003-02-03 20:30:39 +00004492003-02-03 Paul Jakma <paul@dishone.st>
450
451 * Sync to zebra CVS
452
paulae936ae2003-01-20 04:58:21 +00004532003-01-19 Paul Jakma <paul@dishone.st>
454
455 * Temporary fix for Generic PtP wrt to IPv6
456
paul9a668002003-01-18 23:11:44 +00004572003-01-17 Paul Jakma <paul@dishone.st>
458
459 * Sync up to latest zebra.org CVS
460 * [zebra 16823] Bugfix and new feature in Opaque-LSA handling
461 Masahiko Endo <endo@suri.co.jp>
462 * [zebra 16824] [PATCH] nsm_kill_neighbor
463 Masahiko Endo <endo@suri.co.jp>
464 * [zebra 17217] [PATCH] show thread CPU
465 Yon Uriarte <havanna_moon@gmx.net>
466 * [zebra 17218] Re: [PATCH] CLI extensions.
467 Yon Uriarte <havanna_moon@gmx.net>
468
paul4fc01e62002-12-13 20:49:00 +00004692002-12-13 Paul Jakma <paul@dishone.st>
470
471 * added support for vtysh 'write file' command to
paul0efa4d52002-12-13 21:55:43 +0000472 write either per-daamon and/or integrated file
paulab836aa2002-12-13 21:19:02 +0000473 * ospfd md5 buffer copying fix (Greg Troxel)
paul8bd9c712002-12-13 21:05:16 +0000474 * ospfd md5 sequence number derived from time()
paulab836aa2002-12-13 21:19:02 +0000475 * RIPv1 fixes and improvements (John Hay)
476 * link state detection (linux) ([zebra 12269])
477 * Generic PtP and RFC3021 interface addressing support
478 (Frank van Maarseveen)
paul0efa4d52002-12-13 21:55:43 +0000479 * Michal Ludvig <michal@logix.cz>:
480 [zebra 16525] PATCH: Bugfixes for KAME systems
481 * Kevin C Miller <kevinm@andrew.cmu.edu>
482 [zebra 16681] OSPF NSSA Patches
483 * Yon Uriarte <havanna_moon@gmx.net>
484 [zebra 16671] [PATCH] CLI extensions
paula8959012002-12-13 21:59:26 +0000485 * Masahiko Endo: [zebra 15475] - MPLS-TE docs
paul4fc01e62002-12-13 20:49:00 +0000486
paul718e3742002-12-13 20:15:29 +00004872002-07-07 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
488
489 * zebra-0.93 released.
490
4912002-06-28 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
492
493 * update-autotools: Change file name from update-auto-tools.sh.
494
4952002-06-21 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
496
497 * update-auto-tools.sh: Add a new script to clean up build
498 environment.
499
5002002-06-18 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
501
502 * Shift to the latest build environment autoconf-2.53 and
503 automake-1.6.2.
504
5052001-10-22 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
506
507 * Integrate Glen Turner <glen.turner@aarnet.edu.au>'s pid option.
508
5092001-08-19 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
510
511 * zebra-0.92a released.
512
5132001-08-19 "Peter Galbavy" <peter.galbavy@knowtion.net>
514
515 * configure.in: SNMP library check problem fix when the library is
516 installed under /usr/local/lib.
517
5182001-08-15 Kunihiro Ishiguro <kunihiro@ipinfusion.com>
519
520 * zebra-0.92 released.
521
5222001-04-22 Kunihiro Ishiguro <kunihiro@zebra.org>
523
524 * configure.in (LIBPAM): Use ZEBRA_AC_C_BIGENDIAN to avoid a
525 warning.
526 (IF_METHOD): Use test -r instead of AC_CHECK_FILE to avoid
527 warnings.
528
529 * config.guess: Update to 2000-11-10 version.
530
5312001-04-11 Kunihiro Ishiguro <kunihiro@zebra.org>
532
533 * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER to
534 detect in_pktinfo structure. Suggested by: Vlad Lungu
535 <vlad@rls.roknet.ro>.
536
5372001-03-07 Michael Rozhavsky <mrozhavsky@opticalaccess.com>
538
539 * configure.in: Add check for structure in_pktinfo.
540
5412001-02-07 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
542
543 * configure.in (USE_PAM): Fix PAM library detection code.
544
5452001-02-01 Kunihiro Ishiguro <kunihiro@zebra.org>
546
547 * zebra-0.91 is released.
548
5492001-01-12 Kunihiro Ishiguro <kunihiro@zebra.org>
550
551 * configure.in: Remove guile related definition.
552
5532001-01-11 Kunihiro Ishiguro <kunihiro@zebra.org>
554
555 * configure.in (ac_cv_htonl_works): HAVE_REPAIRABLE_HTONL is
556 removed. htonl should work fine on any platform.
557
5582001-01-10 Kunihiro Ishiguro <kunihiro@zebra.org>
559
560 * configure.in: Remove --enable-oldrib option.
561
562 * acconfig.h: OLD_RIB definition is removed.
563
564 * zebra-0.90 is released.
565
566 * configure.in (LIBS): Add check for sun_len field in struct
567 sun_len.
568
5692001-01-09 Kunihiro Ishiguro <kunihiro@zebra.org>
570
571 * Makefile.am: Include init/redhat files to distribution.
572
5732001-01-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
574
575 * configure.in: check libm.a for BGPd compile error.
576 AC_CHECK_LIB(m, main) was added.
577
5782000-12-29 Kunihiro Ishiguro <kunihiro@zebra.org>
579
580 * configure.in: --enable-unixdomain becomes default. Add
581 --enable-tcp-zebra for TCP/IP communication between protocol
582 daemon and zebra.
583
584 * COPYING.LIB: Added for lib/getopt.c, lib/getopt.h,
585 lib/getopt1.c, lib/md5-gnu.h, lib/md5.c, lib/regex-gnu.h,
586 lib/regex.c.
587
588 * Makefile.am (dist-hook): Include tools/*.cgi to distribution.
589
5902000-12-26 Kunihiro Ishiguro <kunihiro@zebra.org>
591
592 * configure.in (MULTIPATH_NUM): --enable-multipath=ARG specify
593 multipath number. ARG must be digit.
594
5952000-12-11 Kunihiro Ishiguro <kunihiro@zebra.org>
596
597 * configure.in: Add --enable-newrib for test new RIB code.
598
5992000-11-25 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
600
601 * configure.in, config.h.in: Add check for libutil.h and
602 setproctitle().
603
6042000-10-26 Kunihiro Ishiguro <kunihiro@zebra.org>
605
606 * configure.in: Add --enable-nssa for OSPF NSSA option.
607
608 * acconfig.h: Define HAVE_NSSA.
609
6102000-10-25 "Bjoern A. Zeeb" <bzeeb+zebra@zabbadoz.net>
611
612 * configure.in: pam_misc is only linked when the platform is
613 GNU/Linux.
614
6152000-10-24 Arkadiusz Miskiewicz <misiek@pld.org.pl>
616
617 * configure.in (LIBS): Add check for crypto library. test x`ls
618 ${ac_snmp}` is replaced with sipmle test -f.
619
6202000-10-23 Kunihiro Ishiguro <kunihiro@zebra.org>
621
622 * configure.in: Add --enable-unixdomain option. This will be
623 default behavior in zebra-0.90.
624
6252000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org>
626
627 * zebra-0.89 is released.
628
6292000-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
630
631 * configure.in: Add check for Intel CPU for Solaris on x86 check.
632
6332000-09-21 Kunihiro Ishiguro <kunihiro@zebra.org>
634
635 * configure.in: Add check for getifaddrs().
636 Set AM_INIT_AUTOMAKE version to 0.89.
637
6382000-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
639
640 * config.guess: Update to the latest version.
641
642 * config.sub: Likewise
643
6442000-09-14 David Lipovkov <dlipovkov@OpticalAccess.com>
645
646 * REPORTING-BUGS: New file is added.
647
6482000-08-27 itojun@iijlab.net
649
650 * configure.in: Add ncurses library check when --enable-vtysh is
651 specified.
652
6532000-08-22 Kunihiro Ishiguro <kunihiro@zebra.org>
654
655 * configure.in: Add check for readline/history.h.
656
657 * acconfig.h: Remove pthread related variables.
658
659 * configure.in: Add --with-libpam option for vtysh PAM
660 authentication. Remove --disable-pthread because we don't support
661 pthread.
662
6632000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org>
664
665 * zebra-0.88 is released.
666
667 * configure.in: Add Solaris -lcurses for vtysh.
668
6692000-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
670
671 * configure.in: Add check for ncurses for compiling on Solaris.
672
6732000-07-27 Kunihiro Ishiguro <kunihiro@zebra.org>
674
675 * configure.in: Add check for libreadline when --enable-vtysh is
676 specified.
677
6782000-07-23 Kunihiro Ishiguro <kunihiro@zebra.org>
679
680 * configure.in: Add AC_DEFINE(OPEN_BSD). When OS is OpenBSD
681 interface method is if_ioctl.o
682
6832000-07-09 Chris Dunlop <chris@onthe.net.au>
684
685 * acconfig.h: Add HAVE_BROKEN_ALIASES.
686
687 * configure.in: Add --enable-broken-aliases.
688
6892000-06-12 Kunihiro Ishiguro <kunihiro@zebra.org>
690
691 * Set version to zebra-0.87.
692
6932000-06-05 Kunihiro Ishiguro <kunihiro@zebra.org>
694
695 * configure.in: Remove --enable-mpls-vpn. Now MPLS-VPN support is
696 default.
697
698 * Set version to zebra-0.87-pre
699
700 * Makefile.am: Likewise.
701
7022000-04-27 Kunihiro Ishiguro <kunihiro@zebra.org>
703
704 * Set version to 0.86.
705
7062000-03-21 Kunihiro Ishiguro <kunihiro@zebra.org>
707
708 * Set version to 0.85b for ospfd test.
709
7102000-03-20 Kunihiro Ishiguro <kunihiro@zebra.org>
711
712 * Set version to 0.85a for ospfd test.
713
7142000-03-08 Kunihiro Ishiguro <kunihiro@zebra.org>
715
716 * Set version to 0.85.
717
7182000-01-26 Kunihiro Ishiguro <kunihiro@zebra.org>
719
720 * Makefile.in: Regenerated by patched automake for fixing "make
721 clean" problem on FreeBSD.
722
7231999-12-08 Kunihiro Ishiguro <kunihiro@zebra.org>
724
725 * Set version to 0.83a. This is for *BSD static route lookup
726 problem.
727
7281999-12-06 Kunihiro Ishiguro <kunihiro@zebra.org>
729
730 * Set version to 0.83.
731
7321999-11-29 Kunihiro Ishiguro <kunihiro@zebra.org>
733
734 * Set version to 0.82.
735
7361999-11-23 Kunihiro Ishiguro <kunihiro@zebra.org>
737
738 * aczebra.m4: New file added.
739
7401999-11-21 Michael Handler <handler@sub-rosa.com>
741
742 * configure.in (LIBS): Add sa_len check of sockaddr.
743
744 * acconfig.h: Add HAVE_SA_LEN.
745
7461999-11-12 Kunihiro Ishiguro <kunihiro@zebra.org>
747
748 * version.h: Update version to zebra-0.81b for bgpd test.
749
7501999-11-09 Kunihiro Ishiguro <kunihiro@zebra.org>
751
752 * configure.in: Add --enable-mbgp.
753
7541999-11-05 Kunihiro Ishiguro <kunihiro@zebra.org>
755
756 * Makefile.am (EXTRA_DIST): Add TODO to the distribution.
757
7581999-11-04 Kunihiro Ishiguro <kunihiro@zebra.org>
759
760 * TODO: New file is added.
761
7621999-11-03 Kunihiro Ishiguro <kunihiro@zebra.org>
763
764 * version.h: Update version to zebra-0.81a for ospfd test.
765
7661999-10-28 Kunihiro Ishiguro <kunihiro@zebra.org>
767
768 * configure.in: New option --enable-snmp is added.
769
7701999-10-24 Kunihiro Ishiguro <kunihiro@zebra.org>
771
772 * version.h: Update version to zebra-0.80.
773
7741999-10-21 Kunihiro Ishiguro <kunihiro@zebra.org>
775
776 * version.h: Update version to zebra-0.80-pre3
777
7781999-10-18 Kunihiro Ishiguro <kunihiro@zebra.org>
779
780 * configure.in (LIBS): SNMP check is done by ucd-snmp/asn1.h.
781
7821999-10-10 Peter Galbavy <Peter.Galbavy@knowledge.com>
783
784 * configure.in: Add support of OpenBSD.
785
7861999-10-04 Kunihiro Ishiguro <kunihiro@zebra.org>
787
788 * version.h: Update version to zebra-0.80-pre2.
789
7901999-09-27 Kunihiro Ishiguro <kunihiro@zebra.org>
791
792 * version.h: Update version to zebra-0.80-pre. From this version,
793 access-list and prefix-list's name space is divided into IPv4 and
794 IPv6.
795
7961999-09-17 Kunihiro Ishiguro <kunihiro@zebra.org>
797
798 * version.h: For test recent fixes Set version to zebra-0.79a.
799
8001999-09-14 Kunihiro Ishiguro <kunihiro@zebra.org>
801
802 * version.h: zebra-0.79 is out.
803
8041999-09-08 Kunihiro Ishiguro <kunihiro@zebra.org>
805
806 * version.h: For ospfd's virtual link test. Set version to 0.78h.
807
8081999-09-07 Kunihiro Ishiguro <kunihiro@zebra.org>
809
810 * version.h: For ospfd test. Set version to 0.78g.
811
8121999-09-05 Kunihiro Ishiguro <kunihiro@zebra.org>
813
814 * version.h: For internal test of ospfd. Set version to 0.78f.
815
8161999-09-02 Kunihiro Ishiguro <kunihiro@zebra.org>
817
818 * version.h: To test ospfd's fix, set version to 0.78e.
819
8201999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
821
822 * version.h: To test ospfd's area related bug fix, set version
823 to 0.78d.
824
8251999-09-01 Kunihiro Ishiguro <kunihiro@zebra.org>
826
827 * version.h: To test ospfd, set version to 0.78c.
828
8291999-08-31 Janos Farkas <chexum@shadow.banki.hu>
830
831 * Many misspelling correction.
832
8331999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
834
835 * version.h: To test ospfd, set version to 0.78b.
836
8371999-08-31 Kunihiro Ishiguro <kunihiro@zebra.org>
838
839 * configure.in (LIBS): Add UCD-SNMP include path check.
840
8411999-08-31 Lars Fenneberg <lf@elemental.net>
842
843 * configure.in: The logic which detects the UCD-SNMP library
844 should first check in the default system locations for the library
845 and then in /usr/local.
846
8471999-08-27 itojun@iijlab.net
848
849 * configure.in (LIBS): Fix problem about libsnmp.a check.
850
8511999-08-26 kay <kay@v6.access.co.jp>
852
853 * configure.in (CFLAGS): Add <sys/socket.h> to check socklen_t.
854
8551999-08-24 VOP <vop@unity.net>
856
857 * filter.c: Include "sockunion.h".
858 plist.c: Likewise.
859 table.c: Likewise.
860
8611999-08-24 Kunihiro Ishiguro <kunihiro@zebra.org>
862
863 * configure.in: Add netinet6/in6.h check.
864
8651999-08-21 Masaki Minami <masaki@minami.org>
866
867 * BSD/OS 4.0 porting.
868
8691999-08-15 Kunihiro Ishiguro <kunihiro@zebra.org>
870
871 * configure.in: Add --enable-netlink option to force to use Linux
872 netlink interface.
873 (CFLAGS): Add ucd-snmp library check.
874
875 * acconfig.h: If socklen_t is not defined, typedef int to
876 socklen_t.
877
8781999-08-15 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
879
880 * configure.in: When --enable-ipv6 specified, then only kernel
881 version is checked.
882
8831999-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
884
885 * configure.in: Add GNU libc 2.1 check.
886
8871999-08-02 Kunihiro Ishiguro <kunihiro@zebra.org>
888
889 * configure.in: Fix privious Linux IPv6 check changes.
890
8911999-08-02 Arkadiusz Miskiewicz <misiek@misiek.eu.org>
892
893 * configure.in: Improve Linux IPv6 feature check.
894
8951999-07-29 Rick Payne <rickp@rossfell.co.uk>
896
897 * Changed route-maps to behave in a more cisco-like fashion
898
8991999-07-27 Gerhard Poul <gpoul@gnu.org>
900
901 * SERVICES: New file added.
902
9031999-07-12 itojun@iijlab.net
904
905 * configure.in: Add check for getaddrinfo. Improve Kame related
906 library check.
907
9081999-07-07 Yasuhiro Ohara <yasu@sfc.wide.ad.jp>
909
910 * configure.in, acconfig.h: Add check for FreeBSD 3.2.
911
9121999-07-07 Kunihiro Ishiguro <kunihiro@zebra.org>
913
914 * configure.in: Delete check for netinet/ip6.h.
915
9161999-06-30 Gerhard Poul <gpoul@gnu.org>
917
918 * README: remixed the old files and added some new parts.
919 moved some INSTALL stuff into INSTALL file.
920 moved some other stuff to doc/zebra.texi
921
9221999-06-29 Kunihiro Ishiguro <kunihiro@zebra.org>
923
924 * configure.in (LIBS): Add libresolv check.
925 Change --enabe-all-in-one option to --enable-one-vty.
926
9271999-06-20 Kunihiro Ishiguro <kunihiro@zebra.org>
928
929 * configure.in: Add --enabe-all-in-one option.
930
9311999-06-16 Kunihiro Ishiguro <kunihiro@zebra.org>
932
933 * configure.in: Add socklen_t check.
934
9351999-06-16 Gerhard Poul <gpoul@gnu.org>
936
937 * Many compile warnings fixed.
938
9391999-05-31 Kunihiro Ishiguro <kunihiro@zebra.org>
940
941 * configure.in: Change message from Linux 2.2.X IPv6 to Linux IPv6.
942 OpenBSD (NRL) check is enabled.
943
9441999-05-30 Kunihiro Ishiguro <kunihiro@zebra.org>
945
946 * configure.in (LIBS): Add crypt library check.
947
9481999-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
949
950 * configure.in: Add sin6_scope_id in struct sockaddr_in6 check.
951
9521999-04-30 Kunihiro Ishiguro <kunihiro@zebra.org>
953
954 * Set version to 0.63 for first beta package.
955
9561999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org>
957
958 * guile.m4: Added from guile package.
959
9601999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org>
961
962 * Set version to 0.60 for beta package preparation.
963
9641999-04-12 Kunihiro Ishiguro <kunihiro@zebra.org>
965
966 * Makefile.am: Add noninst_LIBRARIES each directory's Makefile.am.
967 This change is for linking these libraries to guile.
968
9691999-04-08 Kunihiro Ishiguro <kunihiro@zebra.org>
970
971 * configure.in (LIBS): Add struct rt_addrinfo check.
972
9731999-04-07 Kunihiro Ishiguro <kunihiro@zebra.org>
974
975 * configure.in: AC_STDC_HEADERS added.
976
9771999-03-29 Kunihiro Ishiguro <kunihiro@zebra.org>
978
979 * Add dependencies to each directory's Makefile.am.
980
9811999-03-02 Peter Galbavy <Peter.Galbavy@knowledge.com>
982
983 * reworked include file structure, and configure so that all
984 source files get all system-dependent include files by including
985 <zebra.h> which is really lib/zebra.h. This means that the
986 different programs include files are now available as #include
987 "zebra/zebra.h" - note the use of quotes, not <> as delimiters.
988
989 In practical terms, if I haven't really screwed up, the main file
990 that maintainers for other OSes have to change is lib/zebra.h for
991 all the conditional includes etc.
992
993 * added --disable-pthread for those systems that seem to have
994 POSIX threads, but do not work. OpenBSD 2.4+ is like that just
995 now. Changed all occurance of #ifdef PTHREAD to use HAVE_PTHREAD
996 instead.
997
9981999-02-24 <kunihiro@zebra.org>
999
1000 * configure.in: update to AC_PREREQ(1.13).
1001 Change message from Linux 2.1.x to Linux 2.2.x.
1002 * Added ospf6d directory support.
1003
10041999-02-22 Peter Galbavy <Peter.Galbavy@knowledge.com>
1005
1006 * added a "log" element to the BGPd peer structure, enabling us to
1007 start thinging about a log stream per peer. This is currently
1008 ignored by the wrapper code, but developers should try to use the
1009 "appropriate" ZLOG stream. Documentation will follow, when the
1010 real routines start to exist.
1011
1012 The current plan is to use a copy of the BSD syslog() routines and
1013 replace the syslog library function with our own. I will need
1014 feedback from users of other platforms as this work is done to see
1015 if all is well elsewhere.
1016
1017 * preliminary work on zlog() library. directly replaces syslog()
1018 currently with zlog(ZLOG *, ...) where the new first argument
1019 is a pointer to a ZLOG structure (defined in lib/log.h) and will
1020 encapsulate all the information necessary to maintain multiple
1021 logging streams.
1022
10231999-02-19 Peter Galbavy <Peter.Galbavy@knowledge.com>
1024
1025 * added vsnprintf() macro to lib/str.h if required and removed
1026 #ifdef SUNOS_5 dependency on it
1027
10281999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1029
1030 * syslog support added
1031
10321999-02-18 Peter Galbavy <Peter.Galbavy@knowledge.com>
1033
1034 * configure.in: Add daemon function check.
1035
10361999-01-21 Kunihiro Ishiguro <kunihiro@zebra.org>
1037
1038 * configure.in: Add --disable-ipv6, --disable-zebra,
1039 --disable-bgpd, --disable-ripd, --disable-ripngd, --disable-ospfd
1040 options to configure.
1041
10421998-12-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1043
1044 * configure.in: Check /usr/inet6/lib/libinet6.a exists or not.
1045
10461998-10-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1047
1048 * configure.in: Comment out FreeBSD's libc_r detect section. At
1049 this moment it doesn't work correctly with zebra.
1050
1051 Netlink interface is only enabled when Linux kernel version is
1052 upper than 2.1.0.
1053
10541998-09-15 HEO SeonMeyong <seirios@matrix.iri.co.jp>
1055
1056 * Hydrangea is now called KAME, so change all defines.
1057
10581998-08-16 Kunihiro Ishiguro <kunihiro@zebra.org>
1059
1060 * configure.in: ifaliasreq check added.
1061
10621998-08-12 Katsuhiro Kondou <kondou@nec.co.jp>
1063
1064 * Patch is applied for compile under EWS4800
1065
10661998-06-09 Kunihiro Ishiguro <kunihiro@zebra.org>
1067
1068 * configure.in: delete old mtu_method check.
1069
1070 * doc/zebra.texi (Kernel interface): chapter `Kernel interface' added
1071
10721998-06-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1073
1074 * configure.in: add new netlink check for GNU/Linux
1075
10761998-06-07 Kunihiro Ishiguro <kunihiro@zebra.org>
1077
1078 * doc/zebra.texi: Update Linux netlink chapter.
1079
10801998-05-18 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1081
1082 * config.h.in: define PTHREAD if work on Solaris 2.6
1083 why delete the definition? I miss?
1084
10851998-05-08 Kunihiro Ishiguro <kunihiro@zebra.org>
1086
1087 * configure.in: add net/if.h header check.
1088
10891998-05-02 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1090
1091 * zebra.tex,archfig.tex,zebra.sty: Manual file is added.
1092 * zebra.texi: Modify Introduction text.
1093 * RIPngd.c: Patch Hydrangea code.
1094
10951998-05-01 Kunihiro Ishiguro <kunihiro@zebra.org>
1096
1097 * .cvsignore: added.
1098
1099 * Makerule.in: is gone.
1100 * Makefile.am: Now we use automake to generate Makefile.in
1101
11021998-03-19 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1103
1104 * lib/vty.c: modified the definition of *master
1105 * lib/sockunion.c (inet_aton): add, but don't work. uum...
1106
1107
11081998-03-15 Yamashita TAKAO <jargon@lares.dti.ne.jp>
1109
1110 * configure.in: define PTHREAD if work on Solaris 2.6
1111 * config.h.in: likewise
1112 * lib/thread.c: likewise
1113 * lib/vty.c: likewise
1114
11151998-03-15 SeonMeyong HEO <seirios@Matrix.iri.co.jp>
1116
1117 * config.h.in: define INET6 if defined HAVE_IPV6 & HYDRANGEA
1118 * bgpd/: remove include <netinet6/in6.h> line.
1119 * lib/: remove include <netinet6/in6.h> line.
1120 * ripbgd/: remove include <netinet6/in6.h> line.
1121 * zebra/: remove include <netinet6/in6.h> line.
1122 * ripd/*.c: remove include <netinet6/in6.h> line.
1123 undefine IPV6 difinitions because RIPd is not worked for
1124 IPv6 protocol.
1125
1126
11271998-01-30 Kunihiro Ishiguro <kunihiro@zebra.org>
1128
1129 * configure.in: Change routing socket check method from
1130 AC_TRY_COMPILE to AC_TRY_RUN because GNU libc version 2 has
1131 AF_ROUTE but over linux it's meenigless.
1132
11331998-01-06 Kunihiro Ishiguro <kunihiro@zebra.org>
1134
1135 * config.h.in: remove err_t define.
1136
11371997-11-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1138
1139 * configure.in (canonical): add check of IF_METHOD
1140
11411997-09-27 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1142
1143 * configure.in: add INRIA check
1144
11451997-09-25 Kunihiro Ishiguro <kunihiro@note.digital-magic.co.jp>
1146
1147 * configure.in (canonical): change ipforward_snmp.o to ipforward_proc.o
1148
11491997-09-12 Kunihiro Ishiguro <kunihiro@zebra.org>
1150
1151 * configure.in: change IRDPD to NDPD
1152
11531997-08-18 Kunihiro Ishiguro <kunihiro@zebra.org>
1154
1155 * INSTALL: new file
1156
11571997-08-14 Kunihiro Ishiguro <kunihiro@zebra.org>
1158
1159 * config.h: add XCALLOC()
1160