Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-17 Thread Oliver Sims
When I tried to commit, TortoiseSVN barfed and said I wasn't authorised. It
didn't ask for a password. But it lets me do an update (i.e. a get) OK. 

Do I have the same ID and Password as before? 

Thx,
Oliver


 

-Original Message-
From: Mark Miesfeld [mailto:miesf...@gmail.com] 
Sent: 15 August 2012 02:01
To: Open Object Rexx Developer Mailing List
Subject: Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

Okay, this works for https check out:

svn co https://svn.code.sf.net/p/oorexx/code-0/main/trunk main-o

I had tried something similar to that earlier, but using the URL that was
wrong.

For Oliver, or any one else reading, I also got this answer on the ticket I
opened:


Which finally brings me to svn+ssh instructions. We do have some
instructions for TortoiseSVN that I wrote and personally tested. For CLI
svn, I haven't tried this myself, but this svn+ssh guide looks promising. I
believe that the only part of that I think you'll need to do differently is
where it says Log on your server and append the content of this text field
to the $HOME/.ssh/authorized_keys file, instead you should post to your
account's SSH key page.


The above is missing the links that are in the actual ticket.  You can go
here to read the ticket:

https://sourceforge.net/p/forge/site-support/224/

I know that Oliver uses tortoiseSVN, so he should be happy.

--
Mark Miesfeld


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-17 Thread Mark Miesfeld
On Fri, Aug 17, 2012 at 11:03 AM, Oliver Sims
oliver.s...@simsassociates.co.uk wrote:
 When I tried to commit, TortoiseSVN barfed and said I wasn't authorised. It
 didn't ask for a password. But it lets me do an update (i.e. a get) OK.

 Do I have the same ID and Password as before?

The password and ID are the same.  But, you need to use the svn+ssh
protocol to commit your code.

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-15 Thread Rick McGuire
On Tue, Aug 14, 2012 at 11:26 PM, Mark Miesfeld miesf...@gmail.com wrote:

 Hi Rick

 Did you manage to get the svn+ssh working?

My first attempt at transferring my cygwin environment failed because my
memory stick filled up, my old laptop decided to crash during the second
attempt, so I decided it was time for bed :-)  Having much better luck this
morning.  With the openssh program from cygwin installed, I'm able to check
everything out correctly, although it does prompt me for my password twice
to do so.  I suspect this is because I don't have keys setup on my
sourceforge userid yet.

Rick



 I generated a key using puttygen and set up plink in my svn config
 file, but things just hang for me:

 C:\work.ooRexx\wcsvn checkout --username=miesfeld
 svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/main/trunk
  main-2
 The server's host key is not cached in the registry. You
 have no guarantee that the server is the computer you
 think it is.
 The server's rsa2 key fingerprint is:
 ssh-rsa 2048 86:7b:1b:12:85:35:8a:b7:98:b6:d2:97:5e:96:58:1d
 If you trust this host, enter y to add the key to
 PuTTY's cache and carry on connecting.
 If you want to carry on connecting just once, without
 adding the key to the cache, enter n.
 If you do not trust this host, press Return to abandon the
 connection.
 Store key in cache? (y/n)

 I hit 'y' and then nothing happens.  It might be that my key on
 sourceforge didn't propagate yet, but it's been an hour now.  I'll try
 again in the morning.

 --
 Mark Miesfeld


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-15 Thread Oliver Sims
I've found ooGuide files here:
 
https://svn.code.sf.net/p/oorexx/code-0/ooDialog/trunk/examples/userGuide/ex
ercises/
 
https://svn.code.sf.net/p/oorexx/code-0/ooDialog/branches/4.2.0/doc/oodguide
/

I'd like to commit some of Exercise07 for the oodGuide. But are we still
keeping a 4.1.0 / 4.2.0 split?
If so, is the examples folder for 4.1.0 or 4.2.0?

Thanks,

--
Oliver Sims

 

