Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-19 | delete the KERN_VNODE sysctl. it fails to provide any isolation from the | Ted Unangst | |
kernel struct vnode defintion, and the only consumer (pstat) still needs kvm to read much of the required information. no great loss to always use kvm until there's a better replacement interface. ok deraadt millert uebayasi | |||
2014-11-19 | move to stravis so doug@ will stop laughing at my misuse of strnvis. | David Gwynne | |
ok doug@ millert@ | |||
2014-11-19 | file overlooked in previous snmpd commit | Bret Lambert | |
2014-11-19 | Support exporting relayd statistics via AgentX/snmpd | Bret Lambert | |
This should be equivalent to the statistics available via the various relaydctl show commands okay benno@ reyk@ | |||
2014-11-19 | add support for AgentX subagents in snmpd | Bret Lambert | |
snmp requests are now packaged into pseudo-continuations to allow for being dispatched to seperate processes; lightly tested for interoperability with NetSNMP, but doesn't implement the complete set of AgentX messages while here, clean up return types of mps_get* functions, and make smi_insert refuse to insert duplicate OIDs okay benno@ reyk@ | |||
2014-11-19 | two obvious markup fixes; from frankgroeneveld dot nl | Ingo Schwarze | |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback | |
ok deraadt@ millert@ tedu@ | |||
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵ | Stuart Henderson | |
brad@ | |||
2014-11-17 | CAVEATS was removed (no more INSTALL/DEINSTALL scripts, so it's OK for | Stuart Henderson | |
PKG_TMPDIR to be on a fs mounted with noexec); remove a reference to CAVEATS from the section talking about PKG_TMPDIR. ok espie@ | |||
2014-11-17 | Always free "ps" after usage. | Tobias Stoeckmann | |
ok stsp | |||
2014-11-17 | show super speed status in verbose output | Jonathan Gray | |
2014-11-16 | use sa_family instead of hard coded inet. from Yury Konovalov | Ted Unangst | |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK doug@ | |||
2014-11-16 | Convert the logic in the error function of the ldap schema parser. | Alexander Bluhm | |
Instead of creating a temporary format string, create a temporary message. OK doug@ | |||
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt | |
PROT_NONE, PROT_READ, PROT_WRITE, and PROT_EXEC from mman.h. PROT_MASK is introduced as the one true way of extracting those bits. Remove UVM_ADV_* wrapper, using the standard names. ok doug guenther kettenis | |||
2014-11-16 | so old it becomes untrue | Theo de Raadt | |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley | |
troff displays these as typographic quotes, but nroff implementations almost always print them literally, which rarely has the intended effect with modern fonts, even in stock xterm. These uses of `` '' can be replaced either with more semantic alternatives or with Dq, which prints typographic quotes in a UTF-8 locale (but will automatically fall back to `` '' in an ASCII locale). improvements and ok schwarze@ | |||
2014-11-14 | Shorten the AgentX header debug messages (only compiled with -DDEBUG) | Reyk Floeter | |
to a single line and print to stderr instead of stdout. This makes it easier to follow the debug output again. Also, as a rule of thumb, it is OK to exceed 80 chars for these kinds of developer debug messages. OK blambert@ | |||
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan | |
No yyerror() calls needed to be changed. ok bluhm@ | |||
2014-11-13 | remove networks(5) support; it wasn't even documented to exist; | Ingo Schwarze | |
"just go ahead" deraadt@ | |||
2014-11-13 | Fix a condition which selects log level for errors on routing socket, | YASUOKA Masahiko | |
since it was logically reverse. | |||
2014-11-13 | When the pool address is changed and there is a PPP session which uses | YASUOKA Masahiko | |
the pool to be deleted, then the PPP session is to be deleted. But the internal radish tree had kept the deleted session. This causes "use-after-free", and it had made npppd crash. | |||
2014-11-12 | tweak previous; | Jason McIntyre | |
2014-11-12 | truncate dead.letter | Gilles Chehade | |
2014-11-11 | Tweak the the DHCPACK to DHCPINFORM log entry so that it is | Kenneth R Westerback | |
less threatening and more informative. e.g. DHCPACK on <null address> to 5c:51:4f:56:81:c3 via em0 changes to DHCPACK to 192.168.19.62 (3c:97:0e:0c:0c:d7) via em0 Issue noted and diff tested by Marc Peters. Thanks! ok yasuoka@ millert@ | |||
2014-11-11 | Allow the log directory to be configurable in the config file, rather than | Bob Beck | |
fixed as /logs within the chroot. As this httpd is properly privesp'ed this has the nice property of allowing us to put the logs outside the chroot if we want to. ok reyk@ | |||
2014-11-11 | Adjust aspath_strlen() since the output format changed to ASPLAIN. | Claudio Jeker | |
This should return the proper length again. OK phessler, benno | |||
2014-11-11 | The default output format for 32bit AS numbers has moved from AS_DOT+ | Peter Hessler | |
to ASPLAIN. Of course, you can still input AS numbers in either format. OK henning@, claudio@, benno@, sthen@ | |||
2014-11-10 | Fix horrible spelling mistake introduced in r1.17 | Miod Vallat | |
2014-11-10 | Don't attempt to open log files when using syslog, as we are not going to | Bob Beck | |
use them. ok reyk@ | |||
2014-11-10 | Typo: consitent -> consistent. | Kenneth R Westerback | |
2014-11-07 | Remove the sslv2 option since LibreSSL has no SSLv2 support (however retain | Joel Sing | |
SSL_OP_NO_SSLv2 in case you happen to be running relayd on another platform with another SSL library). Also fix the SSLv3 handling so that 'no sslv3' actually works as intended. ok reyk@ | |||
2014-11-06 | since domain appending is handled at the daemon level, don't try to do it | Gilles Chehade | |
in the enqueuer itself, it leads to broken headers | |||
2014-11-05 | stop prepending the user id in local enqueuing Received line | Gilles Chehade | |
2014-11-04 | use after free in poll loop | Theo de Raadt | |
from Dimitris Papastamos | |||
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK claudio@ | |||
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK claudio@ | |||
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK deraadt@ | |||
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK benno@ doug@ | |||
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK benno@ doug@ claudio@ | |||
2014-11-03 | actually use macro argument instead of shadowed variable name | Ted Unangst | |
2014-11-03 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK deraadt@ claudio@ | |||
2014-11-03 | Add gcc format attributes to yyerror() in httpd. | Doug Hogan | |
Fix a few format characters as well. ok bluhm@ | |||
2014-11-03 | Add gcc format attributes to more warn/error functions in parse.y files. | Doug Hogan | |
Fix a few missing or incorrect format characters. ok claudio@ | |||
2014-11-02 | increment s->datalen counter in append domain code to correctly account for | Gilles Chehade | |
the data we wrote | |||
2014-11-02 | rework domain append by locating either the brackets or the last component | Gilles Chehade | |
of an address and appending domain if not already there. this works better than trying to parse addresses and render them back, while allowing us to do the append "in place" and cope nicely with multi-line addresses. | |||
2014-11-02 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm | |
format string, create a temporary message. OK deraadt@ | |||
2014-11-02 | use nanosleep() instead of select(); ok jsing | Theo de Raadt | |
2014-11-02 | make comment select() vs poll() agnostic | Theo de Raadt | |
2014-11-02 | remove bogus comment | Theo de Raadt | |