Tag 'quagga_0_97_4_release' created by paul <paul> at 1970-01-01 00:00 -0800

Changes since quagga_0_97_3_release:
ajs (76):
      Remove unused dont_more variable in vty_flush and add return 0 to 
vtysh_write.
      2004-11-10 Andrew J. Schorr <[email protected]>
      2004-11-11 Andrew J. Schorr <[email protected]>
      2004-11-15 Andrew J. Schorr <[email protected]>
      Note that autoreconf should be invoked as 'autoreconf -i'.
      2004-11-16 Andrew J. Schorr <[email protected]>
      2004-11-19 Andrew J. Schorr <[email protected]>
      2004-11-19 David Young <[email protected]>
      Fix previous change to use new function safe_strerror instead of strerror.
      2004-11-19 Andrew J. Schorr <[email protected]>
      2004-11-23 Andrew J. Schorr <[email protected]>
      2004-11-23 Andrew J. Schorr <[email protected]>
      2004-11-24 Andrew J. Schorr <[email protected]>
      In zlog_signal, change type of size since backtrace actually returns an 
int.
      In zlog_signal, should probably check the return code from backtrace, just
      2004-11-25 Andrew J. Schorr <[email protected]>
      2004-11-25 Andrew J. Schorr <[email protected]>
      Remove unused va_list variable that was introduced by mistake in the last 
patch
      2004-11-26 Andrew J. Schorr <[email protected]>
      2004-11-26 Andrew J. Schorr <[email protected]>
      2004-11-26 Andrew J. Schorr <[email protected]>
      2004-11-26 Andrew J. Schorr <[email protected]>
      2004-11-28 Andrew J. Schorr <[email protected]>
      Fix comment for zlog_backtrace_sigsafe: it now supports syslog logging
      2004-11-30 Andrew J. Schorr <[email protected]>
      2004-12-03 Andrew J. Schorr <[email protected]>
      2004-12-03 Andrew J. Schorr <[email protected]>
      2004-12-03 Andrew J. Schorr <[email protected]>
      Need RCS Id keyword.
      2004-12-03 Andrew J. Schorr <[email protected]>
      2004-12-07 Andrew J. Schorr <[email protected]>
      2004-12-07 Andrew J. Schorr <[email protected]>
      2004-12-07 Andrew J. Schorr <[email protected]>
      2004-12-07 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-08 Andrew J. Schorr <[email protected]>
      2004-12-09 Andrew J. Schorr <[email protected]>
      2004-12-09 Andrew J. Schorr <[email protected]>
      2004-12-10 Andrew J. Schorr <[email protected]>
      2004-12-11 Andrew J. Schorr <[email protected]>
      2004-12-15 Andrew J. Schorr <[email protected]>
      2004-12-15 Andrew J. Schorr <[email protected]>
      2004-12-15 Andrew J. Schorr <[email protected]>
      2004-12-16 Andrew J. Schorr <[email protected]>
      2004-12-17 Andrew J. Schorr <[email protected]>
      2004-12-17 Andrew J. Schorr <[email protected]>
      2004-12-21 Andrew J. Schorr <[email protected]>
      2004-12-21 Andrew J. Schorr <[email protected]>
      2004-12-21 Andrew J. Schorr <[email protected]>
      2004-12-21 Andrew J. Schorr <[email protected]>
      2004-12-21 Andrew J. Schorr <[email protected]>
      2004-12-21 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>
      2004-12-22 Andrew J. Schorr <[email protected]>

gdt (16):
      Add $Id:$.
      Note that either BSD make or GNU make works, and note versions.
      Make explicit that bumping required tool versions needs thought.
      Rationalize CMSG_SPACE usage:
      Note that <dollar>Id:$ should be included in all files.
      add note about alignment in LS updates due to opaque LSAs.
      Note OpenBSD versions (thanks to Gernot W. Schmied).
      note that OpenBSD versions are for 3.6.
      Note C99 requirement.
      Add comments with warnings obtained on NetBSD/i386.  Both are due to
      add comment about warning of comparison between signed and unsigned
      Add const to char * to quiet warnings.
      add comments about warnings
      ospf_apiserver_term:
      add XXX comment about hex_append being unused.
      * ospf_apiserver.c (ospf_apiserver_term): Obtain struct

