Michael Peters

Results 53 comments of Michael Peters

I also have this section in my `~/.gitconfig` that contributes to the problem: ``` [fetch] fsckobjects = true ``` So my git setup is extra strict (based on this advice...

Well, it seems that adding that option to the top-level `git clone` doesn't quite work because it doesn't go down to the submodules... Not sure what the solution is there.

Just to clarify, if the vendor fixes their certs to be spec compliant, how does that work with existing hardware that's already out int he field? Is it a matter...

@maugustosilva and @lukehinds I don't see this config variable in the code anymore so I assume it was removed. It does however still exist in the `keylime.conf` in the repo,...

Setting IPs to `0.0.0.0` is a very common thing to make systems work where multiple IPs on the host might be involed. We need to make sure it's something that...

My guess @maugustosilva and @apoorvemohan is that this can be closed since the bind addresses for each service part has been merged.

I also give a big +1 to this. I've run into this problem myself even on a single machine with multiple IPs where I wanted the verifier to bind to...

@kaifeng I believe this is done with your PR correct?

@ansasaki this is looking good. Is it still a WIP?

Cool, just let me know when you're ready for a final review and merge.