re-instate local md5.[ch] due to issues with linking openssl to GPL code

This commit is contained in:
Brendan O'Dea 2005-08-10 07:25:23 +00:00
parent a5cdf43cb3
commit 0280d21184
7 changed files with 316 additions and 13 deletions

View file

@ -1,12 +1,12 @@
* Tue Aug 2 2005 Brendan O'Dea <bod@optus.net> 2.1.2
* Wed Aug 10 2005 Brendan O'Dea <bod@optus.net> 2.1.2
- Clear cluster_master on election so that slaves will accept a new master.
- Provide more comments/defaults in etc/startup-config.default.
- Add DAE support (PoD/CoA) from Vladislav Bjelic.
- Clean up new warnings from gcc 4.0.
- Replace flags used for LCP/IPCP with state machine.
- Use openssl MD5, fix DAE vector (Alex Kiernan).
- Include Acct-Session-Time in interim records.
- Fix generateload (Alex Kiernan).
- Fix DAE vector, generateload (Alex Kiernan).
- Replace RSA MD5 with public domain version.
* Tue Jun 14 2005 Brendan O'Dea <bod@optusnet.com.au> 2.1.1
- Add missing newline to backtrace macro.