Commit Graph

201 Commits

Author SHA1 Message Date
Quanah Gibson-Mount
efaf9a4a17 Happy New Year! 2021-01-11 19:25:53 +00:00
Howard Chu
81e43a6335 ITS#9348 cleanup strerr/sys_errlist detection 2020-09-24 23:34:36 +00:00
Quanah Gibson-Mount
c1411b8199 ITS#9323 - Limit to OpenSSL 1.0.2 or later 2020-08-25 21:52:04 +00: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
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
Quanah Gibson-Mount
b45a6a7dc7 Happy New Year! 2019-01-14 18:46:16 +00:00
Quanah Gibson-Mount
59e9ff6243 Happy New Year 2018-03-22 15:35:24 +00: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
Quanah Gibson-Mount
1df85d3427 Happy New Year! 2017-01-03 12:36:47 -08:00
Quanah Gibson-Mount
6c4d6c880b Happy New Year! 2016-01-29 13:32:05 -06:00
Quanah Gibson-Mount
1705fa7e55 Happy New Year 2015-02-11 15:36:57 -06:00
Jan Synacek
f19f1c3249 ITS#8056 fix libdb detection with gcc 5
The old cpp version generated:
__db_version 5

The new output:
__db_version
            5

Running cpp with -P (inhibit linemarkers generation) fixes this when using gcc 5.
Behavior with older versions of gcc is not changed.
2015-02-11 19:46:54 +00:00
Howard Chu
376c7947be Disallow BDB 6.0.20+ 2014-07-02 15:51:52 -07:00
Kurt Zeilenga
5c878c1bf2 Happy new year (belated) 2014-01-25 05:21:25 -08:00
Kurt Zeilenga
0fd1bf30b8 Happy New Year 2013-01-02 10:22:57 -08:00
Kurt Zeilenga
2bbf9804b9 Happy New Year! 2012-01-01 07:10:53 -08:00
Kurt Zeilenga
966cef8c9a Happy New Year 2011-01-05 00:42:37 +00:00
Howard Chu
acedf4f194 ITS#6698 check for BDB 5.x 2010-11-11 10:58:00 +00:00
Kurt Zeilenga
3dadeb3efe happy belated New Year 2010-04-13 22:17:29 +00:00
Kurt Zeilenga
4af9eb9715 Update copyright notices 2009-01-22 00:40:04 +00:00
Kurt Zeilenga
32ab9ff4ac uuid fixes 2009-01-17 01:50:21 +00:00
Kurt Zeilenga
7bd66343b1 *** empty log message *** 2009-01-17 00:49:38 +00:00
Hallvard Furuseth
71135eb0e9 BerkeleyDB version test:
Handle preprocessor whitespace. Start error message on new line.
2008-09-16 19:58:21 +00:00
Howard Chu
05e2aeffcb Use $ac_cpp instead of $CPP, like the rest of autoconf does 2008-09-16 08:13:40 +00:00
Howard Chu
2cdcfd5493 Trim checks for obsolete BDB versions 2008-09-16 08:00:51 +00:00
Howard Chu
57cfcdcde7 Updated BerkeleyDB version tests 2008-09-16 07:43:27 +00:00
Howard Chu
c112bc2ca1 require BDB >= 4.4 2008-09-02 21:36:21 +00:00
Kurt Zeilenga
c890c96d13 Happy New Year (belated) 2008-01-08 00:19:56 +00:00
Howard Chu
fd43761eae Add db-4.6 check, delete db-4.1 check. Try -ldbX.Y first 2007-09-01 02:25:04 +00:00
Pierangelo Masarati
dbad13ead2 workaround open() being a macro in glibc 2.6 (ITS#5075) 2007-08-06 12:57:24 +00:00
Hallvard Furuseth
5514698883 ITS#5033: Do not make depend if configure does not figure out how 2007-07-02 15:15:31 +00:00
Hallvard Furuseth
99d6b5cc18 Removed ldbm and its underlying databases gdbm, mdbm and ndbm 2007-06-14 23:19:42 +00:00
Kurt Zeilenga
450dd65de4 Add detection for Berkeley DB 4.5 libraries 2007-02-06 17:52:57 +00:00
Kurt Zeilenga
da6d9eb046 happy new year 2007-01-02 20:00:42 +00:00
Howard Chu
415d9f50b2 Reject BDB version 4.3; it is too unstable. 2006-11-16 20:48:45 +00:00
Howard Chu
8585b7d6bb ITS#4606 fix sys_errlist detection on WIN32 / MSVC 2006-09-14 05:02:41 +00:00
Kurt Zeilenga
7660018ef4 cleanup --with-tls handle 2006-02-17 22:46:22 +00:00
Kurt Zeilenga
acbb5cf689 Happy new year! 2006-01-03 23:11:52 +00:00
Kurt Zeilenga
32188bcc84 detect Berkeley DB major/minor versions and use them to
reduce library link tries.
2005-11-16 07:59:14 +00:00
Kurt Zeilenga
14f9adce9c Add BDB 4.4 detection 2005-11-16 06:49:36 +00:00
Kurt Zeilenga
1cf5838e08 detect ICU and link it into slapd(8)
not yet used
2005-11-16 06:31:00 +00:00
Kurt Zeilenga
a956f75924 Add (not yet used) ICU detection 2005-11-16 05:46:32 +00:00
Hallvard Furuseth
023d510766 Support POSIX 1003.1-2001 without XSI extensions (ITS #2667):
Do not use test -a/-o.  Use shell features like &&, || or case...esac.
Use grep instead of egrep (but not the not-yet-portable Posix variant grep -E).
Based on a patch from Paul Eggert.
2005-09-17 22:22:15 +00:00
Howard Chu
166048823a Enhance OL_ARG_ENABLE for overridable defaults, trim some redundancy in
the passed in help string. (Append the valid args to the help string...)
2005-08-25 09:48:28 +00:00
Howard Chu
7b613bb85b Cleanup OL_ARG_xx, don't use changequote. 2005-08-25 06:16:29 +00:00
Howard Chu
3208c1581f Fix OL_PTHREAD_TRY 2005-08-24 10:51:44 +00:00
Kurt Zeilenga
4d5ecb6c89 replace sig_atomic_t and socklen_t macros 2005-08-13 02:47:42 +00:00
Kurt Zeilenga
f799a2e4ba replace struct msghdr macros 2005-08-13 02:17:12 +00:00