summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-04-21spacingTheo de Raadt
2005-04-20fix buffer overrun introduced with my previous commit. Found and fixed byHans-Joerg Hoexer
moritz@; while around take care of snprintf return values help and ok moritz@, henning@
2005-04-20be more careful with snprintf. ok cloder@ deraadt@Moritz Jodeit
2005-04-20fix signal race by removing STATE_QUIT completely.Moritz Jodeit
help and ok otto@ canacar@
2005-04-19Document the fact that ospfctl(8) understands "show rib".Esben Norby
ok claudio@
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
comes before the "adjusting local clock by..." one, joerg
2005-04-19Don't call event_set() before event_init().Claudio Jeker
OK norby@
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
when those timers are actually running. due to the way ntpd's logic works this does not really make a difference, but correctness is good. spotted by me, joerg agrees
2005-04-18tidy up AS section a little;Jason McIntyre
ok henning@
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
by the offset From: Joerg Sonnenberger <joerg@britannica.bec.de>
2005-04-18Set flag F_STATIC based on RTF_STATIC and not just because the route cameClaudio Jeker
from the kernel. That's what F_KERNEL is for. OK henning@
2005-04-18prevent replies with negative delay from being used, could happen with -sHenning Brauer
From: Joerg Sonnenberger <joerg@britannica.bec.de> of dragonfly
2005-04-18Print mrt config after the main and network config. Main and network configClaudio Jeker
belong together. OK henning@
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
OK henning@
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
problem reported by "Alexey E. Suslikov" <cruel@texnika.com.ua>
2005-04-17remove amd64 special casing.Brad Smith
ok kettenis@
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
Return -1 on error 0 on success and make sure that in case of an error *ret is set to NULL.
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
from Han Boetes (thanks), some with modifications by me. OK from and corrections from niallo@
2005-04-15snprintf() returns int, not size_t; also use the return value afterTodd C. Miller
we have checked it. Joint work with moritz@
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
OK henning@
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
network case. OK henning@
2005-04-13un-hack, use event_loopexit()Reyk Floeter
ok henning@ brad@
2005-04-13a daemon, not an daemon;Jason McIntyre
2005-04-13add some missing arguments, where format stringsMoritz Jodeit
expect them and a minor comment fix. ok reyk@
2005-04-13set gid before uidReyk Floeter
2005-04-13spacingTheo de Raadt
2005-04-13tighten code verticallyTheo de Raadt
2005-04-13really abort, when privdrop fails. ok reyk@Moritz Jodeit
2005-04-13tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5;Jason McIntyre