fix two leaks in interpreter.c; from Han Boetes (hboetes at gmail)
- upon redefinition of a variable, free the content of the old varentry
- free v1 if strndup fails, and delay the SLIST_INSERT_HEAD
don't include CN in the certificate signing request.
the CA will decide whether to include a CN based on their
configuration/profile and sets that up themselves.
ok florian
Print both nat-to and rdr-to in pfctl show rules.
Kernel pf rule may have both nat-to and rdr-to fields. pfctl printed
only one of them. By removing one else if, the user sees what the
kernel does.
OK henning@
vmd(8): prevent pause deadlock when vcpu doesn't halt
Trying to pause a vm that's got a vcpu busy polling that never
issues a HLT instruction results in a deadlock. Remove the check
for if the vcpu is halted. We have other logic to handle "suspending"
the vcpu thread if a vcpu halts with interrupts enabled. (The way
vmm(4) works is if the vcpu halts without interrupts, we consider
it a terminating event.)
ok hshoexer@, mlarkin@
Add more error logging for the ERR_UPD_ATTRLIST case.
Split it into a bad_list case for all those duplicate attr checks and
a bad_ibuf case that is used when the parsing hits a general issue.
OK sthen@
when uploading a directory using sftp/sftp (e.g. during a recursive
transfer), don't clobber the remote directory permissions unless
either we created the directory during the transfer or the -p flag
was set. bz3925 ok dtucker@
Call timer_remove_all with the right object.
Copy-paste bug which was introduced with rev 1.128.
Causes the parent to SIGSEGV on config reloads when mrt dumps are used.