aboutsummaryrefslogtreecommitdiff
path: root/net/tinyldap
Commit message (Collapse)AuthorAgeFilesLines
* - use STAGEDIRDirk Meyer2013-10-271-10/+11
| | | | | | | - use OPTIONS_DEFINE Notes: svn path=/head/; revision=331810
* - fix misplaced NO_STAGE in slaveports and ifdefsDirk Meyer2013-09-211-1/+2
| | | | Notes: svn path=/head/; revision=327804
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - rename ldapdelete tinyldapdeleteDirk Meyer2013-06-152-2/+5
| | | | | | | PR: 179043 Notes: svn path=/head/; revision=320990
* - cleanup commentsDirk Meyer2012-10-131-5/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=305832
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* LICENSE GPLv2Dirk Meyer2010-06-052-1/+3
| | | | Notes: svn path=/head/; revision=255828
* - update to 20091122 and fix GPL problemsDirk Meyer2009-11-227-31/+47
| | | | Notes: svn path=/head/; revision=244664
* - set LICENSE: GPLDirk Meyer2009-11-222-0/+4
| | | | Notes: svn path=/head/; revision=244654
* - update to 20080425Dirk Meyer2008-04-2510-140/+67
| | | | | | | better ACL support Notes: svn path=/head/; revision=211982
* Remove USE_REINPLACE from all categories starting with NEdwin Groothuis2006-05-111-1/+0
| | | | Notes: svn path=/head/; revision=162141
* - add SHA checksumDirk Meyer2005-11-131-0/+1
| | | | Notes: svn path=/head/; revision=148088
* - make PREFIX safeDirk Meyer2005-10-181-2/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=145716
* - support request of all attributesDirk Meyer2004-04-142-0/+98
| | | | Notes: svn path=/head/; revision=107072
* - add patch for configurable number of attributes.Dirk Meyer2004-03-231-0/+12
| | | | Notes: svn path=/head/; revision=105057
* - update to 20040323Dirk Meyer2004-03-236-76/+11
| | | | | | | - removes patches that have been included in distribution Notes: svn path=/head/; revision=105056
* - configure location of database with TINYLDAP_DATADirk Meyer2004-03-231-1/+7
| | | | | | | | - extend number of attributes - add to IPV6 category Notes: svn path=/head/; revision=105050
* tinyldap is an attempt to write a very small and very fast LDAP server.Dirk Meyer2004-02-2610-0/+180
openldap is the reference when it comes to LDAP servers, and it performs very poorly despite using techniques such as thread pools. WWW: http://www.fefe.de/tinyldap/ Notes: svn path=/head/; revision=102230