Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-15 | snprintf() returns int, not size_t; also use the return value after | Todd C. Miller | |
we have checked it. Joint work with moritz@ | |||
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 | |
OK henning@ | |||
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 | |
network case. OK henning@ | |||
2005-04-13 | un-hack, use event_loopexit() | Reyk Floeter | |
ok henning@ brad@ | |||
2005-04-13 | a daemon, not an daemon; | Jason McIntyre | |
2005-04-13 | add some missing arguments, where format strings | Moritz Jodeit | |
expect them and a minor comment fix. ok reyk@ | |||
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 | |
ok reyk@ | |||
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 | |
it is more than fine to re-use our code (please do!), but do not forget our copyright! | |||
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 | |
ok deraadt@ | |||
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 | |
example by example, we teach people how to actually use snprintf. because it is clear (especially judging by code coming from netbsd hint hint perhaps if i say it like this they will finally learn) that people are not paying attention, and replacing one security problem with another. in the early days we replaced buffer the typical ANSI-C standardized function buffer overflows (by which I mean strcpy, strcat, and sprintf) with non-overflowing ones -- range checking varients. We knew we were fixing a major problem. The damn overflows. But we did not have time in all cases to handle the next problem we were not handling: string truncation. Now we need to (I hope not slowly) start fixing the string truncations. Anyone going to help? | |||
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-04-12 | tweaks; | Jason McIntyre | |
ok claudio@ | |||
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker | |
long AS pathes in one or the other direction. It weights a prefix at a very late stage in the decision process. This is a nice bgpd feature to traffic engineer networks where most AS pathes are equally long. OK henning@ | |||
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 | |
With "redistribute (static|connected|default|none)" it is possible to tell ospfd which external routes should be announced. Connected routes will be announced only if there is no corresponding interface configured, in that case the prefix is not external. Adding and removing of announced prefixes are done automaticaly. OK norby@ | |||
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 | |
ok henning@ |