libargon2-devel is missing libargon2.pc file

2023-09-24 Thread Alexey Sokolov via Cygwin
Hello, the packaged version of libargon2 is quite old. In 2019 upstream added the .pc file, and released new version. As of now it's harder than necessary to use libargon2 on cygwin - need to special case cygwin and include the header/library manually. Please update. Thanks -- Problem reports

Re: Setuid exe (chmod u+s,g+s foo.exe) not working with Cygwin...

2023-09-24 Thread Brian Inglis via Cygwin
On 2023-09-24 11:21, Martin Wege via Cygwin wrote: Hello, I tried to setuid an executable, so that it runs as user "SYSTEM", but it does not work. I tried this as an user with administrator rights: chown SYSTEM:SYSTEM foo.exe chmod u+s,g+s foo.exe But running ./foo then just runs it as the cur

Setuid exe (chmod u+s,g+s foo.exe) not working with Cygwin...

2023-09-24 Thread Martin Wege via Cygwin
Hello, I tried to setuid an executable, so that it runs as user "SYSTEM", but it does not work. I tried this as an user with administrator rights: chown SYSTEM:SYSTEM foo.exe chmod u+s,g+s foo.exe But running ./foo then just runs it as the current user. What am I doing wrong? Thanks, Martin -

Cygwin, converting PSID to string?

2023-09-24 Thread Martin Wege via Cygwin
Hello, Does Cygwin have a function to convert a PSID (pointer to sid) to a human readable string? Is there a function to do the opposite, turn a string from the first function back into a SID type? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: ht