B
Berger, Daniel
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C3732A.2AE0B118
Content-Type: text/plain
Hi all,
I'm happy to announce the release of sys-win32etc 0.0.4. This module
provides Etc module functionality for Win32.
What's significant about this release? The last of the memory leaks have
been cleaned up! In addition, server names (if provided) are now
automatically prepended with a '\\'. So now you only need provide
"\\some_server <\\some_server> " instead of "\\\\some_server
<\\\\some_server> ".
However, there is still one issue to work out. See the "Help Wanted"
section below.
Synopsis
=======
require "win32etc"
p Win32Etc.login
p Win32Etc.getpwnam("Guest")
p Win32Etc.getpwuid(500)
p Win32Etc.getgrnam("Guests")
p Win32Etc.getgrgid(512)
Win32Etc.group{ |g|
p g
}
Win32Etc.passwd{ |pw|
p pw
}
HELP WANTED
============
Testing is much appreciated, especially for the optional server name.
Contrary to what I said in the docs, there is still one remaining issue.
For reasons I cannot determine, the current code results in a segfault when
run in conjunction with TestUnit (at least, it does on my WinXP Pro box).
However, the vanilla test script (test.rb) works fine. Help on this
peculiarity is definitely wanted.
Meanwhile, enjoy!
Regards,
Dan
------_=_NextPart_001_01C3732A.2AE0B118
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2655.35">
<TITLE>[ANN] sys-win32etc 0.0.4</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2 FACE=3D"Arial">Hi all,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I'm happy to announce the release of =
sys-win32etc 0.0.4. This module provides Etc module functionality =
for Win32.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">What's significant about this =
release? The last of the memory leaks have been cleaned up! =
In addition, server names (if provided) are now automatically prepended =
with a '\\'. So now you only need provide "</FONT><A =
HREF=3D"\\some_server"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">\\some_server</FONT></U></A><FONT SIZE=3D2 =
FACE=3D"Arial">" instead of "</FONT><A =
HREF=3D"\\\\some_server"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">\\\\some_server</FONT></U></A><FONT SIZE=3D2 =
FACE=3D"Arial">".</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">However, there is still one issue to =
work out. See the "Help Wanted" section below.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Synopsis</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">=3D=3D=3D=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">require "win32etc"</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">p Win32Etc.login</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">p =
Win32Etc.getpwnam("Guest"
</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">p Win32Etc.getpwuid(500)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">p =
Win32Etc.getgrnam("Guests"
</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">p Win32Etc.getgrgid(512)</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Win32Etc.group{ |g|</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> p g</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">}</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Win32Etc.passwd{ |pw|</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> p pw</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">}</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">HELP WANTED</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Testing is much appreciated, =
especially for the optional server name.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Contrary to what I said in the docs, =
there is still one remaining issue. For reasons I cannot =
determine, the current code results in a segfault when run in =
conjunction with TestUnit (at least, it does on my WinXP Pro =
box). However, the vanilla test script (test.rb) works =
fine. Help on this peculiarity is definitely wanted.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Meanwhile, enjoy!</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Regards,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Dan</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C3732A.2AE0B118--
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C3732A.2AE0B118
Content-Type: text/plain
Hi all,
I'm happy to announce the release of sys-win32etc 0.0.4. This module
provides Etc module functionality for Win32.
What's significant about this release? The last of the memory leaks have
been cleaned up! In addition, server names (if provided) are now
automatically prepended with a '\\'. So now you only need provide
"\\some_server <\\some_server> " instead of "\\\\some_server
<\\\\some_server> ".
However, there is still one issue to work out. See the "Help Wanted"
section below.
Synopsis
=======
require "win32etc"
p Win32Etc.login
p Win32Etc.getpwnam("Guest")
p Win32Etc.getpwuid(500)
p Win32Etc.getgrnam("Guests")
p Win32Etc.getgrgid(512)
Win32Etc.group{ |g|
p g
}
Win32Etc.passwd{ |pw|
p pw
}
HELP WANTED
============
Testing is much appreciated, especially for the optional server name.
Contrary to what I said in the docs, there is still one remaining issue.
For reasons I cannot determine, the current code results in a segfault when
run in conjunction with TestUnit (at least, it does on my WinXP Pro box).
However, the vanilla test script (test.rb) works fine. Help on this
peculiarity is definitely wanted.
Meanwhile, enjoy!
Regards,
Dan
------_=_NextPart_001_01C3732A.2AE0B118
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2655.35">
<TITLE>[ANN] sys-win32etc 0.0.4</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2 FACE=3D"Arial">Hi all,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">I'm happy to announce the release of =
sys-win32etc 0.0.4. This module provides Etc module functionality =
for Win32.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">What's significant about this =
release? The last of the memory leaks have been cleaned up! =
In addition, server names (if provided) are now automatically prepended =
with a '\\'. So now you only need provide "</FONT><A =
HREF=3D"\\some_server"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">\\some_server</FONT></U></A><FONT SIZE=3D2 =
FACE=3D"Arial">" instead of "</FONT><A =
HREF=3D"\\\\some_server"><U><FONT COLOR=3D"#0000FF" SIZE=3D2 =
FACE=3D"Arial">\\\\some_server</FONT></U></A><FONT SIZE=3D2 =
FACE=3D"Arial">".</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">However, there is still one issue to =
work out. See the "Help Wanted" section below.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Synopsis</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">=3D=3D=3D=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">require "win32etc"</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">p Win32Etc.login</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">p =
Win32Etc.getpwnam("Guest"
<BR><FONT SIZE=3D2 FACE=3D"Arial">p Win32Etc.getpwuid(500)</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">p =
Win32Etc.getgrnam("Guests"
<BR><FONT SIZE=3D2 FACE=3D"Arial">p Win32Etc.getgrgid(512)</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Win32Etc.group{ |g|</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> p g</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">}</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Win32Etc.passwd{ |pw|</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial"> p pw</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">}</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">HELP WANTED</FONT>
<BR><FONT SIZE=3D2 =
FACE=3D"Arial">=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</FONT>
<BR><FONT SIZE=3D2 FACE=3D"Arial">Testing is much appreciated, =
especially for the optional server name.</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Contrary to what I said in the docs, =
there is still one remaining issue. For reasons I cannot =
determine, the current code results in a segfault when run in =
conjunction with TestUnit (at least, it does on my WinXP Pro =
box). However, the vanilla test script (test.rb) works =
fine. Help on this peculiarity is definitely wanted.</FONT></P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Meanwhile, enjoy!</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Regards,</FONT>
</P>
<P><FONT SIZE=3D2 FACE=3D"Arial">Dan</FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C3732A.2AE0B118--