hasso (13):
      Make quagga.info in cvs actually useful for those who haven't latest
      Unbreak vtysh - don't add comments inside of DEFUN, it breaks extract.pl.
      Make group to run daemon as configurable. Fixes #2 from Bugzilla #64.
      Merge svn revisions 1208, 1222 and 1228 from Zebra cvs.
      Fix compile.
      DEFUN_DEPRECATED passes attribute to DEFUN as well.
      Add isisd.8 into list of man pages.
      Fix "show ipv6 route <proto>" command.
      No delimiter between "ip forwarding" and "ipv6 forwarding".
      Show debug configuration in vtysh.
      More cosmetical vtysh fixes.
      Fix "show ip ospf" output. If router is configured as "translate-never", 
we
      Show sums of checksums in "show ip ospf" output. Okayed by Paul and James

paul (16):
      2004-11-09 Paul Jakma <[email protected]>
      2004-11-12 Paul Jakma <[email protected]>
      - urg, fix the missing close bracket from previous commit
      2004-11-12 Paul Jakma <[email protected]>
      2004-11-12 Paul Jakma <[email protected]>
      2004-11-12 Paul Jakma <[email protected]>
      2004-11-15 Paul Jakma <[email protected]>
      2004-11-15 Paul Jakma <[email protected]>
      2004-11-15 Paul Jakma <[email protected]>
      2004-11-17 Paul Jakma <[email protected]>
      2004-11-22 Paul Jakma <[email protected]>
      2004-11-24 Paul Jakma <[email protected]>
      2004-12-21 Paul Jakma <[email protected]>
      2004-12-21 Paul Jakma <[email protected]>
      2004-12-23 Paul Jakma <[email protected]>
      2004-12-23 Paul Jakma <[email protected]>

