index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldapd
/
parse.y
Age
Commit message (
Expand
)
Author
2014-11-20
Don't allow embedded nul characters in strings.
Jonathan Gray
2014-11-14
Add gcc printf format attributes to yyerror() in parse.y files.
Doug Hogan
2014-11-03
Convert the logic in yyerror(). Instead of creating a temporary
Alexander Bluhm
2014-09-21
eliminate the use of a gcc C extension (conditionals with omitted
Daniel Dickman
2014-01-22
relax the cfg file secrecy check slightly to allow group readability
Henning Brauer
2013-11-25
use u_char for buffers in yylex, for ctype calls
Sebastian Benoit
2010-10-18
Missing ; to appease yyextract, ok martinh@
Stuart Henderson
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2010-06-30
Set a default btree cache size.
Martin Hedenfal
2010-06-30
Add a global root user that is allowed to read/write entries in all local
Martin Hedenfal
2010-06-29
Add support for referrals. Referrals are configured in the config file,
Martin Hedenfal
2010-06-29
Rewrite the schema parser, as it's not a context-free grammar.
Martin Hedenfal
2010-06-15
Move around some functions to ease re-use from ldapctl.
Martin Hedenfal
2010-06-02
remove c++ comments
Martin Hedenfal
2010-05-31
Remove trailing whitespace and spaces before tabs.
Martin Hedenfal
2010-05-31
Initial import of ldapd, a small LDAP daemon. Work in progress.
Martin Hedenfal