# version 1.0: initial release on May 19, 2004 at BlackHat Europe # # Copyright (C) 2004 Xelerance Corporation # # WaveSEC.exe: A autonomous windows installer based package to install # on windows machines to configure the microsoft native stack. Used by # Xelerance for their WaveSEC wireless security, but can also be used to # configure arbitrary IPsec tunnels by editing ipsec.conf # # You need NSIS and HM (NSIS editor) from nsis.sourceforge.net to rebuild # the packages. # Edit ipsec.conf to fit your needs # # Contains the VPN tools from Marcus Muller (http://vpn.ebootis.de) # Contains Various Microsoft support tools and resource kit files. For their # respective copyright and licence see the included licence files. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. See . # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # # TODO: - integration of certimport and NSIS, dynamicly fetch certificates # based on IP address. # - Se which priviledges are needed (Only tested as Administrator)