OSDN Git Service

ultramonkey-l7/sslproxy.git
14 years agoGenerated Makefile.am. ra-shutdown-error-fix
Shinya TAKEBAYASHI [Mon, 8 Mar 2010 12:45:18 +0000 (21:45 +0900)]
Generated Makefile.am.

14 years agoMerged resource agent for SSLProxy.
Shinya TAKEBAYASHI [Mon, 8 Mar 2010 12:31:21 +0000 (21:31 +0900)]
Merged resource agent for SSLProxy.

Merged SSLProxy resource agent from "ultramonkey-l7-hbra_hb2.1.4" package.
Fixed problem: Cannot terminate resource agent when 'sslproxyadm' cannot be running.

14 years agoCreated some changes for autotool initscript master
Shinya TAKEBAYASHI [Tue, 1 Sep 2009 12:05:06 +0000 (21:05 +0900)]
Created some changes for autotool

14 years agoCreated rcscript for sslproxy
Shinya TAKEBAYASHI [Tue, 1 Sep 2009 12:03:24 +0000 (21:03 +0900)]
Created rcscript for sslproxy

14 years agosslproxy 1.0.2-0 release. v1.0.2-0
TATEISHI Katsuyuki [Sat, 22 Aug 2009 07:14:07 +0000 (16:14 +0900)]
sslproxy 1.0.2-0 release.

14 years agoUpdate for rc3.
TATEISHI Katsuyuki [Fri, 21 Aug 2009 07:59:20 +0000 (16:59 +0900)]
Update for rc3.

14 years agoFix to ignore 'session_cache' bug.
Kohei TANUMA [Fri, 21 Aug 2009 02:22:51 +0000 (11:22 +0900)]
Fix to ignore 'session_cache' bug.

14 years agoFix log and logrotate error.
TATEISHI Katsuyuki [Thu, 20 Aug 2009 05:58:20 +0000 (14:58 +0900)]
Fix log and logrotate error.

14 years agoDisable AutoReqProv to fix dependency error.
TATEISHI Katsuyuki [Sat, 15 Aug 2009 10:49:13 +0000 (19:49 +0900)]
Disable AutoReqProv to fix dependency error.

14 years agoPrepare for the next release.
TATEISHI Katsuyuki [Sat, 15 Aug 2009 10:34:25 +0000 (19:34 +0900)]
Prepare for the next release.

 * Bump package version.
 * Update CHANGES and rpm-spec
 * Update depending boost version numbver in README and configure.ac.

14 years agoCheck the gcc version to determin boost so name.
TATEISHI Katsuyuki [Sat, 15 Aug 2009 10:05:31 +0000 (19:05 +0900)]
Check the gcc version to determin boost so name.

14 years agoMerge commit 'origin/corresponded-to-gcc43' into releng
TATEISHI Katsuyuki [Fri, 14 Aug 2009 05:49:07 +0000 (14:49 +0900)]
Merge commit 'origin/corresponded-to-gcc43' into releng

14 years agoDelete old file, and fix Makefile.am
Kouhei TANUMA [Fri, 14 Aug 2009 05:12:27 +0000 (14:12 +0900)]
Delete old file, and fix Makefile.am

14 years agocorresponded to gcc4.3
Shinya TAKEBAYASHI [Thu, 13 Aug 2009 23:45:57 +0000 (08:45 +0900)]
corresponded to gcc4.3

14 years agoMerge branch 'packet_edit' into autotools-fix(releng)
Kohei TANUMA [Mon, 10 Aug 2009 16:31:01 +0000 (01:31 +0900)]
Merge branch 'packet_edit' into autotools-fix(releng)

14 years agoDelete test files.
Kohei TANUMA [Mon, 10 Aug 2009 15:30:48 +0000 (00:30 +0900)]
Delete test files.

