1. 05e54ee build: delete .cvsignore files by Denis Ovsienko · 13 years ago
  2. b511468 quagga: option "-z" ("--socket <path>") added by Vyacheslav Trushkin · 13 years ago
  3. 69bf3a3 lib: simplify interface of setsockopt_multicast_ipv4(). by Dmitrij Tejblum · 13 years ago
  4. 0fa0335 ripd: resolve debug statements issue (bug 442) by Andrew J. Schorr · 14 years ago
  5. 2c23970 ripd: fix compiler warnings by Stephen Hemminger · 15 years ago
  6. 065de90 all: check return value from daemon() call by Stephen Hemminger · 15 years ago
  7. 30d2059 [global] interface flags format warnings by Stephen Hemminger · 15 years ago
  8. 78b31d5 ripd: set IP TOS for control socket by Stephen Hemminger · 15 years ago
  9. 82f5ee1 [ripd] Ignore non-running interfaces in rip status by Stephen Hemminger · 16 years ago
  10. 7fc626d [cleanup] Make command nodes static by Stephen Hemminger · 16 years ago
  11. 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
  12. 0be8dfb [snmp] Compiler warning fixes for when "--enable-snmp" is configured. by Chris Caputo · 15 years ago
  13. c5a89ff [ripd] Fix metrix in call to rip_zebra_ipv4_delete by Krisztian Kovacs · 15 years ago
  14. fb62a3c Make --enable-snmp cross compile and make libcrypto optional with --without-crypto by Joakim Tjernlund · 17 years ago
  15. 5515de3 [administrivia] Update gitignore files by Paul Jakma · 18 years ago
  16. d68cbf9 [administrivia] Git should ignore backup files and .loT files by Paul Jakma · 18 years ago
  17. 3998bfd [trivia] Remove ChangeLog files, as this data is now maintained in SCM by Paul Jakma · 16 years ago
  18. 1423c80 [lib] mes_lookup string lookup table argument should be marked const by Stephen Hemminger · 16 years ago
  19. 46bc0e4 [build] Test for GNU-style PIE support in toolchain and enable by Paul P Komkoff Jr · 16 years ago
  20. 3c5a0a4 [administrivia] Add .gitignore files, based on .cvsignores. by Paul Jakma · 19 years ago
  21. fa93b16 [ripd] Fix mistaken empty string test by Paul Jakma · 17 years ago
  22. 0d6b2ee [daemons] Sanity check port number arguments before use by Paul Jakma · 17 years ago
  23. ce6ab03 [ripd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
  24. 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
  25. 33672ed [ripd, ripngd] Remove useless code in rip_vty_out_uptime function by Andrew J. Schorr · 18 years ago
  26. a1fdf94 Fix the display of route timeout in "show ip rip". (Use thread_timer_remain_second) by Vincent Jardin · 18 years ago
  27. a4c6482 [ripd] Fix "show ip rip status" display of time until next update by Andrew J. Schorr · 18 years ago
  28. e452963 [PtP over ethernet] New peer flag allows much more addressing flexibility by Andrew J. Schorr · 18 years ago
  29. 876b8be [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax by Paul Jakma · 18 years ago
  30. b25ea4d [ripd] bug #293: routemap set metric doesn't check for underflow correctly by Paul Jakma · 18 years ago
  31. 3e557ae [ripd] bug #278: remove gratuitous use of mid-function declaration by Paul Jakma · 18 years ago
  32. 9a57dc6 [ripd] update to use auto-generated redistribute route-type defs by Paul Jakma · 18 years ago
  33. 15a2b08 [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates by Paul Jakma · 19 years ago
  34. b9d9288 [ripd] Fix logic to send updates on all connected addresses. by Andrew J. Schorr · 19 years ago
  35. 7a38333 ripd.c: correct bug that allowed route learnt through RIP to take precedence over connected routes by vincent · 19 years ago
  36. e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
  37. 98fd1e6 [ripd] Fix verification of received MD5 authenticated packets by paul · 19 years ago
  38. 35a60c2 2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
  39. 92779fe 2005-10-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  40. 216565a 2005-10-26 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  41. dc63bfd 2005-10-26 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  42. 38d3c16 2005-10-17 Vincent Jardin <vincent.jardin@6wind.com> by jardin · 19 years ago
  43. fac3e84 2005-10-06 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
  44. f52d13c 2005-10-01 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 19 years ago
  45. ceacedb 2005-09-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  46. fbf5d03 2005-09-29 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
  47. c1a03d4 2005-09-28 Alain Ritoux <alain.ritoux@6wind.com> by vincent · 19 years ago
  48. 2c61ae3 2005-08-16 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  49. f69bd9d 2005-06-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  50. a4e987e 2005-06-03 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  51. 7755a8c 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
  52. 0cb8a01 2005-05-29 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  53. 033e861 Sync bgpd and ripd set_metric_addsub_cmd commands. Fixes bugzilla #192. by hasso · 20 years ago
  54. dc625e8 * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender by hasso · 20 years ago
  55. cf96db1 * rip_routemap.c: Make "match interface" routemap command match both - by hasso · 20 years ago
  56. d4e4728 2005-05-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  57. 634f9ea 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  58. 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  59. d2fc889 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  60. 2d58228 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes by hasso · 20 years ago
  61. 55468c8 2005-03-14 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  62. 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  63. b14ee00 2005-02-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  64. 6a52d0d 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  65. 7985345 2005-01-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  66. b99760a 2005-01-04 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  67. 766a0ca 2004-12-15 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  68. 5d6c377 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  69. 274a4a4 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  70. 887c44a 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  71. c065230 Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. by hasso · 20 years ago
  72. 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
  73. 3c035aa - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch by paul · 20 years ago
  74. c49ad8f 2004-10-22 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  75. 3fb9cd6 OK. Here it is - PtP patch from Andrew J. Schorr. No problems with ospfd, by hasso · 20 years ago
  76. c75105a Make initializing smux connection configurable - "smux peer OID" command by hasso · 20 years ago
  77. 98b718a Sync with changes in lib. Make more strings const. by hasso · 20 years ago
  78. 8a676be There is no warnings here any more. by hasso · 20 years ago
  79. 1af8193 Fix compiler warning. by hasso · 20 years ago
  80. 52dc7ee Remove usage of evil list and listnode typedefs. by hasso · 20 years ago
  81. 0b3acf4 2004-09-17 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  82. df43a13 Please, tell me truth about what debugging status you are displaying. by hasso · 20 years ago
  83. 1a51786 2004-08-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
  84. b7a97f8 (somewhat unrelated cleanups, but all are very minor) by gdt · 20 years ago
  85. 9f9aebd cvsignore *.libs in build dirs by paul · 20 years ago
  86. e3bee3b Update cvsignore's for *.lo and *.la - libtool files by paul · 20 years ago
  87. 320ec10 Removing code which looked at current dir for config file before attempting by hasso · 20 years ago
  88. 02ff83c 2004-06-11 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 20 years ago
  89. ca5e516 2004-06-06 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
  90. d26ca6a CVS ignore Linux NFS silly-delete .nfs* files by paul · 20 years ago
  91. c2bfbcc 2004-06-04 JJ Ludman <jacques.ludman@sun.com> by paul · 20 years ago
  92. 11dde9c 2004-05-31 Sowmini Varadhan <sowmini.varadhan@sun.com> by paul · 21 years ago
  93. 0a58935 2004-05-08 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  94. 239389b 2004-05-05 Anthony.Golia@morganstanley.com by paul · 21 years ago
  95. a87552c 2004-05-03 Paul Jakma <paul@dishone.st> by paul · 21 years ago
  96. b94f9db 2004-03-19 Jean-Yves Simon <lethalwp@tiscali.be> by paul · 21 years ago
  97. f571dab Readded SIGTERM handling into sigevent stuff. Fixes bugzilla #85. by hasso · 21 years ago
  98. 66e3169 *** empty log message *** by hasso · 21 years ago
  99. da9c9a2 From Sowmini fix for crash reported in [quagga-dev 929]. by hasso · 21 years ago
  100. 8c903fb Fix bugzilla #82. by hasso · 21 years ago