From 5f725d32532ebd63f55eb142258da6f3e5e8e0b7 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 7 Aug 2016 10:40:36 +0200 Subject: [PATCH] moved encryption functions to security.inc --- lam/docs/devel/upgrade.htm | 6 ++- lam/lib/ldap.inc | 66 +++-------------------------- lam/lib/modules.inc | 12 +++--- lam/lib/modules/imapAccess.inc | 4 +- lam/lib/modules/windowsUser.inc | 2 +- lam/lib/security.inc | 60 +++++++++++++++++++++++++- lam/templates/massBuildAccounts.php | 6 +-- lam/templates/massDoUpload.php | 4 +- 8 files changed, 82 insertions(+), 78 deletions(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 494f8b5e..3b55196a 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -19,6 +19,7 @@ + @@ -44,7 +45,10 @@ This is a list of API changes for all LAM releases.
-

5.0 -> 5.1

Module interface
+

5.4 -> 5.5

Functions Ldap::encrypt/decrypt in ldap.inc moved to lamEncrypt/lamDecrypt in security.inc.
+
+

5.0 -> 5.1

+Module interface