14 years agoClean up autotools-related files and rpm spec file.
TATEISHI Katsuyuki [Wed, 5 Aug 2009 17:07:05 +0000 (02:07 +0900)]
Clean up autotools-related files and rpm spec file.

 * Rename configure.in to configure.ac.
 * Delete install target from Makefile.am.
 * Change sslproxy.spec.in to suit new autotools-files.
 * Add conf/logrotate.d for logrotate config and rename the config file because
   this filename should be the same as its package name according to rpmlint.
 * Change to install README into docdir.

 Note: To build this package, follow these steps.
  1 Install automake, autoconf, libtool and other software required by
    SSLProxy.
  2 Checkout from git repository.
    % git clone <repository>
  3 Generate configure script, Makefile.in and other files.
    % cd sslproxy
    % autoreconf -if
  4 Build
    % ./configure    [*]
    % make
  5 Install
    % make install

  [*] You should specify following options to install as previous releases.
    % ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
             --libdir='${prefix}/lib64'

14 years agoDelete auto generated files and rename configure.in -> configure.ac.
TATEISHI Katsuyuki [Wed, 5 Aug 2009 15:01:49 +0000 (00:01 +0900)]
Delete auto generated files and rename configure.in -> configure.ac.

14 years agoAdd log messages and comments.
Kohei TANUMA [Thu, 11 Jun 2009 14:47:42 +0000 (23:47 +0900)]
Add log messages and comments.

14 years agoChange config filename.
Kohei TANUMA [Sun, 7 Jun 2009 14:46:37 +0000 (23:46 +0900)]
Change config filename.

14 years agoAdded to edit HTTP request/response header.
Kohei TANUMA [Sun, 7 Jun 2009 14:37:19 +0000 (23:37 +0900)]
Added to edit HTTP request/response header.

14 years agoRefactoring HTTP parser.
Kohei TANUMA [Sun, 31 May 2009 16:52:48 +0000 (01:52 +0900)]
Refactoring HTTP parser.

14 years agoAdd http default log level.
Kohei TANUMA [Sun, 31 May 2009 05:55:44 +0000 (14:55 +0900)]
Add http default log level.

14 years agoTemporary implementation of insert X-Forwarded-For.
Kohei TANUMA [Sun, 31 May 2009 05:24:59 +0000 (14:24 +0900)]
Temporary implementation of insert X-Forwarded-For.

14 years agoCreate branch packet_edit.
Kohei TANUMA [Thu, 21 May 2009 18:21:58 +0000 (03:21 +0900)]
Create branch packet_edit.

packet_edit:
    This branch is for editing client/server packet.
    (X_FORWARDED_FOR, X_FORWARDED_PROTO, etc.)

15 years agoTagged for 1.0.1-1 v1.0.1-1
suigintoh [Fri, 3 Apr 2009 06:00:18 +0000 (06:00 +0000)]
Tagged for 1.0.1-1

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/stable/sslproxy/tags/1.0.1-1@1086 61392b69-1e22-0410-b299-edfbada750e0

15 years agoMerged branch 1.0.1-1
suigintoh [Fri, 3 Apr 2009 05:59:59 +0000 (05:59 +0000)]
Merged branch 1.0.1-1

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/stable/sslproxy/trunk@1085 61392b69-1e22-0410-b299-edfbada750e0

15 years agoPorted change 1033 to trunk
suigintoh [Wed, 28 Jan 2009 02:44:11 +0000 (02:44 +0000)]
Ported change 1033 to trunk

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/stable/sslproxy/trunk@1034 61392b69-1e22-0410-b299-edfbada750e0

15 years agoCommitted for 1.0.1-0 release
suigintoh [Tue, 27 Jan 2009 08:22:26 +0000 (08:22 +0000)]
Committed for 1.0.1-0 release

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/stable/sslproxy/trunk@1031 61392b69-1e22-0410-b299-edfbada750e0

15 years agoCopied from unstable
suigintoh [Tue, 16 Dec 2008 12:30:20 +0000 (12:30 +0000)]
Copied from unstable

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/stable/sslproxy/trunk@985 61392b69-1e22-0410-b299-edfbada750e0

15 years agoCopied from unstable tree.
suigintoh [Tue, 16 Dec 2008 09:28:09 +0000 (09:28 +0000)]
Copied from unstable tree.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/stable/sslproxy/trunk@981 61392b69-1e22-0410-b299-edfbada750e0

15 years agoCreated directories: tags, trunk
suigintoh [Tue, 16 Dec 2008 04:44:37 +0000 (04:44 +0000)]
Created directories: tags, trunk

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/ultramonkey-l7/unstable/sslproxy/trunk@976 61392b69-1e22-0410-b299-edfbada750e0