- Dec 21, 2016
-
-
Ondřej Zajíček authored
-
- Dec 20, 2016
-
-
Maria Matejka authored
-
- Dec 15, 2016
-
-
Ondřej Zajíček authored
The variable nfa is not cleaned before each loop iteration and can have a wrong value of nfa.nhs_reuse from the previous step. Thanks to Bernardo Figueiredo for the bugreport and analysis.
-
- Dec 13, 2016
-
-
Ondřej Zajíček authored
Stubnet nodes in OSPF FIB were removed during rt_sync(), but the pointer remained in top_hash_entry.nf, so net-summary LSA origination was confused, reported 'LSA ID collision' and net-summary LSAs were not originated properly. Thanks to Naveen Chowdary Yerramneni for bugreport and analysis.
-
- Nov 25, 2016
-
-
Ondřej Zajíček authored
Prefix and bucket tables are initialized when entering established state but not explicitly freed when leaving it (that is handled by protocol restart). With graceful restart, BGP may enter and leave established state multiple times without hard protocol restart causing memory leak.
-
- Nov 15, 2016
-
-
Ondřej Zajíček authored
Commit 3c09af41... changed behavior of int_set_add() from prepend to append, which makes more sense for community list, but prepend must be used for cluster list. Add int_set_prepend() and use it in cluster list handling code.
-
- Nov 08, 2016
-
-
Ondřej Zajíček authored
-
- Nov 03, 2016
-
-
Ondřej Zajíček authored
-
- Nov 02, 2016
-
-
Ondřej Zajíček authored
Implement BFD authentication (part of RFC 5880). Supports plaintext passwords and cryptographic MD5 / SHA-1 authentication. Based on former commit from Pavel Tvrdik
-
Ondřej Zajíček authored
Based on former commit from Pavel Tvrdik
-
Ondřej Zajíček authored
Based on former commit from Pavel Tvrdik
-
-
-
Ondřej Zajíček authored
Add generic interface for generating and verifying MACs (message authentication codes). Replace multiple HMAC implementation with a generic one.
-
- Nov 01, 2016
-
-
Ondřej Zajíček authored
-
There are several unresolved -Wmissing-field-initializers on older versions of GCC than 5.1, all of them false positive.
-
Ondřej Zajíček authored
BIRD passed string from configuration to openlog(), which kept it internally. After reconfiguration the old string was freed, therefore openlog had invalid copy. Thanks to Chris Caputo for the original patch.
-
- Oct 27, 2016
-
-
Ondřej Filip authored
-
- Oct 18, 2016
-
-
Ondřej Zajíček authored
-
- Oct 13, 2016
-
-
Pavel Tvrdik authored
The add() function used to prepend a new community to clist, but after this fix the add() function appends new community.
-
Pavel Tvrdik authored
-
- Oct 12, 2016
-
-
Maria Matejka authored
Some memory was being allocated from bad linpool, not from the given one as they should. Thanks to Madhu and Justin Cattle for reporting this.
-
Thanks to Micah Anderson for bug report and Ondrej Zajicek for the idea!
-
-
Pavel Tvrdik authored
This commit should fix warning `make docs' ./sgml2html bird.sgml Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\nameurl{ <-- HERE (.*)}{(.*)}/ at fmt_latex2e.pl line 287.
-
- Oct 11, 2016
-
-
We set buffer->pos to buffer->end in function buffer_print() when bvsnprintf() failed, so there would be uninitialized memory between the old buffer->pos and the current buffer->pos.
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
Don't make space before or after link name.
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
This removes jumping offset for odd and even pages for binding book.
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
Pavel Tvrdik authored
-
- Oct 04, 2016
-
-
Ondřej Zajíček authored
-
Ondřej Zajíček authored
-