summaryrefslogtreecommitdiff
path: root/net/openldap23-server/files/patch-libraries::liblutil::passwd.c
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2003-11-14 03:57:13 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2003-11-14 03:57:13 +0000
commitdf15f5fedf93ebb5a0f6c59931c9140680410aae (patch)
tree2d8e33442ac49d46b6a6f74dcbc9c07fcd5326dc /net/openldap23-server/files/patch-libraries::liblutil::passwd.c
parentUpdate to 20031029. (diff)
** NOTICE: **
* OpenLDAP 2.0 is no longer actively maintained by the OpenLDAP Project. * You are strongly encouraged to update to OpenLDAP 2.1 * Port maintainers: Please respect the default in bsd.port.mk * I plan to remove OpenLDAP 2.0 from the FreeBSD ports tree May 2004 - Update net/openldap21-client and net/openldap21-server to version 2.1.23 - Update net/openldap22-client and net/openldap22-server to version 2.2.2.b, fix ITS#2747 from CVS - some fixes for net/openldap20-server from CVS, seems like there won't be a 2.0.28 release anymore - remove conflict with deleted port net/openldap12 - use PORTDOCS - use USE_OPENSSL - don't use _REENTRANT - add a deinstall message PR: 58278 Submitted by: me Approved by: marcus (mentor)
Diffstat (limited to 'net/openldap23-server/files/patch-libraries::liblutil::passwd.c')
-rw-r--r--net/openldap23-server/files/patch-libraries::liblutil::passwd.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/openldap23-server/files/patch-libraries::liblutil::passwd.c b/net/openldap23-server/files/patch-libraries::liblutil::passwd.c
deleted file mode 100644
index 32de74e9ee11..000000000000
--- a/net/openldap23-server/files/patch-libraries::liblutil::passwd.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# ITS#2562: add missing arg to hash_lanman
-#
---- libraries/liblutil/passwd.c.orig Fri May 2 13:29:29 2003
-+++ libraries/liblutil/passwd.c Sun Jun 22 03:08:18 2003
-@@ -632,7 +632,7 @@
- {
- struct berval *hash;
-
-- hash = hash_lanman( scheme, cred );
-+ hash = hash_lanman( scheme, cred, text );
- return memcmp( &hash->bv_val[scheme->bv_len], passwd->bv_val, 32);
- }
- #endif /* SLAPD_LMHASH */