Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | isisd: address Coverity warnings | David Lamparter | 2012-12-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | this fixes a bunch of issues found by Coverity SCAN and flagged as "high" impact -- although, they're all rather minute issues. * isisd/isis_adjacency.c: one superfluous check, one possible NULL deref * isisd/isis_circuit.c: two prefix memory leaks * isisd/isis_csm.c: one missing break * isisd/isis_lsp.c: one possible NULL deref * isisd/isis_pfpacket.c: one error-case fd leak * isisd/isis_route.c: one isis_route_info memory leak * isisd/isis_routemap.c: one... fnord * isisd/isis_tlv.c: one infinite loop Reported-by: Coverity SCAN Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | isisd: add Google's changes to IS-IS | Josh Bailey | 2012-04-07 | 1 | -10/+26 |
| | |||||
* | * *.c: Try to be less verbose by default (without any debug options | hasso | 2005-09-04 | 1 | -4/+5 |
| | | | | | | | on). * isis_lsp.c (lsp_build_nonpseudo): Use stream_reset() instead of touching endp directly. * isis_lsp.c (lsp_build_pseudo): Ditto. | ||||
* | Don't crash during interface up/down events. | hasso | 2004-12-29 | 1 | -0/+2 |
| | |||||
* | zlog_* cleanup. Level of debug messages to LOG_DEBUG. | hasso | 2004-12-24 | 1 | -3/+3 |
| | |||||
* | No warnings here any more. | hasso | 2004-10-07 | 1 | -2/+2 |
| | |||||
* | Indentation only. No any functional changes. | hasso | 2004-09-10 | 1 | -102/+100 |
| | |||||
* | Make it compile in NetBSD and OpenBSD. | hasso | 2004-05-19 | 1 | -1/+0 |
| | |||||
* | Initial revision | jardin | 2003-12-23 | 1 | -0/+186 |