Building on Win32

2000-06-26 Thread Jon Miner
The latest fixes (2000-06-19) defining REGEX_MALLOC and _REGEX_RE_COMP break the build process on Win32. To fix the problem, REGEX_MALLOC and _REGEX_RE_COMP need to be defined in the Windows-NT/config.c file, as in the patch below: Index: config.h

Re: Freeing non-heap pointer in normalize_cvsroot

2000-10-18 Thread Jon Miner
* Derek R. Price ([EMAIL PROTECTED]) [001018 15:05]: Actually, you shouldn't need the port in the login unless you don't want to use the default. That was the point of the change. Assuming you were logged into a machine as dprice, the following are now equivalent repository names:

Re: Freeing non-heap pointer in normalize_cvsroot

2000-10-18 Thread Jon Miner
* Jon Miner ([EMAIL PROTECTED]) [001018 15:20]: The patch is attached for your thoughts.. It's not ready for prime time, but I've got to get back to my day job. :) But I do have time to fix up one little thing in the patch that I forgot. Here's the corrected version: Index: src/login.c

Re: SSL?

2001-03-19 Thread Jon Miner
Just wondering, but has any thought been given to merging alexey's work in to the main distribution? (not so much the "nserver" (which, as far as I can tell is nothing more than pserver rewritten), but some of the auth work and all that..) jon -- .Jonathan J. Miner--Division

make check fails on 1.11.1p1

2001-05-02 Thread Jon Miner
Has anybody else noticed that make check fails on multiroot2-9? I've had it fail on a RedHat box and a Solaris box, configured with './configure --disable-server' in both cases. (the tools used in both cases are the GNU tools.) It seems that there are some spaces where there shouldn't be..