summaryrefslogtreecommitdiffstats
path: root/usr.sbin/radiusd/parse.y (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass the debug status to modules. Also some non functional changesyasuoka2019-04-011-5/+7
* Make "secret" become a required configuration for both client andyasuoka2019-04-011-1/+6
* Use u_char for buffer in yylex. This happened on the other parse.yyasuoka2019-03-291-6/+6
* Add printf format attributes to yyerror() in parse.y. This happened alreadyyasuoka2019-03-291-6/+8
* (unsigned) means (unsigned int) which on ptrdiff_t or size_t or otherderaadt2019-02-131-3/+3
* - odd condition/test in PF lexersashan2018-11-011-2/+3
* No need to mention which memory allocation entry point failed (malloc,krw2018-07-091-4/+4
* Be consistent in warn() and log_warn() usage whenkrw2018-07-081-3/+3
* Add missing $OpenBSD$ line and remove an unnecessary comment line.yasuoka2016-08-271-1/+1
* fix a use after free in an error path found with afljsg2015-08-261-1/+1
* Tweak XXX comments.yasuoka2015-08-021-0/+1
* Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUSyasuoka2015-07-211-0/+806