Ryan Tandy
27545be45f
ITS#8383 Look for socklen_t in <ws2tcpip.h> too
...
MinGW targets do not have the <sys/socket.h> header. The configure check
would conclude that there is no socklen_t type, resulting in portable.h
containing its own definition of socklen_t, which would later conflict
with the actual definition in <ws2tcpip.h>.
Add <ws2tcpip.h> to the configure check for socklen_t, so that the
defined type is correctly detected.
2020-04-03 16:59:15 +00:00
Ryan Tandy
2b01b8dd56
ITS#6035 Create test script
2020-04-02 09:10:51 -07:00
Andrew Lawrence
6f5cc45f93
ITS#8639 remove LANMAN hashed passwords
2020-03-07 16:55:35 +00:00
Ryan Tandy
1dbb82ec8c
Fix SLAPD_OVER_RETCODE description
2020-02-28 12:00:14 -08:00
Ryan Tandy
f8427a9b58
ITS#9144 Remove unused ICU detection and linking
...
This reverts commits a956f75924
("Add (not
yet used) ICU detection") and 1cf5838e08
("detect ICU and link it into slapd(8)").
2020-01-09 17:21:33 +00:00
Quanah Gibson-Mount
f6ad222e41
Happy New Year!
2020-01-09 16:50:21 +00:00
Ondřej Kuzník
e192a0e544
Only allow autoca building with openssl
2019-08-27 17:23:13 +01:00
Ryan Tandy
67f81dccc8
ITS#8753 Set minimum GnuTLS version to 3.2.2
...
Ensure gnutls_digest_get_id() is available
2019-08-27 16:56:48 +01:00
Quanah Gibson-Mount
35166673d2
Revert "ITS#9008 moduledir rpath changes"
...
This reverts commit 469bc3afbf
.
2019-05-17 17:03:25 +00:00
Quanah Gibson-Mount
ec2cb12e68
ITS#9010 - Delete back-bdb/back-hdb
...
This commits deletes all references and code for back-bdb and back-hdb.
There is some follow up work still necessary to flush out the admin
guide for back-mdb.
2019-05-13 17:20:28 +00:00
Emily Backes
469bc3afbf
ITS#9008 moduledir rpath changes
2019-04-24 10:15:37 +01:00
Quanah Gibson-Mount
b45a6a7dc7
Happy New Year!
2019-01-14 18:46:16 +00:00
Quanah Gibson-Mount
fb35befa9a
Fixes windows build with new MS AD sync Add CLIENT_LIBS for libraries required to build the clients.
2019-01-02 15:44:20 +00:00
Quanah Gibson-Mount
ce53de926b
ITS#8948 - Fix BDB lib to only be linked with static backend
2018-12-31 21:32:21 +00:00
Ondřej Kuzník
f65eaee285
ITS#8116 clients use uuid_* as well now
2018-11-07 11:07:35 +00:00
Ondřej Kuzník
5c0b820c4a
ITS#8772 Remove cthread support
2018-10-19 13:08:10 +01:00
Quanah Gibson-Mount
eb087e0861
ITS#8573 TLS option test suite
2018-06-14 16:19:10 +01:00
Quanah Gibson-Mount
59e9ff6243
Happy New Year
2018-03-22 15:35:24 +00:00
Quanah Gibson-Mount
c5b73dd85b
ITS#6300 -- Update for multi-listener support
2017-10-19 14:55:01 -07:00
Bryan Duncan
a25046535c
ITS #6300 : Added support for using kqueue in slapd (for systems that support kqueue(2).
...
Patch obtained from:
http://public.me.com/bryan.duncan/bryan-duncan.kqueue.090922.patch
# This patch file is derived from OpenLDAP Software. All of the
# modifications to OpenLDAP Software represented in the following
# patch(es) were developed by Apple. I, Bryan Duncan, am authorized by
# Apple, my employer, to release this work under the following terms.
#
# Copyright 2009 Apple Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted only as authorized by the OpenLDAP
# Public License.
#
# A copy of this license is available in file LICENSE in the
# top-level directory of the distribution or, alternatively, at
# http://www.OpenLDAP.org/license.html .
#
2017-10-19 14:54:50 -07:00
Josh Soref
10566c8be3
ITS#8605 - spelling fixes
...
* javascript
* kernel
* ldap
* length
* macros
* maintained
* manager
* matching
* maximum
* mechanism
* memory
* method
* mimic
* minimum
* modifiable
* modifiers
* modifying
* multiple
* necessary
* normalized
* objectclass
* occurrence
* occurring
* offered
* operation
* original
* overridden
* parameter
* permanent
* preemptively
* printable
* protocol
* provider
* really
* redistribution
* referenced
* refresh
* regardless
* registered
* request
* reserved
* resource
* response
* sanity
* separated
* setconcurrency
* should
* specially
* specifies
* structure
* structures
* subordinates
* substitution
* succeed
* successful
* successfully
* sudoers
* sufficient
* superiors
* supported
* synchronization
* terminated
* they're
* through
* traffic
* transparent
* unsigned
* unsupported
* version
* absence
* achieves
* adamson
* additional
* address
* against
* appropriate
* architecture
* associated
* async
* attribute
* authentication
* authorized
* auxiliary
* available
* begin
* beginning
* buffered
* canonical
* certificate
* charray
* check
* class
* compatibility
* compilation
* component
* configurable
* configuration
* configure
* conjunction
* constraints
* constructor
* contained
* containing
* continued
* control
* convenience
* correspond
* credentials
* cyrillic
* database
* definitions
* deloldrdn
* dereferencing
* destroy
* distinguish
* documentation
* emmanuel
* enabled
* entry
* enumerated
* everything
* exhaustive
* existence
* existing
* explicitly
* extract
* fallthru
* fashion
* february
* finally
* function
* generically
* groupname
* happened
* implementation
* including
* initialization
* initializes
* insensitive
* instantiated
* instantiation
* integral
* internal
* iterate
2017-10-11 14:39:38 -07:00
Ondřej Kuzník
5adcdb7642
Fix warnings issued by autoconf 2.68+
2017-09-26 14:41:11 +01:00
Howard Chu
afa861bf22
ITS#8719 add crypt_r() support
2017-09-06 21:25:16 +01:00
Quanah Gibson-Mount
626ba7eca7
Fix 9bafb16e1b
- autoca support
2017-04-18 08:22:56 -07:00
Howard Chu
2b920ecaec
Add autoca overlay
...
Automated certificate authority
2017-04-08 02:51:08 +01:00
Quanah Gibson-Mount
1df85d3427
Happy New Year!
2017-01-03 12:36:47 -08:00
Quanah Gibson-Mount
75629f002e
ITS#8353 -- More for OpenSSL 1.1.0 compat
2016-12-07 18:10:14 -08:00
Nadezhda Ivanova
90a80a590d
ITS#8303 Fixed an error in configure.in
...
This fixes an incorreclty named variable, introduced with
commit 6cafdfa8d8
2016-02-08 12:46:41 +00:00
Howard Chu
8470f6e32f
ITS#8303 fix prev commit
2016-02-01 19:22:46 +00:00
Nadezhda Ivanova
6cafdfa8d8
ITS#8303 Asynchronous meta back-end for OpenLDAP
2016-02-01 14:35:47 +00:00
Quanah Gibson-Mount
6c4d6c880b
Happy New Year!
2016-01-29 13:32:05 -06:00
HAMANO Tsukasa
61c95e7669
ITS#8114 OpenLDAP WiredTiger Backend
2015-08-19 18:13:27 +01:00
Quanah Gibson-Mount
1705fa7e55
Happy New Year
2015-02-11 15:36:57 -06:00
Howard Chu
1b34a45a26
ITS#7891 fix ODBC link check
...
Due to 89bae499ed
2014-07-03 01:30:24 -07:00
Howard Chu
6559e3c18c
ITS#7877 require GnuTLS 2.12.0 or newer
2014-06-30 20:22:43 -07:00
Quanah Gibson-Mount
4ada0196e6
After discussion, leave old enable options for bdb/hdb unchanged
2014-04-01 16:29:13 -07:00
Kurt Zeilenga
5c878c1bf2
Happy new year (belated)
2014-01-25 05:21:25 -08:00
Quanah Gibson-Mount
8e80555696
Fix option bits
2013-09-19 13:38:37 -07:00
Quanah Gibson-Mount
68303f9643
More for flag changes
2013-09-19 13:01:30 -07:00
Quanah Gibson-Mount
ee93424dd2
Note bdb/hdb are deprecated and scheduled for removal in openldap 2.6
2013-09-19 12:51:33 -07:00
Quanah Gibson-Mount
741d01963e
Default hdb to "no" instead of "yes"
2013-09-19 11:40:24 -07:00
Kurt Zeilenga
0fd1bf30b8
Happy New Year
2013-01-02 10:22:57 -08:00
Howard Chu
cb1b9e2a3e
Don't error out if tls=auto and MozNSS not found
2012-08-20 21:07:23 -07:00
Kurt Zeilenga
2bbf9804b9
Happy New Year!
2012-01-01 07:10:53 -08:00
Howard Chu
330fc85c2e
ITS#7071 check for socket() in -lnet
2011-11-01 12:09:01 -07:00
Howard Chu
df81345337
Add MDB support to configure and test framework.
...
Does not update the tests themselves.
In configure --help, call it "mdb database backend" instead of something
with "memory-mapped" which could confuse somebody about a memory-only DB.
Conflicts:
servers/slapd/back-mdb/Makefile.in
2011-09-01 17:00:26 -07:00
Howard Chu
737f220dda
ITS#6889 libfetch is a libldap dependency
2011-06-08 18:52:52 -07:00
Kurt Zeilenga
3d8b712b43
Use $Id$ for AC_REVISION()
2011-03-27 15:46:52 -07:00
Kurt Zeilenga
d5de80c962
Indicate configure is running in a Git clone
2011-03-25 22:14:59 -07:00
Howard Chu
4e4be2dea6
LIBSLAPITOOLS is obsolete since tools subdir is long gone
...
ITS#3272 link to libslapi.la
2011-02-17 02:56:06 +00:00