1. d023aec bgpd: start listener on first instance by Stephen Hemminger · 15 years ago
  2. 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
  3. 3fa3f95 [lib] Fix IPv6 normalisation by Stephen Hemminger · 15 years ago
  4. 41b2373 [lib/cleanup] Use a typedef for the thread type by Paul Jakma · 15 years ago
  5. 2b35ae4 Fixes to RFC2385/MD5 BGP by Chris Caputo · 15 years ago
  6. 6511cab [configure] Refine CLOCK_MONOTONIC test by Paul Jakma · 15 years ago
  7. 8e4c093 [cleanup] Allow message tables to be constant by Stephen Hemminger · 16 years ago
  8. 65d3fbb [cleanup] Use const in smux interface by Stephen Hemminger · 16 years ago
  9. 94fc1dd [lib] Put symbolic backtrace on system log by Stephen Hemminger · 16 years ago
  10. e5862a2 [lib] sockopt_tcp_signature: sin6 requires HAVE_IPV6 by Stephen Hemminger · 16 years ago
  11. 80c375e [gcc] Add gcc printf format checks by Stephen Hemminger · 16 years ago
  12. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  13. 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
  14. cedd7f2 [cleanup] add const attribute to lib/if.c::if_dump by Stephen Hemminger · 15 years ago
  15. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  16. 3453a71 [bgpd] Add support for the old Linux 2.4, TCP_MD5_AUTH RFC2385 patch by Paul Jakma · 15 years ago
  17. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  18. 42176e6 [smux] 64-bit fix for lib/smux.h SNMP_INTEGER() macro by Chris Caputo · 15 years ago
  19. acde4b8 [bgp] Fix crash on SIGHUP, deref of freed workqueues by Steve Hill · 15 years ago
  20. b819276 [lib] Fix timer precision. by Joakim Tjernlund · 16 years ago
  21. 6e907dd [lib] Move type cast in Fletcher checksum by Joakim Tjernlund · 16 years ago
  22. 84152ee [lib] fix missing sockunion_normalise_mapped by Paul Jakma · 16 years ago
  23. 5d4b8cf [lib] Switch Fletcher checksum back to old ospfd version by Paul Jakma · 16 years ago
  24. 1a7dcf4 [lib] re-enable conversion of v6mapped INET6 sockunions to regular INET by Paul Jakma · 16 years ago
  25. ef16c8a Merge branch 'restricted-mode' by Paul Jakma · 16 years ago
  26. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago
  27. 62687ff [vty] Add support for a 'restricted mode' with anonymous vty connections by Paul Jakma · 16 years ago
  28. d68cbf9 [administrivia] Git should ignore backup files and .loT files by Paul Jakma · 18 years ago
  29. 3998bfd [trivia] Remove ChangeLog files, as this data is now maintained in SCM by Paul Jakma · 16 years ago
  30. 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
  31. f5612dd [lib] Fix mistake in tcp-md5sig commit which broke compile on BSD by Paul Jakma · 16 years ago
  32. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  33. ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
  34. efda3bb [lib] Add fletcher checksum implementation by Jingjing Duan · 16 years ago
  35. 7f794f2 [vty] Allow delete during password entry by Roy · 16 years ago
  36. 3c5a0a4 [administrivia] Add .gitignore files, based on .cvsignores. by Paul Jakma · 19 years ago
  37. 0df7c91 [bgpd] TCP-MD5: password vty configuration and initial Linux support by Paul Jakma · 16 years ago
  38. 3d52bb8 [lib] trivial: add const qualifier to stream_put/write by Paul Jakma · 16 years ago
  39. e96f920 + initial edition of meta-queue for RIB updates processing (bug #431) by Denis Ovsienko · 16 years ago
  40. 768a27e [zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns by Paul Jakma · 17 years ago
  41. 11486b5 [lib] Fix the struct message LOOKUP function to be more robust by Paul Jakma · 17 years ago
  42. 5f56808 [lib/linklist] Enforce "nodes must have data" invariant more rigorously by Paul Jakma · 17 years ago
  43. dea0444 [c++] remove/rename some names in headers that clash with C++ reserved words by Paul Jakma · 17 years ago
  44. 55edb0d [link-detect] Improve BSD support. by Andrew J. Schorr · 17 years ago
  45. c543a17 [link-detect] Try to get BSD link-detect to work properly. by Andrew J. Schorr · 17 years ago
  46. 912df1e [lib] add mising UL qualifier to numerical constant by Paul Jakma · 17 years ago
  47. 6ce80bd + fixed bug #418 (changing address on an existing interface doesn't cause existing static routes to be revalidated) by Denis Ovsienko · 17 years ago
  48. a56ef88 [snmp-smux] Fix problems if 'smux peer ...' is issued multiple times by Paul Jakma · 17 years ago
  49. 7593fdd + pidfiles are now always created with 0644 perms instead if LOGFILE_MASK (0600) by Denis Ovsienko · 17 years ago
  50. 6b148fa [privs/Solaris] Quagga should work in zones with IP instances by Paul Jakma · 17 years ago
  51. b7fe414 Bug #362 is fixed now. by Denis Ovsienko · 17 years ago
  52. dc95824 Merged own patch for the bug #391 (debugging and comments mostly). by Denis Ovsienko · 17 years ago
  53. 7591d8b [ospfd] Fix bad SPF calculation on some topologies - incorrect sorting by Paul Jakma · 17 years ago
  54. 6d58272 [bgpd] cleanup, compact and consolidate capability parsing code by Paul Jakma · 17 years ago
  55. 97cabcf [lib] Add comments regarding setsockopt_multicast_ipv4 arguments. by Andrew J. Schorr · 17 years ago
  56. 0dc0b70 [linux] Fix strange compilation problem by explicitly including <linux/types.h> by Andrew J. Schorr · 17 years ago
  57. d46d2a2 [autoconf] GNU_SOURCE can be defined twice, through AC_FUNC_STRNLEN by Paul Jakma · 18 years ago
  58. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  59. fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
  60. 7514fb7 [zebra] Routemap support on received routes, with 'set src' command (linux) by Paul Jakma · 18 years ago
  61. bcdda30 [logging] Minor performance tweak by Andrew J. Schorr · 18 years ago
  62. 1ed72e0 [logging] Add new "log timestamp precision" command for subsecond timestamps by Andrew J. Schorr · 18 years ago
  63. eda9ba7 [64-bit] Fix 4 problems with printf formats and 64-bit size_t by Andrew J. Schorr · 18 years ago
  64. 6dc686a [zebra] Bug #351: Don't redistribute routes to ipv4 link-local prefixes by Paul Jakma · 18 years ago
  65. afb88a6 [lib] Make message lookup function more robust. by Andrew J. Schorr · 18 years ago
  66. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  67. 9895484 [lib] Handle upgrade from SUNWzebra to Quagga for 'interface fooX:Y' commands by Paul Jakma · 18 years ago
  68. 965b83f [snmp] Fix asn_build calls to pass correct variable sizes (fixes 64-bit issues) by Andrew J. Schorr · 18 years ago
  69. db9c0df [lib] Bug #134: threads should be more robust against backward time jumps by Paul Jakma · 18 years ago
  70. fbcba80 [lib] remove autogenerated file, update .cvsignore by Paul Jakma · 18 years ago
  71. cc8b13a [lib] Optimise thread_call by caching pointer to thread history in the thread by Paul Jakma · 18 years ago
  72. 9d0a326 [lib] Do not call vty_close in vty_log_out to avoid possible free memory access by Andrew J. Schorr · 18 years ago
  73. 74542d7 [lib] Fix infinite recursion for errors on vtys with terminal monitor enabled by Andrew J. Schorr · 18 years ago
  74. 08942da [debug] Debug messages to terminal vty sessions should include timestamps by Andrew J. Schorr · 18 years ago
  75. adf6221 [lib] Fix merge error in ChangeLog by Paul Jakma · 18 years ago
  76. 74176d2 [lib] Fix typo in cpp conditional for malloc.h include by Paul Jakma · 18 years ago
  77. 5f41e90 [lib] Remove bare routes in route_types: fix mistake in commmit by Paul Jakma · 18 years ago
  78. 95509e6 [lib] Remove numeric route-type argument in redistribute arg strings by Paul Jakma · 18 years ago
  79. 9c42a6e [lib] Centralise Zserv route type information, auto-generate redist strings by Paul Jakma · 18 years ago
  80. 630c97c [zebra] remove internal if_flag_dump, use libzebras version. by Paul Jakma · 18 years ago
  81. c024fd0 [lib] list_delete shouldn't duplicate list_delete_all_node by Paul Jakma · 18 years ago
  82. 8ce5cfd [lib] Experimental: have XFREE NULL out the freed pointer by Paul Jakma · 18 years ago
  83. e5cd706 [lib] Fix vector leak in error path in command.c, CID #38 by Paul Jakma · 18 years ago
  84. fb66b29 [lib] Add support for Sun libc printstack to zlog_backtrace_sigsafe by Paul Jakma · 19 years ago
  85. a4b3030 [lib] vty_log shouldn't crash if called when vty isn't initiliased by Paul Jakma · 19 years ago
  86. d09552d [lib] malloc.h is deprecated, try not to include it anymore by Paul Jakma · 19 years ago
  87. 35cfc90 [lib] include inttypes.h rather than stdint.h, provide defines where missing by Paul Jakma · 19 years ago
  88. 9c37851 [interface configuration] Try to avoid losing address info after shutdown. by Andrew J. Schorr · 19 years ago
  89. d6d672a [lib] Add string mapping table for Zserv commands by Paul Jakma · 19 years ago
  90. d16e043 [lib] CID #39, Fix the vty completion leak-fix to only free when desired by Paul Jakma · 19 years ago
  91. 5fc6051 [lib] CID #55, fix return of freed pointer, cmd_describe_command_real by Paul Jakma · 19 years ago
  92. 2fe8aba [lib] CID #39, fix leak in error path, vty_describe_command by Paul Jakma · 19 years ago
  93. d251996 [lib] CID #37, fix error case leak, cmd_complete_command_real by Paul Jakma · 19 years ago
  94. 9376c34 [lib] CID #3, fix forward-null errors in vty_prefix_list_uninstall by Paul Jakma · 19 years ago
  95. 86228fd [lib] command.c exports host global, add it to header. by Paul Jakma · 19 years ago
  96. 213d8da [lib] Trivial: fix line lengths of a comment in workqueu.c by Paul Jakma · 19 years ago
  97. 6cf0cf0 [lib] Mark most arguments in DEFUN_CMD_FUNC_TEXT as potentially unused by Paul Jakma · 19 years ago
  98. d4ce4f6 [lib] fix gensub call in memtypes.awk to pass "g", not g. by Paul Jakma · 19 years ago
  99. 6878453 [lib] status field/flags no longer used in struct workqueue by Paul Jakma · 19 years ago
  100. b51f126 [bgpd] trivial: use a distinct memtype for struct bgp_synchronize by Paul Jakma · 19 years ago