summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-06-07Merge pull request #11158 from cyberstormdotmu/masterPushpasis Sarkar
2022-05-31lib/md5,lib/sha256: Use explicit_bzero to clean up sensitive data.Loganaden Velvindron
2022-05-20lib: Make thread_is_scheduled a static inlineDonald Sharp
2022-05-13Merge pull request #11195 from anlancs/fix/lib-qsortDonald Sharp
2022-05-12lib: add one check in "list_sort()"anlan_cs
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-04Merge pull request #11059 from anlancs/fix/bgpd-evnp-wrong-check-hashgetDonatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-05-02lib: change FRR interface name length definitionRafael Zalamena
2022-05-02*: use FRR interface name definition everywhereRafael Zalamena
2022-04-29Merge pull request #11118 from opensourcerouting/time-fmt-nullsDonald Sharp
2022-04-29Merge pull request #11114 from opensourcerouting/vrf-declvar-macrosmobash-rasool
2022-04-28Merge pull request #11090 from ton31337/fix/plist_alist_duplicateDonald Sharp
2022-04-28lib: format NULL timevals correctlyDavid Lamparter
2022-04-28Merge pull request #11107 from opensourcerouting/prefix-more-unionizingDonald Sharp
2022-04-28lib, zebra, pimd: clean up/fix VRF DECLVAR macrosDavid Lamparter
2022-04-27Merge pull request #11098 from opensourcerouting/zapi-mrib-v6Donald Sharp
2022-04-27lib: prefix unionizationDavid Lamparter
2022-04-27lib: remove unused `struct prefix_ptr`David Lamparter
2022-04-26Merge pull request #11079 from opensourcerouting/staticd-nht-refactor-fix-sta...Russ White
2022-04-26zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIBDavid Lamparter
2022-04-26Merge pull request #11086 from ton31337/feature/rmap_aspath_replaceRuss White
2022-04-25lib: Ignore duplicate alist/plist entries in CLIDonatas Abraitis
2022-04-25bgpd: Add `set as-path replace <any|ASN>` cmd for route-mapsDonatas Abraitis
2022-04-24lib: prefix_afi() helperDavid Lamparter
2022-04-21lib: Ensure an empty string does not get printed for host/domainDonald Sharp
2022-04-20Merge pull request #11055 from donaldsharp/plist_crashDonatas Abraitis
2022-04-20Merge pull request #10961 from opensourcerouting/build-ms-extDonald Sharp
2022-04-19lib: Prevent crash after shutdown requestDonald Sharp
2022-04-19*: Fix spelling of seperatorDonald Sharp
2022-04-19*: Fix spelling of neccessaryDonald Sharp
2022-04-11lib: Remove deprecated routemap_optimization_cmdDonatas Abraitis
2022-04-07lib, pimd: add a bunch of address helpersDavid Lamparter
2022-04-04build: first header *must* be zebra.h or config.hDavid Lamparter
2022-04-02lib, yang: Fix spellinig of milisecondsDonald Sharp
2022-04-02*: Fix spelling of wetherDonald Sharp
2022-03-31isisd, lib, ospfd, pathd: Null out free'd pointerDonald Sharp
2022-03-31bgpd: Show `match script SCRIPT` in running configDonatas Abraitis
2022-03-30Merge pull request #10918 from opensourcerouting/fix/bgpd_crashDonald Sharp
2022-03-29Merge pull request #10719 from opensourcerouting/nb-show-fixesRuss White
2022-03-29bgpd: Do not print .lua extension twiceDonatas Abraitis
2022-03-27*: add SAFI argument to zclient_send_rnhDavid Lamparter
2022-03-26lib: Ensure order of operations is expected with SECONDSDonald Sharp
2022-03-25Merge pull request #10868 from donaldsharp/zlog_backtrace_uninitedDavid Lamparter
2022-03-25Merge pull request #10852 from mjstapp/fix_lib_distcleanDavid Lamparter
2022-03-24lib: Prevent uninitialized bytesDonald Sharp
2022-03-24lib: Fix `terminal monitor` uninited memory usage on freebsdDonald Sharp
2022-03-23build: remove generated lib files during distcleanMark Stapp
2022-03-18lib, bgpd: changes for EAD-per-ES fragmentationAnuradha Karuppiah
2022-03-16lib: wheel's typo fixron