10 Commits

Author SHA1 Message Date
Brett Demetris
b50412f80a variable scep client validity (#577)
* variable scep client validity

* update changelog
2019-03-04 08:35:00 -05:00
Victor Vrantchan
1593659382 add proper logger to queue (#530) 2018-10-13 14:25:11 -04:00
Victor Vrantchan
b511b426e3 remove apns flags (#528)
Removed deprecated APNS flags from startup. The preferred method has been to use `mdmctl mdmcert upload`.

Closes #417
2018-10-12 08:19:34 -04:00
Danny Lockard
f45a0469f0 Some cleanup based on goreportcard linters (#517) 2018-10-02 14:54:10 -04:00
Jesse Peterson
d150d031e8 UDID/device certificate authentication (v.2) (#429)
udid-cert auth v.2. refactor udidauth and cert verification to be MDM service middleware
2018-09-11 20:25:49 -07:00
Victor Vrantchan
93fb332b84 Depsync cleanup (#505)
Closes #302

This package still needs a lot of work, but I feel like this is a good stopping point.
In a follow up, I plan on writing some tests, and refactoring some of the ways the sync.Watcher goroutines are managed.
2018-09-11 02:01:25 +00:00
Victor Vrantchan
ef127f9aad move the dep library into the core repo (#504)
The dep library was initially a self contained project, but doesn't have a community of users.
Keeping it in the main repo should reduce the maintenance burden and simplify dependency management for the project.
2018-09-08 18:39:31 +00:00
Jesse Peterson
72487f8c1e Remove SCEP CA certificate from both being stored on disk and being included in the enrollment profile (#490)
The SCEP CA certificate is not needed to establish trust between the client and MDM server. Thus including it in the enrollment profile is unnecessary. Separately, and since we don't need it, we can clean up the enrollment service a little by not reading the certificate from disk. Finally — just don't write it out to disk at all. Its usefulness on disk (for the sake of being in its own file) is debatable.
2018-08-23 10:20:47 -04:00
Jesse Peterson
d7fde4f891 Add back push worker init (#473) 2018-07-26 17:17:55 -07:00
Mike Arpaia
d7f07bb022 Move the server type to it's own package (#458) 2018-07-13 21:40:13 +00:00