[Netpass-devel] NetPass CHANGES,1.32,1.33
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2006-07-07 13:31:41
|
Update of /cvsroot/netpass/NetPass In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15144 Modified Files: CHANGES Log Message: primarily changes to API to allow easier remote control of netpass from IDS systems Index: CHANGES =================================================================== RCS file: /cvsroot/netpass/NetPass/CHANGES,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- CHANGES 7 Apr 2006 20:44:10 -0000 1.32 +++ CHANGES 7 Jul 2006 13:31:36 -0000 1.33 @@ -333,3 +333,17 @@ jcm bug#1465448 Input validation on manual register form allowed invalid mac addresses to be registered. +2006-04-10 + jcm removed "port is already in that VLAN" check from NetPass.pm - occasionally + a port would get stuck in both VLANs, and this check would stop NetPass + from fixing that when it occurred. + +2006-07-06 + jcm modified API.pm to allow quarantining even if autoquar is not enabled on + a network (via a toggle) + wcy modified LOG.pm to fix a STDOUT flush problem + jcm modified macscan.pl to fix a bug where QUAR would be ignored + jcm modified API.pm to allow quaranting by MAC as well as to expose a few + more functions + wcy modified DB.pm to allow fetching of register records by username + |