summaryrefslogtreecommitdiff
path: root/ldpd
AgeCommit message (Expand)Author
2018-12-13Merge pull request #3481 from opensourcerouting/6.0-spelchekJafar Al-Gharaibeh
2018-12-13*: spelchekDavid Lamparter
2018-12-12bgpd, doc, ldpd, lib, tests, zebra: LM fixespaco
2018-10-25build: fix not building docs w/o sphinxDavid Lamparter
2018-10-25*: cleanup .gitignore filesDavid Lamparter
2018-10-25build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-14*: use frr_elevate_privs() (2/2: manual)David Lamparter
2018-08-14*: use frr_elevate_privs() (1/2: coccinelle)David Lamparter
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14ldpd: Convert to using LIB_ERR_XXX and zlog_ferrDonald Sharp
2018-08-13ldpd: use DEFPY_NOSH whenever possibleRenato Westphal
2018-07-23ldpd: add missing command under the ipv6 address-family nodeRenato Westphal
2018-07-04ldpd: buffer underflow, thread safety (PVS-Studio)F. Aragon
2018-06-25ldpd: null check (Coverity 1452317)paco
2018-06-22Merge pull request #2449 from donaldsharp/lib_delayed_readLou Berger
2018-06-21ldpd lib: null check (Coverity 1452287 + 20 alike)paco
2018-06-20Merge pull request #2485 from pacovn/cppcheck_ldpd_redundant_conditionRuss White
2018-06-19ldpd: Schedule application of config till after read-inDonald Sharp
2018-06-18ldpd: redundant condition (cppcheck)paco
2018-06-18ldpd: redundant pointer operation (cppcheck)paco
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-09*: globally ignore clippy-generated sourceQuentin Young
2018-02-23*: Make assignment from RB_ROOT in while loop work betterDonald Sharp
2018-02-08*: Make code use a consisten definition of labelsDonald Sharp
2017-12-07ldpd: Switch over to new debug styleDonald Sharp
2017-12-04*: make clippy usage more consistentRenato Westphal
2017-11-29ldpd: improve processing of redistributed routesRenato Westphal
2017-11-29ldpd: add a few warning messages to aid in troubleshootingRenato Westphal
2017-11-29zebra, ldpd: fix display of pseudowire statusRenato Westphal
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-11-20Merge pull request #1375 from donaldsharp/make_distMartin Winter
2017-11-17ldp: Fix bug configuring PWßingen
2017-11-09ldpd, zebra: Fix `make dist` compilesDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-16Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp
2017-10-10ldpd: send correct notification code upon receipt of malformed packetRenato Westphal
2017-10-10ldpd: fix heap-use-after-free at exitRenato Westphal
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: eliminate IFINDEX_DELETED in favor of IFINDEX_INTERNALRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-10-08ldpd: fix clang warningVincent JARDIN
2017-10-06ldpd: sprinkle in some asserts to make scan-build happyRenato Westphal
2017-10-05lib, ldpd: fix "argument cannot be negative" coverity warningsRenato Westphal
2017-10-03ldpd: Fix compiler warning about uninitialized rtDonald Sharp
2017-10-03Merge pull request #1282 from opensourcerouting/ldpd-minor-issuesDonald Sharp
2017-10-03ldpd: detach stdin/stdout/stderr from the child processesRenato Westphal
2017-10-03ldpd: fix issue when displaying the running configurationRenato Westphal
2017-10-03ldpd: remove the "discovery targeted-hello" commands from the interface nodeRenato Westphal