Corinna Vinschen
1f0f8e127c
* cygheap.cc (cygheap_root::cygheap_root): New function.
...
(cygheap_root::~cygheap_root): Ditto.
(cygheap_root::operator=): Ditto.
(cygheap_user::~cygheap_user): Ditto.
(cygheap_user::set_name): Ditto.
(cygheap_user::set_logsrv): Ditto.
(cygheap_user::set_domain): Ditto.
(cygheap_user::set_sid): Ditto.
* cygheap.h (cygheap_root): New class.
(cygheap_user): Ditto.
(init_cygheap): Change type of `root' member to cygheap_root.
Add `user' member.
* dir.cc (opendir): Use new `cygheap_root' class.
* dcrt0.cc (dll_crt0_1): Use new `cygheap_user' class.
* fork.cc (fork_parent): Ditto.
* grp.cc (getgroups): Ditto.
* passwd.cc (search_for): Ditto.
* path.cc: Use new `cygheap_root' class throughout.
* pinfo.h (_pinfo): Remove `use_psid'. Move `username', `psid',
`logsrv', `domain', `orig_{uid,gid}' and `real_{uid,gid}' to
cygheap_user class.
* security.cc: Use new `cygheap_user' class throughout.
* shared.cc (sec_user): Ditto.
* sigproc.cc (proc_subproc): Remove copy statements for user
related information moved to `cygheap_user' class.
* spawn.cc (spawn_guts): Invalidate current chroot settings
when creating Windows environment. Use new `cygheap_user' class.
* syscalls.cc: Use new `cygheap_user' class throughout.
* uinfo.cc: Ditto.
* uinfo.cc (internal_getlogin): Change parameters to reflect the
move of user information to cygheap.
2000-11-15 00:13:09 +00:00
..
2000-10-28 05:41:44 +00:00
2000-11-09 18:07:16 +00:00
2000-11-13 04:06:41 +00:00
2000-10-28 05:41:44 +00:00
2000-07-16 17:38:41 +00:00
2000-02-17 19:38:33 +00:00
2000-09-08 02:56:55 +00:00
2000-11-07 20:01:09 +00:00
2000-10-28 05:41:44 +00:00
2000-11-13 04:06:41 +00:00
2000-07-28 23:21:04 +00:00
2000-11-15 00:13:09 +00:00
2000-02-17 19:38:33 +00:00
2000-02-17 19:38:33 +00:00
2000-02-17 19:38:33 +00:00
2000-02-17 19:38:33 +00:00
2000-02-21 03:18:37 +00:00
2000-11-14 05:53:32 +00:00
2000-07-16 17:38:41 +00:00
2000-10-28 05:41:44 +00:00
2000-10-28 05:41:44 +00:00
2000-10-16 23:55:58 +00:00
2000-11-15 00:13:09 +00:00
2000-11-15 00:13:09 +00:00
2000-02-17 19:38:31 +00:00
2000-02-17 19:38:33 +00:00
2000-09-08 02:56:55 +00:00
2000-10-14 08:55:44 +00:00
2000-11-15 00:13:09 +00:00
2000-11-06 06:36:32 +00:00
2000-10-16 23:55:58 +00:00
2000-09-08 02:56:55 +00:00
2000-09-08 02:56:55 +00:00
2000-11-15 00:13:09 +00:00
2000-09-08 02:56:55 +00:00
2000-10-28 05:41:44 +00:00
2000-07-15 02:48:11 +00:00
2000-02-17 19:38:33 +00:00
2000-10-26 10:13:41 +00:00
2000-11-03 04:27:03 +00:00
2000-02-17 19:38:33 +00:00
2000-11-11 05:36:34 +00:00
2000-10-16 23:55:58 +00:00
2000-11-06 16:13:44 +00:00
2000-11-13 04:06:41 +00:00
2000-09-08 02:56:55 +00:00
2000-11-14 05:53:32 +00:00
2000-02-17 19:38:33 +00:00
2000-10-23 20:16:52 +00:00
2000-10-28 05:41:44 +00:00
2000-10-23 03:35:50 +00:00
2000-08-22 05:10:20 +00:00
2000-10-28 05:41:44 +00:00
2000-09-03 04:16:35 +00:00
2000-10-31 22:20:59 +00:00
2000-09-08 02:56:55 +00:00
2000-10-28 05:41:44 +00:00
2000-10-31 22:20:59 +00:00
2000-10-21 04:53:49 +00:00
2000-10-17 01:42:04 +00:00
2000-08-22 05:10:20 +00:00
2000-08-22 05:10:20 +00:00
2000-11-03 04:27:03 +00:00
2000-11-13 04:06:41 +00:00
2000-11-15 00:13:09 +00:00
2000-02-17 19:38:33 +00:00
2000-11-11 05:36:34 +00:00
2000-02-17 19:38:33 +00:00
2000-02-17 19:38:33 +00:00
2000-11-15 00:13:09 +00:00
2000-10-12 22:15:47 +00:00
2000-09-08 02:56:55 +00:00
2000-09-08 02:56:55 +00:00
2000-09-08 02:56:55 +00:00
2000-09-07 16:23:51 +00:00
2000-10-28 05:41:44 +00:00
2000-11-03 04:27:03 +00:00
2000-09-08 02:56:55 +00:00
2000-03-07 18:32:40 +00:00
2000-04-19 00:55:19 +00:00
2000-10-19 03:12:44 +00:00
2000-09-08 02:56:55 +00:00
2000-10-16 23:55:58 +00:00
2000-11-14 05:53:32 +00:00
2000-11-02 06:59:07 +00:00
2000-09-08 02:56:55 +00:00
2000-11-15 00:13:09 +00:00
2000-11-15 00:13:09 +00:00
2000-11-12 04:57:41 +00:00
2000-02-17 19:38:33 +00:00
2000-09-08 02:56:55 +00:00
2000-09-08 02:56:55 +00:00
2000-11-05 06:42:23 +00:00
2000-11-15 00:13:09 +00:00
2000-10-07 18:12:11 +00:00
2000-09-08 02:56:55 +00:00
2000-04-19 00:55:19 +00:00
2000-10-28 05:41:44 +00:00
2000-02-17 19:38:33 +00:00
2000-09-04 17:52:42 +00:00
2000-09-08 02:56:55 +00:00
2000-09-08 02:56:55 +00:00
2000-10-15 01:37:07 +00:00
2000-08-18 19:51:02 +00:00
2000-09-03 04:16:35 +00:00
2000-11-15 00:13:09 +00:00
2000-09-08 02:56:55 +00:00
2000-11-09 02:03:33 +00:00
2000-02-17 19:38:33 +00:00
2000-11-08 20:36:37 +00:00
2000-11-15 00:13:09 +00:00
2000-02-17 19:38:33 +00:00
2000-11-05 06:42:23 +00:00
2000-11-15 00:13:09 +00:00
2000-11-12 04:57:41 +00:00
2000-10-23 03:35:50 +00:00
2000-11-15 00:13:09 +00:00
2000-10-24 02:25:27 +00:00
2000-02-17 19:38:33 +00:00
2000-10-19 17:57:28 +00:00
2000-11-12 04:57:41 +00:00
2000-11-15 00:13:09 +00:00
2000-10-28 05:41:44 +00:00
2000-08-24 21:19:14 +00:00
2000-09-08 02:56:55 +00:00
2000-02-17 19:38:31 +00:00
2000-07-28 23:21:04 +00:00
2000-10-16 23:55:58 +00:00
2000-10-16 23:55:58 +00:00
2000-10-28 05:41:44 +00:00
2000-10-17 01:42:04 +00:00
2000-10-27 15:38:32 +00:00
2000-02-17 19:38:33 +00:00
2000-11-15 00:13:09 +00:00
2000-09-30 01:38:13 +00:00
2000-10-12 04:38:29 +00:00
2000-09-08 02:56:55 +00:00
2000-10-27 09:50:33 +00:00
2000-07-19 17:42:16 +00:00