1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/plat/windows
Andy Green ce1f395ead context: add info members to drop privileges using user and group name strings
Up until now if you wanted to drop privs, a numeric uid and gid had to be
given in info to control post-init permissions... this adds info.username
and info.groupname where you can do the same using user and group names.

The internal plat helper lws_plat_drop_app_privileges() is updated to directly use
context instead of info both ways it can be called, and to be able to return fatal
errors.

All failures to lookup non-0 or -1 uid or gid names from uid, or to look up
uid or gid from username or groupnames given, get an err message and fatal exit.
2019-03-26 14:54:49 +08:00
..
private.h mingw: windows: make minimal examples build 2019-03-10 08:02:02 +08:00
windows-fds.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-file.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
windows-init.c context: add info members to drop privileges using user and group name strings 2019-03-26 14:54:49 +08:00
windows-misc.c lws_time_in_microseconds: export 2018-10-14 06:15:36 +08:00
windows-pipe.c plat: refactor private headers and split files 2018-06-20 16:41:27 +08:00
windows-service.c windows: prepare for udp 2019-03-14 21:52:53 +08:00
windows-sockets.c windows: prepare for udp 2019-03-14 21:52:53 +08:00