public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [Avail for test] login-1.9-8
@ 2008-04-19 18:40 Charles Wilson
  0 siblings, 0 replies; 5+ messages in thread
From: Charles Wilson @ 2008-04-19 18:40 UTC (permalink / raw)
  To: cygwin

There is a new version of the 'login' package available on the mirrors. 
The current version, 1.9-7, does not allow ~/.rhosts-based passwordless 
authentication when the rlogin server is running as any user other than 
SYSTEM.

On Vista, you have to run the rlogin server as a special privileged 
user, because SYSTEM no longer has the necessary permissions to setuid 
to the newly logged-in user.

These conflicting requirements meant that you could not use ~/.rhosts 
authentication to log in to a Vista machine.

There is quite a lot of new code added to this implementation, so if you 
run telnetd or rlogind servers under cygwin, please test that this 
version of login causes no problems for you. (unfortunately, sshd does 
not invoke login as part of its process -- it has to be telnetd or rlogind.)

I'd especially like success reports from the following configurations. 
Be sure and tell me which OS (and OS variant: Home, Professional, 
Ultimate, etc) and service pack level you're using.

  1) Windows XP, inetutils-1.5-3 daemons running under SYSTEM
  2) Windows XP, inetutils-1.3.2-40 daemons running under SYSTEM
  3) Windows 2k, inetutils-1.5-3 daemons running under SYSTEM
  4) Windows 2k, inetutils-1.3.2-40 daemons running under SYSTEM
  5) Windows NT, inetutils-1.5-3 daemons running under SYSTEM
  6) Windows NT, inetutils-1.3.2-40 daemons running under SYSTEM
  7) Windows 9x + inetutils-1.5-3
  8) Windows 9x + inetutils-1.3.2-40
  9) Windows Server 2003 + inetutils-1.5-3 daemons [*]
10) Windows Server 2003 + inetutils-1.3.2-40 daemons [*]
11) Windows Server 2008 + inetutils-1.5-3 daemons [*]
12) Windows Server 2008 + inetutils-1.3.2-40 daemons [*]
13) Windows Vista + inetutils-1.5-3 daemons [*]
14) Windows Vista + inetutils-1.3.2-40 daemons [*]

[*] daemons here must run under a special privileged user account, not 
SYSTEM.  The inetutils-1.5-3 iu-config script will (create the account 
if necessary, and) install the inetd service under an appropriate 
account for you. You'll have to do it manually for inetutils-1.3.2-40.

It's not that I need reports from all these configuration before making 
this new version of login current; but a decent variety of success 
reports would be a good thing...

--
Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Avail for test] login-1.9-8
  2008-08-31 17:59   ` Gary Wernsing
@ 2008-08-31 18:31     ` Brian Dessent
  0 siblings, 0 replies; 5+ messages in thread
From: Brian Dessent @ 2008-08-31 18:31 UTC (permalink / raw)
  To: cygwin

Gary Wernsing wrote:

> I added the SetIncreaseQuotaPrivilege  to the cyg_server user and that
> cured the problem.
> 
> [For those who got here on a search, this is found as
> "Local Computer Policy\
> Computer Configuration\
> Windows Settings\
> Security Settings\
> Local Policies\
> User Rights Assignment\
> Adjust memory quotas for a process"
> when using the gpedit.msc group policy edit snap-in]

Alternatively:

$ editrights -u cyg_server -a SeIncreaseQuotaPrivilege

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Avail for test] login-1.9-8
  2008-08-30 23:40 ` Charles Wilson
@ 2008-08-31 17:59   ` Gary Wernsing
  2008-08-31 18:31     ` Brian Dessent
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Wernsing @ 2008-08-31 17:59 UTC (permalink / raw)
  To: cygwin


On Aug 30, 2008, at 4:39 PM, Charles Wilson wrote:

> Gary Wernsing wrote:
>> I have Cygwin as configured below running on XP SP3.
>>
>> rsh using .rhosts works fine but rlogin requests a password.
>>
> In the future, please *attach* your cygcheck output, instead of  
> pasting
> it inline; doing it your way creates a ton of false-positives when
> people search the mailing list archives.

Sorry for the breach of etiquette. I should have thought of that and  
didn't.

> However, thanks for the headsup. I *think* I know what the problem is,
> and will roll a new release soon. Login tests for the
> SeIncreaseQuotaPrivilege, but newer csih packages (used by *-config
> scripts such as iu-config) no longer explicitly add that right to the
> cyg_server user.
>
> (the local Administrators group has that right by default, but it  
> isn't
> found if you only look in the user security token; you have to look in
> the group token. Login's simple code only looks in the user token  
> IIRC.)
>
> For now, you could try adding that privilege to the cyg_server user
> manually.

I added the SetIncreaseQuotaPrivilege  to the cyg_server user and that  
cured the problem.

[For those who got here on a search, this is found as
"Local Computer Policy\
Computer Configuration\
Windows Settings\
Security Settings\
Local Policies\
User Rights Assignment\
Adjust memory quotas for a process"
when using the gpedit.msc group policy edit snap-in]

> --
> Chuck

Thank you for the suggestion.

-- Gary

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Avail for test] login-1.9-8
  2008-08-30 20:40 Gary Wernsing
@ 2008-08-30 23:40 ` Charles Wilson
  2008-08-31 17:59   ` Gary Wernsing
  0 siblings, 1 reply; 5+ messages in thread
From: Charles Wilson @ 2008-08-30 23:40 UTC (permalink / raw)
  To: cygwin

Gary Wernsing wrote:
> I have Cygwin as configured below running on XP SP3.
> 
> rsh using .rhosts works fine but rlogin requests a password.
> 
In the future, please *attach* your cygcheck output, instead of pasting
it inline; doing it your way creates a ton of false-positives when
people search the mailing list archives.

However, thanks for the headsup. I *think* I know what the problem is,
and will roll a new release soon. Login tests for the
SeIncreaseQuotaPrivilege, but newer csih packages (used by *-config
scripts such as iu-config) no longer explicitly add that right to the
cyg_server user.

(the local Administrators group has that right by default, but it isn't
found if you only look in the user security token; you have to look in
the group token. Login's simple code only looks in the user token IIRC.)

For now, you could try adding that privilege to the cyg_server user
manually.

--
Chuck

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Avail for test] login-1.9-8
@ 2008-08-30 20:40 Gary Wernsing
  2008-08-30 23:40 ` Charles Wilson
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Wernsing @ 2008-08-30 20:40 UTC (permalink / raw)
  To: cygwin

I have Cygwin as configured below running on XP SP3.

rsh using .rhosts works fine but rlogin requests a password.

--Gary

Output of cygcheck -s -v -r:

Cygwin Configuration Diagnostics
Current System Time: Sat Aug 30 14:46:40 2008

Windows XP Professional Ver 5.1 Build 2600 Service Pack 3

Path:   c:\progra~1\gnat-6.1.1\bin
         C:\cygwin\bin
         C:\cygwin\usr\sbin
         c:\PROGRA~1\gnattools
         c:\WINDOWS\system32
         c:\WINDOWS
         c:\WINDOWS\System32\Wbem
         c:\Progra~1\Rational\ClearCase\bin
         c:\Progra~1\Hummingbird\Connectivity\10.00\Accessories\
         c:\Progra~1\Hummingbird\Connectivity\10.00\NFS~1\
         C:\cygwin\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1147(vobadm)   GID: 30(delta)
0(root)             513(None)           544(Administrators) 545(Users)
30(delta)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1147(vobadm)   GID: 30(delta)
0(root)             513(None)           544(Administrators) 545(Users)
30(delta)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

HOME = '/home/vobadm'
CYGWIN = 'ntsec smbntsec'
USER = 'vobadm'
PWD = '/home/vobadm'
MAKE_MODE = 'unix'

