Merge in latest rpcproxy changes / refactoring from sogo branch
authorJulien Kerihuel <j.kerihuel@openchange.org>
Fri, 1 Jun 2012 11:59:45 +0000 (11:59 +0000)
committerJulien Kerihuel <j.kerihuel@openchange.org>
Fri, 1 Jun 2012 11:59:45 +0000 (11:59 +0000)
commit6e12fcfe22fed9f92687848400c86ceb3af7244f
tree09351662cf75f10dd86ae0bf4e06c2682a82196a
parent4ad449b7dfb09d49dd9503fa3f70cc3d6a692584
Merge in latest rpcproxy changes / refactoring from sogo branch
15 files changed:
mapiproxy/services/ocsmanager/ocsmanager/config/NTLMAuthHandler.py [deleted file]
mapiproxy/services/ocsmanager/ocsmanager/config/middleware.py
mapiproxy/services/ocsmanager/ocsmanager/controllers/autodiscover.py
mapiproxy/services/ocsmanager/rpcproxy/rpcproxy/RPCProxyApplication.py [deleted file]
mapiproxy/services/web/rpcproxy/RPCProxyApplication.py [new file with mode: 0644]
mapiproxy/services/web/rpcproxy/channels.py [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy/channels.py with 69% similarity]
mapiproxy/services/web/rpcproxy/rpcproxy.conf [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy.conf with 100% similarity]
mapiproxy/services/web/rpcproxy/rpcproxy.wsgi [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy.wsgi with 64% similarity]
mapiproxy/services/web/rpcproxy/utils.py [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy/utils.py with 100% similarity]
python/openchange/utils/__init__.py [new file with mode: 0644]
python/openchange/utils/fdunix.py [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy/fdunix.py with 100% similarity]
python/openchange/utils/packets.py [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy/packets.py with 99% similarity]
python/openchange/web/__init__.py [new file with mode: 0644]
python/openchange/web/auth/NTLMAuthHandler.py [moved from mapiproxy/services/ocsmanager/rpcproxy/rpcproxy/NTLMAuthHandler.py with 88% similarity]
python/openchange/web/auth/__init__.py [new file with mode: 0644]