summaryrefslogtreecommitdiff
path: root/nhrpd/vici.c
AgeCommit message (Expand)Author
2024-01-09*: zebra.h should not have fcntl.hDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31nhrpd: Add missing enum's to switch statementDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-04nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-04-09nhrpd: lookup appropriate ipsec pathPhilippe Guibert
2021-03-17nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal
2021-03-17nhrpd: Make comments clearer, fix style issuesReuben Dowle
2021-03-17nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal
2021-03-17nhrpd: Retry IPSec if NHRP is repeatedly failingGaurav Goyal
2020-10-12nhrp: Make vici socket path configurableZoran Pericic
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-06-06lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp
2019-03-05Revert "nhrpd: strncpy -> strlcpy"Quentin Young
2019-02-26nhrpd: strncpy -> strlcpyQuentin Young
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13nhrpd: NHRP_[ERR|WARN] -> EC_NHRPQuentin Young
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversionDonald Sharp
2018-07-02nhrpd: uninitialized variable (Clang scan)F. Aragon
2018-06-29nhrpd: uninitialized variable (Clang scan)F. Aragon
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-08-11nhrpd: fixes for clang scan-build issuesJorge Boncompte
2017-08-10nhrpd: fix issues found by coverityJorge Boncompte
2017-06-01nhrpd: Guard a debug that was constantly spewing informationDonald Sharp
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-04-25nhrp: parse and log command response errors from strongSwanTimo Teräs
2017-04-25nhrp: explicitly cast ints to size_t for vici_request_vc va_list handlingTimo Teräs
2017-03-07nhrpd: implement next hop resolution protocolTimo Teräs