summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-04-13only fflush STDERR when we actually log to STDERR, reyk okHenning Brauer
2005-04-13missing copyrights here as wellHenning Brauer
2005-04-13do not close descriptors before exitTheo de Raadt
2005-04-13spacesTheo de Raadt
2005-04-13kill #if 0 crudHenning Brauer
2005-04-13bzero of bss not neededTheo de Raadt
2005-04-13don't lose copyright on the way... reyk okHenning Brauer
2005-04-13KNGHenning Brauer
2005-04-13whitespaceHenning Brauer
2005-04-13the ifconfig manpage is in section 8...Reyk Floeter
2005-04-13add missing commaReyk Floeter
2005-04-13KNFHenning Brauer
2005-04-13add the initial version of the OpenBSD hostapd daemonReyk Floeter
2005-04-13Show if a route is rejected or blackholed in show fib output. OK henning@Claudio Jeker
2005-04-13very unlikely overflow. but sticking to the idiom is important: thereby,Theo de Raadt
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-12tweaks;Jason McIntyre
2005-04-12Introduce a per prefix weight. The weight is used to tip prefixes with equalClaudio Jeker
2005-04-12Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@Claudio Jeker
2005-04-12set metric is an alias of set med since a long time. OK henning@Claudio Jeker
2005-04-12spellingTheo de Raadt
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-04-12spacesClaudio Jeker
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-04-11use writev() here too; henning okTheo de Raadt
2005-04-11when -d is used, log to stderr, not via syslog(3); fixed pr/4171.Federico G. Schwindt
2005-04-11tcpdump developers are uncautious retards, plain and simple; ok ottoTheo de Raadt
2005-04-11restore lost sprintf -> snprintf conversionDavid Krause
2005-04-10do not forget to call endpwent(). ok moritz@Otto Moerbeek
2005-04-10reduce the set of allowed actions in the privileged partMoritz Jodeit
2005-04-09`an URL' -> `a URL';Jason McIntyre
2005-04-09add scp example;Jason McIntyre
2005-04-08don't whine when we can't find interface with index 0Henning Brauer
2005-04-07nicer outputHenning Brauer
2005-04-06Add check for key lengths. Based on diff from Jason Ackley.Esben Norby
2005-04-06When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if theClaudio Jeker
2005-04-05ap_compat.h defines MD5Update to one thing, but now that we use functionsNiall O'Higgins
2005-04-05magic police, Jason Ackley <jason@ackley.net>Henning Brauer
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
2005-04-05Set errno in case buf_realloc() fails because the limit of the buffer isClaudio Jeker
2005-04-04shrinkTheo de Raadt
2005-04-04On auth crypt verify not only the main key is allowed but all configured keys.Claudio Jeker
2005-04-04nlist.h not neededTheo de Raadt
2005-04-03Report quotas > 10GB in a readable way. Diff based on PR 2836.Otto Moerbeek
2005-04-03yacc parserHakan Olsson
2005-04-03Cleanup.Hakan Olsson
2005-04-03Remove debugging code.Hakan Olsson
2005-04-03kill redundant warning - getopt does it for us; from andrushock AT korovino.netDamien Miller
2005-04-02Create unix domain sockets with permissions 0666, so clients canOtto Moerbeek
2005-04-02new sentence, new line;Jason McIntyre