-Original Message-
From: Mark Miesfeld [mailto:miesf...@gmail.com] 
Sent: 15 August 2012 02:01
To: Open Object Rexx Developer Mailing List
Subject: Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

Okay, this works for https check out:

svn co https://svn.code.sf.net/p/oorexx/code-0/main/trunk main-o

I had tried something similar to that earlier, but using the URL that was
wrong.

For Oliver, or any one else reading, I also got this answer on the ticket I
opened:


Which finally brings me to svn+ssh instructions. We do have some
instructions for TortoiseSVN that I wrote and personally tested. For CLI
svn, I haven't tried this myself, but this svn+ssh guide looks promising. I
believe that the only part of that I think you'll need to do differently is
where it says Log on your server and append the content of this text field
to the $HOME/.ssh/authorized_keys file, instead you should post to your
account's SSH key page.


The above is missing the links that are in the actual ticket.  You can go
here to read the ticket:

https://sourceforge.net/p/forge/site-support/224/

I know that Oliver uses tortoiseSVN, so he should be happy.

--
Mark Miesfeld


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-15 Thread Mark Miesfeld
On Wed, Aug 15, 2012 at 6:53 AM, Oliver Sims
oliver.s...@simsassociates.co.uk wrote:
 I've found ooGuide files here:

 https://svn.code.sf.net/p/oorexx/code-0/ooDialog/trunk/examples/userGuide/ex
 ercises/

 https://svn.code.sf.net/p/oorexx/code-0/ooDialog/branches/4.2.0/doc/oodguide
 /

 I'd like to commit some of Exercise07 for the oodGuide. But are we still

Hi Oliver.

It should be relatively easy to keep straight, if you just remember
that trunk is where *new* development is done.

Typically, in our process, code is *branched* when we are about to
release a version.  Ideally, the code in a branch would not be changed
unless it was to fix a bug found in the beta cycle.

With that in mind, Exercise07 is new development so it should go in:

... code-0/ooDialog/trunk/examples/userGuide/exercises

The text in the user guide for exercise 07 is new text so it should go in:

... code-0/docs/trunk/oodguide

 keeping a 4.1.0 / 4.2.0 split?
 If so, is the examples folder for 4.1.0 or 4.2.0?

Well yes, there will always be a 4.1.0 / 4.2.0 split.  But, there is
no user guide in ooDialog 4.1.0.

There is also a 4.2.0 / trunk split.  In trunk, the version number is
not a hard and fast number, but it will always be higher than the
released, or about to be released, version.  For ooDialog, the next
version is likely to be 4.2.1.

Note that you should not commit using https://  You should read the
tortoiseSVN guide pointed to in the SourceForge ticket I mentioned
yesterday to see how to use tortoiseSVN to commit using svn+ssh.

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


[Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Rick McGuire
I don't know if everybody else got this or not, so I'm sending it to the
dev list.  The upgrade is supposedly complete, but I'm seeing one problem
already with the main page...it still has the Classic-style navigation bar
and there are no links to any of the trackers, forums, or mailing lists any
more.  I'll open a ticket for this.

Below is the new svn checkout instructions.  I've not gotten this to work
myself, but I suspect it's because I never got cygwin set up on my new
laptop so I don't have ssh available.  Chime in if you have either success
or failure with this.

Rick

-- Forwarded message --
From: SourceForge.net noreply+project-upgr...@in.sf.net
Date: Tue, Aug 14, 2012 at 6:24 PM
Subject: SourceForge Repo Clone Complete
To: nore...@in.sf.net


Your cloned repository code-0 in project oorexx is now ready for use.

Old repository url: http://oorexx.svn.sourceforge.net/svnroot/oorexx

New repository checkout command: svn checkout --username=bigrixx svn+ssh://
bigr...@svn.code.sf.net/p/oorexx/code-0/trunk oorexx-code-0

You and any other developers should do a fresh checkout using the new
repository location.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Mark Miesfeld
On Tue, Aug 14, 2012 at 3:58 PM, Rick McGuire object.r...@gmail.com wrote:
 I don't know if everybody else got this or not, so I'm sending it to the dev
 list.  The upgrade is supposedly complete, but I'm seeing one problem

Thanks, I haven't seen a notice, although I did get one earlier when
they started.

 Below is the new svn checkout instructions.  I've not gotten this to work
 myself, but I suspect it's because I never got cygwin set up on my new
 laptop so I don't have ssh available.

I'll try it in a little bit, but I don't intend to put cygwin on any
of my Windows systems.  Surely we are not going to need some special
set up on Windows to check out?

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Mark Miesfeld
On Tue, Aug 14, 2012 at 3:58 PM, Rick McGuire object.r...@gmail.com wrote:

 Below is the new svn checkout instructions.  I've not gotten this to work
 myself, but I suspect it's because I never got cygwin set up on my new
 laptop so I don't have ssh available.  Chime in if you have either success
 or failure with this.

Yeah, I couldn't get it to work either.  If you go to our page now, it
has a different layout.

Going to the code section, I was able to browse the code.  It has a
sort of edit field that shows a svn check out command.  Similar to the
one you listed, but with my user ID.  I tried copy and pasting it into
a console window on my system.  It didn't work:

C:\work.ooRexx\wc\mainsvn checkout --username=miesfeld
svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
 oorexx-code-0
svn: E720087: Unable to connect to a repository at URL
'svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
'
svn: E720087: Can't create tunnel: The parameter is incorrect.

C:\work.ooRexx\wc\mainsvn checkout --username=miesfeld
svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
 oorexx-code-0
svn: E720087: Unable to connect to a repository at URL
'svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
'
svn: E720087: Can't create tunnel: The parameter is incorrect.

C:\work.ooRexx\wc\main


They have to have some way to allow anonymous check out of the code,
we're open source after all.  You'd think they would know that.  ;-)

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Rick McGuire
On Tue, Aug 14, 2012 at 7:53 PM, Mark Miesfeld miesf...@gmail.com wrote:

 On Tue, Aug 14, 2012 at 3:58 PM, Rick McGuire object.r...@gmail.com
 wrote:

  Below is the new svn checkout instructions.  I've not gotten this to work
  myself, but I suspect it's because I never got cygwin set up on my new
  laptop so I don't have ssh available.  Chime in if you have either
 success
  or failure with this.

 Yeah, I couldn't get it to work either.  If you go to our page now, it
 has a different layout.


Yeah, it has a different layout...but the wrong one!  It should have links
to all of the tools configured for the project, such as the bug reporting
system.  I got a partial response to that ticket already, but it's been
escalated to their engineering team.



 Going to the code section, I was able to browse the code.  It has a
 sort of edit field that shows a svn check out command.  Similar to the
 one you listed, but with my user ID.  I tried copy and pasting it into
 a console window on my system.  It didn't work:

 C:\work.ooRexx\wc\mainsvn checkout --username=miesfeld
 svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
  oorexx-code-0
 svn: E720087: Unable to connect to a repository at URL
 'svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
 '
 svn: E720087: Can't create tunnel: The parameter is incorrect.

 C:\work.ooRexx\wc\mainsvn checkout --username=miesfeld
 svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
  oorexx-code-0
 svn: E720087: Unable to connect to a repository at URL
 'svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/trunk
 '
 svn: E720087: Can't create tunnel: The parameter is incorrect.

 C:\work.ooRexx\wc\main


Same thing I get.  I suspect the problem is the lack of an ssh command.
 I've also opened a ticket asking about this one, but no response yet.
 Somehow I missed copying the cygwin stuff from my old laptop, so I had to
