Age | Commit message (Expand) | Author |
2005-04-22 | snprintf cleanup. OK deraadt@, moritz@ | Chad Loder |
2005-04-21 | avoid looping on failed tty or /dev/console writes and just drop the message | Damien Miller |
2005-04-21 | spacing | Theo de Raadt |
2005-04-20 | fix buffer overrun introduced with my previous commit. Found and fixed by | Hans-Joerg Hoexer |
2005-04-20 | be more careful with snprintf. ok cloder@ deraadt@ | Moritz Jodeit |
2005-04-20 | fix signal race by removing STATE_QUIT completely. | Moritz Jodeit |
2005-04-19 | Document the fact that ospfctl(8) understands "show rib". | Esben Norby |
2005-04-19 | fix more cases of snprintf() returning -1. ok cloder@ niallo@ | Moritz Jodeit |
2005-04-19 | handle snprintf() returning -1. ok henning@ | Moritz Jodeit |
2005-04-19 | move the "reply from ... " log msg in -d mdoe uop a bit so it actually | Henning Brauer |
2005-04-19 | Don't call event_set() before event_init(). | Claudio Jeker |
2005-04-18 | extra paranoia, from a discussion with joerg | Henning Brauer |
2005-04-18 | snprintf() return value handling. ok cloder@ henning@ | Moritz Jodeit |
2005-04-18 | correctness: only account for offset after settime in next and deadline | Henning Brauer |
2005-04-18 | tidy up AS section a little; | Jason McIntyre |
2005-04-18 | Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@ | Claudio Jeker |
2005-04-18 | after setting the clock hard correct the "next" and "deadline" timestamps | Henning Brauer |
2005-04-18 | Set flag F_STATIC based on RTF_STATIC and not just because the route came | Claudio Jeker |
2005-04-18 | prevent replies with negative delay from being used, could happen with -s | Henning Brauer |
2005-04-18 | Print mrt config after the main and network config. Main and network config | Claudio Jeker |
2005-04-18 | grammar | Jolan Luff |
2005-04-18 | AfriNIC has been established as RIR for Africa now | Henning Brauer |
2005-04-17 | Use fatalx() instead of ospfd_shutdown() if kr_init() fails. | Claudio Jeker |
2005-04-17 | and don't try to free a null set either | Henning Brauer |
2005-04-17 | fix null pointer deref on filter rules without set part | Henning Brauer |
2005-04-17 | remove amd64 special casing. | Brad Smith |
2005-04-17 | fix snprintf abuse, partly from, and ok deraadt@ | Bob Beck |
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 |