summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/attributes.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a segmentation fault when adding an attribute to an empty entry.martinh2010-10-191-2/+4
|
* Avoid double free in ldap modify requests. The values received in themartinh2010-07-131-1/+7
| | | | | modify request is linked into the stored ber structure, and then both are freed. Fix this by unlinking the values from the request.
* Initial import of ldapd, a small LDAP daemon. Work in progress.martinh2010-05-311-0/+247
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@