1. 1e19315 2005-02-14 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  2. 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  3. 6a52d0d 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  4. 4460e7a 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  5. 4be019d 2005-01-29 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  6. c15cb24 2005-01-24 Martin Pot <mpot at martybugs.net> by paul · 20 years ago
  7. 6f2c27a * interface.c: Better statistics output in "show interface" command in by hasso · 20 years ago
  8. 583d800 * main.c: With --nl-bufsize argument is required. by hasso · 20 years ago
  9. 865b852 2005-01-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  10. b99760a 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  11. 341a8f1 2004-12-22 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  12. b8adec1 Fix "show ipv6 route <proto>" command. by hasso · 20 years ago
  13. 6a250b0 Add const to char * to quiet warnings. by gdt · 20 years ago
  14. b617800 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  15. 274a4a4 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  16. 887c44a 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  17. c065230 Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. by hasso · 20 years ago
  18. accb156 Unbreak vtysh - don't add comments inside of DEFUN, it breaks extract.pl. by hasso · 20 years ago
  19. 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  20. 3c035aa - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch by paul · 20 years ago
  21. 6bd7c6a Remove dead "ip tunnel" command. by hasso · 20 years ago
  22. 06f953f 2004-10-22 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  23. 3fb9cd6 OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, by hasso · 20 years ago
  24. c1eaa44 Fix regression. It seems to me that this code still works only by accident by hasso · 20 years ago
  25. b71f00f * zserv.c: Remove useless warnings "forwarding is already on". by hasso · 20 years ago
  26. c75105a Make initializing smux connection configurable - "smux peer OID" command by hasso · 20 years ago
  27. 39db97e Some compiler warnings fixes and fix for bugzilla #119. by hasso · 20 years ago
  28. 39ff11d Unbreak "show ip route" command. by hasso · 20 years ago
  29. fce954f Fix warnings. Didn't even look at files not compiled in Linux though. by hasso · 20 years ago
  30. 7216466 2004-10-05 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  31. eef1fe1 New way to handle secondary addresses from Gilad Arnold. by hasso · 20 years ago
  32. 18a6dce Common router id. by hasso · 20 years ago
  33. c9e52be Compiler warnings fixes. by hasso · 20 years ago
  34. 26f7a24 2004-09-24 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  35. 0c0f911 2004-09-24 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  36. 52dc7ee Remove usage of evil list and listnode typedefs. by hasso · 20 years ago
  37. 44983cf 2004-09-22 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  38. 8d0f15f Cosmetical fixes in vty help. by hasso · 20 years ago
  39. c34b6b5 Commit my hack (yes, I still call it hack) - command line switch for zebra by hasso · 20 years ago
  40. f2bdee9 Remove dead file. by hasso · 20 years ago
  41. a5ea687 2004-08-26 Miles Nordin <carton@Ivy.NET> by gdt · 20 years ago
  42. 3e0b3a5 2004-08-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  43. 0de1cde 2004-08-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  44. f841e02 Include padding in control message length. by gdt · 20 years ago
  45. 57492d5 2004-08-11 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 20 years ago
  46. 8089381 Add extra padding in cmsgdata buffer; there wasn't enough on by gdt · 20 years ago
  47. 55e7ecd Remove pointless privilege lower call. Thanks to Cougar for noticing. by hasso · 20 years ago
  48. b7a97f8 (somewhat unrelated cleanups, but all are very minor) by gdt · 20 years ago
  49. 5b73a67 2004-07-23 Sowmini Varadhan <Sowmini.Varadhan@Sun.COM> by paul · 20 years ago
  50. 1470baf 2004-07-23 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  51. caa2481 Update cvsignore, add .libs by paul · 20 years ago
  52. cced60d 004-07-13 David Wiggins <dwiggins@bbn.com by gdt · 20 years ago
  53. 25dac85 Creating irdp socket requires more privileges. by hasso · 20 years ago
  54. 996933f 1) extract.pl is braindead, but I will not touch it willingly. by hasso · 20 years ago
  55. 87efd64 Add libtool support. by gdt · 20 years ago
  56. 320ec10 Removing code which looked at current dir for config file before attempting by hasso · 20 years ago
  57. ca77698 OK, here it is - irdp support. But don't expect me to fix any bugs in it. by hasso · 20 years ago
  58. d26ca6a CVS ignore Linux NFS silly-delete .nfs* files by paul · 20 years ago
  59. 3e31cde Router advertisement cleanup. Removed compatibility command because it's by hasso · 21 years ago
  60. c50ae8b 2004-05-11 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  61. 48a46fa 2004-05-11 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  62. 19877dd 2004-05-11 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  63. 8842468 2004-05-09 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  64. 66e9488 2004-05-09 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 21 years ago
  65. 44145db 2004-05-09 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  66. b9df2d2 2004-05-09 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  67. 34195bf [quagga-dev 1002]. Also fix date of previous commit in Chanelog. by hasso · 21 years ago
  68. 41d3fc9 * Fixed lowering privileges in proc ipforward method. by hasso · 21 years ago
  69. f571dab Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85. by hasso · 21 years ago
  70. f1d92e1 Temorary secondary-label fix. Real fix from Gilad will follow after release. by hasso · 21 years ago
  71. 8c903fb Fix bugzilla #82. by hasso · 21 years ago
  72. 5e4fa16 2004-03-16 David Young <dyoung@pobox.com> by gdt · 21 years ago
  73. e23949c Fix help. "ipv6 ..." commands are for IPv6. by hasso · 21 years ago
  74. 5707cce Fix warning. Approved by Amir. by hasso · 21 years ago
  75. fa2b17e Many warning fixes from PC Drew ([quagga-dev 940]) and removing using PAGER by hasso · 21 years ago
  76. 5590672 Added "ipv6 forwarding" command and fixed "no ipv6 forwarding" help. by hasso · 21 years ago
  77. 2d75d05 2004-01-19 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  78. b27900b 2004-01-08 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 21 years ago
  79. 9ccabd1 change perror to zlog_err by gdt · 21 years ago
  80. 4bfbea8 2004-01-05 Greg Troxel <gdt@fnord.ir.bbn.com> by gdt · 21 years ago
  81. dbee01f increase buffer size for kernel reads by gdt · 21 years ago
  82. cb42c03 Fix incorrect test in previous commit; thanks to Sowmini Varadhan for by gdt · 21 years ago
  83. da26e3b 2004-01-05 Greg Troxel <gdt@ahi.ir.bbn.com> by gdt · 21 years ago
  84. 9e867fe Merge isisd into the Quagga's framework: by jardin · 21 years ago
  85. 4b5e135 reorder includes to avoid warning. fixes rest of bug #62 by gdt · 21 years ago
  86. d6b72f7 Add support for --enable-exampledir to specify where to place example by gdt · 21 years ago
  87. b84d3a1 2003-11-17 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  88. b5f4502 2003-11-02 Krzysztof Oledzki <oleq@ans.pl> by paul · 21 years ago
  89. 6baeb98 2003-10-27 Gilad Arnold <gilad.arnold@terayon.com> by paul · 21 years ago
  90. 04bd484 2003-10-24 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  91. 30be802 2003-10-22 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  92. d1724b6 2003-10-22 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  93. 2fe28bb 2003-10-13 Douglas Fraser <doug+quagga@idmf.net> by paul · 21 years ago
  94. 44ebf84 2003-10-07 Tarhon-Onu Victor <mituc@iasi.rdsnet.ro> by paul · 21 years ago
  95. 143a385 2003-09-29 Gilad Arnold <gilad.arnold@terayon.com> by paul · 21 years ago
  96. 31a476c 2003-09-29 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  97. 3e95a07 2003-09-24 sowmini.varadhan@sun.com by paul · 21 years ago
  98. 537d8ea 2003-08-27 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  99. fd6ff2f 2003-08-27 Jay Fenlason <fenlason@redhat.com> by paul · 21 years ago
  100. d81fadf 2003-08-14 Paul Jakma <paul@dishone.st> by paul · 21 years ago