gunnar: server/kolab-webadmin/kolab-webadmin ChangeLog,1.122,1.123

cvs at kolab.org cvs at kolab.org
Sun Feb 21 11:04:51 CET 2010


Author: gunnar

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin
In directory doto:/tmp/cvs-serv5627/kolab-webadmin/kolab-webadmin

Modified Files:
	ChangeLog 
Log Message:
kolab/issue3499 (Kolab web admin does not use LDAP escaping)

Found the actual issue I tried to fix last time which was the broken midair collision check. Now it also makes sense why the function broke with the later fixing I did. Basically countMail() was not aware of any LDAP escaping when counting objects with an excluded DN. Should now be fixed and I added a test for that problem.

Index: ChangeLog
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- ChangeLog	15 Jan 2010 15:38:47 -0000	1.122
+++ ChangeLog	21 Feb 2010 10:04:49 -0000	1.123
@@ -1,3 +1,8 @@
+2010-02-21  Gunnar Wrobel  <p at rdus.de>
+
+	* lib/KolabAdmin/Ldap.php: kolab/issue3499 (Kolab web admin does
+	not use LDAP escaping)
+
 2010-01-15  Gunnar Wrobel <wrobel at pardus.de>
 
 	* www/admin/user/user.php.in: kolab/issue4025 (Users can not





More information about the commits mailing list