summaryrefslogtreecommitdiff
path: root/net/openldap22-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove OpenLDAP 2.2.x. They are abandoned by developers and usersXin LI2007-02-078-407/+0
| | | | | | | | | should use 2.3.x for production. net/openldap22-client: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead. net/openldap22-sasl-client: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead. net/openldap22-sasl-server: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead. net/openldap22-server: OpenLDAP 2.2.x series are no longer maintained by developers. Use 2.3.x instead.
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Add mlink for slapd-hdb.5Sergey Skvortsov2005-04-201-0/+2
| | | | | Pointed by: pointyhat (kris) Approved by: kris
* Update to 2.2.24Sergey Skvortsov2005-04-142-34/+0
| | | | | | PR: ports/79335 Submitted by: skv Approved by: maintainer timeout
* Update to OpenLDAP 2.2.23:Oliver Eikemeier2005-02-033-13/+38
| | | | | | | | | | | - various fixes (see /usr/local/share/doc/openldap/CHANGES) [1] - fixed libldap fdset re-init for restart (ITS#3524) [3] - added ACI support [2] - added SLPv2 support PR: 76192 [1], 74906 [2] Submitted by: Alex Deiter <tiamat@komi.mts.ru> [1], Rainer Duffner <rainer@ultra-secure.de> [2] Obtained from: OpenLDAP CVS [3]
* update to OpenLDAP 2.2.19:Oliver Eikemeier2004-11-302-8/+8
| | | | | | | | | | - Fixed back-bdb cache bugs (OpenLDAP ITS#3356, #3358), ctxcsn memory leak - Added support for BDB 4.3 (depends on PR 73790) NOTE: Don't use BDB 4.3 in production environments yet: <http://www.openldap.org/lists/openldap-software/200411/msg00700.html> For a complete change log see: /usr/local/share/doc/openldap/CHANGES
* - update to version 2.2.18Oliver Eikemeier2004-10-251-1/+1
| | | | <http://www.openldap.org/lists/openldap-announce/200410/msg00001.html>
* - update to version 2.2.17Oliver Eikemeier2004-10-111-0/+11
| | | | | | | + http://www.openldap.org/lists/openldap-announce/200409/msg00001.html + Fixed slapd syncrepl memory leak bugs - change default ldapi:// socket - use IGNORE instead of .error
* update to 2.2.15Oliver Eikemeier2004-08-154-86/+52
| | | | | | | - new switch WITH_DYNAMIC_BACKENDS - WITH_ODBC has to be specified, even when WITH_ODBC_TYPE is set - 5.x users: when you need to start the daemon early, build with WITH_RCORDER=yes to put the start script into /etc/rc.d
* Update net/openldap22-* to 2.2.11 and follow the OpenLDAP soname change:Oliver Eikemeier2004-05-272-28/+6
| | | | | | | | | <http://www.openldap.org/lists/openldap-devel/200403/msg00101.html> While I'm not totally happy with their choice, I believe it is better to be in sync with the upstream library naming scheme. No objection from: portmgr
* Fix iODBC detection on 4.xOliver Eikemeier2004-05-071-0/+20
| | | | | Prompted by: Viktor Steinmann <viktor.steinmann@ch.easynet.net>, Marc Rassbach <marc@milestonerdl.com>
* Update to OpenLDAP 2.2.10Oliver Eikemeier2004-04-201-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | - fixed slapd syncrepl replication bugs (ITS#3055,3056,3069) - fixed slapd slurpd update bugs - fixed slapd inappropriate bind error disclosure bugs - fixed slapd sun_path portability bug - fixed slapd passwd referral memory leak - fixed slapd sasl userdb checkpass bug (ITS#3048) - fixed slapd duplicate value detection (ITS#3066) - fixed slapd permissive modify control (ITS#3068) - fixed slapd updateref handling - fixed slapd saslauthz subtree scope bug (ITS#3077) - fixed back-bdb paged results bug (ITS#3076) - fixed back-bdb "" suffix bug (ITS#3063) - fixed back-bdb/hdb/ldbm approx w/o index bug (ITS#3062) - fixed back-meta compare return code (ITS#3042) - fixed back-ldbm IDL delete bug (ITS#3046) - fixed back-ldbm modrdn indexing bug (ITS#3059) - fixed libldap parse_oid core dump bug (ITS#3065) - fixed ldapmodify missing error information bug (ITS#3057) - fixed ldapsearch paged results error handling - updated slapd limits - updated slapd overlay framework - added slapd Delivery Method syntax validation (ITS#3052) - added libldap ditContentRule oidMacro support (ITS#2920)
* - update to OpenLDAP 2.2.8:Oliver Eikemeier2004-03-313-8/+34
| | | | | | | | | | | | | | | | | | | - fixed slapd/slapadd syncrepl bugs (ITS#2948,2995) - fixed slapd sasl-regexp multiple entry bug (ITS#3033) - fixed slapd bind method portability bug (ITS#3038) - fixed libldap try_read1msg bug (ITS#2982) - added slapd numericStringOrderingMatch rule support (ITS#2988) - added slurpd replication interval config option (ITS#2768) - shared library soname change (ITS#3035) postponed until bsd.port.mk is patched - enabled hdb backend - prefer autodetection over PTHREAD_LIBS from bsd.port.mk, to avoid problems of clients which crash on -CURRENT while loading/unloading threading libraries - added -sasl as a build option to the package name - made the server requiring the matching client library
* Fix libtool patch that somehow got garbledOliver Eikemeier2004-03-251-3/+4
| | | | Noticed by: Alex Deiter <tiamat@komi.mts.ru>
* use included libtoolOliver Eikemeier2004-03-251-0/+32
|
* Correct MAN8Oliver Eikemeier2004-03-242-9/+2
| | | | Reminded by: Alex Deiter <tiamat@komi.mts.ru>
* workaround for changed soname versioning (OpenLDAP ITS#3016)Oliver Eikemeier2004-03-242-6/+24
| | | | Spotted by: Andrzej Tobola <A.Tobola@wilk.2a.pl>
* - update to 2.2.4-releaseOliver Eikemeier2004-01-2011-1853/+10
| | | | | | | | | | - default to BerkelyDB 4.2 CAUTION: The OpenLDAP library name changed from libldap.2 to libldap.202 You might want to do: portupgrade -rf 'openldap-client-2.2.*' Approved by: marcus (mentor)
* - fix make configure WITH_PERL=yes (OpenLDAP ITS#2764)Oliver Eikemeier2003-11-141-0/+19
| | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: marcus (mentor) Obtained from: OpenLDAP CVS
* ** NOTICE: **Oliver Eikemeier2003-11-1412-327/+1834
| | | | | | | | | | | | | | | | | | | | | | * OpenLDAP 2.0 is no longer actively maintained by the OpenLDAP Project. * You are strongly encouraged to update to OpenLDAP 2.1 * Port maintainers: Please respect the default in bsd.port.mk * I plan to remove OpenLDAP 2.0 from the FreeBSD ports tree May 2004 - Update net/openldap21-client and net/openldap21-server to version 2.1.23 - Update net/openldap22-client and net/openldap22-server to version 2.2.2.b, fix ITS#2747 from CVS - some fixes for net/openldap20-server from CVS, seems like there won't be a 2.0.28 release anymore - remove conflict with deleted port net/openldap12 - use PORTDOCS - use USE_OPENSSL - don't use _REENTRANT - add a deinstall message PR: 58278 Submitted by: me Approved by: marcus (mentor)
* [MAINTAINER] typo in ports net/openldap2[012]-serverEdwin Groothuis2003-08-302-2/+2
| | | | | | | - correct typo in PR 56174 (end => fi) PR: ports/56182 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* [MAINTAINER] ports net/openldap2[012]-server: didn't start upon boot on 5.x, ↵Edwin Groothuis2003-08-302-23/+48
| | | | | | | | | | | | | | misc. improvements - the start/stop scripts failed when booting on 5.x machines, detected by Barry Pederson <bp@barryp.org> - Fix OpenLDAP ITS 2672: eternal loop in back-bdb (2.1 only) - unify the start/stop scripts again, so that they are identical across versions - added a check for the deprecated variable slapd_args PR: ports/56174 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Fix typo in start/stop scriptKirill Ponomarev2003-08-281-1/+1
| | | | | | PR: 56094 Submitted by: maintainer Noticed by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous ↵Edwin Groothuis2003-08-283-100/+94
| | | | | | | | | | | | | | | improvements - use RC_SUBR (PR 54352, submitted by Scot W. Hetzel <hetzels@westbend.net>) - run slapd under a non-privileged account by default (PR 56075) - remove ${PORTSDIR}/net/openldap20-server/bsd.openldap.mk (PR 55680) - use USE_OPENLDAP - improve conflict checking (PR 54845, submitted by Jens Rehsack <rehsack@liwing.de>) - make ODBC library selectable (PR 46288, submitted by Emile Heitor <eheitor@fr.cw.net>) - don't use USE_OPENSSL to avoid gazillions of -rpath warnings PR: ports/56077 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Split openldap[012] into client and server.Jun Kuriyama2003-08-142-0/+21
| | | | | PR: ports/54436 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
* - now *really* use libtool from ports instead of the included oneOliver Lehmann2003-07-074-23/+321
| | | | | | | | | | | | | - build -dynamic for better compatibility with libltdl - grap back-perl fixes from OpenLDAP CVS to let FreeBSD port users test the perl backend - dynamically create pkg-plist in pre-install instead of post-install to simplify things and guard against changes in bsd.port.mk - bump portrevision - miscellaneous style fixes: PR: 54177 Submitted by: maintainer
* fix net/openldap22:Daichi GOTO2003-07-071-0/+11
| | | | | | | - fix warnings and potential crash on 64 bit platforms PR: 54122 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> (maintainer)
* Add openldap22 port after repocopy from openldap21.Jun Kuriyama2003-07-026-53/+310
| | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> PR: ports/53571
* [PATCH] update of port net/openldap21 to 2.1.20Edwin Groothuis2003-05-232-7/+6
| | | | | | | OpenLDAP 2.1.20 is available. PR: ports/52568 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* net/openldap20 can't start with sample command line syntax in the startup ↵Edwin Groothuis2003-04-071-4/+4
| | | | | | | script. PR: ports/49074 Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
* Re-add files/slapd.shEdwin Groothuis2003-02-241-0/+47
| | | | | PR: 48630 Submitter: Christian Kratzer <ck@cksoft.de>
* New port: openldap-2.1Edwin Groothuis2003-02-246-313/+34
| | | | | | | | | | OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, clients, utilities and development tools. (yes, this port was the reason why the renaming was earlier this morning) PR: ports/46009 Submitted by: Christian Kratzer <ck@cksoft.de>
* 1. typo fixYing-Chieh Liao2002-09-191-3/+3
| | | | | | | 2. example fix PR: 42660 (1), 42662 (2) Submitted by: Attila Nagy <bra@fsn.hu>
* Fix IPv4David W. Chapman Jr.2002-09-011-2/+18
| | | | | PR: 42152 Submitted by: hetzels@westbend.net
* Update to 2.0.7.Akinori MUSHA2001-01-211-828/+0
|
* Add patches to let OpenLDAP 2 work as a backend for Heimdal: whichAkinori MUSHA2000-11-022-0/+848
| | | | | | enable LDAPI and fix krb5-kdc schema. Submitted by: nectar
* Add a patch to correct the permissions with which ud is installed.Akinori MUSHA2000-11-021-0/+8
| | | | | | This patch was somehow dropped during OpenLDAP 1.x -> 2.x update. Submitted by: nectar
* Add openldap2 (OpenLDAP 2.0.6) after a repocopy from net/openldapAkinori MUSHA2000-10-312-13/+86
| | | | (OpenLDAP 1.2.x).
* Add a startup script for slapd.Akinori MUSHA2000-09-251-0/+31
| | | | Approved by: Lachlan O'Dea <lodea@vet.com.au> (MAINTAINER)
* Update to version 1.2.0.Steve Price1999-02-121-1/+2
| | | | | PR: 9900 Reviewed by: maintainer
* Update to version 1.1.2.Steve Price1999-01-021-1/+1
| | | | | PR: 9241 Submitted by: maintainer
* Initial import of OpenLDAP version 1.0.1.Steve Price1998-10-101-0/+164
Open source LDAP client and server software. PR: 7995 Submitted by: Lachlan O'Dea <lodea@angmar.mel.cybec.com.au>