eL DAPo Versions History Dustin Keys Portland State University keysd@pdx.edu Version 1.18 - 05/06/2003 - Fixed security bug where looking at index.php's source from the browser revealed the users password. - Session code has been changed so that eL DAPo no longer relies on register_globals to be enabled. - Fixed a intermittent bug where eL DAPo complains you have not selected a server or base dn. - Set index.php to redirect to the login page if you have not logged in. - Added a check to let the user know if they have not enabled the LDAP module for php. - Code Cleanup Version 1.17 - 04/08/2003 - Added a long over due log out button. - Fixed a bug that reported a protocol error with some ldap implementations while using a blank search filter. - Fixed a bug were search results were not displayed correctly when an @ symbol was included in the attribute which the search result listing displays. This bug would also result in not being able to pull up the detail view of an entry in the search result. Version 1.16 - 02/28/2003 - Added histoy feature to show the last entries viewed - Fixed error in which modification of multiple attributes at once resulted in a error. This error was created with a change made in version 1.15 Version 1.15 - 02/24/2003 - Fixed minor error which stopped users from making modifications when they do not have full modification privledges - Fixed a minor bug with the search filter helper. - Minor result reporting changes and bug fixes - Fixed a navigation bug where links would open within the right side frame instead of the parent window - Fixed minor navigation bugs - Fixed a bug found in Mozilla which reports a failure of the user to select a server or baseDn after logging in and selecting a LDAP entry. - Code Cleanup Version 1.14 - 01/30/2003 - Fixed security problem where login info was included in the url (typo) - Added tool tip to display dn on search listing links - Minor Navigation Changes - Code Cleanup Version 1.13 - 01/10/2003 - Added the filter helper to the listing page. - Added navigation links to ease modifications. - Created general success and error messages to keep result reporting consistant. - Fixed a couple of navigation bugs. Version 1.12.1 - 01/06/2003 - Created a general function to cleanup after ldap connections, which includes using ldap_unbind instead of ldap_close. - Fixed holes where errors occured but ldap connection was not closed. - Created a general function to display warning messages. Version 1.12 - 11/22/2002 - Fixed session problems where the following error was generated. Warning: Cannot send session cookie - headers already sent by (output started at /www/xxxxxxxxxxxxx.com/www/xxx.php:xx) in /www/xxxxxxxxxxxxxxx.com/www/xxx.php on line xx - Fixed error were a bad password was reported as a blank password. - Added default BIND DN to the settings file as an optional setting. - Fixed minor logic error in listing.php Version 1.11 - 11/20/2002 - Added BASE DN to the settings file. - Added pull down list to login page to make entering search filters easier and faster. - Code Clean up and Reorganization - Removed default search key. this has been replaced by the first entry in the search helper. - Added Credits, check out those who helped. - Added more detailed help to the HELP file Version 1.10 - 11/15/2002 - Name changed from "LDAP ExploDer" to "eL DAPo" - Fixed bug were a invalid attempt to bind using a blank password reported a successful bind. Version 1.02 - 10/XX/2002 - Added ability to bind to the ldap server by complete dn or any unique sub key which is used to construct the complete dn. - Fixed bug when bad search filter is entered. - Fixed Bug were space separated search filters disapear. - Added the ablility to change the server port. - Added the ablility to change the attribute used in the search results listing. - Navigation changes. Version 1.01 - 09/XX/2002 - Sorted search results alphabetically. - Changed minor cosmetic details. Version 1.0 - 09/XX/2002 - Added functionality to handle object level renames, and object level additions. - also fixed bugs with attribute level deletions. Version .5 - 08/XX/2002 - Basic functionality, included code to do attribute level modifications, atribute level deletions, object level deletions, and attribute level additions.