summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd
AgeCommit message (Expand)Author
2017-07-05forgot to commit this oneMarc Espie
2017-04-19Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has beenMartin Natano
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
2016-05-28Replace the /dev/bpf* open loop with a plain open("/dev/bpf0", ...).Martin Natano
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2015-12-22remove a NULL-check before free()mmcc
2015-11-03Missing comma.Martin Pieuchot
2015-08-20stdlib.h is in scope; do not cast malloc/calloc/realloc*Theo de Raadt
2015-07-15Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapdStefan Sperling
2015-03-26do not encourage random uppercasing;Jason McIntyre
2015-02-16Don't use greater-equal/less-equal symbols where "<="/">=" are intended.Anthony J. Bentley
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-08-05Fix an example: hostapd table entries have to be comma-separated.Reyk Floeter
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-09-03clarify that the Mb keyword is Mbps; ok reykJason McIntyre
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-29do not use Sx for sections outwith the page;Jason McIntyre
2013-01-17some simple macro fixes;Jason McIntyre
2012-08-15use Lk for links;Jason McIntyre
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2011-07-25Make paragraph about ADD.notify handling clearer. First suggestionKenneth R Westerback
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-05-26No need to include <sys/sysctl.h> here and it pulls in <sys/proc.h>Todd C. Miller
2010-05-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-02-23Fix .Oo .Xo .Oc .Xc mis-nesting by just dropping the .Xo and .Xc which,Ingo Schwarze
2010-01-11lex <=, >=, !=, and -> into a single token for correctness and to reduce theTheo de Raadt
2009-06-05init rtm_hdrlenChris Cappuccio
2009-04-16fix a few more typos found by spell(1); rectify a double "with" pointed outIgor Sobrado
2009-03-31Fixed memory leaks which would occur if the second of two memoryTobias Stoeckmann
2009-02-15no need for __packed, and it is even used wrong; from raggeTheo de Raadt
2008-10-17bring in the findeol() fix from pfctl. list of affected parsers by sthenHenning Brauer
2008-05-12Fix cut and pasto; Steven RobertsTodd C. Miller
2008-05-12Error out with usage line if additional arguments are given after thePierre-Yves Ritschard
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2007-11-12Remove space/tab compression function from lgetc() and replaceMarco Pfatschbacher
2007-10-22last one left behind.Pierre-Yves Ritschard
2007-10-16Allow '=' to end a number in all lexers.Marco Pfatschbacher
2007-10-16in the lex... even inside quotes, a \ followed by space or tab shouldTheo de Raadt
2007-10-13in all these programs using the same pfctl-derived parse.y, re-unify theTheo de Raadt
2007-10-11next step in the yylex unification: handle quoted strings in a nicer fashionTheo de Raadt