summaryrefslogtreecommitdiff
path: root/net/openldap24-server/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.26.Xin LI2011-07-053-21/+13
| | | | Notes: svn path=/head/; revision=277105
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* inet_ntoa is not thread-safe as it uses a static store, which mayXin LI2011-05-021-0/+70
| | | | | | | | | | | | | result in a race condition, where for instance an IP based ACL might result in a denial decision. Fix this by changing these inet_ntoa's to inet_ntop with on-stack store. Reported by: Damian Hazen <dhazen lbl.gov> Notes: svn path=/head/; revision=273487
* Make OpenLDAP libraries link against libfetch when requested and not onlyXin LI2011-04-021-3/+12
| | | | | | | | | | binaries linking against liblutil. This should fix build issue when FETCH is enabled. Prompted by: kib Notes: svn path=/head/; revision=272131
* Update to 2.4.25.Xin LI2011-03-282-68/+14
| | | | Notes: svn path=/head/; revision=271929
* Add a patch from OpenLDAP ITS 6832 to fix build when the user uses a customXin LI2011-03-211-0/+68
| | | | | | | | | | | | | GCC version. PORTREVISION intentionally not bumped because this does not affect compiled binary. PR: ports/155743 Submitted by: mm Notes: svn path=/head/; revision=271395
* Update OpenLDAP to 2.4.24.Xin LI2011-02-242-14/+18
| | | | | | | Unfortunately this version requires a shared library version bump again. Notes: svn path=/head/; revision=269601
* Update to 2.4.22Xin LI2010-04-271-0/+1
| | | | Notes: svn path=/head/; revision=253356
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-271-2/+2
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Add a missing / or otherwise the generated script would point to wrongXin LI2009-09-071-1/+1
| | | | | | | | | | directory. PR: ports/138618 Reported by: Alexander Wittig <alexander wittig name> Notes: svn path=/head/; revision=241013
* o Update to 2.4.18.Xin LI2009-09-072-15/+44
| | | | | | | | | | | | | o Add support to slapd_krb5_ktname, which exports an environment variable KRB5_KTNAME so that user can specify alternative Kerberos key table. [1] o Add support to run slapd with cn=config style configuration. [2] Reported by: Matthew Hambley <matthew at aether demon co uk> [1] Ulrich Spoerlein <uspoerlein at gmail com> [2] Submitted by: Nikolai Nespor <nikolai nespor at basis-wein at> [2] Notes: svn path=/head/; revision=240977
* Update to OpenLDAP 2.4.17. Unfortunately a shared library bump is needed.Xin LI2009-07-201-0/+1
| | | | | | | UPDATING to follow. Notes: svn path=/head/; revision=238091
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Update to 2.4.16Xin LI2009-04-061-0/+1
| | | | Notes: svn path=/head/; revision=231674
* Vendor fix to correct incorrect fix of ITS#5849.Xin LI2009-03-021-0/+11
| | | | Notes: svn path=/head/; revision=229345
* Update to 2.4.13. Note that this requires a full rebuild of allXin LI2009-01-051-0/+3
| | | | | | | | packages that depends on openldap24-client due to a shared library version bump. Notes: svn path=/head/; revision=225262
* Fix support of multiple database backend definitions.Sergey Skvortsov2008-09-301-7/+10
| | | | | | | | | PR: ports/127245 Submitted by: Alexander Kriventsov <akriventsov xx masterhost.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=221057
* Add option for smbk5pwd overlay.Sergey Skvortsov2008-09-041-0/+25
| | | | | | | | | PR: ports/126367 Submitted by: Alexander Kriventsov <akriventsov xx masterhost.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=219853
* - Overhaul the way we handle with LDAP data directory, populateXin LI2008-07-203-15/+27
| | | | | | | | | | | | | | the data directory upon start, not upon install. [1] - Update to OpenLDAP 2.4.11. - Modify bsd.port.mk to fit with the shared libary version bump [2] This has no impact to package building yet as 2.4.x is not the default version. Submitted by: Mikhail Goriachev <mikhailg webanoide org> [1] Approved by: portmgr (marcus) [2] Notes: svn path=/head/; revision=217167
* Detect OpenLDAP data directory from the configuration and use it forXin LI2008-07-071-2/+4
| | | | | | | | | further operation. Submitted by: Mikhail Goriachev <mikhailg webanoide org> Notes: svn path=/head/; revision=216496
* Fix plist of slave ports.Mark Linimon2008-02-241-0/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=207820
* Update to 2.4.9. While there, remove the spurious icu dependency,Xin LI2008-02-191-4/+13
| | | | | | | | which is not used at the moment, and will appear if user has installed icu on their system. Notes: svn path=/head/; revision=207609
* Oops, previous patch was committed from a wrong tree. Here isXin LI2007-12-111-2/+2
| | | | | | | the correct fix. Notes: svn path=/head/; revision=203013
* Correct slapd_owner case matching.Xin LI2007-12-111-1/+1
| | | | | | | | PR: ports/117229 Reported by: Tetsuya Uemura <t_uemura at macome.co.jp> Notes: svn path=/head/; revision=203012
* Update to 2.4.5 beta.Xin LI2007-09-055-141/+63
| | | | Notes: svn path=/head/; revision=198790
* - Adjust DATABASEDIR's permission to 700 upon slapd start.Xin LI2007-08-211-0/+1
| | | | Notes: svn path=/head/; revision=198042
* Use more concise expressions for splitting the user:group string.Xin LI2007-05-281-2/+2
| | | | | | | | Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> PR: ports/111617 Notes: svn path=/head/; revision=192164
* Unbreak for kernels without COMPAT_43TTYXin LI2007-04-101-0/+22
| | | | | | | | | | | Note: the patch was accepted by OpenLDAP, but not yet integrated into their RELENG_2_4 branch. Submitted by: Ed Schouten <ed fxq.nl> PR: ports/110386 Notes: svn path=/head/; revision=189684
* Update to OpenLDAP 2.4.4a.Xin LI2007-02-211-1/+24
| | | | | | | Approved by: portmgr (kris, bsd.port.mk part) Notes: svn path=/head/; revision=185598
* Update to 2.4.2alpha after repocopy.Xin LI2006-05-267-1/+122
| | | | | | | | | | | | | | | | | | | Please note that this is not connected to build at this time, as the port infrastructure lacks some necessary support for this OpenLDAP release which will be tested on pointyhat soon. If you really want to try this out please apply the patch found in ports/97515 or http://www.delphij.net/patch-bsd.port.mk in order to get infrastructure support for it. This work is heavily based on ports/96165 submitted by Joerg Pulz <Joerg Pulz frm2 tum de>. Approved by: sem (mentor, implicit) Notes: svn path=/head/; revision=163448
* - Update to 2.3.21 (a bugfix release)Sergey Matveychuk2006-04-151-22/+0
| | | | | | | | PR: ports/95570 Submitted by: delphij Notes: svn path=/head/; revision=159654
* - Update to 2.3.20 (including a client library mutex leak fix,Sergey Matveychuk2006-04-051-0/+22
| | | | | | | | | | | | | as described in ITS #4441) [1] - Use --enable-ldbm-api, instead of --with-ldbm-api for configure script. [2] - Make a note it's not an alpha anymore. [2] PR: ports/94728 [1], ports/93711 [2] Submitted by: delphij [1], Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> [2] Approved by: maintainer timeout Notes: svn path=/head/; revision=158850
* 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. Notes: svn path=/head/; revision=156534
* Update to 2.3.9Vsevolod Stakhov2005-10-121-2/+3
| | | | Notes: svn path=/head/; revision=145110
* Update to 2.3.7 [1]Vsevolod Stakhov2005-09-154-29/+54
| | | | | | | | | | | | | Add RWM overlay support [2] Convert to OPTIONS Remove openldap23-sasl-server as it is no longer required as separated port. PR: 85709 [1], 84966 [2] Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> [1] Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> [2] Notes: svn path=/head/; revision=142807
* - Update to 2.3.4Sergey Matveychuk2005-06-152-6/+1
| | | | | | | | PR: ports/82238 Submitted by: maintainer Notes: svn path=/head/; revision=137478
* Fix the client's packing list.Jean-Yves Lefort2005-05-191-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=135635
* - Update to 2.3.3beta [1]Jean-Yves Lefort2005-05-152-5/+24
| | | | | | | | | | - Quote BROKEN messages PR: ports/80982 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=135311
* Fix leftover files noticed by the pointyhat run.Edwin Groothuis2005-05-061-0/+3
| | | | | | | Learned something about the MLINKS command. Notes: svn path=/head/; revision=134682
* New ports: net/openldap23[-server, -client, -sasl-server, -sasl-server]Edwin Groothuis2005-05-058-0/+426
| | | | | | | | | | | | There is development version of openldap named 2.3.2beta2. These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar. The repocopy has been already made in ports/77170. PR: ports/80618 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru> Notes: svn path=/head/; revision=134633
* Remove repo-copies requested and performed 5 weeks ago but neverKris Kennaway2005-03-2710-439/+0
| | | | | | | | | | completed by the submitter. They can be added back later if/when the submitter is ready to proceed. Approved by: portmgr (self) Notes: svn path=/head/; revision=132084
* 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] Notes: svn path=/head/; revision=127952
* 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 Notes: svn path=/head/; revision=122814
* - update to version 2.2.18Oliver Eikemeier2004-10-251-1/+1
| | | | | | | <http://www.openldap.org/lists/openldap-announce/200410/msg00001.html> Notes: svn path=/head/; revision=120134
* - 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 Notes: svn path=/head/; revision=118672
* 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 Notes: svn path=/head/; revision=116303
* 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 Notes: svn path=/head/; revision=110123
* 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> Notes: svn path=/head/; revision=108628
* 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) Notes: svn path=/head/; revision=107643