aboutsummaryrefslogtreecommitdiff
path: root/net/tinyldap
Commit message (Collapse)AuthorAgeFilesLines
* - 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