Commit graph

21 commits

Author SHA1 Message Date
ghen
ef5da36069 Split the databases/openldap package in -client and -server component packages
(and add a -doc component), which I'll import in a minute.  This package is now
nothing but a meta-package, depending on those three.  Take over MAINTAINERship
(ok with joerg).  Add an inet6 option to -client and -server (PR pkg/33524).
Bump PKGREVISION.
2006-05-31 18:17:49 +00:00
jlam
26440c7c8b Update databases/openldap to 2.3.11, which is the first "stable" release
in the 2.3.x series.  This is a major update over version 2.2.x, and
changes include:

        * Slapd(8) enhancements
            - Updated slapd "overlay" interface, and several
              example (and mostly experimental) overlays.
            - Updated LDAP "sync" Engine with replication support,
              provider now an "overlay"
            - Numerous access control enhancements, including
              experimental "don't disclose on error" capability
            - Configuration backend
        * LDAPv3 extensions, including:
            - LDAP Password Policy
            - LDAP Component Matching (requires OpenLDAP snacc)
            - LDAP Modify Increment
2005-10-26 15:08:13 +00:00
jlam
dfe438e74b Update databases/openldap to version 2.2.13, the latest stable release.
Major changes from version 2.1.30 include:

  * "LDAP Sync"-based lightweight replication
  * Proxy Cache Support
  * Hierarchical Backend
  * NS-SLAPI Support
  * Backend Layering
  * Access Control extensions including dynamic group support
  * LDAPv3 extensions:
    - ACID extensions
    - Cancel Operation
    - Content Synchronization Operation
    - DIT Content Rules
    - Duplicate Entry Extension
    - Simple Paged Results Extension
    - Proxy Authorization Extension
2004-07-24 03:32:24 +00:00
jlam
ead8549ddd Update databases/openldap to 2.1.25 (latest stable release as of
20031217.  Changes from version 2.1.22 include many bug fixes including
memory leaks, adding lutil_passwd extensions, and adding config file
keywords to control the replication daemon.
2004-02-14 11:31:50 +00:00
grant
0c5bb6abcc Make these scripts more portable by taking advantage of automatic rc.d
script handling and using @RCD_SCRIPTS_SHELL@.

as discussed with jlam.
2002-09-20 02:01:54 +00:00
jlam
63f3771a9c Default to slapd=NO if it's not defined. 2002-09-12 10:19:11 +00:00
jlam
e0d358778b Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f".
Noted by Stoned Elipot <seb@netbsd.org> in private email.
2002-02-05 06:04:36 +00:00
jlam
4d3918b43d Add a rc.d-style control script for slapd. 2002-01-30 07:34:00 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
wiz
297b9332a6 USE_PKGLIBTOOL -> USE_LIBTOOL.
LTCONFIG_OVERRIDE -> one less patch.
Add DEINSTALL script with note about etc/openldap.
2000-08-14 16:35:31 +00:00
kleink
1e6a93a271 Don't install ud(1) group-writable; noted by Christian Kleinwaechter. 2000-07-28 07:18:48 +00:00
kleink
57df0c9abe Update to openldap-1.2.11; changes since 1.2.7p1 include:
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-15 12:54:10 +00:00
simonb
c46431a596 Regen. 1999-09-17 06:47:43 +00:00
mrg
7b33f49ee1 regen this; /brick hwr 1999-09-16 12:26:15 +00:00
hwr
b0be95c9fc Updated to OpenLDAP-1.2.7 release. 1999-09-10 10:41:39 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
hwr
5e8e50eebe Update openldap to version 1.2.1.
For changes look at http://www.OpenLDAP.org/software/release/changes.html
1999-04-01 15:25:01 +00:00
hwr
d5ca7850ee Change this so that the source packet is fetched as openldap-VERS.tgz,
not as openldap-release.tgz. Now it is easier to get the correct release.
1999-03-28 18:17:21 +00:00
hwr
790c741520 Upgrade to Version 1.2 1999-02-16 13:54:00 +00:00
hwr
cdd1d8edb5 This is now openldap-1.1.4. 1999-01-27 13:04:26 +00:00
hwr
3fe7c2bf1d OpenLDAP is an open source software impelmentaion of the LDAP protocol
XXX As I can't convince configure to recognize our mit-pthreads, slurpd
    is not built.
1999-01-07 16:49:08 +00:00