Imported Upstream version 0.7.1 upstream upstream/0.7.1
authorclinton_admin <clinton_admin@fritz.hcoop.net>
Fri, 7 Sep 2012 21:25:08 +0000 (17:25 -0400)
committerclinton_admin <clinton_admin@fritz.hcoop.net>
Fri, 7 Sep 2012 21:25:08 +0000 (17:25 -0400)
commit623e7ab40efe9599570f9daf0c17b8c7d922bcfb
treef25c4b5754e79877446387432928da5a4e83629a
Imported Upstream version 0.7.1
89 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
acinclude.m4 [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
config/config.guess [new file with mode: 0755]
config/config.sub [new file with mode: 0755]
config/depcomp [new file with mode: 0755]
config/install-sh [new file with mode: 0755]
config/ltmain.sh [new file with mode: 0644]
config/missing [new file with mode: 0755]
config/mkinstalldirs [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/CONFIG [new file with mode: 0644]
doc/INSTALL [new file with mode: 0644]
doc/LICENSE [new file with mode: 0644]
doc/README [new file with mode: 0644]
doc/apache/CONFIG [new file with mode: 0644]
doc/apache/INSTALL [new file with mode: 0644]
doc/apache/README [new file with mode: 0644]
doc/suphp.conf-example [new file with mode: 0644]
src/API.cpp [new file with mode: 0644]
src/API.hpp [new file with mode: 0644]
src/API_Helper.cpp [new file with mode: 0644]
src/API_Helper.hpp [new file with mode: 0644]
src/API_Linux.cpp [new file with mode: 0644]
src/API_Linux.hpp [new file with mode: 0644]
src/API_Linux_Logger.cpp [new file with mode: 0644]
src/API_Linux_Logger.hpp [new file with mode: 0644]
src/Application.cpp [new file with mode: 0644]
src/Application.hpp [new file with mode: 0644]
src/CommandLine.cpp [new file with mode: 0644]
src/CommandLine.hpp [new file with mode: 0644]
src/Configuration.cpp [new file with mode: 0644]
src/Configuration.hpp [new file with mode: 0644]
src/Environment.cpp [new file with mode: 0644]
src/Environment.hpp [new file with mode: 0644]
src/Exception.cpp [new file with mode: 0644]
src/Exception.hpp [new file with mode: 0644]
src/File.cpp [new file with mode: 0644]
src/File.hpp [new file with mode: 0644]
src/GroupInfo.cpp [new file with mode: 0644]
src/GroupInfo.hpp [new file with mode: 0644]
src/IOException.cpp [new file with mode: 0644]
src/IOException.hpp [new file with mode: 0644]
src/IniFile.cpp [new file with mode: 0644]
src/IniFile.hpp [new file with mode: 0644]
src/IniSection.cpp [new file with mode: 0644]
src/IniSection.hpp [new file with mode: 0644]
src/KeyNotFoundException.cpp [new file with mode: 0644]
src/KeyNotFoundException.hpp [new file with mode: 0644]
src/Logger.cpp [new file with mode: 0644]
src/Logger.hpp [new file with mode: 0644]
src/LookupException.cpp [new file with mode: 0644]
src/LookupException.hpp [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/OutOfRangeException.cpp [new file with mode: 0644]
src/OutOfRangeException.hpp [new file with mode: 0644]
src/ParsingException.cpp [new file with mode: 0644]
src/ParsingException.hpp [new file with mode: 0644]
src/PathMatcher.cpp [new file with mode: 0644]
src/PathMatcher.hpp [new file with mode: 0644]
src/PointerException.cpp [new file with mode: 0644]
src/PointerException.hpp [new file with mode: 0644]
src/SecurityException.cpp [new file with mode: 0644]
src/SecurityException.hpp [new file with mode: 0644]
src/SmartPtr.hpp [new file with mode: 0644]
src/SoftException.cpp [new file with mode: 0644]
src/SoftException.hpp [new file with mode: 0644]
src/SystemException.cpp [new file with mode: 0644]
src/SystemException.hpp [new file with mode: 0644]
src/UserInfo.cpp [new file with mode: 0644]
src/UserInfo.hpp [new file with mode: 0644]
src/Util.cpp [new file with mode: 0644]
src/Util.hpp [new file with mode: 0644]
src/apache/Makefile.am [new file with mode: 0644]
src/apache/Makefile.in [new file with mode: 0644]
src/apache/mod_suphp.c [new file with mode: 0644]
src/apache2/Makefile.am [new file with mode: 0644]
src/apache2/Makefile.in [new file with mode: 0644]
src/apache2/mod_suphp.c [new file with mode: 0644]
src/config.h.in [new file with mode: 0644]