[ANN] tperimeter 1.112 Released And Available

2010-11-19 Thread Tim Daneliuk
'tperimeter' Version 1.112 is released and available at:

  http://www.tundraware.com/Software/tperimeter/

The last public release was 1.110

What's New
--

The user can now leave either the service name or IP input field
blank. A blank service name will default the IP address discovered in
the http headers. This is almost always the correct address to open
for remote access.

Commercial licensing restrictions have been removed.  There is
no mandatory fee for use by for-profit, government, institutional
organizations or individual users.


What Is 'tperimeter'?
-

Have you ever been away from the office and needed, say, ssh access to
your system? Ooops - you can't do that because in your zealous pursuit
of security, you set your TCP wrappers to prevent outside access to all
but a select group of hosts. Worse still, everywhere you go, your local
IP address changes so there is no practical way to open up the wrappers
for this situation.

'tperimeter' is a dynamic TCP wrapper control system that gives you
(limited) remote control of your TCP wrapper configuration. It does this
via a web interface that you've (hopefully) secured with https/SSL. You
just log in, specify your current IP address and one of the services you
want to access. 'tperimeter' will then briefly open a hole in your
wrappers long enough to let you in. It then automatically closes the
hole again. Voila! Remote access to your system, wherever you are. You
get much of the facility of a VPN or so-called port knocking without
most of the aggravation. As a side benefit, 'tperimeter' will also
simplify management of your standard /etc/hosts.allow TCP wrapper
control file.

'tperimeter' is written in python, shell script, and html. It is very
small and easy to maintain. It was developed and tested on FreeBSD 4.x/8.x,
and apache 1.x/2.x, but should run with very minor (or no) modification on
most Unix-like systems like Linux or Mac OS X hosts. It comes complete
with documentation in html, pdf, dvi, and Postscript formats. There is
no licensing fee any use, commercial, institutional, or personal.



-- 

Tim Daneliuk tun...@tundraware.com
PGP Key: http://www.tundraware.com/PGP/





-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations/


ANN: PyGUI 2.3.1

2010-11-19 Thread Greg Ewing

PyGUI 2.3.1 is available:

  http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/

This version incorporates a modification that I hope will
improve the behaviour of ScrollableViews on Windows with
pywin32 builds later than 212.

(There are still problems with it, though. If the Scrollable
View doesn't fill all of its containing window, the scroll
bars get repositioned incorrectly when the window is resized.
This appears to be entirely MFC's doing. I really will have to
get away from using CView altogether.)

This version also fixes a problem on Windows whereby dismissing
a modal dialog with the Return key could spuriously activate a
button in another window.


What is PyGUI?
--

PyGUI is a cross-platform GUI toolkit designed to be lightweight
and have a highly Pythonic API.

--
Gregory Ewing
greg.ew...@canterbury.ac.nz
http://www.cosc.canterbury.ac.nz/greg.ewing/
--
http://mail.python.org/mailman/listinfo/python-announce-list

   Support the Python Software Foundation:
   http://www.python.org/psf/donations/