OCPF: apidocs typo fix.
[tridge/openchange.git] / branches / mapistore_v2 /
2011-02-11 bradhUpdate to reflect recent samba4 changes.
2011-01-23 bradhSupport NSPI lookup by property type.
2011-01-23 bradhImplement NspiResolveNames (NSPI 0x13).
2011-01-22 bradhSupport NSPI property lookup (NspiGetMatches) based...
2011-01-22 bradhmstoredb backend: add stubs to allow server to survive...
2011-01-22 bradhHandle potential failures from backend open message.
2011-01-22 bradhbe a bit more defensive in our handling of properties
2011-01-22 bradhMinor cleanups for mapitest. The NSPI change prevents...
2011-01-22 bradhRemove the database for used FID/MID values.
2011-01-22 bradhFix another error from MS-OXPROPS.
2011-01-21 bradhmerge from trunk
2011-01-14 bradhSome additional support for public folders.
2011-01-13 bradhInitial work on public folder provisioning and operations.
2011-01-11 bradhAllocate FIDs in 0x1000 intervals, and don't set the...
2011-01-11 bradhFix entry ID generation.
2011-01-11 bradhUnbreak clean builds, by adding appropriate header...
2011-01-11 bradhSupport EntryId handling.
2011-01-10 bradhStub implementation of RopGetReceiveFolderTable.
2011-01-10 bradhTry to manage indexing contexts better.
2011-01-10 bradhMinor comment rewording.
2011-01-10 bradhHandle folder deletion better.
2011-01-09 bradhInitial work on rmdir for mstoredb backend.
2011-01-09 bradhStart switch of implementation of RopSetReceiveFolder...
2011-01-09 bradhFix CreateFolder, comment out some of the unused code.
2011-01-09 bradhReduce amount of copy/paste code in mstoredb backend.
2011-01-09 bradhImplement RopGetReceiveFolder.
2011-01-08 bradhFlag mailboxes and folders with an ldb objectClass...
2011-01-07 bradhTry to avoid leaking too much memory...
2011-01-07 bradhImprove property handling.
2011-01-07 bradhCommit script changes - should have been part of previo...
2011-01-07 bradhAdd PidTagChildFolderCount property.
2011-01-07 bradhMake openchangeclient --mailbox layout look a bit nicer...
2011-01-06 bradhImplement a bit more of mapistore_v2 conversion
2011-01-06 bradhAdd missing files and update ignore properties.
2011-01-06 bradhtypo fix for property name, plus minor formatting cleanups.
2011-01-06 bradhConversion from PR_FOO style names to PidTagFoo style...
2011-01-05 bradhimport latest mparse.pl from trunk.
2011-01-05 bradhSome interim work on GetPropertiesSpecific call.
2011-01-05 bradhImplement lookup of mailbox GUID and replica informatio...
2011-01-05 bradhStart fetching FIDs from mapistore during logon.
2011-01-04 bradhAdd a context ID for oxcstor logon code.
2011-01-04 bradhAllow public folders to store a URI too.
2011-01-04 bradhMinor updates to provisioning test tool.
2011-01-01 bradhAvoid using "namespace" - reserved word in C++.
2011-01-01 bradhStart of a C provisioning system, and some initial...
2011-01-01 bradhAvoid double-free of the memory context.
2010-12-31 bradhImplement "normal" folder creation.
2010-12-31 bradhImplement mstoredb op_readdir_count (for folders).
2010-12-31 bradhImplement lookup of FID by folder name (and parent...
2010-12-31 bradhReduce the debug noise a bit.
2010-12-31 bradhAdd the special folder type where appropriate.
2010-12-31 bradhAdd support for indexing new folders
2010-12-31 bradhImplement root folder handling in mstoredb backend.
2010-12-29 bradhClean up mapistore indexing files with "make clean".
2010-12-28 bradhre-introduce a C test framework for mapistore / mapisto...
2010-12-28 bradhFactor out some of the common LDIF writing code, and...
2010-12-27 bradhTypo fix in template name.
2010-12-27 bradhBump to samba4 alpha14 release.
2010-12-26 bradhDon't link mapistore FSOCPF backend against SQLITE...
2010-12-15 bradhtrivial typo fixes.
2010-11-29 bradhMinor additional testing:
2010-11-29 bradhMinor API documentation cleanup.
2010-11-28 bradhMinor apidox fix.
2010-11-26 bradhSome more conversion to MAPISTORE_ERROR enums
2010-11-25 bradhFix some documentation typos and code layout issues.
2010-11-25 bradhFix inadvertent change in return code from 0 (== MAPIST...
2010-11-25 bradhFix some signed / unsigned issues.
2010-11-25 bradhUse MAPISTORE_ERROR here too.
2010-11-25 bradhPartly revert previous commit, since the implementation...
2010-11-25 bradhIntroduce a MAPISTORE_ERROR enum, and use it as the...
2010-11-25 bradhAdd extra test coverage for mapistoredb getters.
2010-11-24 bradhAdd definitions for mapistore database location.
2010-11-24 bradhAdd some function prototypes.
2010-11-24 bradhFix warning on 64-bit build.
2010-11-24 bradhFix some comments / API documentation
2010-11-24 jkerihuelMerge trunk changes into mapistore_v2
2010-10-29 jkerihuelPushing preliminary mapistore indexing API v2 implement...
2010-10-28 jkerihuelAdd an IDL with versioning to handle future mapistore_i...
2010-10-28 jkerihuelAdd a skeleton implementation of a root mkdir mapistore...
2010-10-27 jkerihuelMake special/system internal define available through...
2010-10-27 jkerihuel- Change GlobalCount from uint32_t to uint64_t
2010-10-27 jkerihuel- Fix mapitore.ldb path to use
2010-10-26 jkerihuel- Add a mstoredb mapistore uri to the mailbox container
2010-10-26 jkerihuelMove mapistore backend context initialization in mapist...
2010-10-26 jkerihuelCreate an opaque mapistore database context structure...
2010-10-26 jkerihuelPush wip to keep better control among further changes:
2010-10-24 jkerihuelAdd mstoredb mapistore backend skeleton
2010-10-24 jkerihuelChange naming convention for libmapistore database...
2010-10-24 jkerihuelAdd getsetters for GlobalCount server's attribute.
2010-10-23 jkerihuelCreate public folder root container
2010-10-23 jkerihuelMerge latest trunk change into branch
2010-10-22 jkerihuelUpdate LDB search string for mailbox
2010-10-22 jkerihuel- Add function to create the mailbox root container...
2010-10-22 jkerihuelMerge latest trunk changes into mapistore_v2 branch
2010-10-20 jkerihuelMerge latest trunk changes into mapistore_v2 branch
2010-10-20 jkerihuelAdd initial work on a C based provisioning for OpenChan...
2010-10-16 jkerihuelAdd a development branch for new mapistore API