summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2008-03-12mostly stylistic - always print the client host name in snmpe errorReyk Floeter
2008-03-12if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)Claudio Jeker
2008-03-12SNMP has a restricted BER encoding especially all encodings use theClaudio Jeker
2008-03-12Return an error if more data is requested even though the buffer is empty.Claudio Jeker
2008-03-12nuke unused variable.Pierre-Yves Ritschard
2008-03-11oopsMarc Espie
2008-03-10print better error message if child dies... with extra dark magic to grabMarc Espie
2008-03-10provide a partial implementation of the HOST-RESOURCES-MIB. this implementsDavid Gwynne
2008-03-10Fix a null deref in link_state, which happens on configMarco Pfatschbacher
2008-03-09tweak previous;Jason McIntyre
2008-03-08rename forced to definesMarc Espie
2008-03-08better -q: mention once, and it speeds up (assumes normal files haven'tMarc Espie
2008-03-08tweak messages mentioning checksums so that they mention checksums, notMarc Espie
2008-03-08let GetOpt count how many times it sees an option, removes special caseMarc Espie
2008-03-08avoid request for input if lines are set to zeroSimon Bertrang
2008-03-04Since the back-off goes 5,10,20,40 seconds, allow the retry timeout toChris Kuethe
2008-03-03tweak previous;Jason McIntyre
2008-03-03log a different notification message when the tcp check times out.Reyk Floeter
2008-03-03fix utterly confusing message for updates.Marc Espie
2008-03-03Inherit global table options.Reyk Floeter
2008-03-03The fix removes the replacement of se_key from relay_dns_request. se_keyReyk Floeter
2008-03-03improve the compare function of addresses respecting the ports; this will fixReyk Floeter
2008-03-02fix pkg_add -r -BMarc Espie
2008-03-02fix bugs formattingMarc Espie
2008-03-02introduce a isc_random_uniform() function to return a uniformly distributedDamien Miller
2008-03-02set the refid for v4 queries too. this allows sensor-driven ntpd to says itsChris Kuethe
2008-03-02another extra endpwent() not neededTheo de Raadt
2008-03-02Pass a buffer size to InterpretArg() and do not let it overflow it, savesMiod Vallat
2008-03-02PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usageMark Kettenis
2008-02-29no , at end of enum; tobiasu@tmux.orgTheo de Raadt
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-27Unbreak parser by initializing topfile correctly.Marco Pfatschbacher
2008-02-27Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-26Fix memory leak in the parser. Found by Matthew Dempsky but using the moreClaudio Jeker
2008-02-26Ignore and drop path attributes with a type code of 0 instead of sending anClaudio Jeker
2008-02-26Don't pass quick when tagging, so the tag can be used outsideHenning Brauer
2008-02-26Have popfile() also close the main config file,Marco Pfatschbacher
2008-02-26Allow a range of baud rates in a manner similiar to tip/cu,Jonathan Gray
2008-02-25uninitialized variable needs zero'ing, ok kettenisTheo de Raadt
2008-02-25document the basic algorithms used by pkg*.Marc Espie
2008-02-24Add missing space when printing ext. communities.Claudio Jeker
2008-02-24taht -> thatMarc Balmer
2008-02-24fix a type, taht -> that.Marc Balmer
2008-02-23correct pathnames reported; pr#5742Theo de Raadt
2008-02-22Allow multiple NUL characters within string-valued properties (but add anMark Kettenis
2008-02-22remove comma from type list, add missing semicolon for consistencySimon Bertrang
2008-02-20set globalnl to vnodenl in filemode() so we access the rightThordur I. Bjornsson
2008-02-16sort flags in both synopsis and usageIgor Sobrado
2008-02-14backout the change to make arp(8) default to -an;Thordur I. Bjornsson