Pepijn Bruienne

Results 11 comments of Pepijn Bruienne

I like this idea. Like @groob said, combining the two with a general "unprivileged" enrollment ability that can be flipped to a trusted enrollment based on user or other attestation...

Just catching up on some of these issues. This would also include the "nopkg" installer_type I'd imagine. Would it be prudent to do an in-place check of the selected pkginfo...

Just tested this edit in app/models/warranty.rb and it correctly reports warranty information again now. Thanks!

I'd like to commit a fix, but it looks like it needs a little more work. Changing the URL makes the check at least run successfully but the data returned...

I've been doing some rudimentary tinkering with adding web services to enable non-authenticated automatic enrolling of new managed clients as well as batch uploading/importing of an existing Munki repo. I'm...

FWIW, I've been using JSON so far as it is easy to integrate with Python's requests/urllib modules. I've made both a client token (additional GET parameter) and exceptions in the...

Just ran into this after compiling for the first time. Log indicates Hopper v4 is not happy with it using external functions: ``` ERROR: Cannot load ~/Library/Application Support/Hopper/PlugIns/v4/Loaders/DYLDSharedCache.hopperLoader, plugin makes...

Just applied the workaround, including renaming `DYLDSharedCacheLoader` and it seems to work now. The plugin loads and a dylib loaded from a `dyld_shared_cache_arm64` that previously had most of its symbols...

Hi there! I'd take a look at what a verbose Netboot on the client shows you when it actually tries to hit the TFTP service. The general flow is TFTP...

If it doesn't even seem to hit the first phase of TFTP there's a good chance it's getting bounced by the TFTP server, or is unable to reach it somehow....