summaryrefslogtreecommitdiff
path: root/usr.sbin/ypldap/parse.y
AgeCommit message (Expand)Author
2017-01-05Replace hand-rolled for(;;) emptying of 'symhead' TAILQ with moreKenneth R Westerback
2017-01-05Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQKenneth R Westerback
2016-06-21do not allow whitespace in macro names, i.e. "this is" = "a variable".Sebastian Benoit
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-20Don't allow embedded nul characters in strings.Jonathan Gray
2014-11-14Add gcc printf format attributes to yyerror() in parse.y files.Doug Hogan
2014-11-03Convert the logic in yyerror(). Instead of creating a temporaryAlexander Bluhm
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-03-06as done in ospf{,6}d/relayd, sync yyerror in various other daemons withStuart Henderson
2012-04-30add 'groupdn' option for specifying a separate base DN for group searches.Jonathan Matthew
2011-08-28Add support for the netid.byname YP map. This map is used by getgrouplist(3),aschrijver
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-01-13ypldap.conf may contain secrets, so get the parse to check if itsDavid Gwynne
2008-10-28Do the DNS resolution in a seperate process. A lot of code is copied from ntpd.aschrijver
2008-10-19Do the DNS resolution before the chroot and disable LDAP referrals for now.aschrijver
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-10-14Add support for referrals and lists of attributes.aschrijver
2008-09-30aldap library -- Replacement for openldap used in ypldap. aldap is an semi-as...aschrijver
2008-06-26ypldap -- Intended to be a drop-in replacement for ypserv, gluing in aPierre-Yves Ritschard