| 1 |
# ********************************************************************* |
|---|
| 2 |
RogueDetect ChangeLog |
|---|
| 3 |
|
|---|
| 4 |
2007-10-01 Ray DeJean <ray@selu.edu> |
|---|
| 5 |
* Fixed regex to allow VLAN_PLUS_VID_NO_PAD vlan names |
|---|
| 6 |
* Define alert_email and page_email in DHCPDetect.pm to get |
|---|
| 7 |
email alerts working |
|---|
| 8 |
* Added interface name to subject of alert email |
|---|
| 9 |
|
|---|
| 10 |
2007-06-27 Karl Vollmer <karl.vollmer@oregonstate.edu> |
|---|
| 11 |
* Removed continuious mode due to known issues with it |
|---|
| 12 |
* Fixed a serious logic issue that resulted in the roguedetect |
|---|
| 13 |
having trouble detecting two dhcp offers that were within |
|---|
| 14 |
1/10th of a second of each other |
|---|
| 15 |
* Added a few more sanity checks to stop it and provide usefull |
|---|
| 16 |
error information |
|---|
| 17 |
|
|---|
| 18 |
2006-12-08 Karl Vollmer <karl.vollmer@oregonstate.edu> |
|---|
| 19 |
* Added in load-core.pl which loads the roguedetect.cfg allowing |
|---|
| 20 |
us to move all config options out of the perl script making |
|---|
| 21 |
it easier to upgrade in the future |
|---|
| 22 |
* Added automatic detection of the source HWA's using ifconfig |
|---|
| 23 |
* Added secondary E-mail address option and cleaned up the |
|---|
| 24 |
file a little more. |
|---|
| 25 |
|
|---|
| 26 |
2006-09-19 Karl Vollmer <karl.vollmer@oregonstate.edu> |
|---|
| 27 |
* Abstracted Logging allowing for mail/print/syslog/script based |
|---|
| 28 |
logging with per type configration |
|---|
| 29 |
|
|---|
| 30 |
2006-01-18 Alex Schumann <alex.schumann@oregonstate.edu> |
|---|
| 31 |
|
|---|
| 32 |
* DHCPDetect.pm: Cleaned up, moved verification stuff to calling script |
|---|
| 33 |
|
|---|
| 34 |
* dhcpdetector.pl: Cleaned up, applied patch from Justin to log hwas and |
|---|
| 35 |
avoid sending repeated notices. Moved 'known' server and non-offer packet |
|---|
| 36 |
detection to main body. Cleaned up debugging output. Rolled version to 1.0 |
|---|
| 37 |
|
|---|
| 38 |
#********************************************************************** |
|---|