summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-03-25If the interface metric changes on reload it is necessary to re-originateClaudio Jeker
2007-03-24hugh says the vax workaround was for toolchain crashes, not rpc.bootparamdTheo de Raadt
2007-03-23Increase sensor polling interval to 30s, just like ntp polls. ThisChris Kuethe
2007-03-22remove default output of version numbers to silence confused auditingPierre-Yves Ritschard
2007-03-22s/%ssredistribute/%sredistribute/. One s is enough and makes -nv outputClaudio Jeker
2007-03-22Somehow I forgot how to correctly sort in alphabetical order.Claudio Jeker
2007-03-22do not try to grab default router list on "ndp -r" if it's emptyJun-ichiro itojun Hagino
2007-03-22backoutOtto Moerbeek
2007-03-21Added code to parse unicast routes learned from route report packets.Michele Marchetto
2007-03-21tweak a sentence;Jason McIntyre
2007-03-21Add RFC 3137 and remove the caveats section. Ospfd will now automaticalyClaudio Jeker
2007-03-21Document "stub router (yes|no)" and how/why it is used.Claudio Jeker
2007-03-21Add support for RFC 3137: OSPF Stub Router AdvertisementClaudio Jeker
2007-03-21in addition to the host retry option in tables, add support for theReyk Floeter
2007-03-20document the args to the "timezone" command;Jason McIntyre
2007-03-20various text improvements to make this page read better. also add inJason McIntyre
2007-03-20make synopsis/usage() a little nicer;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
2007-03-19Doh! If we support "redistribute rtlabel" we should actually track theClaudio Jeker
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-03-19do not signal "connection closed" upstream on EINTR/EAGAIN, from bgpd et alHenning Brauer
2007-03-19when our red/recv/recvmsg in imsg_read gives EINTR or EAGAIN, do notHenning Brauer
2007-03-19make `no @owner', `weird mode' and `@dirrm' into errors.Marc Espie
2007-03-18handle more errors during package creation.Marc Espie
2007-03-18do not use section names for locating a string tab; miod@ okMichael Shalayeff
2007-03-18use strtonum() to avoid out of range values, way simpler than theTheo de Raadt
2007-03-18remove some unnecessary sanity checks. /var/db/pkg is supposed to containMarc Espie
2007-03-17remove a debug messageReyk Floeter
2007-03-17fix a bug in the initial setup of the pfe2relay communication socketsReyk Floeter
2007-03-17Exchange a strlcpy() with a strncpy(). A similar change was done in parse.yClaudio Jeker
2007-03-17move some elements in the relay imsg ctl structures (just for the style)Reyk Floeter
2007-03-17close unused relay2pfe privsep sockets correctlyReyk Floeter
2007-03-17fix the natlook mode.Reyk Floeter
2007-03-16Missed to remove SAFI_BOTH here. Informed about it by Steven Mestdagh.Claudio Jeker
2007-03-16remove unused variable; ok millert@Kevin Steves
2007-03-16Recognise more vendor payloads (taken from IKE Scan)Tom Cosgrove
2007-03-16A few more s/2858/4760/ and use RFC <number> everywhere.Claudio Jeker
2007-03-16Multiprotocol Extensions for BGP-4 is now RFC 4760Claudio Jeker
2007-03-16Update multiprotocol extension code to RFC 4760. This actually removesClaudio Jeker
2007-03-16Don't forget to set the metric in the REDIST_LABEL case. OK pyr@Claudio Jeker
2007-03-16Make sure that the metric on redistributed prefixes is always != 0.Claudio Jeker
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
2007-03-15simplify synopsis/usage() and sort options;Jason McIntyre
2007-03-15use warnx and not logerror in monitor, logerror is for the slave;Damien Miller
2007-03-14do the adjustment of arbitrary 128 -> BLF_MAXUTILIZED in userland as well,Alexander von Gernler
2007-03-13Don't call rtlabel_unref() twice on RTM_DELETE. kroute_remove() does itClaudio Jeker