Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-07-02 20:42:15 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-07-02 20:42:15 +0400
commitc8c609ff0adb645f43080999293165b93cb7ba94 (patch)
tree721ca22ab49d12a7335d97f56ab9506d8352a43b /winsup/cygwin
parent0c4d2abd9966366b5e215ae64ce3b620efca9335 (diff)
Replaced buggy ChangeLog entry
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 65dd69506..dcebfeffe 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,11 +1,17 @@
Sun Jul 2 10:39:00 2000 Corinna Vinschen <corinna@vinschen.de>
+ * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.
+ * fork.cc (fork): Use above defines instead of numerical constants.
+ * shared.cc (sec_user): Ditto.
+ * shared.h (class pinfo): Ditto.
+ * syscall.cc (seteuid): Ditto.
+ * spawn.cc (_spawnve): Ditto. Eliminate conditional.
+ (spawn_guts): Set child->uid = USHRT_MAX when user context will be
+ changed in child process.
* uinfo.cc (uinfo_init): Check for myself->uid instead of myself->psid
to avoid reloading of /etc/passwd on process startup if ntsec is off.
- * spawn.cc (_spawnve): Adjust conditional asking for switching
- user context.
- (spawn_guts): Ditto. Set child->uid = USHRT_MAX when user context will
- change in child process.
+ Use above defines instead of numerical constants.
+ * security.cc: Move define for MAX_SID_LEN to winsup.h.
Sun Jul 2 1:57:00 2000 Corinna Vinschen <corinna@vinschen.de>