WAF pending work on libmapi, libocpf and libmapistore. Not good enough to enter trunk.
authorjkerihuel <jkerihuel@71d39326-ef09-db11-b2a4-00e04c779ad1>
Tue, 22 Feb 2011 10:52:02 +0000 (10:52 +0000)
committerjkerihuel <jkerihuel@71d39326-ef09-db11-b2a4-00e04c779ad1>
Tue, 22 Feb 2011 10:52:02 +0000 (10:52 +0000)
commitc3d182a3252d92e97718fe70bfebbd850fe5bb41
treeca951d1c9f9eb9e95c4c09fcb37eda70b07ed213
parenteb74da7a669036c4dbc3b750e966f1ef3f1534cb
WAF pending work on libmapi, libocpf and libmapistore. Not good enough to enter trunk.

git-svn-id: https://svn.openchange.org/openchange@2684 71d39326-ef09-db11-b2a4-00e04c779ad1
417 files changed:
branches/waf/.bzrignore [new file with mode: 0644]
branches/waf/COPYING [new file with mode: 0644]
branches/waf/ChangeLog [new file with mode: 0644]
branches/waf/Doxyfile.in [new file with mode: 0644]
branches/waf/IDL_LICENSE.txt [new file with mode: 0644]
branches/waf/Mainpage.doxy [new file with mode: 0644]
branches/waf/Makefile [new file with mode: 0644]
branches/waf/README [new file with mode: 0644]
branches/waf/VERSION [new file with mode: 0644]
branches/waf/autogen.sh [new file with mode: 0755]
branches/waf/buildtools/waf [new file with mode: 0755]
branches/waf/config.guess [new file with mode: 0755]
branches/waf/config.mk.in [new file with mode: 0644]
branches/waf/config.sub [new file with mode: 0755]
branches/waf/configure.ac [new file with mode: 0644]
branches/waf/doc/doxygen/apidocs.css [new file with mode: 0644]
branches/waf/doc/doxygen/footer.html [new file with mode: 0644]
branches/waf/doc/doxygen/header.html [new file with mode: 0644]
branches/waf/doc/doxygen/index.html [new file with mode: 0644]
branches/waf/doc/doxygen/libmapi-concepts.doxy [new file with mode: 0644]
branches/waf/doc/doxygen/libmapi-examples.doxy [new file with mode: 0644]
branches/waf/doc/doxygen/libmapi-mainpage.doxy [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/24px-Cc-by_white.svg.png [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/24px-Cc-sa_white.svg.png [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/CC_SomeRightsReserved.png [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/body_top_bg2.jpg [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/header.jpg [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/middle_bg.jpg [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/nav_tab.gif [new file with mode: 0644]
branches/waf/doc/doxygen/pictures/pixel_grey.gif [new file with mode: 0644]
branches/waf/doc/examples/Makefile [new file with mode: 0644]
branches/waf/doc/examples/fetchappointment.c [new file with mode: 0644]
branches/waf/doc/examples/fetchmail.c [new file with mode: 0644]
branches/waf/doc/examples/mapi_sample1.c [new file with mode: 0644]
branches/waf/doc/examples/multiple_notif.c [new file with mode: 0644]
branches/waf/doc/howto.txt [new file with mode: 0644]
branches/waf/doc/man/man1/exchange2ical.1 [new file with mode: 0644]
branches/waf/doc/man/man1/exchange2mbox.1 [new file with mode: 0644]
branches/waf/doc/man/man1/mapiprofile.1 [new file with mode: 0644]
branches/waf/doc/man/man1/mapitest.1 [new file with mode: 0644]
branches/waf/doc/man/man1/openchangeclient.1 [new file with mode: 0644]
branches/waf/doc/man/man1/openchangepfadmin.1 [new file with mode: 0644]
branches/waf/doc/man/man3/mapidump.3 [new file with mode: 0644]
branches/waf/exchange.idl [new file with mode: 0644]
branches/waf/idl_types.h [new file with mode: 0644]
branches/waf/install-sh [new file with mode: 0644]
branches/waf/libexchange2ical/exchange2ical.c [new file with mode: 0644]
branches/waf/libexchange2ical/exchange2ical.h [new file with mode: 0644]
branches/waf/libexchange2ical/exchange2ical_component.c [new file with mode: 0644]
branches/waf/libexchange2ical/exchange2ical_property.c [new file with mode: 0644]
branches/waf/libexchange2ical/exchange2ical_utils.c [new file with mode: 0644]
branches/waf/libexchange2ical/ical2exchange.c [new file with mode: 0644]
branches/waf/libexchange2ical/ical2exchange_property.c [new file with mode: 0644]
branches/waf/libexchange2ical/libexchange2ical.c [new file with mode: 0644]
branches/waf/libexchange2ical/libexchange2ical.h [new file with mode: 0644]
branches/waf/libexchange2ical/libical2exchange.c [new file with mode: 0644]
branches/waf/libmapi++.pc.in [new file with mode: 0644]
branches/waf/libmapi++/Doxyfile.in [new file with mode: 0644]
branches/waf/libmapi++/attachment.h [new file with mode: 0644]
branches/waf/libmapi++/clibmapi.h [new file with mode: 0644]
branches/waf/libmapi++/examples/foldertree.cpp [new file with mode: 0644]
branches/waf/libmapi++/examples/messages.cpp [new file with mode: 0644]
branches/waf/libmapi++/folder.h [new file with mode: 0644]
branches/waf/libmapi++/libmapi++-example.doxy [new file with mode: 0644]
branches/waf/libmapi++/libmapi++-mainpage.doxy [new file with mode: 0644]
branches/waf/libmapi++/libmapi++.h [new file with mode: 0644]
branches/waf/libmapi++/mapi_exception.h [new file with mode: 0644]
branches/waf/libmapi++/message.h [new file with mode: 0644]
branches/waf/libmapi++/message_store.h [new file with mode: 0644]
branches/waf/libmapi++/object.h [new file with mode: 0644]
branches/waf/libmapi++/profile.h [new file with mode: 0644]
branches/waf/libmapi++/property_container.h [new file with mode: 0644]
branches/waf/libmapi++/session.h [new file with mode: 0644]
branches/waf/libmapi++/src/attachment.cpp [new file with mode: 0644]
branches/waf/libmapi++/src/folder.cpp [new file with mode: 0644]
branches/waf/libmapi++/src/mapi_exception.cpp [new file with mode: 0644]
branches/waf/libmapi++/src/message.cpp [new file with mode: 0644]
branches/waf/libmapi++/src/object.cpp [new file with mode: 0644]
branches/waf/libmapi++/src/profile.cpp [new file with mode: 0644]
branches/waf/libmapi++/src/session.cpp [new file with mode: 0644]
branches/waf/libmapi++/tests/attach_test.cpp [new file with mode: 0644]
branches/waf/libmapi++/tests/exception_test.cpp [new file with mode: 0644]
branches/waf/libmapi++/tests/profile_test.cpp [new file with mode: 0644]
branches/waf/libmapi++/tests/test.cpp [new file with mode: 0644]
branches/waf/libmapi.pc.in [new file with mode: 0644]
branches/waf/libmapi/Doxyfile.in [new file with mode: 0644]
branches/waf/libmapi/FXICS.c [new file with mode: 0644]
branches/waf/libmapi/IABContainer.c [new file with mode: 0644]
branches/waf/libmapi/IMAPIContainer.c [new file with mode: 0644]
branches/waf/libmapi/IMAPIFolder.c [new file with mode: 0644]
branches/waf/libmapi/IMAPIProp.c [new file with mode: 0644]
branches/waf/libmapi/IMAPISession.c [new file with mode: 0644]
branches/waf/libmapi/IMAPISupport.c [new file with mode: 0644]
branches/waf/libmapi/IMAPITable.c [new file with mode: 0644]
branches/waf/libmapi/IMSProvider.c [new file with mode: 0644]
branches/waf/libmapi/IMessage.c [new file with mode: 0644]
branches/waf/libmapi/IMsgStore.c [new file with mode: 0644]
branches/waf/libmapi/IProfAdmin.c [new file with mode: 0644]
branches/waf/libmapi/IStoreFolder.c [new file with mode: 0644]
branches/waf/libmapi/IStream.c [new file with mode: 0644]
branches/waf/libmapi/IUnknown.c [new file with mode: 0644]
branches/waf/libmapi/IXPLogon.c [new file with mode: 0644]
branches/waf/libmapi/Makefile [new file with mode: 0644]
branches/waf/libmapi/async_emsmdb.c [new file with mode: 0644]
branches/waf/libmapi/cdo_mapi.c [new file with mode: 0644]
branches/waf/libmapi/conf/build.sh [new file with mode: 0755]
branches/waf/libmapi/conf/codepage-lcid [new file with mode: 0644]
branches/waf/libmapi/conf/mapi-codes [new file with mode: 0644]
branches/waf/libmapi/conf/mapi-named-properties [new file with mode: 0644]
branches/waf/libmapi/conf/mapi-properties [new file with mode: 0644]
branches/waf/libmapi/conf/mparse.pl [new file with mode: 0755]
branches/waf/libmapi/configure [new file with mode: 0644]
branches/waf/libmapi/emsmdb.c [new file with mode: 0644]
branches/waf/libmapi/emsmdb.h [new file with mode: 0644]
branches/waf/libmapi/freebusy.c [new file with mode: 0644]
branches/waf/libmapi/fxparser.c [new file with mode: 0644]
branches/waf/libmapi/fxparser.h [new file with mode: 0644]
branches/waf/libmapi/libmapi.h [new file with mode: 0644]
branches/waf/libmapi/libmapi_private.h [new file with mode: 0644]
branches/waf/libmapi/lzfu.c [new file with mode: 0644]
branches/waf/libmapi/mapi_context.h [new file with mode: 0644]
branches/waf/libmapi/mapi_id_array.c [new file with mode: 0644]
branches/waf/libmapi/mapi_id_array.h [new file with mode: 0644]
branches/waf/libmapi/mapi_nameid.c [new file with mode: 0644]
branches/waf/libmapi/mapi_nameid.h [new file with mode: 0644]
branches/waf/libmapi/mapi_nameid_private.h [new file with mode: 0644]
branches/waf/libmapi/mapi_notification.h [new file with mode: 0644]
branches/waf/libmapi/mapi_object.c [new file with mode: 0644]
branches/waf/libmapi/mapi_object.h [new file with mode: 0644]
branches/waf/libmapi/mapi_profile.h [new file with mode: 0644]
branches/waf/libmapi/mapi_provider.h [new file with mode: 0644]
branches/waf/libmapi/mapicode.h [new file with mode: 0644]
branches/waf/libmapi/mapidefs.h [new file with mode: 0644]
branches/waf/libmapi/mapidump.c [new file with mode: 0644]
branches/waf/libmapi/mapidump.h [new file with mode: 0644]
branches/waf/libmapi/nspi.c [new file with mode: 0644]
branches/waf/libmapi/nspi.h [new file with mode: 0644]
branches/waf/libmapi/property.c [new file with mode: 0644]
branches/waf/libmapi/property_altnames.h [new file with mode: 0644]
branches/waf/libmapi/property_tags.c [new file with mode: 0644]
branches/waf/libmapi/property_tags.h [new file with mode: 0644]
branches/waf/libmapi/simple_mapi.c [new file with mode: 0644]
branches/waf/libmapi/socket/interface.c [new file with mode: 0644]
branches/waf/libmapi/socket/netif.c [new file with mode: 0644]
branches/waf/libmapi/socket/netif.h [new file with mode: 0644]
branches/waf/libmapi/utils.c [new file with mode: 0644]
branches/waf/libmapi/wscript [new file with mode: 0644]
branches/waf/libmapi/x500.c [new file with mode: 0644]
branches/waf/libmapiadmin.pc.in [new file with mode: 0644]
branches/waf/libmapiadmin/Doxyfile.in [new file with mode: 0644]
branches/waf/libmapiadmin/libmapiadmin-mainpage.doxy [new file with mode: 0644]
branches/waf/libmapiadmin/libmapiadmin.h [new file with mode: 0644]
branches/waf/libmapiadmin/mapiadmin.c [new file with mode: 0644]
branches/waf/libmapiadmin/mapiadmin_user.c [new file with mode: 0644]
branches/waf/libocpf/Doxyfile.in [new file with mode: 0644]
branches/waf/libocpf/Makefile [new file with mode: 0644]
branches/waf/libocpf/configure [new file with mode: 0644]
branches/waf/libocpf/examples/common_OLEGUID.ocpf [new file with mode: 0644]
branches/waf/libocpf/examples/sample_appointment.ocpf [new file with mode: 0644]
branches/waf/libocpf/examples/sample_task.ocpf [new file with mode: 0644]
branches/waf/libocpf/lex.h [new file with mode: 0644]
branches/waf/libocpf/lex.l [new file with mode: 0644]
branches/waf/libocpf/libocpf.pc.in [new file with mode: 0644]
branches/waf/libocpf/ocpf-documentation.doxy [new file with mode: 0644]
branches/waf/libocpf/ocpf.h [new file with mode: 0644]
branches/waf/libocpf/ocpf.y [new file with mode: 0644]
branches/waf/libocpf/ocpf_api.c [new file with mode: 0644]
branches/waf/libocpf/ocpf_api.h [new file with mode: 0644]
branches/waf/libocpf/ocpf_bison.supp [new file with mode: 0644]
branches/waf/libocpf/ocpf_context.c [new file with mode: 0644]
branches/waf/libocpf/ocpf_dump.c [new file with mode: 0644]
branches/waf/libocpf/ocpf_dump.h [new file with mode: 0644]
branches/waf/libocpf/ocpf_private.h [new file with mode: 0644]
branches/waf/libocpf/ocpf_public.c [new file with mode: 0644]
branches/waf/libocpf/ocpf_server.c [new file with mode: 0644]
branches/waf/libocpf/ocpf_write.c [new file with mode: 0644]
branches/waf/libocpf/wscript [new file with mode: 0644]
branches/waf/mapiproxy/Doxyfile.in [new file with mode: 0644]
branches/waf/mapiproxy/dcesrv_mapiproxy.c [new file with mode: 0644]
branches/waf/mapiproxy/dcesrv_mapiproxy.h [new file with mode: 0644]
branches/waf/mapiproxy/dcesrv_mapiproxy_nspi.c [new file with mode: 0644]
branches/waf/mapiproxy/dcesrv_mapiproxy_proto.h [new file with mode: 0644]
branches/waf/mapiproxy/dcesrv_mapiproxy_rfr.c [new file with mode: 0644]
branches/waf/mapiproxy/dcesrv_mapiproxy_unused.c [new file with mode: 0644]
branches/waf/mapiproxy/documentation/Mainpage.doxy [new file with mode: 0644]
branches/waf/mapiproxy/documentation/mapiproxy-documentation.doxy [new file with mode: 0644]
branches/waf/mapiproxy/documentation/mapistore-documentation.doxy [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/dcerpc_mapiproxy_server_false_nspi.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/dcerpc_mapiproxy_server_true.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/dcerpc_mapiproxy_server_true_custom_nspi.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/devdoc.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_emsmdb_graph.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_error_001.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_error_001_fix.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_error_002.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_hook_life.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_logo.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_overview.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapiproxy_struct.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapistore.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mapistore_logo.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mpm_cache_case_one.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mpm_cache_case_two.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mpm_pack_pack.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mpm_pack_unpack.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/mpm_stack.png [new file with mode: 0644]
branches/waf/mapiproxy/documentation/pictures/userdoc.png [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy.pc.in [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/dcesrv_mapiproxy_module.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/dcesrv_mapiproxy_server.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/dcesrv_mapiproxy_session.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/entryid.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/libmapiproxy.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/mapi_handles.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/openchangedb.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiproxy/openchangedb_property.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver.pc.in [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcdata.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcfold.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcfxics.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcmsg.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcnotif.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcperm.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcprpt.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxcstor.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxctabl.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxomsg.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapiserver/libmapiserver_oxorule.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/Doxyfile.in [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/Makefile [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/backends/mapistore_fsocpf.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/backends/mapistore_fsocpf.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/backends/mapistore_mstoredb.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/backends/mapistore_mstoredb.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/configure [new file with mode: 0755]
branches/waf/mapiproxy/libmapistore/database/mapistoredb.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/database/mapistoredb_conf.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/database/mapistoredb_namedprops.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/indexing/mapistore_indexing.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/indexing/mapistore_indexing_db.idl [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/libmapistore.pc.in [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_backend.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_backend.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_backend_defaults.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_backend_public.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_common.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_defs.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_errors.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_indexing.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_interface.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_ldb_wrap.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_namedprops.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_private.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_processing.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/mapistore_tdb_wrap.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/python/pymapistore.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/python/pymapistore.h [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/python/pymapistoredb.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/tests/mapistore_test.c [new file with mode: 0644]
branches/waf/mapiproxy/libmapistore/wscript [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_cache.c [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_cache.h [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_cache_ldb.c [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_cache_stream.c [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_downgrade.c [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_dummy.c [new file with mode: 0644]
branches/waf/mapiproxy/modules/mpm_pack.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/dcesrv_exchange_emsmdb.h [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/emsmdbp.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/emsmdbp_object.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxcfold.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxcmsg.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxcnotif.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxcperm.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxcprpt.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxcstor.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxctabl.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxomsg.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/emsmdb/oxorule.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/nspi/dcesrv_exchange_nsp.h [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/nspi/emsabp.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/nspi/emsabp_property.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/nspi/emsabp_tdb.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/rfr/dcesrv_exchange_ds_rfr.c [new file with mode: 0644]
branches/waf/mapiproxy/servers/default/rfr/dcesrv_exchange_ds_rfr.h [new file with mode: 0644]
branches/waf/missing [new file with mode: 0755]
branches/waf/ndr_mapi.c [new file with mode: 0644]
branches/waf/properties_enum.h [new file with mode: 0644]
branches/waf/property.idl [new file with mode: 0644]
branches/waf/pymapi/msg_store.c [new file with mode: 0644]
branches/waf/pymapi/object.c [new file with mode: 0644]
branches/waf/pymapi/pymapi.c [new file with mode: 0644]
branches/waf/pymapi/pymapi.h [new file with mode: 0644]
branches/waf/pymapi/session.c [new file with mode: 0644]
branches/waf/pyopenchange/pymapi.c [new file with mode: 0644]
branches/waf/pyopenchange/pymapi.h [new file with mode: 0644]
branches/waf/pyopenchange/pymapi_properties.c [new file with mode: 0644]
branches/waf/pyopenchange/pyocpf.c [new file with mode: 0644]
branches/waf/pyopenchange/pyocpf.h [new file with mode: 0644]
branches/waf/pyopenchange/tests/mapistore_test.py [new file with mode: 0755]
branches/waf/pyopenchange/tests/mapistoredb_test.py [new file with mode: 0755]
branches/waf/pyopenchange/tests/ocpf_test.py [new file with mode: 0755]
branches/waf/pyopenchange/tests/properties.py [new file with mode: 0755]
branches/waf/pyopenchange/tests/provision.py [new file with mode: 0755]
branches/waf/pyopenchange/unittest/unittest_mapistore.py [new file with mode: 0755]
branches/waf/pyopenchange/unittest/unittest_mapistoredb.py [new file with mode: 0755]
branches/waf/python/openchange/__init__.py [new file with mode: 0644]
branches/waf/python/openchange/mailbox.py [new file with mode: 0644]
branches/waf/python/openchange/provision.py [new file with mode: 0644]
branches/waf/python/openchange/tests/__init__.py [new file with mode: 0644]
branches/waf/python/openchange/tests/test_mailbox.py [new file with mode: 0644]
branches/waf/python/openchange/tests/test_provision.py [new file with mode: 0644]
branches/waf/python/openchange/urlutils.py [new file with mode: 0644]
branches/waf/qt/demo/demoapp.cpp [new file with mode: 0644]
branches/waf/qt/demo/demoapp.h [new file with mode: 0644]
branches/waf/qt/demo/main.cpp [new file with mode: 0644]
branches/waf/qt/lib/foldermodel.cpp [new file with mode: 0644]
branches/waf/qt/lib/foldermodel.h [new file with mode: 0644]
branches/waf/qt/lib/messagesmodel.cpp [new file with mode: 0644]
branches/waf/qt/lib/messagesmodel.h [new file with mode: 0644]
branches/waf/script/check_exchange [new file with mode: 0755]
branches/waf/script/installman.sh [new file with mode: 0755]
branches/waf/script/installoc.sh [new file with mode: 0755]
branches/waf/script/installsamba4.sh [new file with mode: 0755]
branches/waf/script/makepropslist.py [new file with mode: 0755]
branches/waf/script/mapi_object_init.prop [new file with mode: 0644]
branches/waf/script/mkproto.pl [new file with mode: 0755]
branches/waf/script/mkrelease.sh [new file with mode: 0755]
branches/waf/script/mkversion.sh [new file with mode: 0755]
branches/waf/script/samba4_ver.sh [new file with mode: 0644]
branches/waf/script/smoketest.sh [new file with mode: 0755]
branches/waf/script/uninstallman.sh [new file with mode: 0755]
branches/waf/script/uno.dfn [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_configuration.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_attributes.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_auxiliary_class.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_container.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_modify.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_objectCategory.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_possSuperior.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_sub_CfgProtocol.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_sub_mailGateway.ldif [new file with mode: 0644]
branches/waf/setup/AD/oc_provision_schema_subcontainer.ldif [new file with mode: 0644]
branches/waf/setup/AD/prefixMap.txt [new file with mode: 0644]
branches/waf/setup/AD/provision_schema_basedn_modify.ldif [new file with mode: 0644]
branches/waf/setup/mapistore/mapistore_namedprops_v2.ldif [new file with mode: 0644]
branches/waf/setup/openchange_newuser [new file with mode: 0755]
branches/waf/setup/openchange_provision [new file with mode: 0755]
branches/waf/setup/openchangedb/oc_provision_openchange_init.ldif [new file with mode: 0644]
branches/waf/setup/openchangedb/oc_provision_openchange_mailbox.ldif [new file with mode: 0644]
branches/waf/setup/profiles/oc_profiles_init.ldif [new file with mode: 0644]
branches/waf/setup/profiles/oc_profiles_schema.ldif [new file with mode: 0644]
branches/waf/testprogs/blackbox/expected_output--help.txt [new file with mode: 0644]
branches/waf/testprogs/blackbox/expected_output--ocpf-syntax1.txt [new file with mode: 0644]
branches/waf/testprogs/blackbox/expected_output--ocpf-syntax2.txt [new file with mode: 0644]
branches/waf/testprogs/blackbox/expected_output--usage.txt [new file with mode: 0644]
branches/waf/testprogs/blackbox/expected_output--version.txt [new file with mode: 0644]
branches/waf/testprogs/blackbox/subunit.sh [new file with mode: 0755]
branches/waf/testprogs/blackbox/test_mapiprofile.sh [new file with mode: 0755]
branches/waf/testprogs/blackbox/test_openchangeclient.py [new file with mode: 0644]
branches/waf/testprogs/check_fasttransfer.c [new file with mode: 0644]
branches/waf/testprogs/check_mbox.py [new file with mode: 0755]
branches/waf/testprogs/test_asyncnotif.c [new file with mode: 0644]
branches/waf/utils/backup/openchangebackup.c [new file with mode: 0644]
branches/waf/utils/backup/openchangebackup.h [new file with mode: 0644]
branches/waf/utils/backup/openchangemapidump.c [new file with mode: 0644]
branches/waf/utils/exchange2ical_tool.c [new file with mode: 0644]
branches/waf/utils/exchange2mbox.c [new file with mode: 0644]
branches/waf/utils/mapiprofile.c [new file with mode: 0644]
branches/waf/utils/mapitest/Doxyfile.in [new file with mode: 0644]
branches/waf/utils/mapitest/data/lzfu/testcase.rtf [new file with mode: 0644]
branches/waf/utils/mapitest/data/lzxpress/001_Outlook_2007_in_ModifyRecipients_comp.dat [new file with mode: 0644]
branches/waf/utils/mapitest/data/lzxpress/002_Outlook_2007_in_Tables_operations_comp.dat [new file with mode: 0644]
branches/waf/utils/mapitest/mapitest.c [new file with mode: 0644]
branches/waf/utils/mapitest/mapitest.h [new file with mode: 0644]
branches/waf/utils/mapitest/mapitest_common.c [new file with mode: 0644]
branches/waf/utils/mapitest/mapitest_print.c [new file with mode: 0644]
branches/waf/utils/mapitest/mapitest_stat.c [new file with mode: 0644]
branches/waf/utils/mapitest/mapitest_suite.c [new file with mode: 0644]
branches/waf/utils/mapitest/module.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/mapitest.doxy [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_errorchecks.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_lcid.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_lzxpress.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_mapidump.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_noserver.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_nspi.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcfold.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcfxics.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcmsg.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcnotif.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcperm.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcprpt.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxcstor.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxctable.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxomsg.c [new file with mode: 0644]
branches/waf/utils/mapitest/modules/module_oxorule.c [new file with mode: 0644]
branches/waf/utils/mapitrace/Makefile.PL [new file with mode: 0644]
branches/waf/utils/mapitrace/lib/MAPI/Dump_EcDoRpc.pm [new file with mode: 0644]
branches/waf/utils/mapitrace/lib/MAPI/EcDoRpc.pm [new file with mode: 0644]
branches/waf/utils/mapitrace/lib/MAPI/Graph.pm [new file with mode: 0644]
branches/waf/utils/mapitrace/lib/MAPI/Regression.pm [new file with mode: 0644]
branches/waf/utils/mapitrace/lib/MAPI/Statistic.pm [new file with mode: 0644]
branches/waf/utils/mapitrace/mapitrace [new file with mode: 0755]
branches/waf/utils/openchange-tools.c [new file with mode: 0644]
branches/waf/utils/openchange-tools.h [new file with mode: 0644]
branches/waf/utils/openchangeclient.c [new file with mode: 0644]
branches/waf/utils/openchangeclient.h [new file with mode: 0644]
branches/waf/utils/openchangepfadmin.c [new file with mode: 0644]
branches/waf/utils/openchangepfadmin.h [new file with mode: 0644]
branches/waf/utils/schemaIDGUID.c [new file with mode: 0644]