- 6b148fa [privs/Solaris] Quagga should work in zones with IP instances by Paul Jakma · 17 years ago
- b7fe414 Bug #362 is fixed now. by Denis Ovsienko · 17 years ago
- dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
- 7591d8b [ospfd] Fix bad SPF calculation on some topologies - incorrect sorting by Paul Jakma · 17 years ago
- 6d58272 [bgpd] cleanup, compact and consolidate capability parsing code by Paul Jakma · 17 years ago
- 97cabcf [lib] Add comments regarding setsockopt_multicast_ipv4 arguments. by Andrew J. Schorr · 17 years ago
- 0dc0b70 [linux] Fix strange compilation problem by explicitly including <linux/types.h> by Andrew J. Schorr · 17 years ago
- d46d2a2 [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLEN by Paul Jakma · 18 years ago
- 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
- fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
- 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
- bcdda30 [logging] Minor performance tweak by Andrew J. Schorr · 18 years ago
- 1ed72e0 [logging] Add new "log timestamp precision" command for subsecond timestamps by Andrew J. Schorr · 18 years ago
- eda9ba7 [64-bit] Fix 4 problems with printf formats and 64-bit size_t by Andrew J. Schorr · 18 years ago
- 6dc686a [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixes by Paul Jakma · 18 years ago
- afb88a6 [lib] Make message lookup function more robust. by Andrew J. Schorr · 18 years ago
- e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
- 9895484 [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands by Paul Jakma · 18 years ago
- 965b83f [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) by Andrew J. Schorr · 18 years ago
- db9c0df [lib] Bug #134: threads should be more robust against backward time jumps by Paul Jakma · 18 years ago
- fbcba80 [lib] remove autogenerated file, update .cvsignore by Paul Jakma · 18 years ago
- cc8b13a [lib] Optimise thread_call by caching pointer to thread history in the thread by Paul Jakma · 18 years ago
- 9d0a326 [lib] Do not call vty_close in vty_log_out to avoid possible free memory access by Andrew J. Schorr · 18 years ago
- 74542d7 [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled by Andrew J. Schorr · 18 years ago
- 08942da [debug] Debug messages to terminal vty sessions should include timestamps by Andrew J. Schorr · 18 years ago
- adf6221 [lib] Fix merge error in ChangeLog by Paul Jakma · 18 years ago
- 74176d2 [lib] Fix typo in cpp conditional for malloc.h include by Paul Jakma · 18 years ago
- 5f41e90 [lib] Remove bare routes in route_types: fix mistake in commmit by Paul Jakma · 18 years ago
- 95509e6 [lib] Remove numeric route-type argument in redistribute arg strings by Paul Jakma · 18 years ago
- 9c42a6e [lib] Centralise Zserv route type information, auto-generate redist strings by Paul Jakma · 18 years ago
- 630c97c [zebra] remove internal if_flag_dump, use libzebras version. by Paul Jakma · 18 years ago
- c024fd0 [lib] list_delete shouldn't duplicate list_delete_all_node by Paul Jakma · 18 years ago
- 8ce5cfd [lib] Experimental: have XFREE NULL out the freed pointer by Paul Jakma · 18 years ago
- e5cd706 [lib] Fix vector leak in error path in command.c, CID #38 by Paul Jakma · 18 years ago
- fb66b29 [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe by Paul Jakma · 19 years ago
- a4b3030 [lib] vty_log shouldn't crash if called when vty isn't initiliased by Paul Jakma · 19 years ago
- d09552d [lib] malloc.h is deprecated, try not to include it anymore by Paul Jakma · 19 years ago
- 35cfc90 [lib] include inttypes.h rather than stdint.h, provide defines where missing by Paul Jakma · 19 years ago
- 9c37851 [interface configuration] Try to avoid losing address info after shutdown. by Andrew J. Schorr · 19 years ago
- d6d672a [lib] Add string mapping table for Zserv commands by Paul Jakma · 19 years ago
- d16e043 [lib] CID #39, Fix the vty completion leak-fix to only free when desired by Paul Jakma · 19 years ago
- 5fc6051 [lib] CID #55, fix return of freed pointer, cmd_describe_command_real by Paul Jakma · 19 years ago
- 2fe8aba [lib] CID #39, fix leak in error path, vty_describe_command by Paul Jakma · 19 years ago
- d251996 [lib] CID #37, fix error case leak, cmd_complete_command_real by Paul Jakma · 19 years ago
- 9376c34 [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall by Paul Jakma · 19 years ago
- 86228fd [lib] command.c exports host global, add it to header. by Paul Jakma · 19 years ago
- 213d8da [lib] Trivial: fix line lengths of a comment in workqueu.c by Paul Jakma · 19 years ago
- 6cf0cf0 [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused by Paul Jakma · 19 years ago
- d4ce4f6 [lib] fix gensub call in memtypes.awk to pass "g", not g. by Paul Jakma · 19 years ago
- 6878453 [lib] status field/flags no longer used in struct workqueue by Paul Jakma · 19 years ago
- b51f126 [bgpd] trivial: use a distinct memtype for struct bgp_synchronize by Paul Jakma · 19 years ago
- cec0c4f [lib] fix libtool version argument in Makefile.am by Paul Jakma · 19 years ago
- 41be32b [lib/memory] Add mallinfo support by Paul Jakma · 19 years ago
- 924f9d3 [lib/privs] Changing user IDs should be done before dropping privileges by Paul Jakma · 19 years ago
- 478ccfd [lib] export show_address_cmd debug command in if.h by Paul Jakma · 19 years ago
- 5a54df9 [lib/sockunion] trivial: use XSTRDUP. by Paul Jakma · 19 years ago
- 306d889 [lib/workqueue] remove the useless 'delay' factor. by paul · 19 years ago
- 581a02a [lib/stream] small compile fix, use uint64_t, not u_int64_t. by paul · 19 years ago
- eac314c 2006-01-17 Vincent Jardin <vincent.jardin@6wind.com> by vincent · 19 years ago
- d211086 [lib/zclient] Export zclient_create_header by paul · 19 years ago
- 789f78a [lib/vty] Add 'no terminal monitor' alias by paul · 19 years ago
- 7d0b0c4 [lib/md5] md5_loop should take void pointer for more useful caller warnings. by paul · 19 years ago
- c1b9800 [zserv] Extend Zserv header with version information and marker field by paul · 19 years ago
- c77d454 [zserv] Update interface flags to 8 bytes wide. by paul · 19 years ago
- 4b201d4 [stream] Add quad-word support and stream_resize by paul · 19 years ago
- f80a016 2005-12-29 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 19 years ago
- 00c290e [c99] change gcc zero-length array to C99 flexible array declaration by paul · 19 years ago
- b602607 [lib/zebra.h] fix Linux compile error by paul · 19 years ago
- 6e0f1b9 [privs/solaris] Fix unused variable and incorrect format string. by paul · 19 years ago
- 889e931 [workqueue] Update workqueue users callbacks to additional arguments by paul · 19 years ago
- 76367ea [bug #231] check and include stdint.h, also add std=c99 to gcc CFLAGS by paul · 19 years ago
- 190880d 2005-11-14 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- db29ae5 [lib] 'show route-map' should print call action seperate from exit policy by paul · 19 years ago
- a49ad23 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 9c4f1c6 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 34204aa 2005-11-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 05865c9 2005-10-26 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 0241684 2005-10-26 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- c188c37 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- 24065a3 2005-10-20 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- 5012322 2005-10-18 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- eb3da6d 2005-10-18 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- f52d13c 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- 5e4914c 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
- ceacedb 2005-09-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- fbf5d03 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
- c1a03d4 2005-09-28 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
- 75b2dd0 2005-09-21 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- e6a4feb * configure.ac: Test existance of strndup. by hasso · 19 years ago
- eb820af 2005-09-05 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 1e83659 2005-08-22 Hugo Santos <hsantos@av.it.pt> by paul · 19 years ago
- 0312f0c 2005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 19 years ago
- 7907c6c 2005-07-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- 330009f 2005-07-26 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
- 510e209 2005-06-24 Pawel Worach <pawel.worach@gmail.com> by paul · 19 years ago
- 354f3b6 2005-06-18 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 200df11 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 8176c19 2005-05-24 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 269d74f 2005-05-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- d4f0960 2005-05-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago