summaryrefslogtreecommitdiffstats
path: root/ospfd
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'quagga_0_99_20_1_release' into euro_ix_bex22bChris Hall2012-03-225-125/+468
|\
| * ospfd: reduce ospf_verify_header()Denis Ovsienko2012-03-121-15/+6
| * ospfd: bring ospf_check_auth() into focusDenis Ovsienko2012-03-121-70/+100
| * ospfd: introduce ospf_auth_type_str[]Denis Ovsienko2012-03-122-2/+15
| * ospfd: fix packet length check for auth/LLS casesDenis Ovsienko2012-03-121-5/+5
| * ospfd: introduce ospf_lsa_minlen[] (BZ#705)Denis Ovsienko2012-03-123-1/+267
| * ospfd: review ospf_check_md5_digest()Denis Ovsienko2012-03-121-15/+5
| * ospfd: review ospf_check_auth()Denis Ovsienko2012-03-121-4/+3
| * ospfd: introduce ospf_packet_minlen[] (BZ#705)Denis Ovsienko2012-03-122-9/+60
| * ospfd: fix ospf_packet_add_top() to use LOOKUP()Denis Ovsienko2012-03-121-1/+1
| * ospfd: use LOOKUP() for ospf_packet_type_strDenis Ovsienko2012-03-124-17/+20
* | Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-1716-265/+159
|\ \
| * | fix zebra protocol after MP-BGP changesDenis Ovsienko2012-01-231-0/+4
| * | ospfd: use IS_LSA_SELF() where appropriateDenis Ovsienko2012-01-081-6/+7
| * | ospfd: justify ospf_default_originate_timer()Denis Ovsienko2012-01-082-2/+1
| * | ospfd: address more trivial compiler warningsDenis Ovsienko2012-01-081-1/+0
| * | general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-062-3/+3
| * | lib: fix some strtoul() use casesUlrich Weber2012-01-021-1/+4
| * | ospfd: fix bug in NSSA ABR status checkDenis Ovsienko2012-01-021-2/+2
| * | ospfd: fix packet reception for FreeBSD 10.Dmitrij Tejblum2012-01-021-1/+1
| * | ospfd: more info in LSA checksum warning (BZ#685)Jaroslav Fojtik2011-12-211-2/+7
| * | lib: put route_types.txt to real useDavid Lamparter2011-12-131-31/+16
| * | build: delete .cvsignore filesDenis Ovsienko2011-12-131-14/+0
| * | ospfd: spellingDenis Ovsienko2011-12-131-2/+2
| * | quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2011-12-131-20/+26
| * | ospfd: remove unused codeStephen Hemminger2011-12-075-101/+6
| * | ospfd: avoid redundant lookup in ospf_redistribute_withdrawStephen Hemminger2011-12-061-1/+4
| * | ospfd: improve fix to CVE-2011-3326 (BZ#586)Thomas Ries2011-11-151-1/+1
| |/
| * ospfd: fix regression in recent commitYAMAMOTO Shigeru2011-09-291-10/+15
| * ospfd: remove unused macroDenis Ovsienko2011-09-271-4/+0
| * ospfd: spellingDenis Ovsienko2011-09-271-1/+1
| * ospfd: use existing macro for consistencyDenis Ovsienko2011-09-271-2/+2
| * ospfd: sizing macros cleanupDenis Ovsienko2011-09-272-10/+8
| * lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum2011-09-271-10/+9
| * ospfd: remove useless RFC1583 checkAlexandre Chappuis2011-09-271-4/+0
| * ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv)Denis Ovsienko2011-09-261-14/+18
| * ospfd: CVE-2011-3325 part 1 (OSPF header underrun)Denis Ovsienko2011-09-261-3/+12
| * ospfd: CVE-2011-3326 (uknown LSA type segfault)CROSS2011-09-261-1/+2
* | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-026-324/+342
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-127-32/+33
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-127-32/+33
| |\|
| | * Merge remote-tracking branch 'polymorf/master'Greg Troxel2011-07-131-0/+16
| | |\
| | | * Fix ip_len byte order in DragonFly's raw socketDavid BÉRARD2010-05-111-0/+16
| | * | ospf: Fix OSPF API and ospf-te LSA refreshers to match recent API changePaul Jakma2011-04-134-7/+7
| | * | ospfd: Compile fix for opaque supportPaul Jakma2011-03-224-9/+13
| | * | ospfd: Remove oi field from LSA, have network_lsa_refresh look up when neededPaul Jakma2010-12-082-6/+15
| | * | ospfd: potential fix for router-id change assert on refresh cleanup patchPaul Jakma2010-12-081-4/+11
| | * | ospfd: Fix maxage/flush to not try flood twice, remember maxages for longerPaul Jakma2010-12-086-44/+53
| | * | ospfd: Unify router and network LSA refresh logic with general refresherPaul Jakma2010-12-0812-201/+107
| | * | ospfd: Remember network LSA sequence numbers across up/downs of an interfacePaul Jakma2010-12-084-4/+38