Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-06-26 | Password management redesigned (untested). | Ondrej Filip | |
2000-05-10 | password_same utility function | 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 | Change format of passwords (less ;'s) and fix password.h to allow | Pavel Machek | |
multiple inclusions. | |||
1999-05-26 | Skeleton for password handling, currently I only build structures and | Pavel Machek | |
do nothing more advanced for them |