-
Looks like a great project. I'm going to try to deploy this in our 3000+ network device campus network and see how well it performs. Have you ever considered implementing a syslog server component or a trap receiver component that would allow the database to do immediate updates on devices that are plugged into switches that are configured to notify whenever a new mac address is seen in the...
2009-07-08 21:58:28 UTC in Network Tracking Database
-
It now checks if you have access to any domains on the main news page, and lets you know if you don't have any access. I didn't change the ---- separator for the child domains because it would require some more major UI overhauls on that page.
2007-03-29 18:59:43 UTC in Vulnerability Scanning Cluster
-
hctv19 committed revision 468 to the Vulnerability Scanning Cluster SVN repository, changing 7 files.
2007-03-29 18:57:50 UTC in Vulnerability Scanning Cluster
-
Need to find where it checks if a user has privileges - if no privileges, display a message that says privs must be requested before anything can really be done, and also for user to set their email address.
2007-03-29 17:40:47 UTC in Vulnerability Scanning Cluster
-
The fatal error messages have been softened up a bit for the average user, I think continuing to print the line number of the error will help in bug fixing requests however, as the user will be able to point the bug-fixers to the exact spot of the error.
2007-03-29 17:19:03 UTC in Vulnerability Scanning Cluster
-
hctv19 committed revision 467 to the Vulnerability Scanning Cluster SVN repository, changing 10 files.
2007-03-27 15:15:05 UTC in Vulnerability Scanning Cluster
-
This one was kind of tricky - an SQL call designed as maintenance function was happening every time the Session_LoadSession() function was being called (Essentially on every page) that was designed to close out old sessions whose start dates where so old by setting their end dates to the current time. However, it didn't actually check to see if the sessions had an end time, so even closed...
2007-03-27 15:11:45 UTC in Vulnerability Scanning Cluster
-
Fixed, had to append ?target=myscans to the form action in the public.inc file in the ui folder in Main. The filter was not being passed and was being lost.
2007-03-27 13:50:53 UTC in Vulnerability Scanning Cluster
-
Fixed, implemented the above fix and tested.
2007-03-27 13:35:31 UTC in Vulnerability Scanning Cluster
-
I had to write some code to split up the user input based on a / symbol and then if there was something after the slash, it would put it into the dns name field of the hosts table, before, the IP address was just being entered as the DNS name. It looks like everything was in place to implement this functionality before, and the UI was designed to handle the DNS name, it was just never handled...
2007-03-22 20:14:34 UTC in Vulnerability Scanning Cluster