summaryrefslogtreecommitdiffstats
path: root/isisd/isisd.c
Commit message (Collapse)AuthorAgeFilesLines
* Make authentication of SNPs work correctly - ie. conditionally like it is inhasso2005-01-011-4/+70
| | | | IOS.
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-3/+3
|
* Sync isisd with changes in lib.hasso2004-10-111-3/+3
|
* Compiler warnings fixes.hasso2004-09-261-7/+7
|
* * isisd.c: thread_master *master is already defined in isis_main.c.hasso2004-09-241-1/+1
| | | | | * isis_misc.[c|h], isis_lsp.[c|h]: Move static variables out of header files.
* Second part of fixes from Laurent Rabret.hasso2004-09-151-0/+13
|
* Indentation only. No any functional changes.hasso2004-09-101-676/+663
|
* Make it compile in NetBSD and OpenBSD.hasso2004-05-191-1/+0
|
* Threads usage cleanup. Still at least one bug to go.hasso2004-02-111-7/+4
|
* Some fixes to isisd done by me and Cougar in the spring of 2003. Seehasso2003-12-231-2/+2
| | | | changelog for details.
* Merge isisd into the Quagga's framework:jardin2003-12-231-0/+98
| | | | | | | | | | - add privs support - use misc quagga's definitions - make it compile"able" - fix segfault cases related to hostname() - add debug isis xxx command This patch has been approved by Paul Jakma.
* Initial revisionjardin2003-12-231-0/+1989