summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-12-23log a warning one time when we can't open or write the drift file;Kevin Steves
2007-12-23for "fixed-address", note that no lease is generated; after someJason McIntyre
2007-12-23remove double word in comment;Jason McIntyre
2007-12-23provide timer_nextduein, which provides the number of seconds until theHenning Brauer
2007-12-23remove some unused #defines; ok henning@Kevin Steves
2007-12-23send timers for bgpctlshow neighbor foo timer in seperate messages afterHenning Brauer
2007-12-23use timer_running (with left = NULL, which the last commit made possible)Henning Brauer
2007-12-23make all timer_get() callers (except timer_set which will needHenning Brauer
2007-12-22just call getpwnam(NTPD_USER) once; ok henning@Kevin Steves
2007-12-20note that redirections with the sticky-address option will not countReyk Floeter
2007-12-20implement statistics for redirections, like the existing statisticsReyk Floeter
2007-12-20rework timers.Henning Brauer
2007-12-19regenJakob Schlyter
2007-12-19ref rndc-confgen(8); from Jean RabyJakob Schlyter
2007-12-18make it possible to run without locking the database. To be used byMarc Espie
2007-12-15fix the sensors mib to match the new OpenBSD PENReyk Floeter
2007-12-15initial manpage bits for snmpd.conf(5)Reyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter
2007-12-15ips_odropped is ipOutDiscards not ipInDiscardsReyk Floeter
2007-12-15add support for ipReasmTimeoutGilles Chehade
2007-12-15implement one function to call the ipstat sysctl needed in a number ofReyk Floeter
2007-12-15more sysctl style changes for older codeReyk Floeter
2007-12-15change the style of the sysctl mib setupReyk Floeter
2007-12-15now that ip statistics are available through sysctl, make snmpd's IP-MIBGilles Chehade
2007-12-14I requested an official PEN for OpenBSD from the IANA because I wantedReyk Floeter
2007-12-13more str fixes; from chl@Jakob Schlyter
2007-12-13str fixes; from chl@Jakob Schlyter
2007-12-13str fixes; from chl@Jakob Schlyter
2007-12-13struct kif is gone so adapt to the situation. show interface is gone forClaudio Jeker
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-12-12various improvements for the relay pages; ok reykJason McIntyre
2007-12-11rearrange the page to read better; ok otto henningJason McIntyre
2007-12-10add ip_mib table as well as support for retrieving ipForwarding andGilles Chehade
2007-12-10Warn the user when reloading a new configuration fails instead of killingPierre-Yves Ritschard
2007-12-09argh, remove crap from my last commitReyk Floeter
2007-12-09re-sort relayctl/relayd to the right placeReyk Floeter
2007-12-09nslookup(8) moved to nslookup(1)Jakob Schlyter
2007-12-09regen from named.docbookJakob Schlyter
2007-12-09merge our command line changes to docbookJakob Schlyter
2007-12-09more strcpy fixesJakob Schlyter
2007-12-09resolve conflictsJakob Schlyter
2007-12-09regen using autoconf 2.61Jakob Schlyter
2007-12-09resolve conflictsJakob Schlyter
2007-12-09ISC BIND release 9.4.2Jakob Schlyter
2007-12-09- kill trailing whitespaceJason McIntyre
2007-12-08Rename everything which reffered to services refer to rdr for internalsPierre-Yves Ritschard
2007-12-08service -> redirectReyk Floeter
2007-12-08the manpages need some more workReyk Floeter
2007-12-08tweakReyk Floeter
2007-12-08no need to pre-check for % in dformat, it will fail later anywaysTheo de Raadt