Hi Pierre,
On Fri, Jan 31, 2003 at 03:59:49AM -0500, Pierre A. Humblet wrote:
> Corinna,
>
> I have a new patch ready against the chown bug, but it conflicts
> with what I sent a few days ago. In what order do you want to
> proceed?
honestly? Ok, I'd like to see smaller patches which solve one
This is a little bit improved version of my previous post.
By default creation of sparse files is disabled. It can be enabled by CYGWIN
option sparse_files.
Vaclav Haisman
2003-02-03 Vaclav Haisman <[EMAIL PROTECTED]>
* fhandler.h (allow_sparse): Declare new extern variable.
*
Corinna,
Here is a chown related patch, fixing one old and one recent bug.
2003/02/03 Pierre Humblet <[EMAIL PROTECTED]>
* security.h: Add third argument to set_process_privilege.
* autoload.cc: Add OpenThreadToken.
* sec_helper.cc (set_process_privilege): Add and use u
On Mon, 3 Feb 2003, Vaclav Haisman wrote:
> This is a little bit improved version of my previous post.
> By default creation of sparse files is disabled. It can be enabled by CYGWIN
> option sparse_files.
>
> Vaclav Haisman
>
> 2003-02-03 Vaclav Haisman <[EMAIL PROTECTED]>
> [snip]
> * env
On Mon, Feb 03, 2003 at 10:03:25AM -0500, Pierre A. Humblet wrote:
> Corinna,
>
> Here is a chown related patch, fixing one old and one recent bug.
>
> 2003/02/03 Pierre Humblet <[EMAIL PROTECTED]>
>
> * security.h: Add third argument to set_process_privilege.
> * autoload.cc: Add
I haven't noticed until you pointed it out. This can be easily corrected.
Vaclav Haisman
> I don't know if it matters, but the rest of the entries in the parse_thing
> table are alphabetically ordered...
> Igor
> --
Corinna,
this patch defines class cygpsid (basically just moving items from cygsid)
and optimizes user_groups::clear_supp ().
The changes in passwd/group are just type changes from cygsid to cygpsid.
Pierre
2003/02/03 Pierre Humblet <[EMAIL PROTECTED]>
* security.h (class cygpsid): Ne