• Joined on 2025-07-20
michael opened issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload
michael closed issue usnistgov/macos_security#28 2026-01-19 18:28:59 +00:00
pwpolicy_minimum_length_enforce fails when min length > ODV
michael closed issue usnistgov/macos_security#29 2026-01-19 18:28:59 +00:00
Password enforcement fails with allowPasscodeModification=false
michael closed issue usnistgov/macos_security#30 2026-01-19 18:28:59 +00:00
FileVault enforcement requires FileVault payload
michael opened issue usnistgov/macos_security#31 2026-01-19 18:28:59 +00:00
Incorrect logic in system_settings_softwareupdate_current
michael closed issue dutchcoders/transfer.sh#107 2026-01-19 18:28:59 +00:00
Guide for deploying on Synology?
michael opened issue usnistgov/macos_security#32 2026-01-19 18:28:59 +00:00
Generate a consolidated configuration profile
michael opened issue usnistgov/macos_security#33 2026-01-19 18:28:59 +00:00
Time Machine encryption check fails with space in mount point - system_settings_time_machine_encrypted_configure
michael closed issue dutchcoders/transfer.sh#108 2026-01-19 18:28:59 +00:00
would it be possible to set/use authorization tokens to limit who can upload?
michael closed issue usnistgov/macos_security#32 2026-01-19 18:28:59 +00:00
Generate a consolidated configuration profile
michael closed issue usnistgov/macos_security#33 2026-01-19 18:28:59 +00:00
Time Machine encryption check fails with space in mount point - system_settings_time_machine_encrypted_configure
michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@mptnan commented on GitHub:

Sorry but I'm always putting "wget -c url" and what's wrong with that

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@paolafrancesca commented on GitHub:

hello @niss88

after some tests I can confirm that the code handles download resume on video and audio file (we could change for every file type, but…

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@paolafrancesca commented on GitHub:

from wget documentation

-c
--continue
    Continue getting a partially-downloaded file.  This is useful when you want to finish up a download started…
michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@mptnan commented on GitHub:

My downloading file was a video... but I'll wait either way.

For testing I uploaded mp4 file for example https://transfer.sh/KnDl1c/out3.mp4 (~1 MB), tested like…

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@paolafrancesca commented on GitHub:

I'm sorry @niss88, you are right range donwload works only for video and audio file: https://github.com/dutchcoders/transfer.sh/blob/main/server/handlers.go#L…

michael commented on issue usnistgov/macos_security#31 2026-01-19 18:28:59 +00:00
Incorrect logic in system_settings_softwareupdate_current

@brodjieski commented on GitHub:

The suggested fix may not correctly report the status if a system is running macOS Sonoma or Sequoia and is offered macOS Tahoe. I think the intent of this rule…

michael commented on issue usnistgov/macos_security#33 2026-01-19 18:28:59 +00:00
Time Machine encryption check fails with space in mount point - system_settings_time_machine_encrypted_configure

@brodjieski commented on GitHub:

It looks like CIS is doing the following command for their method of auditing: `/usr/bin/sudo /usr/bin/defaults read /Library/Preferences/com.apple.TimeMachine.pli…

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@paolafrancesca commented on GitHub:

@stefanbenten taking @niss88 upload (https://transfer.sh/KnDl1c/out3.mp4), seeking does not work on the video player, that should be related to the range

michael commented on issue dutchcoders/transfer.sh#106 2026-01-19 18:28:59 +00:00
How can I resume downloads?

@ErrorNoInternet commented on GitHub:

This is also affecting parallel download tools (tools that connect to the server multiple times and download segments of the file in each thread). It makes a…