[Phpipam-development] phpipam version 1.11.001 released
phpipam open-source IP address management
Brought to you by:
myha
From: Miha P. <mih...@gm...> - 2015-03-23 17:06:20
|
Dear all, phpipam version 1.11.001 is available in svn repo for development users (revision 511). This is quite a major backend rewrite, all existing functions have been rewritten to objects/methods and all SQL queries parametized. I decided to migrate from MySQLi to PDO for php, as advised in php community, so make sure your installation has support for: * PDO * Mysql_pdo Focus area is, well, all :) I have added 2 features to this release that are to be tested: * Multiple authentication methods (existing AD/LDAP should be migrated to new table after database is upgraded) * ping / pear / fping scanning methods As always make backup of your database before upgrading. br, Miha == 1.11.001 New features: ------------ + Added multiple authentication methods (AD, LDAP); + Added fping scanning support; + Added selectable scanning type (ping/pear/fping); Enhancements: ---------------------------- + Upgraded jQuery to 2.1.3; + All functions rewritten to classes/methods; + Parametized all SQL queries, moved from MySQLI to PDO; + Added VLAN to search results export; + Redesigned admin and tools menu; Security Fixes: ---------------------------- + Parametized all MySQL querries; + Fixed plainpass being logged on user update; Bugfixes: ---------------------------- + Fixed bug with SSL/TLS smtp servers; + Fixed visual subnet display issues on 32bit systems; + Fixed IPv6 split subnets bug; + Fixed /31 ping bug scanning out of boundaries; + Fixed nested broadcast not counted to used percentage; + Fixed invalid redirect after timeout; + Fixed discovery script index overridden; |