Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-29 | purge compat junk related to drand48; ok guenther | Theo de Raadt | |
2013-09-28 | Resolve the uncertainty in the REFID assignment. | Peter Hessler | |
Previously, when there is an even number of offsets, we did the average of the two middle offets but would set the REFID from one of them. Instead, we simply select the middle offset with the lowest delay. diff from Mike Miller <mmiller mgm51 com> (many thanks!) OK phessler@, henning@ | |||
2013-09-27 | typo in macro name; no md5 change | Stuart Henderson | |
2013-09-26 | shuffle some snmpd functions to make them visible in smi.c for snmpctl. | Reyk Floeter | |
ok gerhard@ blambert@ | |||
2013-09-26 | smi is an SNMP term that means "Structure of Managed Information". I | Reyk Floeter | |
thought about renaming the functions to just "snmp", but "smi" totally makes sense. So add a comment that explains the meaning of SMI (not life). | |||
2013-09-24 | missing number | Marc Espie | |
2013-09-22 | merge ldns 1.6.16 | Stuart Henderson | |
2013-09-22 | update to ldns 1.6.16 | Stuart Henderson | |
2013-09-22 | merge unbound 1.4.21 | Stuart Henderson | |
2013-09-22 | file removed in 1.4.21 | Stuart Henderson | |
2013-09-22 | update to Unbound 1.4.21, ok brad@ | Stuart Henderson | |
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson | |
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@ | |||
2013-09-20 | Don't assume the length of chap challenges. | YASUOKA Masahiko | |
2013-09-20 | Add length check for Proxy LCP and Authentication AVPs. | YASUOKA Masahiko | |
2013-09-19 | adjust the names to more accurately reflect the names of structs | Bret Lambert | |
and functions as they relate to the FastCGI protocol style(9)ize some function declarations while here ok florian@ | |||
2013-09-13 | fix some gcc warnings | YASUOKA Masahiko | |
2013-09-12 | Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. | Kenneth R Westerback | |
Eliminate unneeded casts. suggestions from & ok millert@ guenther@ | |||
2013-09-11 | pkglocatedb should be installable even if nothing is there... | Marc Espie | |
2013-09-11 | According to ITU X.690 (ASN.1 definition document), "octet strings" | Bret Lambert | |
and derived types are allowed to have 0 content octets, whereas "bitstrings" are required to have at least 1 content octet. Adjust the checks in the trap acceptance code to allow for 0-length "octet strings" in SNMP traps. okay reyk@ | |||
2013-09-11 | Sprinkle some comments which clarify the protocol/process flow. | Bret Lambert | |
ok florian@ | |||
2013-09-11 | some npppd.conf(5) should be npppd(8). | YASUOKA Masahiko | |
2013-09-10 | Move the chown and chmod out of copydotfiles() and add an explicit | Todd C. Miller | |
check for skeldir set to the empty string. Fixes a problem where the owner/mode is not set on the user's homedir if the specified skeldir does not exist. OK ajacoutot@ | |||
2013-09-10 | Add support for the SM_PATH environment variable. This changes the | Antoine Jacoutot | |
default behavior of sysmerge when no source is specified on the command line: * if SM_PATH is set, then sysmerge will search this path for etcXX.tgz and/or xetcXX.tgz * if SM_PATH is not set (the default), then the behaviour is the same as before and /usr/src is used idea from espie@ man page refactoring jmc@ (who else :-)) "good idea" krw@ ok rpe@ landry@ espie@ | |||
2013-09-10 | Document that wildcards can also be used when deleting communities. | Paul de Weerd | |
After a discussion with sthen@ and claudio@; wording help from sthen@. OK claudio@, sthen@, jmc@ | |||
2013-09-09 | Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable | Reyk Floeter | |
TLS/SSL Perfect Forward Secrecy (PFS). ok djm@ | |||
2013-09-07 | update man page with the new default HIGH:!aNULL | Reyk Floeter | |
2013-09-07 | Change default ciphers to HIGH:!aNULL. | Federico G. Schwindt | |
reyk@ ok | |||
2013-09-07 | Plug a memory leak when walking the pfTblAddrTable in PF-MIB | Joel Knight | |
2013-09-07 | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for | Joel Knight | |
'match' rules ok sten ryek | |||
2013-09-06 | When dumping FastCGI protocol headers during debug, dump the | Bret Lambert | |
"request begin" and "request end" protocol entries in addition While here, make the "FastCGI request body" struct's name more precise (fcgi_end_request -> fcgi_end_request_body). okay florian@ | |||
2013-09-06 | Use the correct buffer size for memory allocation and reads. | Bret Lambert | |
okay florian@ | |||
2013-09-04 | Handling of HTTP requests with a body like POST were broken in | Alexander Bluhm | |
relayd. Instead of checking for the direction RELAY_DIR_RESPONSE, set toread to 0 if we don't expect a body. OK reyk@ | |||
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt | |
2013-09-04 | time_t and random fixes from NSD upstream, ok deraadt@ | Stuart Henderson | |
2013-02-18 | Update to NSD 3.2.15, ok brad@ phessler@ deraadt@ also tested by okan@ | Stuart Henderson | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2013-09-03 | clarify that the Mb keyword is Mbps; ok reyk | Jason McIntyre | |
2013-09-03 | merge NSD 3.2.16 | Stuart Henderson | |
2013-09-03 | update to NSD 3.2.16, ok deraadt@ brad@ | Stuart Henderson | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2013-09-02 | There is no need to call arc4random_addrandom() and feed it some | Theo de Raadt | |
stupid seed that bind has decided on.. | |||
2013-08-30 | If the CGI script died due to receipt of signal, pass that back | Bret Lambert | |
to the HTTP frontend as the "application return status". While here, add a pair of informative debugging statements. ok florian@ | |||
2013-08-30 | use version two of the PCIe capability when displaying link speeds | Jonathan Gray | |
ok mpi@ | |||
2013-08-26 | capitalize a section header | Mike Belopuhov | |
2013-08-26 | "reactivate"; | Jason McIntyre | |
make.1 part From: Christian Schulte | |||
2013-08-26 | replace rand(3)/random(3) calls with secure arc4random*() | Christian Weisgerber | |
npppd ok yasuoka@ ok millert@ | |||
2013-08-26 | slowcgi grows an option to specify an alternate FastCGI socket | Bret Lambert | |
on which to listen. okay dcoppa@, henning@, florian@ manpage okay from jmc@ | |||
2013-08-24 | Extraneous local variable with useless increment applied. | Mike Larkin | |
found by Maxime Villard | |||
2013-08-23 | Give slowcgi a style(9) scrubbing. No functional change. | Bret Lambert | |
ok florian@ | |||
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther | |
suggestions and ok millert@ |