summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-08Remove format_create_flags and just pass flags to format_create.Nicholas Marriott
2015-12-08Spacing nits.Nicholas Marriott
2015-12-08vmctl console - id is not optionalReyk Floeter
2015-12-08Add "vmctl console" to connect to a specified VM console by id.Reyk Floeter
Requested by mlarkin@
2015-12-08Remove NULL-checks before free().mmcc
2015-12-08Remove a NULL-check before free().mmcc
2015-12-08Ed was meant to be El;Jason McIntyre
2015-12-08dont need to repeatedly set if_start to the same function.David Gwynne
2015-12-08Initially pledge spamdBob Beck
All the work done by Ricardo Mestre <serial@helheim.mooo.com> - Thanks.
2015-12-08Add hooks infrastructure, basic commands (set-hook, show-hooks) and aNicholas Marriott
couple of not very useful client hooks. This will eventually let commands be run at various points and on notifications. Joint work with Thomas Adam.
2015-12-08UTF-8 support: implement -m for character countingIngo Schwarze
and use iswspace(3) for word counting. Requires using getline(3) rather than read(2) to make sure that characters aren't chopped to pieces. Using feedback from millert@ on an earlier version. Feedback and OK tedu@.
2015-12-08Use ^= instead of a verbose alternative. ok nicm@mmcc
2015-12-07Add root certificate for COMODO RSA Certification Authority, ok beck@Stuart Henderson
In some cases sites signed by this are covered by the old "AddTrust External CA Root" that we already had, but that depends on the site sending a fairly large chain of intermediate certificates which most aren't doing (because there's no need because this newer one is in browser stores..).
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
allocation macros. No binary change. ok tb@
2015-12-07No need to check for NULL before free().mmcc
2015-12-07No need to check for NULL before free().mmcc
2015-12-07stricter encoding type checks for ssh-rsa; ok djm@Markus Friedl
2015-12-07Remove unneeded strings.h includes. From Serguey Parkhomovsky.mmcc
2015-12-07Replace bzero with memset, and change a strings.h include to string.h tommcc
get the declaration. From Serguey Parkhomovsky. No objects from deraadt@.
2015-12-07strings.h -> string.h to prevent implicit declarations. From Sergueymmcc
Parkhomovsky.
2015-12-07Represent line numbers with off_t rather than int. This preventsmmcc
overflow on huge inputs. ok millert@, deraadt@
2015-12-07tweak the code a bit and add a -w option to display day of week.Marc Espie
okay jmc@, millert@
2015-12-07syncTheo de Raadt
2015-12-07use O_EXCL rather than a raceTheo de Raadt
2015-12-07delete pointless setlocale(3) call;Ingo Schwarze
forgotten to commit, OK deraadt@ some time ago
2015-12-07Previously forgot another /var in the commentReyk Floeter
2015-12-07Add regression tests for in_pcbbind.Vincent Gross
2015-12-07/var/vm is a terrible idea, the images are filled on demand, they areReyk Floeter
not backed by blocks until used. So I'll use /home/vm instead. Pointed out by deraadt@
2015-12-07Add imsg "peerid" to debug messages (only within -DDEBUG).Reyk Floeter
2015-12-07Forcibly remove the local vm reference on error.Reyk Floeter
2015-12-07Only increment the vm counter after successfully adding a new vm; theReyk Floeter
counter has to be in sync in the parent and vmm processes. This fixes reload after a previous load error.
2015-12-07Fix error handling in a few cases: some function return (-1) on error,Reyk Floeter
while others return (errno) on error. We probably have to agree on something.
2015-12-07Yet another missed ferror callMarc Espie
2015-12-07Add initial vm.conf(5) example. But please note that the grammar isReyk Floeter
not fixed yet.
2015-12-07Most common strings in vm.conf are pathnames, so allow unquotedReyk Floeter
slashes in strings. Slashes were excluded because the parser came from pfctl and bgpd were IP prefixes are parsed this way but we can handle such cases differently if vmd ever has to parse IPs with prefix length. This change also allows to concatenate pathnames with macros.
2015-12-07tweak initial error loggingReyk Floeter
2015-12-07Sync proc.c, use shorter proc_compose[v]()Reyk Floeter
2015-12-07Sync proc.c, use proc_composev()Reyk Floeter
2015-12-07Now that makemap(8)/newaliases(8) are merged into smtpctl(8), updateSunil Nimmagadda
the paths. Ok gilles@, jung@
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
Ok gilles@, jung@
2015-12-07sync with vmdReyk Floeter
2015-12-07Skip the "fatal in" message prefix when aborting with fatal() - whenReyk Floeter
the daemon died with a message, it is obvious that a fatal condition happened. More important is a useful, but short, message that provides enough information to fix the problem. OK benno@ deraadt@
2015-12-07reset the slowaccept flag in sock_close()Alexandre Ratchov
2015-12-07Fix bell indicators across detach, reported by Torbjorn Lonnemark, diffNicholas Marriott
from Thomas Adam.
2015-12-07Convert to arc4random_uniform.tb
ok krw@
2015-12-07Add cpuid bits documented in the August 2015 revision ofJonathan Gray
"Intel Architecture Instruction Set Extensions Programming Reference"
2015-12-07Remove NULL-checks before free(). No functional change.mmcc
2015-12-07Remove SHA0 check, as we did in v1.21 of sha.h.Brent Cook
This enables ENGINE_get_digest to work again with SHA1. noted by NARUSE, Yui, @nurse from github
2015-12-07enable snooping on Intel 100 Series HDAJonathan Gray
from and tested by daniel@
2015-12-07match on intel 100 seriesJonathan Gray
from and tested by daniel@