summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldapd/syntax.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The <ctype.h> is*() interfaces expect EOF or an unsigned char; cast toguenther2015-10-111-2/+2
| | | | | | (unsigned char) as required found by Michael McConville (mmcconv1 (at) sccs.swarthmore.edu) w/Coccinelle
* unsigned char casts for ctypederaadt2013-11-231-8/+10
| | | | ok jca
* Implement attribute syntaxes from RFC4517. This adds validation to the mostmartinh2010-09-031-0/+351
common attribute types. Specialized attribute types like Delivery Method or Teletex Terminal Identifier are recognized for completeness, but not validated.