Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-06 | Nest: Allow MAC algorithms to specify min/max key length | Toke Høiland-Jørgensen | |
Add min/max key length fields to the MAC algorithm description and validate configured keys before they are used. | |||
2017-12-07 | Timers: Add typecast to unit-converting macros | Ondrej Zajicek (work) | |
2017-12-07 | Timers: Parse and format functions for microsecond times | Ondrej Zajicek (work) | |
Date/time output (e.g. in logs, show commands) can use %f to specify subsecond time. By default, millisecond precision is used in output. | |||
2016-11-02 | RIP: Use message authentication interface | Ondrej Zajicek (work) | |
Based on former commit from Pavel Tvrdik | |||
2016-11-02 | Add generic message authentication interface | Ondrej Zajicek (work) | |
Add generic interface for generating and verifying MACs (message authentication codes). Replace multiple HMAC implementation with a generic one. | |||
2015-10-05 | Major RIP redesign | Ondrej Zajicek (work) | |
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. | |||
2014-10-24 | Refactoring of OSPF messages. | Ondrej Zajicek | |
2008-11-08 | Fix bugs in OSPF MD5 authentication. First bug is that default | Ondrej Zajicek | |
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-05 | Fix problem with local time changes. | Ondrej Zajicek | |
2004-07-13 | Bugfix in simple authentification. | Ondrej Filip | |
2004-07-01 | Password WALK_LIST bugfix. | Ondrej Filip | |
2004-06-26 | Password management redesigned (untested). | Ondrej Filip | |
2004-06-05 | Marked unused parameters in core code as such. | Martin Mares | |
2002-11-13 | Added missing includes. | Martin Mares | |
2001-01-08 | Fixed infinite recursion in password_same. | Martin Mares | |
Pavel, please check. | |||
2000-05-16 | Don't segfault when someone adds passwords. | Pavel Machek | |
2000-05-16 | Password same now actually works | Pavel Machek | |
2000-05-10 | password_same utility function | Pavel Machek | |
1999-10-02 | Obvious bugs in authentication fixed. | Pavel Machek | |
1999-05-31 | Added password_strncpy() which pads destination with zeros. | Pavel Machek | |
1999-05-31 | Added PASSIVE option to paswwords. | Pavel Machek | |
1999-05-26 | Skeleton for password handling, currently I only build structures and | Pavel Machek | |
do nothing more advanced for them |