Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-21 | Repair AgentX support. | Jeremie Courreges-Anglas | |
which I broke when adding support for multiple listen address. SNMP data should be sent to the client using the appropriate socket, which we now store when we receive the query. Reported & fix tested by Rivo Nurges. | |||
2017-04-21 | Fix uninitialized variable that coult result in a crash. | Jeremie Courreges-Anglas | |
Fix from Rivo Nurges. | |||
2017-04-21 | Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist. | Reyk Floeter | |
This fixes 'vmd -nf /etv/vm.conf' if the file is not readable. | |||
2017-04-21 | Add global configuration option "local prefix" to change prefix for -L. | Reyk Floeter | |
The default prefix is 100.64.0.0/10 from RFC6598. Requested by sthen@ chris@ OK mlarkin@ | |||
2017-04-21 | vmd(8) pci emulation fix required for upcoming option rom support. | Mike Larkin | |
This will be used in the future to support an sgabios option rom, to do VGA text mode console redirection. ok reyk | |||
2017-04-19 | Add support for dynamic "NAT" interfaces (-L/local interface). | Reyk Floeter | |
When a local interface is configured, vmd configures a /31 address on the tap(4) interface of the host and provides another IP in the same subnet via DHCP (BOOTP) to the VM. vmd runs an internal BOOTP server that replies with IP, gateway, and DNS addresses to the VM. The built-in server only ever responds to the VM on the inside and cannot leak its DHCP responses to the outside. Thanks to Uwe Werler, Josh Grosse, and some others for testing! OK deraadt@ | |||
2017-04-19 | better example; from hiltjo posthuma | Jason McIntyre | |
ok sthen | |||
2017-04-19 | Switch base tools from /dev/bpf0 to /dev/bpf. Now that /dev/bpf has been | Martin Natano | |
around for two releases, it should be safe to do so. ok bluhm deraadt sthen tb yasuoka | |||
2017-04-18 | recent perl have signal names we don't have, protect against that. | Marc Espie | |
also, allow child_error to take a parameter so that this can be used to decode an arbitrary wait() result. | |||
2017-04-18 | Tweak parameters to decode_*, add a check or two, and thus gain most of the | Kenneth R Westerback | |
sanity improvements reyk@ recently put into dhcrelay to ensure no more than the captured packet is processed. | |||
2017-04-18 | After 11 years of pondering about it I think that brookdavis@freebsd.org | Kenneth R Westerback | |
had it correct. Don't BPF_WORDALIGN() the value for the number of bytes read() into the buffer. This could theoretically cause the processing of 1 - 3 more bytes than were read. | |||
2017-04-18 | removed unused function; from Edgar Pettijohn | Theo de Raadt | |
2017-04-18 | Warn if pipex(4) is disabled but the configuration uses it. | YASUOKA Masahiko | |
2017-04-18 | Delete #include lines which are unnecessary. | YASUOKA Masahiko | |
2017-04-18 | use freezero() | Theo de Raadt | |
2017-04-17 | some freezero() calls | Theo de Raadt | |
2017-04-17 | Use better types for checksum() parameters and local var from | Kenneth R Westerback | |
dhclient. Eliminate extra prototypes for checksum() and wrapsum(). | |||
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek | |
2017-04-17 | don't manipulate hdr.len, it's used internally by libutil now; ok florian@ | Otto Moerbeek | |
2017-04-17 | Add syslogd(8) option -r to suppress the summary line for pipe and | Alexander Bluhm | |
remote loghost as they are most commonly used for automated log processing. With -rr the "last message repeated" feature can be disabled completely. OK sthen@ deraadt@ jmc@ | |||
2017-04-16 | Different compilers and versions of compilers have different warnings. | Jonathan Gray | |
Remove -Werror to give code a greater chance of building. ok deraadt@ florian@ | |||
2017-04-16 | Remove -Werror to make dhcrelay6 on gcc3 architecture successfully. | Kenji Aoyama | |
ok reyk | |||
2017-04-15 | Take implementation for getsocket() from arp(8). This brings | Alexander Bluhm | |
routing table filter and pledge(2) to ndp(8) modes -s and -d. OK florian@ | |||
2017-04-15 | Name global variable for routing socket rtsock like in ndp(8). | Alexander Bluhm | |
OK florian@ | |||
2017-04-15 | Let ndp(8) use the process's current routing table by default. | Alexander Bluhm | |
from Pierre Emeriaud; OK jca@ claudio@ Sync code and man page with arp(8). OK florian@ | |||
2017-04-15 | regen | Florian Obser | |
2017-04-15 | update to 4.1.16rc1 | Florian Obser | |
tests & OK sthen (if there are more changes coming for 4.1.16 release we will just commit them on top) | |||
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2017-04-14 | Update a man page example to reflect recent changes. | Mike Larkin | |
Spotted by Ilya Kaliman, thanks. | |||
2017-04-13 | moving some code into a switch meant that break no longer stopped the loop. | Ted Unangst | |
try harder with a goto. diagnosis and original fix by tb. | |||
2017-04-13 | Remove a bunch of obsolete, unused and irrelevant DHCP client types, fields, | Kenneth R Westerback | |
and enums. | |||
2017-04-13 | multi-statement CHECK_RANGE() macro isn't safe for all placements, and | Theo de Raadt | |
needs to use "do {} while 0" idiom; all callers need repair also. Discovered by jsg | |||
2017-04-12 | Inspired by recent dhcrelay changes, bring in stricter CFLAGS! | Kenneth R Westerback | |
2017-04-12 | One 'foo' per function is enough. Rename one to eliminate shadowing. | Kenneth R Westerback | |
2017-04-12 | Add missing function prototypes. Mark kw_cmp() as static like all | Kenneth R Westerback | |
its friends. | |||
2017-04-10 | slaacdctl -> slaacctl; | Jason McIntyre | |
2017-04-10 | The canonical name for ctl programs is without 'd'. | Florian Obser | |
Pointed out by Brad. OK deraadt@ | |||
2017-04-10 | Check early if the mandatory carp "interface" was configured. | Reyk Floeter | |
This allows the new -n config check to work correctly. OK jsg@ deraadt@ | |||
2017-04-09 | Remove unused #define's and struct. | Martin Natano | |
2017-04-09 | image/svg+xml is a default inbuilt media type. | Florian Obser | |
Pointed out by Anton Lindqvist (anton.lindqvist AT gmail), thanks! | |||
2017-04-09 | Fix multiple cases of reading past the end of a buffer in the sasyncd(8) | Jonathan Gray | |
config parser found with afl. feedback and ok millert@ ok deraadt@ | |||
2017-04-08 | use .Em for emphasis, not .Pa | Ingo Schwarze | |
2017-04-08 | change a log message from "warn" to "debug" level, as the condition it is | Mike Larkin | |
reporting is not actually a warning. | |||
2017-04-08 | implement nonspecific EOI mode for the legacy PIC | Mike Larkin | |
ok deraadt | |||
2017-04-08 | implement channels 1 and 2 of the legacy PIT. | Mike Larkin | |
ok otto, deraadt | |||
2017-04-07 | Incoming TCP connections from clients fill the files of a log server. | Alexander Bluhm | |
A log client reconnects at every SIGHUP. Write these accept and close messages with debug priority, then they can be turned on in syslog.conf. Default is off. While there, move a debug message and set the priority of the exit message explicitly to error. OK mpf@ millert@ | |||
2017-04-06 | "kernel" got renamed to "boot" in vm.conf but I didn't commit the parse.y bits. | Reyk Floeter | |
Found by Pontus Lundkvist OK deraadt | |||
2017-04-06 | replace some long if/else chains with a switch | Ted Unangst | |
2017-04-06 | Remove the CD9660MAXPATH define. It was used to construct the path for | Martin Natano | |
opening the file, so PATH_MAX makes more sense here. While there change the code to do two less allocations per file. ok deraadt | |||
2017-04-06 | Do not expose vmm(4) VM IDs to the user, use vmd(8)'s IDs instead. | Reyk Floeter | |
Each VM has two IDs: one from the kernel (vmm) and a different one from userland (vmd). The vmm ID is not consistent and incremented on every boot during runtimg of the host system. The vmd ID remains the same during the lifetime of a configured VM, even after reboots. Configured VMs will even get and keep their IDs when the configuration is loaded. This is more what users expect. Pointed out and tested by otto@ OK deraadt@ |