drag that out to grab the files.



 They have to have some way to allow anonymous check out of the code,
 we're open source after all.  You'd think they would know that.  ;-)

 --
 Mark Miesfeld


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Mark Miesfeld
On Tue, Aug 14, 2012 at 4:58 PM, Rick McGuire object.r...@gmail.com wrote:


 On Tue, Aug 14, 2012 at 7:53 PM, Mark Miesfeld miesf...@gmail.com wrote:

 Yeah, I couldn't get it to work either.  If you go to our page now, it
 has a different layout.


 Yeah, it has a different layout...but the wrong one!  It should have links
 to all of the tools configured for the project, such as the bug reporting
 system.


Actually, it did have links to all the tools.  But, now when I just
went back they had disappeared.  I guess they're fooling with it
still.

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Rick McGuire
Ok, got a few things sorted out.  To start with, the URL they sent out was
assuming a particular SVN layout for the project, so they sent one that
doesn't exist.  The real URL should be:

svn checkout --username=bigrixx svn+ssh://
bigr...@svn.code.sf.net/p/oorexx/code-0/main/trunk oorexx-code-0

This is for just the trunk.  If you wish to check out from the root, use

svn checkout --username=bigrixx svn+ssh://
bigr...@svn.code.sf.net/p/oorexx/code-0 oorexx-code-0

Secondly, http and https are available as protocols, but they have been
having some repository corruption issues with https, so they are strongly
discouraging using until they have fix whatever is causing this.

Rick

On Tue, Aug 14, 2012 at 8:02 PM, Mark Miesfeld miesf...@gmail.com wrote:

 On Tue, Aug 14, 2012 at 4:58 PM, Rick McGuire object.r...@gmail.com
 wrote:
 
 
  On Tue, Aug 14, 2012 at 7:53 PM, Mark Miesfeld miesf...@gmail.com
 wrote:

  Yeah, I couldn't get it to work either.  If you go to our page now, it
  has a different layout.
 
 
  Yeah, it has a different layout...but the wrong one!  It should have
 links
  to all of the tools configured for the project, such as the bug reporting
  system.


 Actually, it did have links to all the tools.  But, now when I just
 went back they had disappeared.  I guess they're fooling with it
 still.

 --
 Mark Miesfeld


 --
 Live Security Virtual Conference
 Exclusive live event will cover all the ways today's security and
 threat landscape has changed and how IT managers can respond. Discussions
 will include endpoint security, mobile security and the latest in malware
 threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 ___
 Oorexx-devel mailing list
 Oorexx-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/oorexx-devel

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Mark Miesfeld
Okay, this works for https check out:

svn co https://svn.code.sf.net/p/oorexx/code-0/main/trunk main-o

I had tried something similar to that earlier, but using the URL that was wrong.

For Oliver, or any one else reading, I also got this answer on the
ticket I opened:


Which finally brings me to svn+ssh instructions. We do have some
instructions for TortoiseSVN that I wrote and personally tested. For
CLI svn, I haven't tried this myself, but this svn+ssh guide looks
promising. I believe that the only part of that I think you'll need to
do differently is where it says Log on your server and append the
content of this text field to the $HOME/.ssh/authorized_keys file,
instead you should post to your account's SSH key page.


The above is missing the links that are in the actual ticket.  You can
go here to read the ticket:

https://sourceforge.net/p/forge/site-support/224/

I know that Oliver uses tortoiseSVN, so he should be happy.

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel


Re: [Oorexx-devel] Fwd: SourceForge Repo Clone Complete

2012-08-14 Thread Mark Miesfeld
Hi Rick

Did you manage to get the svn+ssh working?

I generated a key using puttygen and set up plink in my svn config
file, but things just hang for me:

C:\work.ooRexx\wcsvn checkout --username=miesfeld
svn+ssh://miesf...@svn.code.sf.net/p/oorexx/code-0/main/trunk
 main-2
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 86:7b:1b:12:85:35:8a:b7:98:b6:d2:97:5e:96:58:1d
If you trust this host, enter y to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter n.
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n)

I hit 'y' and then nothing happens.  It might be that my key on
sourceforge didn't propagate yet, but it's been an hour now.  I'll try
again in the morning.

--
Mark Miesfeld

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel