Fix /lib=/usr/lib alias in "cygcheck -f"

2005-12-19 Thread Igor Pechtchanski
Hi, Due to a missing trailing "/", "cygcheck -f" did not recognize "/lib" as being the same as "/usr/lib". The attached patch fixes this. ChangeLog below. Igor ====== 2005-12-

Re: [PATCH] Fix cygrunsrv invocation in cygcheck

2005-08-16 Thread Igor Pechtchanski
On Tue, 16 Aug 2005, Brian Dessent wrote: > Igor Pechtchanski wrote: > > > As mentioned in <http://cygwin.com/ml/cygwin/2005-08/msg00724.html>, I > > noticed something strange in the "cygcheck -s" output: > > This fix was part of my patch from June in >

[PATCH] Fix cygrunsrv invocation in cygcheck

2005-08-16 Thread Igor Pechtchanski
actually going through one iteration of the loop? Simply to reuse the "copy output" code? Brian? Igor == ChangeLog: 2005-08-16 Igor Pechtchanski <[EMAIL PROTECTED]> * cygcheck.cc (dump_sysinfo_services): Terminate command output before run

Re: cygcheck exit status

2005-07-06 Thread Igor Pechtchanski
On Wed, 6 Jul 2005, Eric Blake wrote: > Igor Pechtchanski cs.nyu.edu> writes: > > > Because it's in a for loop, and when the first file fails but second > > > succeeds, you still want the overall command to exit with failure. > > > > That's the corr

Re: cygcheck exit status

2005-07-06 Thread Igor Pechtchanski
fails but second > succeeds, you still want the overall command to exit with failure. That's the correct intent, but shouldn't it be &&= instead of &=, technically? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-10 Thread Igor Pechtchanski
having make involved. It looks like a ash bug. > Oh boy, I didn't look into ash for ages. I'm somewhat in real life work, > but I'll lok into it at one point. Is this related to CGF's query on cygwin@ about replacing sh=ash with sh=bash? If not, it should be. Ig

Re: [Patch] Testing loads of cygwin1.dll from MinGW and MSVC, take 3

2005-06-06 Thread Igor Pechtchanski
$(RUNTESTFLAGS) ||\ > $(RUNTEST) --tool cygload $(RUNTESTFLAGS) I take it you meant - $(RUNTEST) --tool winsup $(RUNTESTFLAGS) ;\ + $(RUNTEST) --tool winsup $(RUNTESTFLAGS) &&\ Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

Re: [Patch] Loading cygwin1.dll from MinGW and MSVC

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Christopher Faylor wrote: > On Mon, Jun 06, 2005 at 04:42:30PM -0400, Christopher Faylor wrote: > >On Mon, Jun 06, 2005 at 04:09:13PM -0400, Igor Pechtchanski wrote: > >I guess you could do it that way. It would look more transparent to the > >end us

Re: [Patch] Loading cygwin1.dll from MinGW and MSVC

2005-06-06 Thread Igor Pechtchanski
On Mon, 6 Jun 2005, Christopher Faylor wrote: > On Mon, Jun 06, 2005 at 03:40:10PM -0400, Igor Pechtchanski wrote: > >On Mon, 6 Jun 2005, Christopher Faylor wrote: > > > >> I fat fingered my response to Max, ended up sending a personal message > >> and never no

Re: [Patch] Loading cygwin1.dll from MinGW and MSVC

2005-06-06 Thread Igor Pechtchanski
you > want to leave the effort of turning a brief E-mail reply into a > FAQ entry or README to me, I'll be happy to submit the patch. :-) See <http://cygwin.com/acronyms/#CTDW>. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

Re: [Patch] Loading cygwin1.dll from MinGW and MSVC

2005-06-06 Thread Igor Pechtchanski
it (rest_of_main (argc, argv));" here? > } > > And declaring initialize_cygwin as a "__attribute__ ((noreturn))" in an > appropriate header file. > > This has the downside of maybe causing more code disruption, though... > > cgf Igor -- http://cs.nyu.ed

