Age | Commit message (Expand) | Author |
2005-04-16 | Static routes are flagged with F_STATIC and not with F_KERNEL. | Claudio Jeker |
2005-04-16 | Set F_STATIC flag earlier else the default route will end up as non-static. | Claudio Jeker |
2005-04-16 | Simplify return codes of aspath_asprint(). | Claudio Jeker |
2005-04-16 | Format string cleanup. OK millert, henning, claudio | Chad Loder |
2005-04-16 | Be more careful with snprintf return value handling. Some of these are | Chad Loder |
2005-04-15 | snprintf() returns int, not size_t; also use the return value after | Todd C. Miller |
2005-04-15 | typo. ok reyk@ | Moritz Jodeit |
2005-04-15 | fix snprintf return value check. ok otto@ millert@ | Moritz Jodeit |
2005-04-15 | Fix memory leak in case aspath_snprint() returns an error (-1). | Claudio Jeker |
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 |