• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#312 2026-01-19 18:30:02 +00:00
Add a default value / Arg to generate_script

@golbiga commented on GitHub:

@PazDak This was added to the project. Thanks for the feedback.

michael opened issue usnistgov/macos_security#313 2026-01-19 18:30:02 +00:00
sysprefs_find_my_disable
michael opened issue usnistgov/macos_security#314 2026-01-19 18:30:02 +00:00
Concurrent session limit for SSH is not working
michael opened issue usnistgov/macos_security#315 2026-01-19 18:30:02 +00:00
os_siri_prompt_disable
michael closed issue usnistgov/macos_security#313 2026-01-19 18:30:02 +00:00
sysprefs_find_my_disable
michael closed issue usnistgov/macos_security#314 2026-01-19 18:30:02 +00:00
Concurrent session limit for SSH is not working
michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@nl5887 commented on GitHub:

Previous week I updated transfer.sh. You should be able to upload files without a filename now. Btw curl will append the filename of the uploaded file by default.

michael closed issue usnistgov/macos_security#315 2026-01-19 18:30:02 +00:00
os_siri_prompt_disable
michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@jtoy commented on GitHub:

@nl5887 check out file.io's api, no need to upload the file name also: https://www.file.io/#one $ curl -F "file=@test.txt" https://file.io {"success":true,"key":"2ojE41"…

michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@nl5887 commented on GitHub:

When using --upload-file the file will be send as body, without any Content-Type or filename hints. That's the reason to send the filename with the request.

michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@nl5887 commented on GitHub:

I'm planning an upgrade with a lot of issues fixed and enhancements, will take this into account as well.

michael commented on issue dutchcoders/transfer.sh#361 2026-01-19 18:30:02 +00:00
remove need for file name on upload, simplify API

@jtoy commented on GitHub:

I see, would it be useful if we generated a fake file name and extension if no file name was provided? That way we at least give the user the option of not having to…

michael commented on issue usnistgov/macos_security#314 2026-01-19 18:30:02 +00:00
Concurrent session limit for SSH is not working

@robertgendler commented on GitHub:

The MaxSessions setting within sshd.conf does not do what people think it does exactly.

This turns out the only way to limit it is by editing the kernel…

michael opened issue dutchcoders/transfer.sh#364 2026-01-19 18:30:02 +00:00
Page tries to load scripts from unsecure domain
michael opened issue dutchcoders/transfer.sh#365 2026-01-19 18:30:02 +00:00
Empty body in PUT
michael opened issue dutchcoders/transfer.sh#366 2026-01-19 18:30:02 +00:00
is http://transfer.sh/ down?
michael closed issue dutchcoders/transfer.sh#364 2026-01-19 18:30:02 +00:00
Page tries to load scripts from unsecure domain
michael opened issue usnistgov/macos_security#316 2026-01-19 18:30:02 +00:00
os_camera_disable
michael closed issue usnistgov/macos_security#317 2026-01-19 18:30:02 +00:00
Consider adding a GLBA baseline
michael commented on issue dutchcoders/transfer.sh#364 2026-01-19 18:30:02 +00:00
Page tries to load scripts from unsecure domain

@nl5887 commented on GitHub:

Thx, this should be fixed now.