AGREE2LICENSE = 'SURE_DO'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
COMPUTERNAME = 'GIOTTO'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
FP_NO_HOST_CHECK = 'NO'
HUMMPATH = 'C:\Progra~1\Hummingbird\Connectivity\10.00\Accessories\;C: 
\Progra~1\Hummingbird\Connectivity\10.00\NFS~1\'
MACHTYPE = 'i386'
NUMBER_OF_PROCESSORS = '2'
OS = 'Windows_NT'
OSTYPE = 'WinNT'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = 'x86'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 23 Stepping 6, GenuineIntel'
PROCESSOR_LEVEL = '6'
PROCESSOR_REVISION = '1706'
PROGRAMFILES = 'C:\Program Files'
SYSTEMDRIVE = 'C:'
SYSTEMROOT = 'C:\WINDOWS'
TEMP = '/cygdrive/c/DOCUME~1/CYG_SE~1/LOCALS~1/Temp'
TMP = '/cygdrive/c/DOCUME~1/CYG_SE~1/LOCALS~1/Temp'
USERDOMAIN = 'GIOTTO'
USERNAME = 'cyg_server'
USERPROFILE = 'C:\Documents and Settings\vobadm'
WINDIR = 'C:\WINDOWS'
TERM = 'cygwin'
SHELL = '/bin/tcsh'
HOMEDRIVE = 'C:'
HOMEPATH = '\cygwin\home\vobadm'
LOGONSERVER = '\\GIOTTO'
HOSTTYPE = 'i386-cygwin'
VENDOR = 'intel'
SHLVL = '1'
LOGNAME = 'vobadm'
GROUP = 'delta'
HOST = 'giotto'
REMOTEHOST = 'goya.jeol.com'
MANPATH = ':/usr/ssl/man'
LC_ALL = 'C'
VISUAL = 'vi'
DISPLAY = 'goya.jeol.com:0'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
   (default) = '/cygdrive'
   cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
   (default) = 'C:\cygwin'
   flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/ 
aid/vobadm
   (default) = 'G:\vobadm'
   flags = 0x0000010a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
   (default) = 'C:\cygwin/bin'
   flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
   (default) = 'C:\cygwin/lib'
   flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  NTFS     31245Mb  47% CP CS UN PA FC     ACER
d:  hd  NTFS     31070Mb  16% CP CS UN PA FC     DATA
e:  cd             N/A    N/A
m:  net MVFS      1000Mb  50% CP CS              CCase

C:\cygwin      /                 system  binmode
G:\vobadm      /home/aid/vobadm  system  binmode,noexec
C:\cygwin/bin  /usr/bin          system  binmode
C:\cygwin/lib  /usr/lib          system  binmode
.              /cygdrive         system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Found: c:\progra~1\gnat-6.1.1\bin\cpp.exe
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Found: c:\progra~1\gnat-6.1.1\bin\gcc.exe
Found: c:\progra~1\gnat-6.1.1\bin\gdb.exe
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Found: c:\progra~1\gnat-6.1.1\bin\ld.exe
Found: C:\cygwin\bin\ld.exe
Warning: c:\progra~1\gnat-6.1.1\bin\ld.exe hides C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: c:\PROGRA~1\gnattools\make.exe
Warning: C:\cygwin\bin\make.exe hides c:\PROGRA~1\gnattools\make.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Found: C:\cygwin\bin\vim.exe

    61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygbz2-1.dll" v0.0 ts=2008/3/31 23:37
     7k 2006/10/22 C:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0  
sys=4.0
                   "cygcharset-1.dll" v0.0 ts=2006/10/22 19:43
     7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygcrypt-0.dll" v0.0 ts=2003/10/19 3:57
  1125k 2006/10/04 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0  
sys=4.0
                   "cygcrypto-0.9.7.dll" v0.0 ts=2006/10/4 8:12
  1057k 2008/06/09 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0  
sys=4.0
                   "cygcrypto-0.9.8.dll" v0.0 ts=2008/6/9 12:33
   703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.2.dll" v0.0 ts=2007/12/17 6:58
   764k 2007/12/17 C:\cygwin\bin\cygdb-4.3.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.3.dll" v0.0 ts=2007/12/17 7:29
   943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                   "cygdb-4.5.dll" v0.0 ts=2007/12/17 8:12
  1036k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0  
sys=4.0
                   "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 6:58
  1106k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.3.dll - os=4.0 img=1.0  
sys=4.0
                   "cygdb_cxx-4.3.dll" v0.0 ts=2007/12/17 7:29
  1296k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0  
sys=4.0
                   "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 8:12
   118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygexpat-0.dll" v0.0 ts=2007/4/6 16:43
   118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygexpat-1.dll" v0.0 ts=2008/5/9 0:03
    40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                   "cygform-8.dll" v0.0 ts=2006/11/15 2:06
    48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                   "cygform7.dll" v0.0 ts=2003/8/9 5:25
    28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                   "cyggdbm-3.dll" v0.0 ts=2003/7/20 3:58
    19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                   "cyggdbm-4.dll" v0.0 ts=2006/11/19 3:18
    19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                   "cyggdbm.dll" v0.0 ts=2002/2/19 22:05
    15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0  
