summaryrefslogtreecommitdiffstats
path: root/ospfclient/ospf_apiclient.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospfd, ospfclient: Do not just include .c files in another .cDonald Sharp2022-12-051-4/+0
* ospfd/ospfclient: add option to flush/withdrawal with zero lengthLou Berger2022-10-211-2/+3
* ospfd: ospf_apiserver.c - fix link local opaque LSA deleteLou Berger2022-10-211-3/+3
* ospfclient: condition optimizationsri-mohan12022-07-271-6/+6
* ospfclient: Ensure ospf_apiclient_lsa_originate cannot accidently write into ...Donald Sharp2022-07-221-0/+6
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-2/+2
* *: Fix spelling of FollowingDonald Sharp2022-04-011-3/+3
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* lib/xref: put setup calls in librariesDavid Lamparter2021-02-011-0/+3
* ospfd: fix SA warnings in ospfd, ospfclientMark Stapp2020-10-141-6/+12
* ospfclient: Provide some protection against blindly trusting inputDonald Sharp2020-10-091-2/+17
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* ospfd: Remove unused functionDonald Sharp2018-08-211-0/+1
* *: ALLOC calls cannot failDonald Sharp2018-08-111-8/+2
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-18/+18
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-544/+492
* ospfclient: Free up leaked resources in error pathDonald Sharp2017-06-131-0/+5
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-5/+4
* ospfclient: fix gcc -O0 buildDavid Lamparter2017-02-141-0/+3
* ospfclient: #include sourcesDavid Lamparter2017-02-091-0/+4
* ospfd: isolate ospfapiclient lib from ospf libDavid Lamparter2017-02-071-1/+2
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+2
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1
* [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warningsPaul Jakma2007-05-101-6/+6
* [ospfclient] add static qualifierpaul2005-11-241-11/+11
* 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-201-1/+1
* 2004-03-16 David Young <dyoung@pobox.com>gdt2004-03-161-1/+1
* Addition of OSPF-API - Amir Guindehi <nospam.amir@datacore.ch>paul2003-03-171-0/+747