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
/
ypldap
/
parse.y
Age
Commit message (
Expand
)
Author
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-06-21
do not allow whitespace in macro names, i.e. "this is" = "a variable".
Sebastian Benoit
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
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-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
2013-03-06
as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
Stuart Henderson
2012-04-30
add 'groupdn' option for specifying a separate base DN for group searches.
Jonathan Matthew
2011-08-28
Add support for the netid.byname YP map. This map is used by getgrouplist(3),
aschrijver
2010-08-03
fix linecount bug with comments spanning multiple lines
Henning Brauer
2009-03-31
Fixed memory leaks which would occur if the second of two memory
Tobias Stoeckmann
2009-01-13
ypldap.conf may contain secrets, so get the parse to check if its
David Gwynne
2008-10-28
Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.
aschrijver
2008-10-19
Do the DNS resolution before the chroot and disable LDAP referrals for now.
aschrijver
2008-10-17
bring in the findeol() fix from pfctl. list of affected parsers by sthen
Henning Brauer
2008-10-14
Add support for referrals and lists of attributes.
aschrijver
2008-09-30
aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...
aschrijver
2008-06-26
ypldap -- Intended to be a drop-in replacement for ypserv, gluing in a
Pierre-Yves Ritschard