• Joined on 2025-07-20
michael commented on issue usnistgov/macos_security#199 2026-01-19 18:29:37 +00:00
os_hibernate_mode_enable: Standby setting for Apple silicon is incorrect

@vaughnhart commented on GitHub:

sudo pmset -a destroyfvkeyonstandby 1 sudo pmset -a hibernatemode 25 sudo pmset -a powernap 0 sudo pmset -a standby 0 sudo pmset -a standbydelay 0 sudo pmset…

michael commented on issue dutchcoders/transfer.sh#252 2026-01-19 18:29:37 +00:00
configurable default metadata

@paolafrancesca commented on GitHub:

I don't know about the reason, since the choice was made before I joined the project: it could be something "big enough" to be like not set. for me if…

michael opened issue usnistgov/macos_security#198 2026-01-19 18:29:37 +00:00
USB Restricted Mode
michael closed issue usnistgov/macos_security#196 2026-01-19 18:29:37 +00:00
handful of settings aren't "fixed" by compliance script
michael commented on issue dutchcoders/transfer.sh#254 2026-01-19 18:29:37 +00:00
wrong version in transfer.sh-1.0.0.tar.gz and git version

@paolafrancesca commented on GitHub:

will fix, thanks

michael commented on issue dutchcoders/transfer.sh#255 2026-01-19 18:29:37 +00:00
Deletion URLs on POST uploads

@paolafrancesca commented on GitHub:

I'd rather add HTTP pipelining to PUT, please, can you make some tests on your side for this?

michael commented on issue dutchcoders/transfer.sh#255 2026-01-19 18:29:37 +00:00
Deletion URLs on POST uploads

@JustAnotherArchivist commented on GitHub:

I finally got around to testing this. In our setup, transfer.sh is behind nginx. At least in this case, multiple PUT requests over one connection work…

michael commented on issue dutchcoders/transfer.sh#255 2026-01-19 18:29:37 +00:00
Deletion URLs on POST uploads

@JustAnotherArchivist commented on GitHub:

For future reference, this has since been implemented via #419 and #435.

michael commented on issue dutchcoders/transfer.sh#251 2026-01-19 18:29:37 +00:00
Expired file / download limit is not honoured on the default (file view) page

@paolafrancesca commented on GitHub:

@grinapo fixed in #245

michael commented on issue dutchcoders/transfer.sh#251 2026-01-19 18:29:37 +00:00
Expired file / download limit is not honoured on the default (file view) page

@paolafrancesca commented on GitHub:

will check this

michael opened issue usnistgov/macos_security#197 2026-01-19 18:29:37 +00:00
where is the page that describes how to install these ?
michael commented on issue dutchcoders/transfer.sh#252 2026-01-19 18:29:37 +00:00
configurable default metadata

@paolafrancesca commented on GitHub:

@grinapo fixed in #246

michael commented on issue dutchcoders/transfer.sh#250 2026-01-19 18:29:37 +00:00
Can duplicate files be link through MD5?

@paolafrancesca commented on GitHub:

deduplication can be easily achieved only for the ones in the same multi files upload, I don't really see it as a priority given the low value it will…

michael commented on issue dutchcoders/transfer.sh#248 2026-01-19 18:29:36 +00:00
Built in crypt and tar

@TheYkk commented on GitHub:

i prefer host based security

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@computeralex92 commented on GitHub:

The issue is related to the switch from Version 2 of the signature to Version 4 happen step by step from AWS. Every newer region (e.g. eu-central-1 or…

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@paolafrancesca commented on GitHub:

@computeralex92 can you point to some documentation about the topic? the S3 storage backend was done by @nl5887 and I never worked on it (neither I have the…

michael commented on issue dutchcoders/transfer.sh#247 2026-01-19 18:29:36 +00:00
Support for AWS Signature Version 4

@paolafrancesca commented on GitHub:

I see @computeralex92. as I said I don't use S3 and I didn't developed that part. I think the whole code has to be moved to use official AWS SDK, unlikely I…

michael commented on issue usnistgov/macos_security#195 2026-01-19 18:29:36 +00:00
Tweak SSH rules for FIPS 186-5 addition of curve25519-sha256

@GaryGapinski commented on GitHub:

Also, ditch all finite field Diffie-Hellman algorithms (diffie-hellman-*) since they are unnecessary and no one bothers to recompute /etc/ssh/moduli. Ignore…

michael opened issue dutchcoders/transfer.sh#250 2026-01-19 18:29:36 +00:00
Can duplicate files be link through MD5?
michael commented on issue dutchcoders/transfer.sh#248 2026-01-19 18:29:36 +00:00
Built in crypt and tar

@paolafrancesca commented on GitHub:

is this a feature request?

there's a stale branch about gpg crypting: https://github.com/dutchcoders/transfer.sh/pull/162

you still have to trust the…