summaryrefslogtreecommitdiffstats
path: root/isisd (follow)
Commit message (Expand)AuthorAgeFilesLines
* * isis_tlv.h: Cleanup comment about TLVs we should support, remove infohasso2005-09-192-47/+68
* * isis_lsp.h: Added backpointer to the area from LSP. For now it's usedhasso2005-09-195-142/+216
* * isis_lsp.c (lsp_update): Fix previous commit - manipulate the righthasso2005-09-182-5/+11
* * isis_lsp.c (lsp_update): Remove LSP from database before updatinghasso2005-09-164-4/+21
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-0412-45/+71
* * isis_lsp.c: Yet another regression introduced by stream cleanup.hasso2005-09-032-0/+10
* * isis_lsp.c: Less TLV leaking.hasso2005-09-022-1/+11
* * random.c, spgrid.[ch]: Fix warnings with hope that I didn't brokehasso2005-09-015-25/+42
* * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memsethasso2005-09-015-71/+49
* * isis_misc.[ch]: Fix some warnings, making some strings const.hasso2005-08-163-3/+7
* * topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead.hasso2005-08-102-2/+6
* * isis_dr.c: Fix copy&paste error in isis_dr_resign().hasso2005-05-262-1/+5
* 2005-05-25 Paul Jakma <paul@dishone.st>paul2005-05-252-3/+9
* 2005-05-03 Paul Jakma <paul@dishone.st>paul2005-05-035-43/+54
* 2005-04-15 Paul Jakma <paul@dishone.st>paul2005-04-162-1/+6
* * isis_adjacency.c: Fix typo introduced with listloop cleanup.hasso2005-04-122-1/+5
* 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-113-12/+12
* 2005-04-10 Paul Jakma <paul@dishone.st>paul2005-04-105-7/+15
* 2005-04-07 Paul Jakma <paul.jakma@sun.com>paul2005-04-0713-396/+259
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-032-2/+7
* * configure.ac: Add --enable-isis-topology to enable isisd topologyhasso2005-04-026-14/+21
* 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-04-022-10/+15
* * configure.ac, */Makefile.am: Fix previous commit. SNMP includeshasso2005-03-281-1/+1
* * isis_spf.c: host.name might be NULL.hasso2005-03-072-1/+6
* 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-232-1/+6
* 2005-02-09 Paul Jakma <paul.jakma@sun.com>paul2005-02-094-37/+25
* * *.c: Changed many functions to static. Some commented outhasso2005-01-1811-112/+131
* More cleanup in isisd.hasso2005-01-013-374/+0
* Move TODO items from isid to the common TODO.hasso2005-01-011-10/+0
* There is no need to keep this directory.hasso2005-01-0119-22140/+0
* Make authentication of SNPs work correctly - ie. conditionally like it is inhasso2005-01-014-30/+102
* Really fix crashes now. Revert isis_circuit_update_params() part of previoushasso2004-12-293-13/+11
* Don't crash during interface up/down events.hasso2004-12-294-3/+21
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-2415-285/+290
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-072-1/+5
* 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-032-10/+11
* Make group to run daemon as configurable. Fixes #2 from Bugzilla #64.hasso2004-11-252-3/+11
* 2004-11-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-242-3/+7
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-203-17/+17
* - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use archpaul2004-11-024-0/+10
* Initialize access lists here as well.hasso2004-10-132-0/+7
* Sync isisd with changes in lib.hasso2004-10-114-7/+12
* Argh, fix typo.hasso2004-10-081-1/+1
* Although we don't look at current directory for config any more, it's nicehasso2004-10-081-1/+1
* No warnings here any more.hasso2004-10-0718-430/+72
* Common router id.hasso2004-10-034-13/+51
* I think that it's better to report bugs into Bugzilla.hasso2004-09-281-1/+1
* This code didn't survive valgrinding. I wonder how it survived normal run.hasso2004-09-272-0/+7
* Brown paperbag please. Fix previous commit.hasso2004-09-262-5/+13
* Compiler warnings fixes.hasso2004-09-2616-71/+64