- 238497f [isisd] Add support for Solaris DLPI by Paul Jakma · 17 years ago
- 6f0e3f6 [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings by Paul Jakma · 18 years ago
- 41b36e9 [isisd] Fix compiler warnings and allow v4-only compilation by Paul Jakma · 18 years ago
- 876b8be [daemon startup] Add --dry-run/-C argument to daemons, to check config file syntax by Paul Jakma · 18 years ago
- d3092e7 [zserv] fix up custom isisd and bgpd Zserv functions for new format. by paul · 19 years ago
- 77b1cff [isisd] remove includes of common system headers. by paul · 19 years ago
- 13fb40a * isis_adjacency.c: Stop expire timer while deleting adjacency. by hasso · 19 years ago
- 10fc918 2005-09-30 Vincent Jardin <vincent.jardin@6wind.com> by jardin · 19 years ago
- ceacedb 2005-09-29 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 3fdb2dd * *.c: Massive cleanup of lists loops. Stop abusing ALL_LIST_ELEMENTS. by hasso · 19 years ago
- d3d7474 * isis_dynh.c, isisd.h: Implement dynamic hostname cache cleanup. by hasso · 19 years ago
- 9551eea * isis_lsp.c: Make topology generator generate TE TLVs if necessary. by hasso · 19 years ago
- fac1f7c * isis_spf.c: Changing cost from uint16_t to uint32_t. Unset by hasso · 19 years ago
- 82a8428 * isis_spf.[ch]: Added TE TLVs to the SPF process. It seems to work by hasso · 19 years ago
- 309ddb1 * isis_lsp.c: Put correct metric info into TE TLV's. Wide metric is by hasso · 19 years ago
- 81ad8f6 * isis_tlv.[ch]: New function tlv_add_in_addr() to put just one IPv4 by hasso · 19 years ago
- aa4376e * isis_lsp.c: Support for originating TE IS and IPv4 TLV's. No any sub by hasso · 19 years ago
- ea3be4c * isis_tlv.[ch]: Two new functions - tlv_add_te_is_neighs() and by hasso · 19 years ago
- f21fb27 * isis_circuit.[ch]: Some preliminary support for specifying wide by hasso · 19 years ago
- 2984d26 * isisd.[ch]: Introduce oldmetric flag for area and transition by hasso · 19 years ago
- ffe543a * dict.[ch]: Revert all nonfunctional changes. It's external module by hasso · 19 years ago
- 3d54927 * isis_route.c: Fix output of nexthops in case of extreme debug. by hasso · 19 years ago
- f06834b * isis_lsp.c, isis_pdu.c, isis_spf.c: Remove some old unused code. by hasso · 19 years ago
- 96e3038 * isis_lsp.c: Better output of detailed LSP printout and fixed TE IPv4 by hasso · 19 years ago
- 72b9c95 * isis_tlv.h: Cleanup comment about TLVs we should support, remove info by hasso · 19 years ago
- f1082d1 * isis_lsp.h: Added backpointer to the area from LSP. For now it's used by hasso · 19 years ago
- 4eda93a * isis_lsp.c (lsp_update): Fix previous commit - manipulate the right by hasso · 19 years ago
- a96d8d1 * isis_lsp.c (lsp_update): Remove LSP from database before updating by hasso · 19 years ago
- c89c05d * *.c: Try to be less verbose by default (without any debug options by hasso · 19 years ago
- c0fb2a5 * isis_lsp.c: Yet another regression introduced by stream cleanup. by hasso · 19 years ago
- be7d65d * isis_lsp.c: Less TLV leaking. by hasso · 19 years ago
- 29e50b2 * random.c, spgrid.[ch]: Fix warnings with hope that I didn't broke by hasso · 19 years ago
- aac372f * isis_adjacency.c, isis_lsp.c, isisd.c: Replace XMALLOC && memset by hasso · 19 years ago
- 56b24f4 * isis_misc.[ch]: Fix some warnings, making some strings const. by hasso · 19 years ago
- 6204c7f * topology/spgrid.c: MAXLONG is deprecated, use LONG_MAX instead. by hasso · 19 years ago
- e7fe02f * isis_dr.c: Fix copy&paste error in isis_dr_resign(). by hasso · 20 years ago
- 92c9f22 2005-05-25 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 15935e9 2005-05-03 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- f482ed4 2005-04-15 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 5d6e269 * isis_adjacency.c: Fix typo introduced with listloop cleanup. by hasso · 20 years ago
- 634f9ea 2005-04-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- a8f03df 2005-04-10 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- bd88bf4 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- f695b01 * configure.ac: Add --enable-isis-topology to enable isisd topology by hasso · 20 years ago
- d2fc889 2005-04-02 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 2d58228 * configure.ac, */Makefile.am: Fix previous commit. SNMP includes by hasso · 20 years ago
- c3d26c7 * isis_spf.c: host.name might be NULL. by hasso · 20 years ago
- cdb6ee9 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 9236588 * *.c: Changed many functions to static. Some commented out by hasso · 20 years ago
- cee6649 More cleanup in isisd. by hasso · 20 years ago
- b1b57e2 Move TODO items from isid to the common TODO. by hasso · 20 years ago
- 39f476f There is no need to keep this directory. by hasso · 20 years ago
- 1cbc562 Make authentication of SNPs work correctly - ie. conditionally like it is in by hasso · 20 years ago
- b30c5e6 Really fix crashes now. Revert isis_circuit_update_params() part of previous by hasso · 20 years ago
- 4660687 Don't crash during interface up/down events. by hasso · 20 years ago
- 529d65b zlog_* cleanup. Level of debug messages to LOG_DEBUG. by hasso · 20 years ago
- 274a4a4 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 887c44a 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- c065230 Make group to run daemon as configurable. Fixes #2 from Bugzilla #64. by hasso · 20 years ago
- cee3df1 2004-11-24 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 6099b3b 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- 3c035aa - Add .arch-ids and .arch-inventory to cvsignore, to allow one to use arch by paul · 20 years ago
- c729c65 Initialize access lists here as well. by hasso · 20 years ago
- f90a5f6 Sync isisd with changes in lib. by hasso · 20 years ago
- 2e864cf Argh, fix typo. by hasso · 20 years ago
- 1b12142 Although we don't look at current directory for config any more, it's nice by hasso · 20 years ago
- 1cd8084 No warnings here any more. by hasso · 20 years ago
- 18a6dce Common router id. by hasso · 20 years ago
- aa0b9f9 I think that it's better to report bugs into Bugzilla. by hasso · 20 years ago
- e082ac1 This code didn't survive valgrinding. I wonder how it survived normal run. by hasso · 20 years ago
- 0dae85e Brown paperbag please. Fix previous commit. by hasso · 20 years ago
- f7c43dc Compiler warnings fixes. by hasso · 20 years ago
- c83dcd3 Compile with gcc-4.0. by hasso · 20 years ago
- 73d1aea * isisd.c: thread_master *master is already defined in isis_main.c. by hasso · 20 years ago
- 52dc7ee Remove usage of evil list and listnode typedefs. by hasso · 20 years ago
- d9c427b Yet another DIS election fix from LIU Xin - update dis_record of by hasso · 20 years ago
- 6785157 Make "C" vendor routers happy - put correct prefix addresses into by hasso · 20 years ago
- a211d65 2004-09-20 LIU Xin <lx at ns.6test.edu.cn> by hasso · 20 years ago
- 12a5cae Rework of SPF threads schedule logic. I'm not 100% sure whether it's right by hasso · 20 years ago
- bf73101 Another great little fix from LIU Xin. by hasso · 20 years ago
- 90f0c88 There is several new RFCs ... by hasso · 20 years ago
- 53c997c Second part of fixes from Laurent Rabret. by hasso · 20 years ago
- f891f44 Isisd is now able to remove addresses from circuit and trigger LSP updates by hasso · 20 years ago
- 64a7afd isis_pdu.c: Update l1_desig_is only if neighbor really is DIS. by hasso · 20 years ago
- 13c48f7 Fixes from LIU Xin. by hasso · 20 years ago
- f390d2c Indentation only. No any functional changes. by hasso · 20 years ago
- b7a97f8 (somewhat unrelated cleanups, but all are very minor) by gdt · 20 years ago
- 9f9aebd cvsignore *.libs in build dirs by paul · 20 years ago
- e3bee3b Update cvsignore's for *.lo and *.la - libtool files by paul · 20 years ago
- 87efd64 Add libtool support. by gdt · 20 years ago
- 320ec10 Removing code which looked at current dir for config file before attempting by hasso · 20 years ago
- d26ca6a CVS ignore Linux NFS silly-delete .nfs* files by paul · 20 years ago
- 8401697 Add .cvsignore for isisd/topology by paul · 20 years ago
- 62843e4 Fixing crash fix attempt. It's still mess and logic is wrong and ... but at by hasso · 21 years ago
- 00995cf Commit 100% working part of patch from Laurent Rabret ([quagga-dev 830]). by hasso · 21 years ago
- 37da8c0 Make it compile in NetBSD and OpenBSD. by hasso · 21 years ago
- 0a58935 2004-05-08 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 5e4fa16 2004-03-16 David Young <dyoung@pobox.com> by gdt · 21 years ago