Re: [Patch] Loading cygwin1.dll from MinGW and MSVC

2005-06-04 Thread Igor Pechtchanski
s guide addition. And is much appreciated. This is very useful functionality, and somebody had to do it, so Max did. Thanks. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL

Re: [PATCH] Problem with filenames ending in "." with check_case:strict

2005-03-30 Thread Igor Pechtchanski
On Wed, 30 Mar 2005, Christopher Faylor wrote: > On Wed, Mar 30, 2005 at 01:51:36PM -0500, Igor Pechtchanski wrote: > >ChangeLog: > >2005-03-21 Igor Pechtchanski <[EMAIL PROTECTED]> > > > > * path.cc (symlink_info::case_check): Ignore trailing characters >

[PATCH] Problem with filenames ending in "." with check_case:strict

2005-03-30 Thread Igor Pechtchanski
,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth

Re: Control auto-uppercasing of environment variables

2005-01-14 Thread Igor Pechtchanski
on. Also, it might be easier to review if you sent the patch in Unidiff format, rather than the context diff (use "diff -up" instead of "diff -c"). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Igor Pechtchanski
should be listed normally. That said, I think Reini's wording implies your interpretation, and thus his suggestion should be in a different thread. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz

Re: Patch to allow trailing dots on managed mounts

2004-12-18 Thread Igor Pechtchanski
htcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT

Re: [Patch] Fixing the PROCESS_DUP_HANDLE security hole.

2004-11-22 Thread Igor Pechtchanski
On Mon, 22 Nov 2004, Christopher Faylor wrote: > On Mon, Nov 22, 2004 at 01:20:45PM -0500, Igor Pechtchanski wrote: > >On Mon, 22 Nov 2004, Christopher Faylor wrote: > > > >> On Mon, Nov 22, 2004 at 12:46:46PM -0500, Igor Pechtchanski wrote: > >> >Can the c

Re: [Patch] Fixing the PROCESS_DUP_HANDLE security hole.

