Menu

Tree [r23] /
 History

HTTPS access


File Date Author Commit
 Install 2007-07-26 psocko [r2]
 screenshots 2007-11-06 xumxum [r18] release 1.0.0
 AboutDialog.cpp 2007-07-26 psocko [r1]
 AboutDialog.h 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 AboutDialog.resx 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 AssemblyInfo.cpp 2007-07-26 psocko [r1]
 COPYING.txt 2007-07-26 psocko [r1]
 ConfigPage.cpp 2007-11-05 xumxum [r5] interface now supports udp protocol
 ConfigPage.h 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 ConfigPage.resx 2007-07-26 psocko [r1]
 Configuration.cpp 2007-07-26 psocko [r1]
 Configuration.h 2007-07-26 psocko [r1]
 ControlPage.cpp 2007-07-26 psocko [r1]
 ControlPage.h 2007-07-26 psocko [r1]
 ControlPage.resx 2007-07-26 psocko [r1]
 DebugLog.cpp 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 DebugLog.h 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 ForwardInfo.cpp 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 ForwardInfo.h 2007-11-05 xumxum [r5] interface now supports udp protocol
 Installer.cpp 2007-07-26 psocko [r1]
 Installer.h 2007-07-26 psocko [r1]
 LogDetail.cpp 2007-07-26 psocko [r1]
 LogDetail.h 2007-07-26 psocko [r1]
 LogDetail.resx 2007-07-26 psocko [r1]
 PassPort.ico 2007-07-26 psocko [r1]
 PassPort.sln 2007-11-05 xumxum [r16] added xumxum to contrib list, plus sln files
 PassPort.vcproj 2008-11-09 psocko [r23]
 PassPortWinService.cpp 2008-11-09 psocko [r23]
 PassPortWinService.h 2007-11-05 xumxum [r9] merge with memory bugfix
 PassPortWinService.resX 2007-07-26 psocko [r1]
 PortForwarder.cpp 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 PortForwarder.h 2007-11-05 xumxum [r14] debuglevels and timeout udp with cleanup added,...
 README.txt 2008-11-07 psocko [r22] Made sure that debug logs don't appear in the r...
 app.ico 2007-07-26 psocko [r1]
 app.rc 2007-07-26 psocko [r1]
 constants.h 2007-11-05 xumxum [r15] added mutex to clean,debuglevels cleanup, final...
 exit.PNG 2007-07-26 psocko [r1]
 gears.gif 2007-07-26 psocko [r1]
 resource.h 2007-07-26 psocko [r1]
 stdafx.cpp 2007-11-05 xumxum [r9] merge with memory bugfix
 stdafx.h 2007-11-05 xumxum [r13] Debug Levels implemented, not tested

Read Me

RELEASE NOTES
==============
==============

Release 1.0.1 - 2008-Nov-08
===========================
Made sure that debug logs don't appear in the release code.
Included fix not to drop uploads when WOULDBLOCK error is returned from the channel. 
Corrected minor GUI glitches.


Release 1.0.0 - 2007-Nov-06
===========================
Added udp procotol support
Logfile support
Bugfixes
Uses winsock2 api

Dependencies:
=============
Needs Visual Studio 2005 runtime, if you dont' have it. you can download it form here:
http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en


Upgrade from an earlier version:
================================
To upgrade simply uninstall the old version and install this release
Note: Config file syntax has changed so old config files are not compatible any more, please recreate them

POST-INSTALLATION
=================

1. Windows Vista
Go to the Programs menu and find the PassPort shortcut. Open the properties of the 
shortcut, then open the advanced page and make sure that the shortcut is executed
with Administrator's rights. Otherwise the program will not be able to save 
configuration file in the installation directory. 

Command Line Usage:
===================
PassPort.exe -Control
	The application opens the service control
	page that can be used to start/stop service and configure the list of forwards.
	
PassPort.exe -Install
	Install the service
	
PassPort.exe -Uninstall
	Uninstall the service

Thanx, PassPort Team