summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2005-04-22snprintf cleanup. OK deraadt@, moritz@Chad Loder
2005-04-21avoid looping on failed tty or /dev/console writes and just drop the messageDamien Miller
2005-04-21spacingTheo de Raadt
2005-04-20fix buffer overrun introduced with my previous commit. Found and fixed byHans-Joerg Hoexer
2005-04-20be more careful with snprintf. ok cloder@ deraadt@Moritz Jodeit
2005-04-20fix signal race by removing STATE_QUIT completely.Moritz Jodeit
2005-04-19Document the fact that ospfctl(8) understands "show rib".Esben Norby
2005-04-19fix more cases of snprintf() returning -1. ok cloder@ niallo@Moritz Jodeit
2005-04-19handle snprintf() returning -1. ok henning@Moritz Jodeit
2005-04-19move the "reply from ... " log msg in -d mdoe uop a bit so it actuallyHenning Brauer
2005-04-19Don't call event_set() before event_init().Claudio Jeker
2005-04-18extra paranoia, from a discussion with joergHenning Brauer
2005-04-18snprintf() return value handling. ok cloder@ henning@Moritz Jodeit
2005-04-18correctness: only account for offset after settime in next and deadlineHenning Brauer
2005-04-18tidy up AS section a little;Jason McIntyre
2005-04-18Static routes are flagged with F_STATIC and not with F_KERNEL. OK henning@Claudio Jeker
2005-04-18after setting the clock hard correct the "next" and "deadline" timestampsHenning Brauer
2005-04-18Set flag F_STATIC based on RTF_STATIC and not just because the route cameClaudio Jeker
2005-04-18prevent replies with negative delay from being used, could happen with -sHenning Brauer
2005-04-18Print mrt config after the main and network config. Main and network configClaudio Jeker
2005-04-18grammarJolan Luff
2005-04-18AfriNIC has been established as RIR for Africa nowHenning Brauer
2005-04-17Use fatalx() instead of ospfd_shutdown() if kr_init() fails.Claudio Jeker
2005-04-17and don't try to free a null set eitherHenning Brauer
2005-04-17fix null pointer deref on filter rules without set partHenning Brauer
2005-04-17remove amd64 special casing.Brad Smith
2005-04-17fix snprintf abuse, partly from, and ok deraadt@Bob Beck
2005-04-16Static routes are flagged with F_STATIC and not with F_KERNEL.Claudio Jeker
2005-04-16Set F_STATIC flag earlier else the default route will end up as non-static.Claudio Jeker
2005-04-16Simplify return codes of aspath_asprint().Claudio Jeker
2005-04-16Format string cleanup. OK millert, henning, claudioChad Loder
2005-04-16Be more careful with snprintf return value handling. Some of these areChad Loder
2005-04-15snprintf() returns int, not size_t; also use the return value afterTodd C. Miller
2005-04-15typo. ok reyk@Moritz Jodeit
2005-04-15fix snprintf return value check. ok otto@ millert@Moritz Jodeit
2005-04-15Fix memory leak in case aspath_snprint() returns an error (-1).Claudio Jeker
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