summaryrefslogtreecommitdiffstats
path: root/ospfclient (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-11/+6
* build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter2021-07-211-1/+1
* *: 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
* ospfclient: replace inet_ntoaMark Stapp2020-10-221-14/+15
* 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
* ospfclient: don't install man pageDavid Lamparter2020-01-151-1/+1
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* build: make rfptest and ospfclient "noinst"David Lamparter2018-10-281-1/+1
* build: add --enable-static-bin optionDavid Lamparter2018-10-011-1/+13
* build: fix not building docs w/o sphinxDavid Lamparter2018-09-091-1/+1
* *: cleanup .gitignore filesDavid Lamparter2018-09-081-15/+0
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+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-273-46/+46
* Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp2017-08-094-29/+41
|\
| * build: non-recursive ospf*David Lamparter2017-08-044-29/+41
* | lib: privs: make uid/gid accessible before setuidDavid Lamparter2017-08-021-0/+1
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-173-862/+755
* lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
* *: simplify log message lookupQuentin Young2017-06-211-2/+2
* ospfclient: Free up leaked resources in error pathDonald Sharp2017-06-131-0/+5
* *: Clean up call into inet_atonDonald Sharp2017-06-131-3/+19
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-153-14/+11
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-5/+5
* ospfclient: fix gcc -O0 buildDavid Lamparter2017-02-142-0/+6
* ospfclient: #include sourcesDavid Lamparter2017-02-092-1/+5
* ospfd: isolate ospfapiclient lib from ospf libDavid Lamparter2017-02-072-4/+6
* *: Convert libospf -> libfrrospfDonald Sharp2017-02-031-6/+6
* *: Convert libzebra -> libfrrDonald Sharp2017-02-032-3/+3
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-192-2/+2
* quagga: remove refix directory from git statusDonald Sharp2016-09-091-1/+1
* *: get rid of "MTYPE 0"David Lamparter2016-07-281-1/+1
* build: get rid of INCLUDES, use AM_CPPFLAGSDavid Lamparter2016-06-031-1/+1
* build: make libraries self-reliantDavid Lamparter2016-05-261-0/+1
* Add missing GPL headers, and copyright claims that certainly apply.Paul Jakma2016-05-261-0/+18
* build: Remove the old PIC/PIE patch, let libtool sort it outPaul Jakma2016-05-261-3/+2
* Quagga: Fixup some compile warningsDonald Sharp2015-11-231-1/+1
* Add --enable-werror to configureDonald Sharp2015-07-261-0/+1
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* build: correct libtool parameter used within MakefilesBrad Smith2012-09-251-1/+1
* build: allow configure and build in a separate directoryVincent Bernat2012-06-251-1/+1
* build: delete .cvsignore filesDenis Ovsienko2011-12-131-13/+0
* [cleanup] Add log.h includesTomasz Pala2009-06-241-0/+1
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-2/+1