---
 INSTALL                     |  181 -
 lib/debug.c                 |   25 
 lib/debug.h                 |    3 
 ospf6d/OSPFV3-MIB.txt       | 2758 -------------------
 .cvsignore                  |    1 
 ChangeLog                   |   81 
 HACKING                     |   24 
 INSTALL.quagga.txt          |   81 
 Makefile.am                 |    4 
 NEWS                        |    5 
 README                      |   11 
 TODO                        |    5 
 bgpd/ChangeLog              |   24 
 bgpd/bgp_attr.c             |    5 
 bgpd/bgp_debug.c            |    2 
 bgpd/bgp_fsm.c              |   10 
 bgpd/bgp_main.c             |   23 
 bgpd/bgp_network.c          |   24 
 bgpd/bgp_nexthop.c          |  251 -
 bgpd/bgp_open.c             |   30 
 bgpd/bgp_packet.c           |  122 
 bgpd/bgp_route.c            |   40 
 bgpd/bgpd.c                 |    1 
 configure.ac                |   26 
 doc/.cvsignore              |    1 
 doc/ChangeLog               |   35 
 doc/Makefile.am             |    4 
 doc/basic.texi              |  141 -
 doc/bgpd.8                  |   18 
 doc/isisd.8                 |   11 
 doc/ospf6d.8                |   11 
 doc/ospfd.8                 |   11 
 doc/quagga.info             | 6156 ++++++++++++++++++++++++++++++++++++++++++++
 doc/ripd.8                  |   14 
 doc/ripngd.8                |   11 
 doc/routeserver.texi        | 1108 +++----
 doc/zebra.8                 |   14 
 isisd/ChangeLog             |   19 
 isisd/dict.c                |    6 
 isisd/isis_main.c           |   26 
 isisd/isis_network.c        |   26 
 isisd/modified/thread.c     |    2 
 isisd/modified/vty.c        |    6 
 lib/ChangeLog               |  279 +
 lib/Makefile.am             |    4 
 lib/buffer.c                |    2 
 lib/command.c               |  662 +++-
 lib/command.h               |   37 
 lib/if.c                    |   16 
 lib/if.h                    |   15 
 lib/log.c                   |  540 ++-
 lib/log.h                   |  129 
 lib/memory.c                |  102 
 lib/memory.h                |    2 
 lib/pid_output.c            |   50 
 lib/prefix.c                |    2 
 lib/privs.c                 |   20 
 lib/regex.c                 |    2 
 lib/sigevent.c              |   98 
 lib/smux.c                  |  100 
 lib/sockopt.c               |    9 
 lib/sockopt.h               |    5 
 lib/sockunion.c             |   10 
 lib/stream.c                |    5 
 lib/thread.c                |    2 
 lib/version.h.in            |    1 
 lib/vty.c                   |   71 
 lib/vty.h                   |    6 
 lib/zassert.h               |   27 
 lib/zclient.c               |   22 
 lib/zebra.h                 |   24 
 ospf6d/ChangeLog            |   32 
 ospf6d/OSPFv3-MIB.txt       | 2758 +++++++++++++++++++
 ospf6d/ospf6_intra.c        |    1 
 ospf6d/ospf6_lsa.c          |    7 
 ospf6d/ospf6_lsa.h          |   16 
 ospf6d/ospf6_lsdb.c         |   78 
 ospf6d/ospf6_lsdb.h         |   11 
 ospf6d/ospf6_main.c         |   36 
 ospf6d/ospf6_network.c      |   16 
 ospf6d/ospf6_snmp.c         |  236 +
 ospf6d/ospf6_spf.c          |   77 
 ospf6d/ospf6_spf.h          |    1 
 ospf6d/ospf6_zebra.c        |    2 
 ospfclient/ospf_apiclient.c |    2 
 ospfd/ChangeLog             |   88 
 ospfd/OSPF-ALIGNMENT.txt    |  119 
 ospfd/ospf_abr.c            |  278 -
 ospfd/ospf_api.c            |   18 
 ospfd/ospf_apiserver.c      |   59 
 ospfd/ospf_asbr.c           |   46 
 ospfd/ospf_ase.c            |    6 
 ospfd/ospf_dump.c           |  167 -
 ospfd/ospf_flood.c          |   44 
 ospfd/ospf_ia.c             |   79 
 ospfd/ospf_interface.c      |   55 
 ospfd/ospf_interface.h      |    2 
 ospfd/ospf_ism.c            |    6 
 ospfd/ospf_lsa.c            |  176 -
 ospfd/ospf_lsdb.c           |   24 
 ospfd/ospf_lsdb.h           |    9 
 ospfd/ospf_main.c           |   20 
 ospfd/ospf_neighbor.c       |    4 
 ospfd/ospf_network.c        |   30 
 ospfd/ospf_nsm.c            |   21 
 ospfd/ospf_opaque.c         |   79 
 ospfd/ospf_packet.c         |  168 -
 ospfd/ospf_route.c          |   72 
 ospfd/ospf_spf.c            |   67 
 ospfd/ospf_te.c             |   56 
 ospfd/ospf_vty.c            |   55 
 ospfd/ospf_zebra.c          |   47 
 ospfd/ospfd.c               |   20 
 redhat/Makefile.am          |    2 
 redhat/quagga.spec.in       |   30 
 redhat/quagga.sysconfig     |    7 
 redhat/watchquagga.init     |   62 
 ripd/ChangeLog              |   22 
 ripd/rip_interface.c        |   33 
 ripd/rip_main.c             |   22 
 ripd/ripd.c                 |  143 -
 ripngd/ChangeLog            |   25 
 ripngd/ripng_interface.c    |   22 
 ripngd/ripng_main.c         |   23 
 ripngd/ripng_nexthop.c      |   16 
 ripngd/ripngd.c             |   68 
 vtysh/ChangeLog             |   23 
 vtysh/vtysh.c               |  207 +
 vtysh/vtysh_config.c        |    8 
 watchquagga/.cvsignore      |   13 
 watchquagga/ChangeLog       |   30 
 watchquagga/Makefile.am     |    9 
 watchquagga/watchquagga.c   | 1409 ++++++++++
 zebra/ChangeLog             |   36 
 zebra/connected.c           |    6 
 zebra/if_ioctl.c            |   14 
 zebra/if_ioctl_solaris.c    |   14 
 zebra/if_proc.c             |    6 
 zebra/if_sysctl.c           |    8 
 zebra/interface.c           |   20 
 zebra/ioctl_solaris.c       |    2 
 zebra/ipforward_proc.c      |   24 
 zebra/ipforward_solaris.c   |    6 
 zebra/irdp_interface.c      |   33 
 zebra/irdp_main.c           |   16 
 zebra/irdp_packet.c         |   23 
 zebra/kernel_socket.c       |   29 
 zebra/main.c                |   24 
 zebra/redistribute.c        |   18 
 zebra/rt_ioctl.c            |   12 
 zebra/rt_netlink.c          |   64 
 zebra/rt_socket.c           |    4 
 zebra/rtadv.c               |   18 
 zebra/rtread_getmsg.c       |   10 
 zebra/rtread_proc.c         |    4 
 zebra/rtread_sysctl.c       |    4 
 zebra/zebra_rib.c           |   18 
 zebra/zebra_vty.c           |    4 
 zebra/zserv.c               |   18 
 159 files changed, 15482 insertions(+), 5814 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to