index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospfd
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospfd: CVE-2013-2236, stack overrun in apiserver
David Lamparter
2013-07-08
1
-7
/
+18
*
ospfd: restore nexthop IP for p2p interfaces
Christian Franke
2013-04-09
1
-2
/
+16
*
ospfd: fix LSA initialization for build without opaque LSA
Christian Franke
2013-04-09
1
-0
/
+2
*
ospfd: Remove dup MaxAge LSA flood
Dinesh G Dutt
2013-01-07
1
-3
/
+2
*
ospfd: Corrected ospfd Type-4/Type-5 ls update handling
Vishal Kumar
2013-01-07
1
-1
/
+2
*
ospfd: compile warning cleanups
Andrew Certain
2013-01-07
14
-38
/
+31
*
ospfd: Update nsm_change_state to static scope, as it is not called from else...
Andrew Certain
2013-01-07
2
-2
/
+1
*
ospfd: Changed TE instance check to remove -Wtype-limits warning
Andrew Certain
2013-01-07
2
-2
/
+2
*
ospfd: Update comments to be more clear in packet processing
Andrew Certain
2013-01-07
1
-10
/
+16
*
ospfd: Fixed signed/unsigned masking of negative metrics
Andrew Certain
2013-01-07
1
-3
/
+7
*
ospfd: Fixed typo bug in ospf_vty.h:ospf_neighbor
Andrew Certain
2013-01-07
1
-1
/
+1
*
ospfd: fix argument parsing for distribute-list
Christian Franke
2013-01-07
1
-2
/
+2
*
ospf: fix apiserver enable
David Lamparter
2013-01-07
1
-5
/
+5
*
ospf: Fix type-4 network mask to 0 per RFC
Leonard Tracy
2013-01-07
1
-5
/
+1
*
ospf: Reduce MaxAge log level
Ayan Banerjee
2013-01-07
1
-2
/
+5
*
ospf: Convert MAX_AGE LSA list to tree
Dinesh Dutt
2013-01-07
6
-32
/
+83
*
ospf: forward ref. of areas for "max-metric router-lsa administrative" cmd
Ayan Banerjee
2013-01-07
3
-1
/
+14
*
ospf: suppress delete using replacement
Ayan Banerjee
2013-01-07
1
-4
/
+29
*
ospfd: remove some buggy extra ';' symbols.
Hasso Tepper
2012-11-05
2
-2
/
+2
*
*: use array_size() helper macro
Balaji.G
2012-10-25
2
-4
/
+4
*
ospfd: respect max-metric over configured cost for summary LSAs
JR Rivers
2012-10-25
2
-8
/
+30
*
ospfd: ABR algorithm not propagating MAXAGE LSAs into area
JR Rivers
2012-10-25
1
-2
/
+3
*
ospfd: blackhole route removal for area range
JR Rivers
2012-10-25
3
-22
/
+66
*
lib: improve fletcher checksum validation
JR Rivers
2012-10-25
2
-1
/
+13
*
Revert "ospfd: Do not fall back to intervening router."
Paul Jakma
2012-10-19
1
-4
/
+30
*
build: correct libtool parameter used within Makefiles
Brad Smith
2012-09-25
1
-1
/
+1
*
ospfd: Do not fall back to intervening router.
Joakim Tjernlund
2012-07-25
1
-15
/
+3
*
ospfd: use ZEBRA_NEXTHOP_IPV4_IFINDEX
Joakim Tjernlund
2012-07-25
1
-45
/
+79
*
ospf_spf_process_stubs: use LSA pos to find OSFP interface
Joakim Tjernlund
2012-07-25
3
-4
/
+6
*
ospfd: Optimize and improve SPF nexthop calculation
Joakim Tjernlund
2012-07-25
4
-83
/
+100
*
ospfd: avoid exhausting memory with OSPF vertices (BZ#476)
David Lamparter
2012-07-25
1
-2
/
+15
*
snmp: let handlers accept OID from a lesser prefix
Vincent Bernat
2012-06-25
1
-0
/
+48
*
agentx: handle SNMP traps
Vincent Bernat
2012-06-25
1
-4
/
+13
*
smux: drop findVar element from trap object struct
Vincent Bernat
2012-06-25
1
-16
/
+16
*
smux: remove `tick` argument from smux_trap()
Vincent Bernat
2012-06-25
1
-4
/
+4
*
build: use net-snmp-config to configure NetSNMP
Vincent Bernat
2012-06-25
1
-1
/
+1
*
build: only define HAVE_SNMP
Vincent Bernat
2012-06-25
1
-6
/
+0
*
build: allow configure and build in a separate directory
Vincent Bernat
2012-06-25
1
-1
/
+1
*
ospfd: Fixes a crash of the daemon with a snmp walk
Jorge Boncompte [DTI2]
2012-04-16
1
-4
/
+4
*
ospfd: adjust OSPF_ROUTER_LSA_MIN_SIZE for VL case
Denis Ovsienko
2012-04-11
1
-1
/
+8
*
ospfd: reduce ospf_verify_header()
Denis Ovsienko
2012-03-12
1
-15
/
+6
*
ospfd: bring ospf_check_auth() into focus
Denis Ovsienko
2012-03-12
1
-70
/
+100
*
ospfd: introduce ospf_auth_type_str[]
Denis Ovsienko
2012-03-12
2
-2
/
+15
*
ospfd: fix packet length check for auth/LLS cases
Denis Ovsienko
2012-03-12
1
-5
/
+5
*
ospfd: introduce ospf_lsa_minlen[] (BZ#705)
Denis Ovsienko
2012-03-12
3
-1
/
+267
*
ospfd: review ospf_check_md5_digest()
Denis Ovsienko
2012-03-12
1
-15
/
+5
*
ospfd: review ospf_check_auth()
Denis Ovsienko
2012-03-12
1
-4
/
+3
*
ospfd: introduce ospf_packet_minlen[] (BZ#705)
Denis Ovsienko
2012-03-12
2
-9
/
+60
*
ospfd: fix ospf_packet_add_top() to use LOOKUP()
Denis Ovsienko
2012-03-12
1
-1
/
+1
*
ospfd: use LOOKUP() for ospf_packet_type_str
Denis Ovsienko
2012-03-12
4
-17
/
+20
[next]