img=1.0 sys=4.0
                   "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 4:00
     8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0  
img=1.0 sys=4.0
                   "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 3:18
    29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0  
sys=4.0
                   "cyghistory5.dll" v0.0 ts=2003/8/10 19:16
    25k 2008/01/04 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0  
sys=4.0
                   "cyghistory6.dll" v0.0 ts=2008/1/3 22:31
   271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygicons-0.dll" v0.0 ts=2007/8/24 3:24
   976k 2006/10/22 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygiconv-2.dll" v0.0 ts=2006/10/22 19:44
    22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-1.dll" v0.0 ts=2001/12/13 4:28
    37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-2.dll" v0.0 ts=2003/8/10 17:50
    31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-3.dll" v0.0 ts=2005/11/19 21:04
    31k 2006/10/23 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                   "cygintl-8.dll" v0.0 ts=2006/10/22 20:12
    12k 2003/02/17 C:\cygwin\bin\cygioperm-0.dll - os=4.0 img=1.0  
sys=4.0
                   "cygioperm-0.dll" v0.0 ts=2003/2/17 14:58
    24k 2008/04/14 C:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                   "cygltdl-3.dll" v0.0 ts=2008/4/14 1:40
    28k 2008/04/14 C:\cygwin\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                   "cygltdl-7.dll" v0.0 ts=2008/4/14 1:34
    12k 2008/08/26 C:\cygwin\bin\cyglzmadec-0.dll - os=4.0 img=1.0  
sys=4.0
                   "cyglzmadec-0.dll" v0.0 ts=2008/8/25 22:31
    83k 2007/06/06 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                   "cygmagic-1.dll" v0.0 ts=2007/6/6 6:41
    21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenu-8.dll" v0.0 ts=2006/11/15 2:05
    29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                   "cygmenu7.dll" v0.0 ts=2003/8/9 5:25
    20k 2006/12/21 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.1 sys=4.0
                   "cygminires.dll" v0.0 ts=2006/12/21 0:07
    67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0  
sys=4.0
                   "cygncurses++-8.dll" v0.0 ts=2006/11/15 2:13
   237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0  
sys=4.0
                   "cygncurses-8.dll" v0.0 ts=2006/11/15 2:02
   224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0  
sys=4.0
                   "cygncurses7.dll" v0.0 ts=2003/8/9 5:24
    12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanel-8.dll" v0.0 ts=2006/11/15 2:04
    19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                   "cygpanel7.dll" v0.0 ts=2003/8/9 5:24
   151k 2008/07/08 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygpcre-0.dll" v0.0 ts=2008/7/8 15:30
   303k 2008/07/08 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0  
sys=4.0
                   "cygpcrecpp-0.dll" v0.0 ts=2008/7/8 15:30
     7k 2008/07/08 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0  
sys=4.0
                   "cygpcreposix-0.dll" v0.0 ts=2008/7/8 15:30
  1543k 2008/07/03 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0  
sys=4.0
                   "cygperl5_10.dll" v0.0 ts=2008/6/30 12:06
    22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygpopt-0.dll" v0.0 ts=2002/6/9 1:45
   148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0  
sys=4.0
                   "cygreadline5.dll" v0.0 ts=2003/8/10 19:16
   155k 2008/01/04 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0  
sys=4.0
                   "cygreadline6.dll" v0.0 ts=2008/1/3 22:31
   231k 2006/10/04 C:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0  
sys=4.0
                   "cygssl-0.9.7.dll" v0.0 ts=2006/10/4 8:12
   219k 2008/06/09 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0  
sys=4.0
                   "cygssl-0.9.8.dll" v0.0 ts=2008/6/9 12:33
    22k 2008/02/24 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                   "cygwrap-0.dll" v0.0 ts=2008/2/23 2:03
    65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                   "cygz.dll" v0.0 ts=2006/10/15 21:10
  1829k 2008/06/12 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                   "cygwin1.dll" v0.0 ts=2008/6/12 13:35
     Cygwin DLL version info:
         DLL version: 1.5.25
         DLL epoch: 19
         DLL bad signal mask: 19005
         DLL old termios: 5
         DLL malloc env: 28
         API major: 0
         API minor: 156
         Shared data: 4
         DLL identifier: cygwin1
         Mount registry: 2
         Cygnus registry name: Cygnus Solutions
         Cygwin registry name: Cygwin
         Program options name: Program Options
         Cygwin mount registry name: mounts v2
         Cygdrive flags: cygdrive flags
         Cygdrive prefix: cygdrive prefix
         Cygdrive default prefix:
         Build date: Thu Jun 12 19:34:46 CEST 2008
         CVS tag: cr-0x5f1
         Shared id: cygwin1S4


