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
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-10-07
Call normalize_dn() on the newly added namespace so that later compares
Claudio Jeker
2021-10-07
Change host() error check to the more simple for of != 1.
Claudio Jeker
2021-05-02
Fix having hostnames in the listen on statement. Regression introduced in
Martijn van Duren
2021-01-09
Remove locally imposed limit on sockets.
rob
2020-12-30
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-11-29
Fix cert and key path inference for absolute paths
Theo Buehler
2020-06-24
Using the "ldaps" or "tls" keywords in ldapd.conf currently enables all
Theo Buehler
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2018-11-01
- odd condition/test in PF lexer
Alexandr Nedvedicky
2018-09-07
replace malloc()+strlcpy() with strndup() in cmdline_symset().
miko
2018-07-11
Do for most running out of memory err() what was done for most running
Kenneth R Westerback
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-06-11
Fix an off-by-one line count when using include statements.
denis
2018-05-18
Add support for attribute filter rules on search/read operations.
Reyk Floeter
2018-05-14
Add support to filter on attributes.
Reyk Floeter
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2017-08-28
65535 is a valid port to listen on.
Florian Obser
2017-04-06
use memset() instead of bzero()
Gleydson Soares
2017-01-20
work on making log.c similar in all daemons:
Sebastian Benoit
2017-01-05
Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with more
Kenneth R Westerback
2017-01-05
Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ
Kenneth R Westerback
2016-11-30
Check return value of tls_config_set_protocols(3) and bail out in case of
Ricardo Mestre
2016-07-13
Adjust existing tls_config_set_cipher() callers for TLS cipher group
Joel Sing
2016-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2016-05-01
convert ldapd to use the libtls api, bringing in a copy of the evbuffer_tls
Jonathan Matthew
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