newlib/winsup
Corinna Vinschen e219a2bdf0 * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority'
and `RegLoadKeyA'.
        * registry.cc (get_registry_hive_path): New function.
        (load_registry_hive): Ditto.
        * security.cc (convert_sid_to_string_sid): New function.
        (get_ssid): Renamed to `convert_string_sid_to_sid'.
        (get_pw_sid): Call `convert_string_sid_to_sid' instead of `get_ssid'.
        (get_gr_sid): Ditto.
        (get_admin_sid): Ditto.
        (get_system_sid): Ditto.
        (get_creator_owner_sid): Ditto.
        (get_world_sid): Ditto.
        * shared.h: New prototypes for `get_registry_hive_path' and
        `load_registry_hive'.
        * spawn.cc (spawn_guts): Set child->psid to NULL to force calling
        `internal_getlogin' from child process in case of changing user context.
        Call `load_registry_hive' in case of changing user context.
        (_spawnve): Copy user infos only if user context remains the same.
        * uinfo.cc: Add load statement for `NetUserGetInfo'.
        Remove load statement for `NetGetDCName'.
        (internal_getlogin): Rewrite to speed up process startup
        and to correct user environment in case user context changes.
        (uinfo_init): Call internal_getlogin only if myself->psid is NULL,
        that is user context changes.
        * winsup.h: Add prototypes for `convert_sid_to_string_sid',
        `convert_string_sid_to_sid' and `get_pw_sid'.
2000-06-19 17:36:30 +00:00
..
cygwin * dcrt0.cc: Add load statements for `GetSidIdentifierAuthority' 2000-06-19 17:36:30 +00:00
doc Rewrote "Adding or updating packages", 2000-06-14 20:56:56 +00:00
mingw Add comment. 2000-06-18 01:53:10 +00:00
testsuite * testsuite/winsup.api/crlf.c: New 2000-05-17 17:21:36 +00:00
utils mount.cc (error): New function to report an error and exit. 2000-06-08 12:54:12 +00:00
w32api * include/winnt.h: Add some missing defines related to locale identifiers. 2000-06-14 20:33:31 +00:00
CYGWIN_LICENSE import winsup-2000-02-17 snapshot 2000-02-17 19:38:33 +00:00
ChangeLog * configure.in: Detect "cross-hosting" situation and add a subset of 2000-06-17 17:51:31 +00:00
MAINTAINERS * MAINTAINERS: Add Corinna to general list. 2000-05-18 18:34:02 +00:00
Makefile.common * Makefile.common (%.o): further simplify, add "..." to make it 2000-05-24 18:54:10 +00:00
Makefile.in * Makefile.in: Work around MAKEOVERRIDES problem with older versions of make. 2000-04-09 06:15:43 +00:00
configure * configure.in: Detect "cross-hosting" situation and add a subset of 2000-06-17 17:51:31 +00:00
configure.in * configure.in: Detect "cross-hosting" situation and add a subset of 2000-06-17 17:51:31 +00:00