Age | Commit message (Expand) | Author |
2005-04-14 | fix off-by-ones in path truncation checks. from Han Boetes; ok deraadt@ | Damien Miller |
2005-04-14 | Some format string cleanup. OK deraadt | Chad Loder |
2005-04-14 | fix possible double free(), thans to Andrey Matveev | Reyk Floeter |
2005-04-14 | since we chroot by default, always init fallback entropy source | Jakob Schlyter |
2005-04-14 | Do this correctly, and silence a sign comparison warning. | Chad Loder |
2005-04-14 | Check snprintf for truncation and failure. From Han Boetes (thanks). | Chad Loder |
2005-04-13 | connect hostapd for reyk, ok theo reyk | Henning Brauer |
2005-04-13 | filter_set cleanup. Plug some memleaks and fix an obvious bug in the | Claudio Jeker |
2005-04-13 | un-hack, use event_loopexit() | Reyk Floeter |
2005-04-13 | a daemon, not an daemon; | Jason McIntyre |
2005-04-13 | add some missing arguments, where format strings | Moritz Jodeit |
2005-04-13 | set gid before uid | Reyk Floeter |
2005-04-13 | spacing | Theo de Raadt |
2005-04-13 | tighten code vertically | Theo de Raadt |
2005-04-13 | really abort, when privdrop fails. ok reyk@ | Moritz Jodeit |
2005-04-13 | tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5; | Jason McIntyre |
2005-04-13 | tweaks; ok reyk@ | Jason McIntyre |
2005-04-13 | sync usage() | Jason McIntyre |
2005-04-13 | various tweaks; | Jason McIntyre |
2005-04-13 | privsep i/o functions are based on atomicio, add copyright notice | Reyk Floeter |
2005-04-13 | only fflush STDERR when we actually log to STDERR, reyk ok | Henning Brauer |
2005-04-13 | missing copyrights here as well | Henning Brauer |
2005-04-13 | do not close descriptors before exit | Theo de Raadt |
2005-04-13 | spaces | Theo de Raadt |
2005-04-13 | kill #if 0 crud | Henning Brauer |
2005-04-13 | bzero of bss not needed | Theo de Raadt |
2005-04-13 | don't lose copyright on the way... reyk ok | Henning Brauer |
2005-04-13 | KNG | Henning Brauer |
2005-04-13 | whitespace | Henning Brauer |
2005-04-13 | the ifconfig manpage is in section 8... | Reyk Floeter |
2005-04-13 | add missing comma | Reyk Floeter |
2005-04-13 | KNF | Henning Brauer |
2005-04-13 | add the initial version of the OpenBSD hostapd daemon | Reyk Floeter |
2005-04-13 | Show if a route is rejected or blackholed in show fib output. OK henning@ | Claudio Jeker |
2005-04-13 | very unlikely overflow. but sticking to the idiom is important: thereby, | Theo de Raadt |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt |
2005-04-12 | tweaks; | Jason McIntyre |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-04-12 | Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@ | Claudio Jeker |
2005-04-12 | set metric is an alias of set med since a long time. OK henning@ | Claudio Jeker |
2005-04-12 | spelling | Theo de Raadt |
2005-04-12 | Support for self originated AS-external LSA. | Claudio Jeker |
2005-04-12 | spaces | Claudio Jeker |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt |
2005-04-11 | use writev() here too; henning ok | Theo de Raadt |
2005-04-11 | when -d is used, log to stderr, not via syslog(3); fixed pr/4171. | Federico G. Schwindt |
2005-04-11 | tcpdump developers are uncautious retards, plain and simple; ok otto | Theo de Raadt |
2005-04-11 | restore lost sprintf -> snprintf conversion | David Krause |
2005-04-10 | do not forget to call endpwent(). ok moritz@ | Otto Moerbeek |
2005-04-10 | reduce the set of allowed actions in the privileged part | Moritz Jodeit |