summaryrefslogtreecommitdiff
path: root/databases/openldap
AgeCommit message (Collapse)AuthorFilesLines
2000-06-15Update to openldap-1.2.11; changes since 1.2.7p1 include:kleink4-27/+7
Changes included in OpenLDAP 1.2.11 CVS Tag: OPENLDAP_REL_ENG_1_2_11 Fixed /tmp races in ud, ldapsearch, ldbmtest and slurpd Fixed error in slurpd's filecheck function Fixed slurpd to properly restart in oneshot mode, and to report a non-zero number of items to process with only one replica. Fixed strdup use in libldap/request.c Fixed NULL prefix bug in libldap/ufn.c Fixed slapd_shutdown extern reference bug (ITS#527) Fixed ACL groups member matching Raise MAXDBCACHE to 128 (ITS#512) Fixed slapd client_addr crash (ITS#579) Fixed back-shell realloc bug (ITS#506) Build Environment Update res_search detection Detect and use getpassphrase() and getpass() Unset CDPATH Change GNU Pth to enable soft syscalls Changed RCPT cmds symbol to avoid link conflict (ITS#526) Changed LDBM directory to $localstatedir/openldap-ldbm Changes included in OpenLDAP 1.2.10 CVS Tag: OPENLDAP_REL_ENG_1_2_10 Add slapd -DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE macro disable undefined object classes implies extensible object behavior. Add GNU Pth support (ITS#453) Fixed -lldap Kerberos bind to work ldap_init() (ITS#426) Changed -lldap to ignore space in filter: ( !(foo=bar)) (ITS#459) Fixed multiple password support (ITS#464) Fixed -lldap chasing of delete referrals (ITS#471) Fixed back-ldbm/bind invalid credentials vs no such object bug Fixed slapd str2entry uninitialized variable bug (ITS#482) Fixed back-ldbm/modify mutlivalued indexing bug Fixed -llber seqorset buffer overrun bug (ITS#479) Build Environment Do not list unsupported LDBM API option NDBM Allow DEFAULT_DB_PAGE_SIZE to be defined at build time Changes included in OpenLDAP 1.2.9 CVS Tag: OPENLDAP_REL_ENG_1_2_9 Fixed lutil/password bogus crypt password bug (ITS#423) Fixed slapd/back-ldbm indexing bug (ITS#402) Added UD support for creators/modifiers attributes (ITS#422) Added modify* attributes on add to workaround client issue (ITS#424) Build Environment Rebuild configure Added support for db1 vs db2 with glibc 2.1 Removed TCPD and RLOOKUP interdependecy (ITS#419) Changes included in OpenLDAP 1.2.8 CVS Tag: OPENLDAP_REL_ENG_1_2_8 Fixed slapd lint Fixed slapd li_nextid_file uninitialized bug Fixed -lldap templates y2k bug (ITS#294) Fixed ldbm db_appinit to use u_int32_t instead of int (ITS#295) Fixed lber/io.c Cray T90 specific pointer arithmetic problem (ITS#325) Fixed s_addr dereferencing (ITS#340) Fixed ud strstr crash (ITS#328) Fixed back-ldbm presence index bug (ITS#394) Fixed -lthread rdwr 2-writer bug (ITS#395) Added TCP_NODELAY support Changed slapd to apply ACL to lastmod attributes Changed slapd.conf default referral Changed slapd delete stats log message for consistency Disable DN subtree indexing Build Environment Support using short as LDAP_INT4 Documentation Reference Quick Start Guide in README and INSTALL Update slapd.conf to reflect Quick Start Guide example ldappasswd(1) fix -c vs -H typo (ITS#154) Added warning about cross environment portability
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-05Add support to build it on Solaris.veego1-5/+13
2000-01-08minimal fixes to keep pkglint happywiz1-1/+1
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-17Regen.simonb1-2/+2
1999-09-17Work around ELF bug with libwrap in a similar way to the ucd-snmpsimonb2-8/+29
package (pointed out by David Brownlee). We also need to remove -lwrap from the tools directory libraries - hence the post-configure target to make sure SLAPD_LIBS is empty in servers/slapd/tools/Makefile.
1999-09-16regen this; /brick hwrmrg1-2/+2
1999-09-14Change how Kerberos support is enabled in pkgsrc.kim1-6/+5
Quick guide for compiling packages: - set KERBEROS=4 or KERBEROS=5 in /etc/mk.conf Quick guide for configuring Kerberos support in a package Makefile: - test for KERBEROS value and enable the appropriate version with CONFIGURE_ARGS or other means and set USE_KERBEROS=yes - make sure to disable Kerberos support otherwise (especially if using configure, which might automatically detect it) - BUILD_DEFS and RESTRICTED are set automatically in bsd.pkg.mk when USE_KERBEROS=yes is set
1999-09-10Updated to OpenLDAP-1.2.7 release.hwr6-65/+66
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+4
displayed using the -B option to pkg_info(1). Add USE_KERBEROS4 to BUILD_DEFS
1999-07-09Add package patch-sum filesagc1-0/+4
1999-05-18The OpenLDAP libraries collide with the ldapsdk.hwr1-1/+3
1999-05-04Build shared libraries by using pkglibtool (bump version to "...p1" totv5-40/+89
indicate change), skip "make depend", add a Kerberos switch, and add a few backends.
1999-04-01Update openldap to version 1.2.1.hwr2-4/+4
For changes look at http://www.OpenLDAP.org/software/release/changes.html
1999-03-29add bin/ldappasswd and man/man1/ldappasswd.1hubertf1-1/+3
1999-03-28Beautify :-)hwr1-2/+1
1999-03-28Change this so that the source packet is fetched as openldap-VERS.tgz,hwr2-6/+6
not as openldap-release.tgz. Now it is easier to get the correct release.
1999-02-16Upgrade to Version 1.2hwr2-4/+4
1999-01-27This is now openldap-1.1.4.hwr2-4/+4
1999-01-08openldap is derived from U. Mich. Ldap.hwr1-1/+1
1999-01-08Change Makefile to have 1.1.2 as version number, not -release.hwr1-3/+3
Pointed out by Thorsten Frueauf.
1999-01-07OpenLDAP is an open source software impelmentaion of the LDAP protocolhwr6-0/+245
XXX As I can't convince configure to recognize our mit-pthreads, slurpd is not built.