Deep directory support

2003-09-24 Thread Parker, Ron
Please read beyond the next paragraph before hitting delete. Odd file names are not the issue here, so bare with my for a minute. I'll get to the point shortly. Once upon a time I messed with making changes to Cygwin to allow protected file names like aux to work with Cygwin. At the time I was

Re: Deep directory support

2003-09-24 Thread Robert Collins
On Thu, 2003-09-25 at 02:23, Parker, Ron wrote: Any thoughts or input? Well, cygwin-patches isn't the right discussion point for this, it's reserved for patches - I'll reply, but over in [EMAIL PROTECTED] Rob -- GPG key available at: http://members.aardvark.net.au/lifeless/keys.txt.

Re: Fixing the delete queue security

2003-09-24 Thread Christopher Faylor
On Mon, Sep 15, 2003 at 09:18:08PM -0400, Pierre A. Humblet wrote: 2003-09-15 Pierre Humblet [EMAIL PROTECTED] * shared_info.h (class user_info): New. (cygwin_user_h): New. (user_shared): New. (enum shared_locations): Replace SH_MOUNT_TABLE by SH_USER_SHARED;

Re: Fixing the delete queue security

2003-09-24 Thread Christopher Faylor
On Wed, Sep 24, 2003 at 08:43:55PM -0400, Christopher Faylor wrote: Please check in. You'll have to accommodate the new layout after my checkin but it should apply with only minor problems. I just built cygwin with these changes and noticed the warnings due to MOUNT_MAGIC changing. I should

Re: Fixing the delete queue security

2003-09-24 Thread Pierre A. Humblet
This is the second part of the patch, class cleanup and Makefile update. Pierre 2003-09-25 Pierre Humblet [EMAIL PROTECTED] * shared_info.h: Update CURR_USER_MAGIC, CURR_SHARED_MAGIC and SHARED_INFO_CB. (mount_info::cb): Delete. (mount_info::version): Delete.