summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-04-14fix off-by-ones in path truncation checks. from Han Boetes; ok deraadt@Damien Miller
2005-04-14Some format string cleanup. OK deraadtChad Loder
2005-04-14fix possible double free(), thans to Andrey MatveevReyk Floeter
2005-04-14since we chroot by default, always init fallback entropy sourceJakob Schlyter
2005-04-14Do this correctly, and silence a sign comparison warning.Chad Loder
2005-04-14Check snprintf for truncation and failure. From Han Boetes (thanks).Chad Loder
2005-04-13connect hostapd for reyk, ok theo reykHenning Brauer
2005-04-13filter_set cleanup. Plug some memleaks and fix an obvious bug in theClaudio Jeker
2005-04-13un-hack, use event_loopexit()Reyk Floeter
2005-04-13a daemon, not an daemon;Jason McIntyre
2005-04-13add some missing arguments, where format stringsMoritz Jodeit
2005-04-13set gid before uidReyk Floeter
2005-04-13spacingTheo de Raadt
2005-04-13tighten code verticallyTheo de Raadt
2005-04-13really abort, when privdrop fails. ok reyk@Moritz Jodeit
2005-04-13tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5;Jason McIntyre
2005-04-13tweaks; ok reyk@Jason McIntyre
2005-04-13sync usage()Jason McIntyre
2005-04-13various tweaks;Jason McIntyre
2005-04-13privsep i/o functions are based on atomicio, add copyright noticeReyk Floeter
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