Jesse Peterson

Results 66 issues of Jesse Peterson

I know the title of the project is freemail, but might also be useful to have a `reserved.txt` for `example.com` and `.org`. But also some common ones like `localhost`, etc....

Similar to 6to4 conversions. Essentially `::127.0.0.1` turns into `64:ff9b::7f00:1` (prefix of `64:ff9b/96`). See [RFC 6052](https://tools.ietf.org/html/rfc6052) for details.

Currently the list is taken away and replaced with a progress bar, however other buttons and UI elements are usable and there is no status on what is going on....

A discussion started in #16 around icons/graphics deserved it's own separate issue (this one). See #16 for discussion and renderings and from @tallfunnyjew.

enhancement

MicroMDM, by default, displays a homepage with a link to the `/mdm/enroll` endpoint which serves up the default enrollment profile. Also by default the enrollment profile is unprotected and allows...

discussion
RFC
security

### What version of `micromdm` are you using? HEAD on master ### What `micromdm` command did you run? Extensive use of API sending commands, etc. ### What did you expect...

Currently we support `InstallEnterpriseApplication` via the API. But by default we send an `InstallApplication` command via initial profiles. Support sending IEA and supplying the pinned certs in enrollment blueprints.

enhancement
security

### What version of `micromdm` are you using? HEAD/master ### What `micromdm` command did you run? `mdmctl mdmcert ` ### What did you expect to see? Commands succeeding/no output (just...

bug
good-first-issue

Using current code I think there _may_ be issues with mismatched UDIDs and serial numbers. My workflow was basically spin up an entirely different VM using the same DEP serial...

bug
help wanted

Today commands are queued per-device. That is to say when a command is sent to a device MicroMDM creates a command queue entry for that single device. If another device...

enhancement
discussion
RFC