Fixed bug #13315 (PPP PAP authentication can result in erroneous callbacks) by copying the code from recent pppd

This commit is contained in:
goldsimon
2010-01-11 16:38:56 +00:00
parent 9a2d97ec41
commit 68ddcc6ca7
2 changed files with 16 additions and 11 deletions

View File

@@ -41,6 +41,10 @@ HISTORY
++ Bugfixes:
2010-01-11: Simon Goldschmidt
* pap.c: Fixed bug #13315 (PPP PAP authentication can result in
erroneous callbacks) by copying the code from recent pppd
2010-01-10: Simon Goldschmidt
* raw.c: Fixed bug #28506 (raw_bind should filter received packets)