summaryrefslogtreecommitdiff
path: root/ospfd
AgeCommit message (Expand)Author
2012-01-02lib: fix some strtoul() use casesUlrich Weber
2012-01-02ospfd: fix bug in NSSA ABR status checkDenis Ovsienko
2012-01-02ospfd: fix packet reception for FreeBSD 10.Dmitrij Tejblum
2012-01-02ospfd: remove unused codeStephen Hemminger
2012-01-02ospfd: avoid redundant lookup in ospf_redistribute_withdrawStephen Hemminger
2011-12-21ospfd: more info in LSA checksum warning (BZ#685)Jaroslav Fojtik
2011-12-13build: delete .cvsignore filesDenis Ovsienko
2011-12-13ospfd: spellingDenis Ovsienko
2011-12-13quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin
2011-11-21ospfd: use IS_LSA_SELF() where appropriateDenis Ovsienko
2011-11-21ospfd: spelling/format fixDenis Ovsienko
2011-11-21lib: put route_types.txt to real useDavid Lamparter
2011-11-15ospfd: improve fix to CVE-2011-3326 (BZ#586)Thomas Ries
2011-10-17ospfd: justify ospf_default_originate_timer()Denis Ovsienko
2011-09-29ospfd: fix regression in recent commitYAMAMOTO Shigeru
2011-09-26ospfd: CVE-2011-3325 part 2 (OSPF pkt type segv)Denis Ovsienko
2011-09-26ospfd: CVE-2011-3325 part 1 (OSPF header underrun)Denis Ovsienko
2011-09-26ospfd: CVE-2011-3326 (uknown LSA type segfault)CROSS
2011-09-25ospfd: remove unused macroDenis Ovsienko
2011-09-10ospfd: spellingDenis Ovsienko
2011-09-10ospfd: use existing macro for consistencyDenis Ovsienko
2011-09-07ospfd: revert recent PIE change to fix amd64 buildDenis Ovsienko
2011-09-05build: build ospfd as Position-Independed Executable (if appropriate)Dmitrij Tejblum
2011-08-28ospfd: address more trivial compiler warningsDenis Ovsienko
2011-08-23ospfd: sizing macros cleanupDenis Ovsienko
2011-08-19lib: simplify interface of setsockopt_multicast_ipv4().Dmitrij Tejblum
2011-08-02ospfd: remove useless RFC1583 checkAlexandre Chappuis
2011-08-01ospfd: Lower level of some common messages from info to debugPaul Jakma
2010-04-18ospfd: Only refresh external default route once.Joakim Tjernlund
2010-04-18ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.Joakim Tjernlund
2010-04-18ospfd: Make sure all external routes are updated.Joakim Tjernlund
2010-01-14ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma
2010-01-14ospfd: remove unneeded memset from a very hot functionPaul Jakma
2009-12-03ospfd: VTY strings cleanupStephen Hemminger
2009-12-03ospfd: comment out unused functionStephen Hemminger
2009-12-03ospfd: make local functions staticStephen Hemminger
2009-09-28[ospfd] enable more OSPF cost command aliasesDenis Ovsienko
2009-08-28ospfd: Make sure priority is respected.Joakim Tjernlund
2009-08-28ospfd: Tighten up the connected check for redistributionJoakim Tjernlund
2009-08-13all: check return value from daemon() callStephen Hemminger
2009-08-13ospfd: fix performance problem with redistribute deleteStephen Hemminger
2009-08-11ospfd: Make sure route table is recalculated.Joakim Tjernlund
2009-08-11ospfd: Make "Packet ... received on wrong link" conditional on debugPaul Jakma
2009-08-03ospfd: neuter some compiler warningsPaul Jakma
2009-08-03ospfd: update some commentsPaul Jakma
2009-08-03ospfd: Change struct ospf_path *oi to ifindex.Joakim Tjernlund
2009-07-30ospfd: Discriminate better when selecting links between vertices in SPFJoakim Tjernlund
2009-07-28ospfd: Make ospf_if_lookup_recv_if() find the right unnumbered i/fJoakim Tjernlund
2009-07-28ospfd: export ospf_if_table_lookup() and use it in ospf_network_run_interface()Joakim Tjernlund
2009-07-28[global] interface flags format warningsStephen Hemminger