--------------------- PatchSet 782 Date: 2004/10/23 15:26:49 Author: hasso Branch: HEAD Tag: (none) Log: Yet another breakage introduced in May with zserv cleanup. Members: lib/ChangeLog:1.62->1.63 lib/zclient.c:1.13->1.14 --------------------- PatchSet 783 Date: 2004/10/25 15:19:15 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-25 Paul Jakma * Update with fix in debian bug id 222930. * bgp_main.c: Add ZCAP_RAW, needed to bind to interfaces. bgp_network.c: (....) raise/lower privs around call to SO_BINDTODEVICE sockopt. Members: bgpd/ChangeLog:1.27->1.28 bgpd/bgp_main.c:1.12->1.13 bgpd/bgp_network.c:1.7->1.8 --------------------- PatchSet 784 Date: 2004/10/26 07:39:56 Author: hasso Branch: HEAD Tag: (none) Log: Fix help of "show debugging ripng" command. Members: ripngd/ChangeLog:1.13->1.14 ripngd/ripng_debug.c:1.3->1.4 --------------------- PatchSet 785 Date: 2004/10/28 18:32:27 Author: hasso Branch: HEAD Tag: (none) Log: Remove dead "ip tunnel" command. Members: zebra/ChangeLog:1.48->1.49 zebra/interface.c:1.17->1.18 --------------------- PatchSet 786 Date: 2004/10/28 18:43:11 Author: hasso Branch: HEAD Tag: (none) Log: "show running-daemons" -> "show daemons". Members: vtysh/ChangeLog:1.25->1.26 vtysh/vtysh.c:1.34->1.35 --------------------- PatchSet 787 Date: 2004/10/29 06:35:43 Author: paul Branch: HEAD Tag: (none) Log: - lib/ dir shouldnt be conditional, remove bad dir attribute from dev files Members: redhat/quagga.spec.in:1.17->1.18 --------------------- PatchSet 788 Date: 2004/10/29 09:29:36 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-29 Paul Jakma * vty.c: Move setting of sock to O_NONBLOCK from vty_serv_un to vtysh_accept, where sock is the actual fd we wanted to set to O_NONBLOCK, ie the /connected/ vtysh unix socket. Members: lib/ChangeLog:1.63->1.64 lib/vty.c:1.22->1.23 --------------------- PatchSet 789 Date: 2004/10/31 02:13:09 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * vty.c: As per Andrew's suggestions.. (vty_serv_un) remove flags. (vtysh_accept) close socket if we cant set NONBLOCK. Add flags. Members: lib/ChangeLog:1.64->1.65 lib/vty.c:1.23->1.24 --------------------- PatchSet 790 Date: 2004/10/31 11:21:16 Author: paul Branch: HEAD Tag: (none) Log: - update cvs ignore, ignore quagga.dvi, quagga.ps, etc. Members: doc/.cvsignore:1.7->1.8 --------------------- PatchSet 791 Date: 2004/10/31 11:24:51 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * ospf_packet.c: (ospf_write_frags) Add debug output (ospf_write) set type early, so we can pass it to ospf_write_frags. (ospf_ls_upd_packet_new) print size in debug output when too large packet is encountered. Members: ospfd/ChangeLog:1.64->1.65 ospfd/ospf_packet.c:1.48->1.49 --------------------- PatchSet 792 Date: 2004/10/31 16:15:33 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * keychain.c: Convert some more strtoul users to VTY_GET_INTEGER. Members: lib/ChangeLog:1.65->1.66 lib/keychain.c:1.3->1.4 --------------------- PatchSet 793 Date: 2004/10/31 16:19:24 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * memory.h: Add MTYPE_THREAD_FUNCNAME and MTYPE_THREAD_STATS * thread.c: Update stats and funcname alloc/free to use previous specific memory type defines Members: lib/ChangeLog:1.66->1.67 lib/memory.h:1.7->1.8 lib/thread.c:1.9->1.10 --------------------- PatchSet 794 Date: 2004/10/31 16:29:50 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * smux.c: fix int to size_t compile warnings Members: lib/ChangeLog:1.67->1.68 lib/smux.c:1.11->1.12 --------------------- PatchSet 795 Date: 2004/10/31 16:43:17 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * thread.c: Use XCALLOC and sizeof the type, not the pointer. Members: lib/ChangeLog:1.68->1.69 lib/thread.c:1.10->1.11 --------------------- PatchSet 796 Date: 2004/10/31 18:01:13 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * ospf_packet.c: (ospf_ls_upd_packet_new) Format for size_t should be ld. * ospf_zebra.c: (ospf_distribute_list_update_timer) Ugly misuse of THREAD_ARG to store an integer, but it should at least use same same type to retrieve the value. Assert value is sane. Members: ospfd/ChangeLog:1.65->1.66 ospfd/ospf_packet.c:1.49->1.50 ospfd/ospf_zebra.c:1.23->1.24 --------------------- PatchSet 797 Date: 2004/10/31 18:58:09 Author: paul Branch: HEAD Tag: (none) Log: 2004-10-31 Paul Jakma * {bgpd,bgp_attr}.c: size_t printf format should be ld. Members: bgpd/ChangeLog:1.28->1.29 bgpd/bgp_attr.c:1.5->1.6 bgpd/bgpd.c:1.10->1.11 --------------------- PatchSet 798 Date: 2004/11/01 08:59:21 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-01 Paul Jakma * sockopt.c: (setsockopt_pktinfo) remove, its unused. Members: lib/ChangeLog:1.69->1.70 lib/sockopt.c:1.11->1.12 --------------------- PatchSet 799 Date: 2004/11/02 18:59:49 Author: paul Branch: HEAD Tag: (none) Log: - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch with CVS trees. Members: .cvsignore:1.7->1.8 bgpd/.cvsignore:1.5->1.6 doc/.cvsignore:1.8->1.9 doc/mpls/.cvsignore:INITIAL->1.1 guile/.cvsignore:1.3->1.4 isisd/.cvsignore:1.5->1.6 isisd/include-netbsd/.cvsignore:INITIAL->1.1 isisd/modified/.cvsignore:INITIAL->1.1 isisd/topology/.cvsignore:1.2->1.3 lib/.cvsignore:1.6->1.7 m4/.cvsignore:1.1->1.2 ospf6d/.cvsignore:1.7->1.8 ospfclient/.cvsignore:1.5->1.6 ospfd/.cvsignore:1.5->1.6 pkgsrc/.cvsignore:1.2->1.3 ports/.cvsignore:INITIAL->1.1 ports/files/.cvsignore:INITIAL->1.1 ports/pkg/.cvsignore:INITIAL->1.1 redhat/.cvsignore:1.4->1.5 ripd/.cvsignore:1.5->1.6 ripngd/.cvsignore:1.5->1.6 tests/.cvsignore:1.3->1.4 tools/.cvsignore:INITIAL->1.1 vtysh/.cvsignore:1.6->1.7 zebra/.cvsignore:1.4->1.5 --------------------- PatchSet 800 Date: 2004/11/02 20:26:45 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-02 Paul Jakma * ospf_packet.c: (ospf_write_frags) remove iov arg, msg already points to it. Add convenience pointer to msg->msg_iov[1], and use this, fixing the unfortunate borkenness introduced in moving of this code to a function. (ospf_write) remove iovp and fix up call to previous. (ospf_ls_upd_packet_new) cast size to long int - unfortunately glibc's size_t format modifier is not portable. Members: ospfd/ChangeLog:1.66->1.67 ospfd/ospf_packet.c:1.50->1.51 --------------------- PatchSet 801 Date: 2004/11/04 19:26:16 Author: ajs Branch: HEAD Tag: (none) Log: 2004-11-04 Andrew J. Schorr * vty.c: Vtysh connections to daemons should use buffering. (vty_out) Remove exception for vty_shell_serv, just use buffer_write. (vty_new) Increase output buffer size to 4096 rounded up to a multiple of pagesize. (vtysh_read) After command has been executed and all output buffered, call buffer_flush_available and schedule further writes if the buffers are not yet empty. (vtysh_write) New function to flush output to vtysh when the socket is writeable. (vty_event) Added new VTYSH_WRITE event for flushing buffers to vtysh clients. Also, should save read thread in vty->t_read so the thread can be cancelled in vty_close. * buffer.h: In struct buffer_data, remove unused "parent" field. Convert "unsigned char *data" to "unsigned char data[0]" to save a malloc. Declare new function buffer_flush_available that works with non-blocking sockets. * buffer.c: (buffer_data_new) Use a single malloc now that data is a variable-size array at end of structure. (buffer_data_free) Just a single free now that data is part of the structure. (buffer_write) Simplify the logic to make behavior more transparent. (buffer_flush) Decrease b->length as data is written out. (buffer_flush_vty_all) Decrease b->length as buffers are freed. (buffer_flush_vty) Decrease b->length as data is written out. (buffer_flush_available) New function to flush non-blocking sockets. Members: lib/ChangeLog:1.70->1.71 lib/buffer.c:1.4->1.5 lib/buffer.h:1.3->1.4 lib/vty.c:1.24->1.25 --------------------- PatchSet 802 Date: 2004/11/04 20:35:31 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-04 Paul Jakma * ospfd.c: (ospf_network_match_iface) revert to previous network statement match behaviour. Members: ospfd/ChangeLog:1.67->1.68 ospfd/ospfd.c:1.26->1.27 --------------------- PatchSet 803 Date: 2004/11/05 01:25:55 Author: ajs Branch: HEAD Tag: (none) Log: 2004-11-04 Andrew J. Schorr * vty.h: Remove fields in struct vty that were related to VTY_CONTINUE capabilities (that were used only in bgpd/bgp_route.c and are now removed). Also remove some other fields that were not being used at all. * vty.c: (vty_execute) Do not test for obsolete status values VTY_START and VTY_CONTINUE. (vty_read) Remove calls to vty->output_func since that was part of the VTY_CONTINUE infrastructure that has been removed. (vty_flush) Remove code to support VTY_START and VTY_CONTINUE. (vty_close) Remove code to cancel vty->t_output thread, since that thread was never actually used. * bgp_route.c: Remove all code related to VTY_CONTINUE; this feature is deprecated because the output did not represent a single point in time. All output needs to be generated inline and buffered by the library code. (route_vty_out,route_vty_out_tag,damp_route_vty_out, flap_route_vty_out) Remove code to count number of lines of output, since this was only useful for VTY_CONTINUE behavior. (bgp_show_callback) Removed. (bgp_show_table) Remove hooks for VTY_CONTINUE callback support. As a result, there's a new output_arg argument to this function. Make function static. (bgp_show) Make function static and add a new output_arg argument. Change all functions that call bgp_show or bgp_show_table to pass the new output_arg argument (that used to be passed inside vty->output_arg). * bgp_mplsvpn.c: Remove declarations of functions defined in bgp_route.c; these declarations belong in bgp_route.h. * bgp_route.h: Declare 3 global functions used in both bgp_route.c and in bgp_mplsvpn.c. Members: bgpd/ChangeLog:1.29->1.30 bgpd/bgp_mplsvpn.c:1.3->1.4 bgpd/bgp_route.c:1.18->1.19 bgpd/bgp_route.h:1.5->1.6 lib/ChangeLog:1.71->1.72 lib/vty.c:1.25->1.26 lib/vty.h:1.6->1.7 --------------------- PatchSet 804 Date: 2004/11/05 12:59:21 Author: gdt Branch: HEAD Tag: (none) Log: spelling: s/supress/suppress/ Members: doc/ipv6.texi:1.3->1.4 --------------------- PatchSet 805 Date: 2004/11/05 13:17:20 Author: gdt Branch: HEAD Tag: (none) Log: Adjust per-directory vs global ChangeLog to match current practice. Spelling fixes. Add Solaris on 64-bit to list of 'supported' platforms. List NetBSD/sparc64 as a 'future' platform - there aren't enough users to make it really supported, but it's good at exposing latent bugs (e.g router advertisement formatting on BSD, and LSA alignment issues). Note explicitly that ospf6d and isisd are in 'testing' rather than 'stable'. (Feel free to correct - just wanted to get more explicit.) Add note questioning current relevance of isisd.sf.net - is our repo the canonical place now? Members: HACKING:1.8->1.9 --------------------- PatchSet 806 Date: 2004/11/05 13:24:12 Author: ajs Branch: HEAD Tag: (none) Log: spelling: s/supress/suppress/ Members: ospfd/OSPF-MIB.txt:1.1->1.2 --------------------- PatchSet 807 Date: 2004/11/05 18:42:27 Author: gdt Branch: HEAD Tag: (none) Log: 2004-11-05 Phil Spagnolo * ospf6_flood.c: When adding a thread to retransmit an lsa after rxmt_interval, the ospf6d used thread_add_event(). However, thread_add_event() executes immediately and ignores the delay parameter. This was causing unnecesary unicast LSU sends. Adding the thread has been changed to use thread_add_timer() which will expire after delay. After the fix results appear consistent with expectation. Members: ospf6d/ChangeLog:1.28->1.29 ospf6d/ospf6_flood.c:1.8->1.9 --------------------- PatchSet 808 Date: 2004/11/05 23:38:20 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-05 Paul Jakma * HACKING: Expand on ChangeLogs, eg current practice for certain directories and certain other meta-data is not to maintain a ChangeLog. Expand on the commit message, IMHO, commit message should always be ChangeLog for files where ChangeLog is kept. Solaris is supported on any platform (with, at moment, an additional patch). Members: ChangeLog:1.65->1.66 HACKING:1.9->1.10 --------------------- PatchSet 809 Date: 2004/11/06 17:13:09 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-06 Paul Jakma * defines.texi.in: New file, texi variables should be set here, autoconf substitution is available. Define common AUTHORS, COPYRIGHT_YEAR and COPYRIGHT_STR vars. * (global): Make use of makeinfo node pointer auto-creation to avoid having to fully specify links for nodes, so we only have to specify current node name - simplifies text slightly. Remove extraneous newlines which appear to cause extra blank pages to be added in output. Update copyright strings which appear in various places to use the new COPYRIGHT_STR texinfo variable. Change url to uref, the former need not output an actual hyperlink depending on version of texinfo, the latter should if supported by the format (eg PDF). * texinfo.tex: Update to a more recent version. previous file was many many years old. This file should possibly be removed altogether, and allowed to be installed by automake. * quagga.texi: Make use of automake's version.texi feature to have VERSION and some other vars auto-defined. include defines.texi. Change copyright strings to use the COPYRIGHT_STR variable. * install.texi: Make the privs section an actual section. Ditto for the Linux notes. * overview.texi: Supply URL for Quagga, where format allows. Tidy up one or two paragraphs slightly. Update the section on supported platforms. Remove the ZNOG list stuff, direct reader to the website for further information on email lists. * vtysh.texi: Update the integrated config file section. Make the commands sections so correct PDF indexes are built. Members: doc/.cvsignore:1.9->1.10 doc/ChangeLog:1.14->1.15 doc/Makefile.am:1.4->1.5 doc/appendix.texi:1.2->1.3 doc/basic.texi:1.3->1.4 doc/bgpd.texi:1.2->1.3 doc/defines.texi.in:INITIAL->1.1 doc/filter.texi:1.2->1.3 doc/install.texi:1.5->1.6 doc/ipv6.texi:1.4->1.5 doc/kernel.texi:1.2->1.3 doc/main.texi:1.2->1.3 doc/ospf6d.texi:1.1->1.2 doc/ospfd.texi:1.10->1.11 doc/overview.texi:1.6->1.7 doc/protocol.texi:1.1->1.2 doc/quagga.texi:1.2->1.3 doc/ripd.texi:1.4->1.5 doc/ripngd.texi:1.1->1.2 doc/routemap.texi:1.1->1.2 doc/snmp.texi:1.5->1.6 doc/texinfo.tex:1.1->1.2 doc/vtysh.texi:1.3->1.4 --------------------- PatchSet 810 Date: 2004/11/07 19:00:16 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-07 Paul Jakma * Add the route server docs. * routeserver.texi: new file, texinfo'fied and slightly modified version of the original TeX from James Luis Rubio. * fig-*.eps: new files, diagrammes. Members: doc/ChangeLog:1.15->1.16 doc/fig-normal-processing.eps:INITIAL->1.1 doc/fig-rs-processing.eps:INITIAL->1.1 doc/fig_topologies_full.eps:INITIAL->1.1 doc/fig_topologies_rs.eps:INITIAL->1.1 doc/routeserver.texi:INITIAL->1.1 --------------------- PatchSet 811 Date: 2004/11/07 19:39:13 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-07 Paul Jakma * Makefile.am: Add automatic rule to build pdf's from eps figures. Clean *.pdf. Add rule for quagga.pdf (as the eps.pdf pattern probably otherwise will override automake's rule for quagga.pdf) * overview.texi: URL was causing TeX overfull, put on newline. * quagga.texi: Put the copyright notice into @copying section, as is proper. Strip trailling space from the main menu lines. * rip(ng)?d.texi: Minor reformatting. * Add the route server docs. * bgpd.texi: remove unneeded page breaks. The 6Bone example overflows though. Members: doc/.cvsignore:1.10->1.11 doc/ChangeLog:1.16->1.17 doc/Makefile.am:1.5->1.6 doc/bgpd.texi:1.3->1.4 doc/overview.texi:1.7->1.8 doc/quagga.texi:1.3->1.4 doc/ripd.texi:1.5->1.6 doc/ripngd.texi:1.2->1.3 --------------------- PatchSet 812 Date: 2004/11/07 22:12:23 Author: paul Branch: HEAD Tag: (none) Log: * Sun Nov 07 2004 Paul Jakma - Fix with_ipv6 set to 0 build Members: redhat/quagga.spec.in:1.18->1.19 --------------------- PatchSet 813 Date: 2004/11/07 22:27:27 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-07 Paul Jakma * lib/version.h.in: add autoconf configure_input output var Members: lib/ChangeLog:1.72->1.73 lib/version.h.in:1.4->1.5 --------------------- PatchSet 814 Date: 2004/11/07 22:34:23 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-06 Paul Jakma * configure.ac: Arguments to AC_OUTPUT is deprecated, use AC_CONFIG_FILES instead. Rearrange the order slightly to put the Makefiles first (silly aesthetic thing, dont know why I had to do this ;) ). Add doc/defines.texi to the list. * NEWS: bgp route-server support added, refer to docs. * update-autotools: call automake with --add-missing and --copy, former is important for obvious reasons, latter for dist files, and --gnu to enable whatever extra goodness checks. * {depcomp, install-sh, missing}: removed, auto-generated files. Members: ChangeLog:1.66->1.67 NEWS:1.12->1.13 configure.ac:1.72->1.73 depcomp:1.1->1.2(DEAD) install-sh:1.1->1.2(DEAD) missing:1.1->1.2(DEAD) update-autotools:1.8->1.9 --------------------- PatchSet 815 Date: 2004/11/08 11:53:09 Author: paul Branch: HEAD Tag: (none) Log: - ignore missing, depcomp and install-sh, the recently removed files. Members: .cvsignore:1.8->1.9 --------------------- PatchSet 816 Date: 2004/11/08 12:08:35 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-07 Paul Jakma * quagga.texi: include routeserver.texi. TODO: integrate the current multiple-instance orientated bgpd route-server section with the new route-server docs. Members: doc/ChangeLog:1.17->1.18 doc/quagga.texi:1.4->1.5 --------------------- PatchSet 817 Date: 2004/11/08 15:43:21 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-07 Paul Jakma * buffer.c: Add missing include of log.h. (buffer_flush_available) written is compared against mostly against unsigned types, only for the writev do we need signed compare, so declare it as size_t and cast it to ssize_t just for the error compare when we've called writev. * buffer.h: Add comment that buffer data sizes really should be size_t. Members: lib/ChangeLog:1.73->1.74 lib/buffer.c:1.5->1.6 lib/buffer.h:1.4->1.5 --------------------- PatchSet 818 Date: 2004/11/08 16:28:39 Author: paul Branch: HEAD Tag: (none) Log: 2004-11-07 Paul Jakma * Makefile.am: Add routeserver.texi to quagga_TEXINFOS. Add quagga.info to clean files list (would have thought automake would have done this, but it doesnt seem to) Members: doc/ChangeLog:1.18->1.19 doc/Makefile.am:1.6->1.7 --------------------- PatchSet 819 Date: 2004/11/08 17:34:07 Author: paul Branch: HEAD Tag: (none) Log: Oops, wrong date on changelog entries.. Members: doc/ChangeLog:1.19->1.20 lib/ChangeLog:1.74->1.75 --------------------- PatchSet 820 Date: 2004/11/08 17:36:29 Author: paul Branch: HEAD Tag: (none) Log: - use makeinfo --html to generate quagga.html Members: redhat/quagga.spec.in:1.19->1.20 --------------------- PatchSet 821 Date: 2004/11/08 17:38:30 Author: paul Branch: HEAD Tag: quagga_0_97_3_release Log: 2004-11-08 Paul Jakma * configure.ac: bump version to 0.97.3, release imminent. Members: ChangeLog:1.67->1.68 configure.ac:1.73->1.74