2004-11-22 Thread Igor Pechtchanski
On Mon, 22 Nov 2004, Christopher Faylor wrote: > On Mon, Nov 22, 2004 at 12:46:46PM -0500, Igor Pechtchanski wrote: > >Can the code simply propagate the actual exit code into the exitcode > >field (since Windows programs don't know about signals)? > > And who would

Re: [Patch] Fixing the PROCESS_DUP_HANDLE security hole.

2004-11-22 Thread Igor Pechtchanski
codes from a > non-cygwin java program? Blech. Oh, bet on it. Ant relies on exactly that. Blech, indeed. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,

Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Igor Pechtchanski
On Tue, 12 Oct 2004, Christopher Faylor wrote: > On Tue, Oct 12, 2004 at 06:26:36PM -0400, Igor Pechtchanski wrote: > >On Tue, 12 Oct 2004, Christopher Faylor wrote: > > > >> On Wed, Oct 13, 2004 at 12:11:05AM +0200, Bas van Gompel wrote: > >> >Op Sun

Re: [Patch] cygcheck: warn about empty path-components

2004-10-12 Thread Igor Pechtchanski
nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Me

RE: Fix dup for /dev/dsp

2004-07-25 Thread Igor Pechtchanski
http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton

Re: Fix dup for /dev/dsp

2004-07-22 Thread Igor Pechtchanski
|\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I

Re: Fix dup for /dev/dsp

2004-07-18 Thread Igor Pechtchanski
my 2c. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---'

RE: [RFC] Reference counting on Audio objects for /dev/dsp

2004-07-17 Thread Igor Pechtchanski
[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton

RE: [RFC] Reference counting on Audio objects for /dev/dsp

2004-07-17 Thread Igor Pechtchanski
On Sat, 17 Jul 2004, Igor Pechtchanski wrote: > On Sat, 17 Jul 2004, Gerd Spalink wrote: > > > On Friday, July 16, 2004 4:31 AM, Christopher Faylor [SMTP:[EMAIL PROTECTED] wrote: > > > On Thu, Jul 15, 2004 at 04:28:56PM -0400, Igor Pechtchanski wrote: > > > >

RE: [RFC] Reference counting on Audio objects for /dev/dsp

2004-07-17 Thread Igor Pechtchanski
On Sat, 17 Jul 2004, Gerd Spalink wrote: > On Friday, July 16, 2004 4:31 AM, Christopher Faylor [SMTP:[EMAIL PROTECTED] wrote: > > On Thu, Jul 15, 2004 at 04:28:56PM -0400, Igor Pechtchanski wrote: > > >On Thu, 15 Jul 2004, Christopher Faylor wrote: > > > > > >

Re: [RFC] Reference counting on Audio objects for /dev/dsp

2004-07-15 Thread Igor Pechtchanski
On Thu, 15 Jul 2004, Christopher Faylor wrote: > On Thu, Jul 15, 2004 at 02:57:17PM -0400, Igor Pechtchanski wrote: > >> 2) The other problem is that I find it sort of odd to see the dec() > >> method performing a deletion. Couldn't this be handled where, IMO, > >

Re: [RFC] Reference counting on Audio objects for /dev/dsp

2004-07-15 Thread Igor Pechtchanski
On Thu, 15 Jul 2004, Christopher Faylor wrote: > On Thu, Jul 15, 2004 at 09:44:34AM -0400, Igor Pechtchanski wrote: > >Gerd, > > > >I'd really like your comments on this patch. As I reported before, it > >didn't quite work for me, but with the recent probl

[RFC] Reference counting on Audio objects for /dev/dsp

2004-07-15 Thread Igor Pechtchanski
y). The ChangeLog below is just for the record -- as I said, I don't expect this to be checked in yet. Igor == ChangeLog: 2004-07-06 Igor Pechtchanski <[EMAIL PROTECTED]> * fhandler_dsp.cc (fhan

[PATCH] mkgroup "-g" option

2004-07-12 Thread Igor Pechtchanski
Thanks, Igor == ChangeLog: 2004-06-22 Igor Pechtchanski <[EMAIL PROTECTED]> * mkgroup.cc (netapibufferallocate,netgroupgetinfo): New function pointers. (load_netapi): Load NetApiBufferAl

Re: [Patch]: NUL and other special names

2004-06-03 Thread Igor Pechtchanski
the "aux" directory, etc). The prior choice follows the principle of least surprise; the latter may eliminate the need for managed mounts (eventually). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PR

Re: Question concerning SSHD on CYGWIN

2004-05-19 Thread Igor Pechtchanski
o you think thats a bug in the ssh daemon of cygwin? And if it is a bug > to you know how to fix it ? > > Thanks alot for your help in advance. > Marcel Kleinert -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZz

Re: [PATCH] Thread safe stdio

2004-02-11 Thread Igor Pechtchanski
Ditto. (__cygwin_lock_lock): Ditto. (__cygwin_lock_unlock): Ditto. -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `&#x

Re: Patch winuser.h in w32api

2004-01-31 Thread Igor Pechtchanski
the MinGW site) that mingw-patches is the place for w32api patches. I'd be happy to be proven wrong. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_

Re: Patch winuser.h in w32api

2004-01-30 Thread Igor Pechtchanski
lt;http://lists.sf.net/lists/listinfo/mingw-patches> for instructions. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' I

Re: [PATCH] localtime.cc: Point TZDIR to the /usr/share/zoneinfo

2003-12-01 Thread Igor Pechtchanski
On Mon, 1 Dec 2003, Corinna Vinschen wrote: > On Mon, Dec 01, 2003 at 11:50:39AM -0500, Igor Pechtchanski wrote: > > On Mon, 1 Dec 2003, Corinna Vinschen wrote: > > > Should we do some extra stuff to maintain backward compatibility with > > > the old /usr/local/etc

Re: [PATCH] localtime.cc: Point TZDIR to the /usr/share/zoneinfo

2003-12-01 Thread Igor Pechtchanski
Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.

[PATCH] Allow filenames ending with a "." in managed mode

2003-10-28 Thread Igor Pechtchanski
The attached patch allows creating and working with files ending in "." (or multiple "."s) in managed mode. Igor == ChangeLog: 2003-10-28 Igor Pechtchanski <[EMAIL PROTECT

Re: New program: cygtweak

2003-09-30 Thread Igor Pechtchanski
On Tue, 30 Sep 2003, Christopher Faylor wrote: > On Tue, Sep 30, 2003 at 12:40:58PM -0400, Igor Pechtchanski wrote: > >Close enough. > >So, are we jump-starting the car, or replacing the battery? ;-) > > I'm just hoping for someone to come up with a creative n

Re: New program: cygtweak

2003-09-30 Thread Igor Pechtchanski
On Tue, 30 Sep 2003, Christopher Faylor wrote: > On Tue, Sep 30, 2003 at 11:49:44AM -0400, Igor Pechtchanski wrote: > >On Tue, 30 Sep 2003, Christopher Faylor wrote: > > > >> On Tue, Sep 30, 2003 at 11:29:29AM -0400, Igor Pechtchanski wrote: > >> >On Tue, 3

Re: New program: cygtweak

2003-09-30 Thread Igor Pechtchanski
On Tue, 30 Sep 2003, Christopher Faylor wrote: > On Tue, Sep 30, 2003 at 11:29:29AM -0400, Igor Pechtchanski wrote: > >On Tue, 30 Sep 2003, Christopher Faylor wrote: > > > >> On Tue, Sep 30, 2003 at 11:02:39AM -0400, Igor Pechtchanski wrote: > >> >On Tue,

Re: New program: cygtweak

2003-09-30 Thread Igor Pechtchanski
On Tue, 30 Sep 2003, Christopher Faylor wrote: > On Tue, Sep 30, 2003 at 11:02:39AM -0400, Igor Pechtchanski wrote: > >On Tue, 30 Sep 2003, Corinna Vinschen wrote: > >> Wouldn't it be sufficient to add $(srcdir)/cygprogctl to PROGS and to > >> drop the copy rule?

Re: New program: cygtweak

2003-09-30 Thread Igor Pechtchanski
On Tue, 30 Sep 2003, Corinna Vinschen wrote: > On Sat, Sep 27, 2003 at 12:42:50PM -0400, Igor Pechtchanski wrote: > > The only thing I didn't test were the rules in the Makefile, > > so if someone could please double-check them, it'd be great. > > &g

Re: New program: cygtweak

2003-09-27 Thread Igor Pechtchanski
On Fri, 26 Sep 2003, Christopher Faylor wrote: > On Fri, Aug 16, 2002 at 03:42:21PM -0400, Igor Pechtchanski wrote: > >I've tried submitting this twice before, and had gotten no reaction. I'm > >trying to find out what the proper procedure is and which list should this

Re: [Patch] Recent security improvements breaks proftpd

2003-09-26 Thread Igor Pechtchanski
On Fri, 26 Sep 2003, Corinna Vinschen wrote: > On Fri, Sep 26, 2003 at 09:08:08AM -0400, Igor Pechtchanski wrote: > > On Fri, 26 Sep 2003, Corinna Vinschen wrote: > > > > > [snip] > > > > + char buf [1024]; > > > > > > In sec_acl.cc an

Re: [Patch] Recent security improvements breaks proftpd

2003-09-26 Thread Igor Pechtchanski
Just a quick note: doesn't the above call for a #define'd constant? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_ [EMAIL PROTECTED]

Re: [PATCH] cygcheck: do not check package integrity with a -d flag

2003-09-11 Thread Igor Pechtchanski
On Thu, 11 Sep 2003, Corinna Vinschen wrote: > On Thu, Sep 11, 2003 at 11:12:36AM -0400, Igor Pechtchanski wrote: > > Hi, > > > > As requested on cygwin-developers@ and cygwin@, this patch adds a flag > > ("-d", or "--dump-only") that instructs cygc

[PATCH] cygcheck: do not check package integrity with a -d flag

2003-09-11 Thread Igor Pechtchanski
; functionality, call "cygcheck -cd". Igor ====== ChangeLog: 2003-09-11 Igor Pechtchanski <[EMAIL PROTECTED]> * cygcheck.cc (dump_only): New global variable. (usage): Add "--dump-only" option, fix "-

Re: [PATCH] cygcheck: don't fail integrity check on empty package

2003-09-05 Thread Igor Pechtchanski
On Fri, 5 Sep 2003, Christopher Faylor wrote: > On Fri, Sep 05, 2003 at 08:53:54PM -0400, Igor Pechtchanski wrote: > >On Fri, 5 Sep 2003, Igor Pechtchanski wrote: > >>This patch fixes the erroneous failure of "cygcheck -c" when the > >>package is empty (and

Re: [PATCH] cygcheck: don't fail integrity check on empty package

2003-09-05 Thread Igor Pechtchanski
On Fri, 5 Sep 2003, Igor Pechtchanski wrote: > Hi, > > This patch fixes the erroneous failure of "cygcheck -c" when the package > is empty (and thus the file list for it is missing), e.g., XFree86-base. > Igor Sorry, I've messed up the ChangeLog entry. The

[PATCH] cygcheck: don't fail integrity check on empty package

2003-09-05 Thread Igor Pechtchanski
Hi, This patch fixes the erroneous failure of "cygcheck -c" when the package is empty (and thus the file list for it is missing), e.g., XFree86-base. Igor == ChangeLog: 2003-09-05 Igor Pechtchansk

Re: [PATCH] Package content search and listing functionality forcygcheck

2003-08-16 Thread Igor Pechtchanski
On Fri, 15 Aug 2003, David Rothenberger wrote: > Igor Pechtchanski writes: > > On Fri, 15 Aug 2003, David Rothenberger wrote: > > > > > I notice that package_list() prints a message in this case with the -v > > > switch, but package_find() does n

Re: [PATCH] Package content search and listing functionality forcygcheck

2003-08-15 Thread Igor Pechtchanski
On Fri, 15 Aug 2003, David Rothenberger wrote: > Igor Pechtchanski wrote: > > Dave, > > > > Thanks for catching this -- this was a genuine bug. Thanks also for the > > patch, but I have another one in the pipeline that'll conflict with yours > > (<ht

Re: [PATCH] Package content search and listing functionality forcygcheck

2003-08-15 Thread Igor Pechtchanski
angeLog: 2003-08-15 David Rothenberger <[EMAIL PROTECTED]> * dump_setup.cc (package_find): Don't stop searching on missing file list. (package_list): Ditto. 2003-08-15 Igor Pechtchanski <[EMAIL PROTECTED]> * dump_setup.cc

Re: [PATCH] Package content search and listing functionality forcygcheck

2003-08-15 Thread Igor Pechtchanski
On Fri, 15 Aug 2003, Corinna Vinschen wrote: > On Fri, Aug 15, 2003 at 03:38:30PM -0400, Igor Pechtchanski wrote: > > > On Cygwin: > > > > > > $ cygcheck -f /usr/bin/tcsh.exe > > > /usr/bin/tcsh.exe: found in package tcsh-6.12.00-6 > > > >

Re: [PATCH] Package content search and listing functionality for cygcheck

2003-08-15 Thread Igor Pechtchanski
Corinna, Thanks for the feedback. Replies inline below. On Fri, 15 Aug 2003, Corinna Vinschen wrote: > On Thu, Aug 14, 2003 at 03:30:44PM -0400, Igor Pechtchanski wrote: > > This patch adds the functionality to cygcheck to list (using the "-l" or > > "--list-pack

Re: [PATCH] Checking integrity of installed packages in cygcheck

2003-08-14 Thread Igor Pechtchanski
On Sat, 9 Aug 2003, Christopher Faylor wrote: > On Sat, Aug 09, 2003 at 12:12:11PM -0400, Christopher Faylor wrote: > >On Thu, Aug 07, 2003 at 06:50:10PM -0400, Igor Pechtchanski wrote: > >>Hi, > >> > >>This patch adds most of the capability of the script f

[PATCH] Consider extensions for special names in managed mode

2003-08-14 Thread Igor Pechtchanski
On Wed, 13 Aug 2003, Ronald Landheer-Cieslak wrote: > On Tue, Aug 12, 2003 at 01:39:18PM -0400, Igor Pechtchanski wrote: > > Ronald, > > > > I think there might be a bug in the way managed mode figures special > > filenames. Try simply "touch aux" instead

Re: [PATCH] Consider extensions for special names in managed mode

2003-08-14 Thread Igor Pechtchanski
On Wed, 13 Aug 2003, Corinna Vinschen wrote: > On Wed, Aug 13, 2003 at 10:19:08AM -0400, Igor Pechtchanski wrote: > > Yeah. I promised a patch, didn't I? *Sigh*. > > Igor > > == > &g

Re: [PATCH] Checking integrity of installed packages in cygcheck

2003-08-14 Thread Igor Pechtchanski
Ping! This is pretty urgent, as the code that's currently in CVS won't work and has a buffer overflow. Igor On Sun, 10 Aug 2003, Igor Pechtchanski wrote: > On Sat, 9 Aug 2003, Christopher Faylor wrote: > > > On Sat, Aug 09, 2003 at 03:52:55PM -0400, Igor Pechtchan

[PATCH] Package content search and listing functionality for cygcheck

2003-08-14 Thread Igor Pechtchanski
ackages): New static function. (dump_setup): Factor out getting a list of packages into get_packages(). (package_list, package_find): New global functions. -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED]

Re: [PATCH] Checking integrity of installed packages in cygcheck

2003-08-14 Thread Igor Pechtchanski
On Sat, 9 Aug 2003, Christopher Faylor wrote: > On Sat, Aug 09, 2003 at 03:52:55PM -0400, Igor Pechtchanski wrote: > >On Sat, 9 Aug 2003, Christopher Faylor wrote: > >>On checking this patch a little further, I see that it gives a > >>misleading "OK" when th

Re: [PATCH] Checking integrity of installed packages in cygcheck

2003-08-14 Thread Igor Pechtchanski
e flag, IMO. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--'

Re: [PATCH] Checking integrity of installed packages in cygcheck

2003-08-14 Thread Igor Pechtchanski
On Sat, 9 Aug 2003, Christopher Faylor wrote: > On Sat, Aug 09, 2003 at 12:29:39PM -0400, Christopher Faylor wrote: > >On Sat, Aug 09, 2003 at 12:12:11PM -0400, Christopher Faylor wrote: > >>On Thu, Aug 07, 2003 at 06:50:10PM -0400, Igor Pechtchanski wrote: > >>>

[PATCH] Checking integrity of installed packages in cygcheck

2003-08-14 Thread Igor Pechtchanski
uggestions welcome. Igor ====== ChangeLog: 2003-08-07 Igor Pechtchanski <[EMAIL PROTECTED]> * dump_setup.cc (version_len): New static variable. (could_not_access,directory_exists,file_exists) (check_package_files): New

[PATCH] Remove redundant null check in dump_setup()

2003-08-11 Thread Igor Pechtchanski
Hi, The patch speaks for itself. I didn't want to include this as part of a larger patch -- let me know if I should do that instead. Igor == ChangeLog: 2003-08-07 Igor Pechtchanski <[EMAIL P

Re: [PATCH] Checking integrity of installed packages in cygcheck

2003-08-09 Thread Igor Pechtchanski
zlib example somewhere in the code, I'd've used that, but I didn't want to venture into unknown territory without a guide. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.

Re: [PATCH] cygcheck parsing of id output

2003-08-08 Thread Igor Pechtchanski
Yet another ping... 3 months and counting -- has this gotten lost? By now the patch might need slight forward porting, but the functionality won't change at all, so please let me know if it's worthwhile to spend time on that. Igor On Thu, 1 May 2003, Igor Pechtchanski wr

Re: Problems on accessing Windows network resources

2003-07-12 Thread Igor Pechtchanski
LUE or NULL is the correct value, I want > to see only one of them used in Cygwin internally. > > Corinna How about an IS_VALID_TOKEN() macro? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'

Re: [PATCH] cygcheck parsing of id output

2003-07-11 Thread Igor Pechtchanski
Another ping. Igor On Thu, 1 May 2003, Igor Pechtchanski wrote: > Hi, > > The attached patch allows cygcheck to handle spaces, commas, and > *matching* parentheses in user and group names in the "id" output. > There's some code sharing in parsing the

Re: [PATCH] New '--install-type' option for cygcheck?

2003-03-27 Thread Igor Pechtchanski
ounts. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `

Re: [PATCH] New '--install-type' option for cygcheck?

2003-03-27 Thread Igor Pechtchanski
ctly legitimate use of mount, no warning is necessary. Igor > Corinna > > PS: Your ChangeLog is incorrect (think "tabs") ;-) -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`&#x

Re: Patched doc/setup-net.sgml

2003-03-22 Thread Igor Pechtchanski
therwise! > Cheers, > Rob -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune

Using cygpath to ensure path format

2003-02-12 Thread Igor Pechtchanski
Hi, This patch got sent to , but this is a more proper list for it, so I'm resending it here with a better subject. Igor On Tue, 11 Feb 2003, Max Bowsher wrote: > Igor Pechtchanski wrote: > > It makes an assumption that the format is Windows. Otherwise, > > t

Re: cygcheck output alignment

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Christopher Faylor wrote: > On Fri, Feb 07, 2003 at 10:12:05PM +0100, Corinna Vinschen wrote: > >On Fri, Feb 07, 2003 at 02:55:11PM -0500, Igor Pechtchanski wrote: > >> 2003-02-07 Igor Pechtchanski <[EMAIL PROTECTED]> > >> > >>

cygcheck output alignment

2003-02-07 Thread Igor Pechtchanski
Hi all, This patch fixes the badly aligned output of "cygcheck -c". Igor === ChangeLog: 2003-02-07 Igor Pechtchanski <[EMAIL PROTECTED]> * dump_setup.cc (dump_setup): Compute the longest

[ls PATCH] Re: ntsec odds and ends

2003-02-07 Thread Igor Pechtchanski
On Thu, 6 Feb 2003, Igor Pechtchanski wrote: > > I just had another really wild idea (feel free to ignore): since we want > this visible in the "ls" output, suppose ls recognized these special names > you are going to use (whatever they are), and used the existing > &q

[doc PATCH] Re: ntsec odds and ends, take 2

2003-02-07 Thread Igor Pechtchanski
On Fri, 7 Feb 2003, Corinna Vinschen wrote: > On Thu, Feb 06, 2003 at 02:49:59PM -0500, Igor Pechtchanski wrote: > > Yes, it is. What I meant was "files show up in the 'ls -l' listing with > > '' in the user field". Since the Administrators

Re: ntsec odds and ends

2003-02-06 Thread Igor Pechtchanski
On Thu, 6 Feb 2003, Corinna Vinschen wrote: > On Thu, Feb 06, 2003 at 01:10:33PM -0500, Igor Pechtchanski wrote: > > No problem, I'll rewrite this (after actually looking at the code this > > time). However, at least on my machine, most of the files, especially in > >

Re: ntsec odds and ends

2003-02-06 Thread Igor Pechtchanski
On Thu, 6 Feb 2003, Christopher Faylor wrote: > On Thu, Feb 06, 2003 at 07:24:13PM +0100, Corinna Vinschen wrote: > >On Thu, Feb 06, 2003 at 01:10:33PM -0500, Igor Pechtchanski wrote: > >> No problem, I'll rewrite this (after actually looking at the code this > >>

Re: ntsec odds and ends

2003-02-06 Thread Igor Pechtchanski
On Thu, 6 Feb 2003, Corinna Vinschen wrote: > On Thu, Feb 06, 2003 at 11:37:16AM -0500, Igor Pechtchanski wrote: > > + > > +If a user or group is not present in /etc/passwd (or > > +if a group is not present in /etc/group), it will have > > +a special user/group id of

Re: ntsec odds and ends

2003-02-06 Thread Igor Pechtchanski
On Thu, 6 Feb 2003, Corinna Vinschen wrote: > On Thu, Feb 06, 2003 at 09:49:32AM -0500, Igor Pechtchanski wrote: > > Umm, Corinna, suppose some misguided soul would actually create a user > > named "mkpasswd" (or a group called "mkgroup")? What then? Perhaps a

Re: ntsec odds and ends

2003-02-06 Thread Igor Pechtchanski
ke a stab at making this patch to "ls". Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune

Re: Implementation of sched_rr_get_interval for NT systems.

2003-02-05 Thread Igor Pechtchanski
http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune

Re: ntsec odds and ends (cygcheck augmentation?)

2003-02-05 Thread Igor Pechtchanski
to 'C:\') should be able to just comment out this warning from /etc/profile, right? Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk! -- /usr/games/fortune

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

2003-02-03 Thread Igor Pechtchanski
Vaclav, I don't know if it matters, but the rest of the entries in the parse_thing table are alphabetically ordered... Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_

Re: doc patch for CYGWIN codepage=, regtool

2003-02-02 Thread Igor Pechtchanski
http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`'-. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-

