1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

22 Commits

Author SHA1 Message Date
589f7d1e4f Nest: Allow MAC algorithms to specify min/max key length
Add min/max key length fields to the MAC algorithm description and
validate configured keys before they are used.
2021-06-06 16:28:18 +02:00
ee528fbd5d Timers: Add typecast to unit-converting macros 2017-12-07 13:53:42 +01:00
f047271cb9 Timers: Parse and format functions for microsecond times
Date/time output (e.g. in logs, show commands) can use %f to specify
subsecond time. By default, millisecond precision is used in output.
2017-12-07 13:49:27 +01:00
390601f038 RIP: Use message authentication interface
Based on former commit from Pavel Tvrdik
2016-11-02 17:53:22 +01:00
de2a27e255 Add generic message authentication interface
Add generic interface for generating and verifying MACs (message
authentication codes). Replace multiple HMAC implementation with
a generic one.
2016-11-02 16:23:53 +01:00
8465dccb06 Major RIP redesign
The new RIP implementation fixes plenty of old bugs and also adds support
for many new features: ECMP support, link state support, BFD support,
configurable split horizon and more. Most options are now per-interface.
2015-10-05 13:18:10 +02:00
f8fefde318 Refactoring of OSPF messages. 2014-10-24 11:07:38 +02:00
b21f68b4cd Fix bugs in OSPF MD5 authentication. First bug is that default
values for MD5 password ID changed during reconfigure, Second
bug is that BIRD chooses password in first-fit manner, but RFC
says that it should use the one with the latest generate-from.

It also modifies the syntax for multiple passwords.
Now it is possible to just add more 'password' statements
to the interface section and it is not needed to use
'passwords' section. Old syntax can be used too.
2008-11-08 17:24:23 +01:00
fd91ae3325 Fix problem with local time changes. 2008-11-05 22:36:49 +01:00
32d3228d86 Bugfix in simple authentification. 2004-07-13 13:52:54 +00:00
02ad2737fd Password WALK_LIST bugfix. 2004-07-01 15:01:26 +00:00
5236fb03af Password management redesigned (untested). 2004-06-26 20:11:14 +00:00
7c103b1ee1 Marked unused parameters in core code as such. 2004-06-05 09:10:56 +00:00
7d875e094b Added missing includes. 2002-11-13 08:47:06 +00:00
8c6ce98b9d Fixed infinite recursion in password_same.
Pavel, please check.
2001-01-08 11:13:01 +00:00
d6796e7b54 Don't segfault when someone adds passwords. 2000-05-16 15:02:27 +00:00
2f2663bdb7 Password same now actually works 2000-05-16 15:00:15 +00:00
45a48e2de2 password_same utility function 2000-05-10 13:42:46 +00:00
ac40c888c2 Obvious bugs in authentication fixed. 1999-10-02 10:44:48 +00:00
2e6197d634 Added password_strncpy() which pads destination with zeros. 1999-05-31 19:15:52 +00:00
900d5470ae Added PASSIVE option to paswwords. 1999-05-31 17:12:00 +00:00
1a2ded450e Skeleton for password handling, currently I only build structures and
do nothing more advanced for them
1999-05-26 14:24:57 +00:00