[Netpass-devel] NetPass CHANGES,1.18,1.19 MANIFEST,1.54,1.55
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-08-31 20:09:25
|
Update of /cvsroot/netpass/NetPass In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15191 Modified Files: CHANGES MANIFEST Log Message: bug fixes, see CHANGES file, see message on netpass-users before deploying these changes Index: CHANGES =================================================================== RCS file: /cvsroot/netpass/NetPass/CHANGES,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- CHANGES 22 Aug 2005 20:39:35 -0000 1.18 +++ CHANGES 31 Aug 2005 20:09:16 -0000 1.19 @@ -215,3 +215,20 @@ jcm added some code to reject google web accelerator if it accesses the admin pages jcm javascript fixes to Admin pages for IE compatibility + +2005-08-31 + jcm bug fix. a non-responsive switch would abort the port search and leave + users stuck in quarantine + jcm disabled use of cookies for session tracking. placed session id in + http POST instead. the problem was that toolbars like google + would sue the same cookie store that IE uses. this would cause + weird things to occur because the session state would become + corrupt. + jcm minor bug in fsp.pl - a diagnostic script. + jcm bug fix to Admin/cmd/setresult.mhtml to fix a permissions problem where + an network admin wouldnt be able to change the status of a client's + result + jcm bug fix to ScanAdmin audit messages (incorrectly ref'd logged_in) + jcm bug fix in bynet report (macos arp padding issue) + jcm bug fix in scan config (snort list limited to first 250) + Index: MANIFEST =================================================================== RCS file: /cvsroot/netpass/NetPass/MANIFEST,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- MANIFEST 16 Aug 2005 19:38:33 -0000 1.54 +++ MANIFEST 31 Aug 2005 20:09:16 -0000 1.55 @@ -171,6 +171,7 @@ www/components/Client/Validate www/components/Client/WelcomePage www/components/Client/ShowResults +www/components/Client/.BeginScan.swp www/components/style/back/start_sidebar www/components/style/back/end_content www/components/style/back/end_sidebar @@ -179,6 +180,7 @@ www/components/CookieDetect www/components/Audit www/components/OSDetect +www/components/FormAuthRadius www/htdocs/Admin/Editor/edit.mhtml www/htdocs/Admin/Editor/index.mhtml www/htdocs/Admin/Editor/view.mhtml |