diff options
| author | lukem <lukem@NetBSD.org> | 2010-03-08 02:14:20 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2010-03-08 02:14:20 +0000 |
| commit | 4e6df137e8e14049b5a701d249962c480449c141 (patch) | |
| tree | 5cc62330216cbd853a7075f3ebfdc3187ee1f1be /external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp | |
| parent | b513aa9a56ca50687f6277feeac27b6975418ecd (diff) | |
OpenLDAP 2.4.21. Numerous fixes, including:
* properly handle NUL in CN of SSL certs (CVE-2009-3767)
Diffstat (limited to 'external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp')
| -rw-r--r-- | external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp b/external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp index 11dadb32d13..29f768c4191 100644 --- a/external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp +++ b/external/bsd/openldap/dist/contrib/ldapc++/src/LDAPModification.cpp @@ -1,4 +1,4 @@ -// $OpenLDAP: pkg/ldap/contrib/ldapc++/src/LDAPModification.cpp,v 1.4.10.1 2008/04/14 23:09:26 quanah Exp $ +// OpenLDAP: pkg/ldap/contrib/ldapc++/src/LDAPModification.cpp,v 1.4.10.1 2008/04/14 23:09:26 quanah Exp /* * Copyright 2000, OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file |
