class cygpsid

2003-02-03 Thread Pierre A. Humblet
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

Re: Create new files as sparse on NT systems. (2nd try)

2003-02-03 Thread Vaclav Haisman
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 > --

Re: set_process_privilege and chown

2003-02-03 Thread Corinna Vinschen
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

Re: Create new files as sparse on NT systems. (2nd try)

2003-02-03 Thread Igor Pechtchanski
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

set_process_privilege and chown

2003-02-03 Thread Pierre A. Humblet
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

Create new files as sparse on NT systems. (2nd try)

2003-02-03 Thread Vaclav Haisman
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. *

Re: Minor ntsec fixes and optimizations.

2003-02-03 Thread Corinna Vinschen
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