cygwin_intenral va_arg bugs

2002-11-21 Thread Igor Pechtchanski
Hi, This patch fixes two bugs in va_arg handling in cygwin_internal. Igor ChangeLog: 2002-11-21 Igor Pechtchanski <[EMAIL PROTECTED]> * external.cc: (cygwin_internal) Fix va_arg references. -- http://cs.nyu.edu/~pe

Re: [PATCH] fhandler_tty deadlock patch + console + eof

2002-10-23 Thread Igor Pechtchanski
Steve, On Wed, 23 Oct 2002, Steve O wrote: > On Tue, Oct 22, 2002 at 02:06:17PM -0400, Igor Pechtchanski wrote: > > One more thing I noticed when using this patch is that pasting now seems > > really slow, as if it's sending one character at a time... Did you turn &

Re: [PATCH] fhandler_tty deadlock patch + console

2002-10-22 Thread Igor Pechtchanski
_,,,---,,_[EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_[EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Water molecules expand as they grow warmer" (C) Popular Science, Oct'02, p.51

Re: [PATCH] fhandler_tty deadlock patch

2002-10-21 Thread Igor Pechtchanski
On Mon, 21 Oct 2002, Steve O wrote: > On Sun, Oct 20, 2002 at 11:15:47PM -0400, Igor Pechtchanski wrote: > > However, there are a couple of problems with this patch. For example, > > this makes bash run from a command prompt (or a shortcut) treat every > > character

FIXED Re: [PATCH] fhandler_tty deadlock patch

2002-10-21 Thread Igor Pechtchanski
On Mon, 21 Oct 2002, Igor Pechtchanski wrote: > On Mon, 21 Oct 2002, Steve O wrote: > > > On Sun, Oct 20, 2002 at 11:15:47PM -0400, Igor Pechtchanski wrote: > > > However, there are a couple of problems with this patch. For example, > > > this makes bash run from a

Re: [PATCH] fhandler_tty deadlock patch

2002-10-20 Thread Igor Pechtchanski
_slave changes from cooked to raw, the master doesn't seem to > know to flush the line edit buffer until a key is pressed. > Should be an easy fix, but I'm not sure how to best do it. > > -steve -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_

[PATCH] winsup cvs HEAD build broken

2002-10-20 Thread Igor Pechtchanski
, stdlib.h. _onexit_t is defined in stdlib.h. I've attached the patch to include stdlib.h back, which fixes the build. Igor ChangeLog: 2002-10-19 Igor Pechtchanski <[EMAIL PROTECTED]> * crt1.c: Include stdlib.h. -- http:/