summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-06-28 17:42:28 +0000
committerCorinna Vinschen <corinna@vinschen.de>2000-06-28 17:42:28 +0000
commitb3cc0634b9b51d2f95e24abef32ffcee0d596b6a (patch)
treec647aaead506e9efc59eca872768df4da5b45fc0 /winsup/cygwin/ChangeLog
parent56ea093dbe9e21e09cc45238fd92613c2a0e3a07 (diff)
downloadcygnal-b3cc0634b9b51d2f95e24abef32ffcee0d596b6a.tar.gz
cygnal-b3cc0634b9b51d2f95e24abef32ffcee0d596b6a.tar.bz2
cygnal-b3cc0634b9b51d2f95e24abef32ffcee0d596b6a.zip
* syscalls.cc (seteuid): Initialize pi.token before calling
internal_getlogin(). * uinfo.cc (internal_getlogin): Use impersonation token instead of process token in case of active impersonation. Add some comments. (uinfo_init): Initializing myself->token and myself->impersonated before calling internal_getlogin(). Add some comments.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 85a033c38..0b5ce3f8e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+Wed Jun 28 19:36:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * syscalls.cc (seteuid): Initialize pi.token before calling
+ internal_getlogin().
+ * uinfo.cc (internal_getlogin): Use impersonation token instead
+ of process token in case of active impersonation. Add some comments.
+ (uinfo_init): Initializing myself->token and myself->impersonated
+ before calling internal_getlogin(). Add some comments.
+
Mon Jun 26 18:32:41 2000 Christopher Faylor <cgf@cygnus.com>
* windows.cc (setitimer): Round up when < 1000 usecs.