summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-09-27typo in macro name; no md5 changeStuart Henderson
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-09-26smi is an SNMP term that means "Structure of Managed Information". IReyk Floeter
2013-09-24missing numberMarc Espie
2013-09-22merge ldns 1.6.16Stuart Henderson
2013-09-22update to ldns 1.6.16Stuart Henderson
2013-09-22merge unbound 1.4.21Stuart Henderson
2013-09-22file removed in 1.4.21Stuart Henderson
2013-09-22update to Unbound 1.4.21, ok brad@Stuart Henderson
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
2013-09-20Don't assume the length of chap challenges.YASUOKA Masahiko
2013-09-20Add length check for Proxy LCP and Authentication AVPs.YASUOKA Masahiko
2013-09-19adjust the names to more accurately reflect the names of structsBret Lambert
2013-09-13fix some gcc warningsYASUOKA Masahiko
2013-09-12Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.Kenneth R Westerback
2013-09-11pkglocatedb should be installable even if nothing is there...Marc Espie
2013-09-11According to ITU X.690 (ASN.1 definition document), "octet strings"Bret Lambert
2013-09-11Sprinkle some comments which clarify the protocol/process flow.Bret Lambert
2013-09-11some npppd.conf(5) should be npppd(8).YASUOKA Masahiko
2013-09-10Move the chown and chmod out of copydotfiles() and add an explicitTodd C. Miller
2013-09-10Add support for the SM_PATH environment variable. This changes theAntoine Jacoutot
2013-09-10Document that wildcards can also be used when deleting communities.Paul de Weerd
2013-09-09Add support for ECDHE (Elliptic curve Diffie-Hellman) to enableReyk Floeter
2013-09-07update man page with the new default HIGH:!aNULLReyk Floeter
2013-09-07Change default ciphers to HIGH:!aNULL.Federico G. Schwindt
2013-09-07Plug a memory leak when walking the pfTblAddrTable in PF-MIBJoel Knight
2013-09-07Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters forJoel Knight
2013-09-06When dumping FastCGI protocol headers during debug, dump theBret Lambert
2013-09-06Use the correct buffer size for memory allocation and reads.Bret Lambert
2013-09-04Handling of HTTP requests with a body like POST were broken inAlexander Bluhm
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
2013-09-04time_t and random fixes from NSD upstream, ok deraadt@Stuart Henderson
2013-02-18Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2013-09-03clarify that the Mb keyword is Mbps; ok reykJason McIntyre
2013-09-03merge NSD 3.2.16Stuart Henderson
2013-09-03update to NSD 3.2.16, ok deraadt@ brad@Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2013-09-02There is no need to call arc4random_addrandom() and feed it someTheo de Raadt
2013-08-30If the CGI script died due to receipt of signal, pass that backBret Lambert
2013-08-30use version two of the PCIe capability when displaying link speedsJonathan Gray
2013-08-26capitalize a section headerMike Belopuhov
2013-08-26"reactivate";Jason McIntyre
2013-08-26replace rand(3)/random(3) calls with secure arc4random*()Christian Weisgerber
2013-08-26slowcgi grows an option to specify an alternate FastCGI socketBret Lambert
2013-08-24Extraneous local variable with useless increment applied.Mike Larkin
2013-08-23Give slowcgi a style(9) scrubbing. No functional change.Bret Lambert
2013-08-22Correct format string mismatches turned up by -Wformat=2Philip Guenther
2013-08-21Remove the use of time_t in the greylist db file and use int64_t insteadTodd C. Miller
2013-08-21zap trailing whitespace;Jason McIntyre