endpoint-sec icon indicating copy to clipboard operation
endpoint-sec copied to clipboard

Rust Bindings for Endpoint Security

Results 12 endpoint-sec issues
Sort by recently updated
recently updated
newest added

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155. Release notes Sourced from libc's releases. 0.2.155 What's Changed Add SYS_lseek and SYS_mmap for aarch64 Android by @​lberrymage in rust-lang/libc#3632 Correct the value of...

dependencies

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.89 to 1.0.96. Release notes Sourced from trybuild's releases. 1.0.96 Support Windows builds that have OUT_DIR prefixed with \\?\ (#271) 1.0.95 Keep long type names in diagnostics...

dependencies

`Endpoint Security (abbreviated ES here) is a framework provided by Apple` Should read `Endpoint Security (abbreviated ES here) is a library provided by Apple` EndpointSecurity is distributed as a dylib...

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.155 to 0.2.156. Release notes Sourced from libc's releases. 0.2.156 Added Apple: add F_ALLOCATEPERSIST Apple: add os_sync_wait_on_address and related definitions BSD: generalise IPV6_DONTFRAG to all BSD targets...

dependencies

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.96 to 1.0.99. Release notes Sourced from trybuild's releases. 1.0.98 Fix enabling of default features for workspace dependencies (#282, thanks @​gui1117) 1.0.97 Normalize number of types listed...

dependencies

Xcode 16 beta came out at WWDC24, and with it came a new SDK for macOS15. Apple reformatted the header (and in the process broke a bunch of pretty comments),...

Currently, the Event* structs are Send, but not Sync. As far as I can tell, those structs should be able to implement Sync: those structures are already immutable and provide...

Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.159. Release notes Sourced from libc's releases. 0.2.159 Added Android: add more AT_* constants in rust-lang/libc#3779 Apple: add missing NOTE_* constants in rust-lang/libc#3883 Hermit: add...

dependencies

Bumps [mach2](https://github.com/JohnTitor/mach2) from 0.5.0 to 0.6.0. Release notes Sourced from mach2's releases. 0.6.0 Announcement This is a huge release ever, a lot of items are added/changed/removed to sync with 26.1...

dependencies
rust

Fixes #52 This PR adds everything from the macOS 15.0 and 15.4 SDK: - A new es_event_gatekeeper_user_override_t event type - Made the `instigator` field in most types nullable, and added...