| Commit message (Expand) | Author | Age | Files | Lines |
* | Comment out unused code | Stephen Hemminger | 2009-02-09 | 1 | -0/+2 |
* | Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-02-09 | 1 | -12/+4 |
* | Set TOS on RIP packets | Stephen Hemminger | 2009-02-08 | 1 | -0/+3 |
* | Merge in latest quagga (0.99.11) | Stephen Hemminger | 2008-10-27 | 5 | -1224/+35 |
|\ |
|
| * | Merge branch 'master' of /home/shemminger/src/quagga into upstream | Stephen Hemminger | 2008-10-13 | 5 | -1220/+29 |
| |\ |
|
| | * | Make --enable-snmp cross compile and make libcrypto optional with --without-c... | Joakim Tjernlund | 2008-08-25 | 1 | -1/+3 |
| | * | [administrivia] Update gitignore files | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
| | * | [administrivia] Git should ignore backup files and .loT files | Paul Jakma | 2008-08-22 | 1 | -0/+3 |
| | * | [trivia] Remove ChangeLog files, as this data is now maintained in SCM | Paul Jakma | 2008-08-22 | 1 | -1217/+0 |
| | * | [lib] mes_lookup string lookup table argument should be marked const | Stephen Hemminger | 2008-08-22 | 1 | -2/+3 |
| | * | [build] Test for GNU-style PIE support in toolchain and enable | Paul P Komkoff Jr | 2008-08-22 | 1 | -0/+3 |
| | * | [administrivia] Add .gitignore files, based on .cvsignores. | Paul Jakma | 2008-08-22 | 1 | -0/+14 |
| | * | [ripd] Fix mistaken empty string test | Paul Jakma | 2008-05-29 | 2 | -1/+5 |
| | * | [daemons] Sanity check port number arguments before use | Paul Jakma | 2008-05-29 | 1 | -1/+2 |
| | * | [ripd] remove unnecessary 0 entries from struct message's | Paul Jakma | 2008-03-13 | 3 | -2/+6 |
| | * | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | Paul Jakma | 2007-05-10 | 1 | -6/+6 |
| | * | [ripd, ripngd] Remove useless code in rip_vty_out_uptime function | Andrew J. Schorr | 2007-04-27 | 2 | -3/+4 |
| | * | Fix the display of route timeout in "show ip rip". (Use thread_timer_remain_s... | Vincent Jardin | 2007-04-11 | 2 | -2/+7 |
| | * | [ripd] Fix "show ip rip status" display of time until next update | Andrew J. Schorr | 2007-03-21 | 2 | -13/+9 |
| | * | [PtP over ethernet] New peer flag allows much more addressing flexibility | Andrew J. Schorr | 2006-12-12 | 3 | -14/+23 |
| | * | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 2006-10-15 | 1 | -1/+11 |
| | * | [ripd] bug #293: routemap set metric doesn't check for underflow correctly | Paul Jakma | 2006-09-11 | 2 | -1/+4 |
| | * | [ripd] bug #278: remove gratuitous use of mid-function declaration | Paul Jakma | 2006-09-11 | 2 | -2/+8 |
| | * | [ripd] update to use auto-generated redistribute route-type defs | Paul Jakma | 2006-06-30 | 2 | -56/+30 |
| | * | [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates | Paul Jakma | 2006-05-04 | 3 | -108/+131 |
| | * | [ripd] Fix logic to send updates on all connected addresses. | Andrew J. Schorr | 2006-04-28 | 2 | -31/+28 |
* | | | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 4 | -23/+6 |
* | | | Make command nodes static | Stephen Hemminger | 2008-08-11 | 4 | -4/+4 |
* | | | Fix format warnings from interface flags | Stephen Hemminger | 2008-08-11 | 1 | -8/+12 |
* | | | Make log message lookup function use const tables | Stephen Hemminger | 2008-08-01 | 3 | -16/+16 |
* | | | Merge branch 'upstream' into islavista | Stephen Hemminger | 2008-07-31 | 3 | -2/+7 |
|\| | |
|
| * | | [ripd] Fix mistaken empty string test | paul | 2008-05-29 | 2 | -1/+5 |
| * | | [daemons] Sanity check port number arguments before use | paul | 2008-05-29 | 1 | -1/+2 |
| * | | [ripd] remove unnecessary 0 entries from struct message's | paul | 2008-03-13 | 3 | -2/+6 |
| * | | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | paul | 2007-05-10 | 1 | -6/+6 |
| * | | [ripd, ripngd] Remove useless code in rip_vty_out_uptime function | ajs | 2007-04-27 | 2 | -3/+4 |
| * | | Fix the display of route timeout in "show ip rip". (Use thread_timer_remain_s... | vincent | 2007-04-11 | 2 | -2/+7 |
| * | | [ripd] Fix "show ip rip status" display of time until next update | ajs | 2007-03-21 | 2 | -13/+9 |
| * | | [PtP over ethernet] New peer flag allows much more addressing flexibility | ajs | 2006-12-12 | 3 | -14/+23 |
| * | | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | paul | 2006-10-15 | 1 | -1/+11 |
| * | | [ripd] bug #293: routemap set metric doesn't check for underflow correctly | paul | 2006-09-11 | 2 | -1/+4 |
| * | | [ripd] bug #278: remove gratuitous use of mid-function declaration | paul | 2006-09-11 | 2 | -2/+8 |
| * | | [ripd] update to use auto-generated redistribute route-type defs | paul | 2006-06-30 | 2 | -56/+30 |
| * | | [ripd] bugs #261, #262: Fix RIPv1 info-leak and unauthenticated route updates | paul | 2006-05-04 | 3 | -108/+131 |
| * | | [ripd] Fix logic to send updates on all connected addresses. | ajs | 2006-04-28 | 2 | -31/+28 |
| |/ |
|
| * | ripd.c: correct bug that allowed route learnt through RIP to take precedence ... | vincent | 2006-01-30 | 2 | -1/+8 |
| * | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 2 | -1/+5 |
| * | [ripd] Fix verification of received MD5 authenticated packets | paul | 2006-01-17 | 2 | -23/+33 |
| * | 2005-10-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> | ajs | 2005-10-30 | 4 | -56/+11 |
| * | 2005-10-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-10-28 | 2 | -1/+6 |