Service             : syslogd
Display name        : CYGWIN syslogd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/syslogd -D
stdin path          : /dev/null
stdout path         : /var/log/syslogd.log
stderr path         : /var/log/syslogd.log
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem

Service             : inetd
Display name        : CYGWIN inetd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/inetd -Dd
stdin path          : /dev/null
stdout path         : /var/log/inetd.log
stderr path         : /var/log/inetd.log
Environment         : CYGWIN="ntsec smbntsec"
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : .\cyg_server


Cygwin Package Information
Last downloaded files to: C:\CYGWINparts
Last downloaded files from: http://mirror.calvin.edu/cygwin/

Package              Version
_update-info-dir     00751-1
alternatives         1.3.30c-2
ash                  20040127-4
autoconf             4-1
autoconf2.1          2.13-3
autoconf2.5          2.61-1
automake             2-1
automake1.10         1.10.1-1
automake1.4          1.4p6-4
automake1.5          1.5-2
automake1.6          1.6.3-3
automake1.7          1.7.9-3
automake1.8          1.8.5-3
automake1.9          1.9.6-2
base-files           3.7-1
base-passwd          2.2-1
bash                 3.2.39-20
bash-completion      20060301-2
bashdb               3.1_0.09-1
binutils             20080624-2
byacc                1.9-1
bzip2                1.0.5-2
coreutils            6.10-1
crypt                1.1-1
csih                 0.1.8-1
cygrunsrv            1.34-1
cygutils             1.3.2-1
cygwin               1.5.25-15
cygwin-doc           1.4-4
diffutils            2.8.7-1
e2fsprogs            1.35-3
editrights           1.01-2
expat                2.0.1-1
file                 4.21-1
findutils            4.4.0-3
gawk                 3.1.6-1
gdbm                 1.8.3-8
grep                 2.5.1a-4
groff                1.19.2-2
gzip                 1.3.12-2
inetutils            1.5-4
ioperm               0.4-1
less                 382-1
libbz2_1             1.0.5-2
libcharset1          1.11-1
libdb4.2             4.2.52.5-2
libdb4.3             4.3.29.1-1
libdb4.5             4.5.20.2-2
libexpat0            1.95.8-2
libexpat1            2.0.1-1
libexpat1-devel      2.0.1-1
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-8
libgdbm3             1.8.3-3
libgdbm4             1.8.3-8
libiconv             1.11-1
libiconv2            1.11-1
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.5-1
libintl8             0.15-1
libltdl3             1.5.27a-1
libltdl7             2.2.2-2
liblzmadec0          4.32.7-2
libncurses-devel     5.5-3
libncurses7          5.3-4
libncurses8          5.5-3
libpcre0             7.7-2
libpopt0             1.6.4-4
libreadline5         4.3-5
libreadline6         5.2.12-10
libtool              1.5.27a-1
libwrap0             7.6-4
login                1.9-8
lzma                 4.32.7-2
m4                   1.4.10b-2
make                 3.81-2
man                  1.6e-1
minires              1.01-1
mktemp               1.5-4
ncurses              5.5-3
openssh              5.1p1-3
openssl              0.9.8h-1
openssl097           0.9.7l-1
perl                 5.10.0-5
ping                 1.0-1
readline             5.2.12-10
rebase               2.4.4-1
run                  1.1.10-1
sed                  4.1.5-2
tar                  1.20-1
tcsh                 6.15.00-4
termcap              20050421-1
terminfo             5.5_20061104-1
texinfo              4.8a-1
tzcode               2008a-1
util-linux           2.13.1-2
vim                  7.2-1
which                2.19-1
zlib                 1.2.3-2
Use -h to see help about each section


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-08-31  1:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-19 18:40 [Avail for test] login-1.9-8 Charles Wilson
2008-08-30 20:40 Gary Wernsing
2008-08-30 23:40 ` Charles Wilson
2008-08-31 17:59   ` Gary Wernsing
2008-08-31 18:31     ` Brian Dessent

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).