Commit Graph

62 Commits

Author SHA1 Message Date
tron
590e1f0cee Update for building OpenLDAP 2.4.39. 2014-05-28 11:32:19 +00:00
tron
4f4766a6be Re-generate after import of OpenLDAP 2.4.39. 2014-05-28 11:09:18 +00:00
tron
4385776513 Apply patch to fix CVE-2013-4449. This shouldn't be necessary as we don't
build the server or its plug-ins. But it is better to be safe in case
this changes.
2014-05-28 10:14:13 +00:00
tron
cb54be06bf Resolve conflicts from last import. 2014-05-28 10:12:43 +00:00
tron
d11b170b90 Import OpenLDAP version 2.4.39. The list of changes since version 2.4.23
is too long to put here (over 650 lines of changelog).
2014-05-28 09:58:17 +00:00
christos
5bdc0023c2 Kill CIRCLEQ, nothing uses it and it will not work with gcc-4.8, so avoid
future accidents.
2013-11-26 01:31:43 +00:00
joerg
975a152cfc If a library needs a symbol from another library, pull that library in
explicitly, even if the DT_NEEDED closure would normally already ensure
the presence.
2013-09-11 23:04:09 +00:00
christos
6ee25ca9b9 use cleantags, instead of home grown copy. 2011-10-08 19:28:38 +00:00
joerg
22add3a49f Fix memset usage. 2011-07-01 02:01:21 +00:00
mrg
493d341048 various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of
these work properly wtf pointer aliasing, but there are no casts at
least...

the lib/libpuffs/puffs_priv.h is definately a real bug fix.

from chuq.
2011-06-20 09:11:16 +00:00
joerg
a216da57a6 Default to -Wno-sign-compare -Wno-pointer-sign for clang.
Push -Wno-array-bounds down to the cases that depend on it.
Selectively disable warnings for 3rd party software or non-trivial
issues to be reviewed later to get clang -Werror to build most of the
tree.
2011-05-26 12:56:24 +00:00
joerg
fe030aa0ad Fix formatting of time_t 2011-05-24 16:03:15 +00:00
joerg
b4eb5d9c57 Kill double .TP 2010-12-12 20:20:43 +00:00
joerg
1a85759af0 Kill double .TP 2010-12-12 20:19:41 +00:00
joerg
2e05e5b66d Reply 1.15, lost in the last update. 2010-12-12 18:40:01 +00:00
adam
5e6ed478ee bump minor version for 2.4.23 2010-12-12 16:19:54 +00:00
adam
303af6c5ec Update to OpenLDAP 2.4.23 2010-12-12 16:10:42 +00:00
adam
4ecae53ae6 Use conditional WORDS_BIGENDIAN 2010-12-12 16:10:18 +00:00
adam
a8c4d9a88a Merge 2.4.23 2010-12-12 15:46:27 +00:00
adam
ef2f90d39c Imported openldap-2.4.23 2010-12-12 15:17:36 +00:00
mrg
657f450349 add a miss #ifdef HAVE_TLS, that fixes MKCRYPTO=no build in here. 2010-07-11 00:47:36 +00:00
joerg
69119b7656 Drop redundant .TP 2010-03-20 20:58:06 +00:00
joerg
3ae1e92ee1 Drop redundant TPs 2010-03-20 20:27:57 +00:00
lukem
1f0d0df9ea fixed rcsids on 2.4.21 import 2010-03-08 06:43:18 +00:00
lukem
2b8444592e openldap2netbsd - script to munge rcsids, and otherwise prepare for import 2010-03-08 06:42:31 +00:00
lukem
e598ca9c12 bump minor version for 2.4.21 2010-03-08 05:45:24 +00:00
lukem
62a8debe1d build ldapurl 2010-03-08 05:24:59 +00:00
lukem
9b4fc98d5f ldapexop now has a man page 2010-03-08 05:24:33 +00:00
lukem
1ae7a69fb9 support building without common.c (for ldapurl) 2010-03-08 05:23:41 +00:00
lukem
e3d0290b8c add meter.c 2010-03-08 05:19:10 +00:00
lukem
9a2cfaa213 update for .c changes in 2.4.21 2010-03-08 05:18:17 +00:00
lukem
45f096ee63 version is now 2.4.21 2010-03-08 05:17:25 +00:00
lukem
902ced1e35 Man pages added in 2.4.21 2010-03-08 05:11:20 +00:00
lukem
19fc3e3fef Regenerate for OpenLDAP 2.4.21 2010-03-08 05:08:40 +00:00
lukem
672b7d248c Regenerate for openldap 2.4.21 2010-03-08 05:07:40 +00:00
lukem
e6632eb096 Disable HAVE_TLS here; we'll conditionally enable it in the Makefiles.
Disable HAVE_FETCH; API appears to be incompatible
2010-03-08 05:07:16 +00:00
lukem
4f33bfd95b fix const warning 2010-03-08 05:00:51 +00:00
lukem
f8fd1d3c37 include <ac/time.h> for timeval. 2010-03-08 04:58:18 +00:00
lukem
60134bf0d1 Merge 2.4.21 2010-03-08 03:47:40 +00:00
lukem
4e6df137e8 OpenLDAP 2.4.21. Numerous fixes, including:
* properly handle NUL in CN of SSL certs (CVE-2009-3767)
2010-03-08 02:14:20 +00:00
jnemeth
b006902069 PR/42873 - Henning Petersen -- missing ) 2010-02-23 16:35:06 +00:00
joerg
f407b5a5b2 Fix markup 2009-10-14 17:37:07 +00:00
christos
75efea6592 bump libcrypto and friends; OpenSSL abi change: do_cipher last argument
changed from u_int to size_t. Affects _LP64 only.
2009-07-20 17:30:52 +00:00
christos
36f53fd260 depend on the proper libcrypto 2009-07-20 15:41:55 +00:00
christos
ddb6af4806 catch up with openssl constification 2009-07-20 15:32:33 +00:00
christos
c42a4332d6 bump versions for time_t 2009-01-11 22:42:39 +00:00
mrg
604c46c98f reference other libraries from their relative location. 2008-10-27 07:26:29 +00:00
mrg
da81ae230b support MKCRYPTO==no. approved by lukem. 2008-08-31 10:29:51 +00:00
lukem
9c4947d494 stuff TODO 2008-08-13 04:46:08 +00:00
lukem
b5d491f229 Regen for openldap 2.4.11.
(Done on a NetBSD 3.1 system, and hand-tweaked.)
2008-08-13 04:44:59 +00:00