Added struct I8Array_r, in order to support arrays of uint64_t
[jelmer/openchange.git] / mapiproxy /
2011-07-27 Wolfgang WourdeauReseparated cnset_seen, cnset_seen_fai and cnset_read...
2011-07-27 Wolfgang WourdeauReturn MAPI_E_NO_SUPPORT when message creation is requested
2011-07-27 Wolfgang Wourdeauadded "openchangedb_get_new_changeNumber" for generatin...
2011-07-22 Wolfgang WourdeauMinor improvement in the hierarchy of talloc pointers
2011-07-22 Wolfgang WourdeauAvoid a potential crash when the current message has...
2011-07-22 Wolfgang WourdeauFixed list of issues
2011-07-22 Wolfgang WourdeauAdded table.get_row_count backend operation
2011-07-22 Wolfgang WourdeauFixed meaning of comment
2011-07-21 Wolfgang WourdeauReset buggy IDSETs returned by the client
2011-07-21 Wolfgang WourdeauFixed TransportSend size
2011-07-20 Wolfgang WourdeauProperly handle the error occurring when the message...
2011-07-19 Wolfgang WourdeauDo not ignore erroneous/unhandled mapistore error codes...
2011-07-19 Wolfgang WourdeauProperly decode string values from LDB records
2011-07-18 Wolfgang WourdeauFixed mishandling of an synccontext object as an ftcontext
2011-07-18 Wolfgang WourdeauFixed possible type overflow
2011-07-18 Wolfgang WourdeauFixed bug computing a wrong buffer size from two unsign...
2011-07-18 Wolfgang WourdeauStyle
2011-07-15 Wolfgang WourdeauRestored some safety with regards to mapistore and...
2011-07-15 Wolfgang WourdeauDo not free objects attached to a handle that has been...
2011-07-15 Wolfgang WourdeauFixed long long constants
2011-07-15 Wolfgang WourdeauReturn NULL when the backend could not instantiate...
2011-07-15 Wolfgang WourdeauFixed the returning of the newly created folders
2011-07-15 Wolfgang WourdeauWe accept that certain folders do not support certain...
2011-07-15 Wolfgang WourdeauDo not assign a handle id when the creation failed
2011-07-15 Wolfgang WourdeauFixed a few memory-handling issues
2011-07-15 Wolfgang WourdeauFixed implementation of "mapistore_folder_delete_folder...
2011-07-15 Wolfgang WourdeauReimplemented "mapistore_folder_get_child_fids"
2011-07-15 Wolfgang WourdeauFixed object invocation issue
2011-07-14 Wolfgang WourdeauFinalized new mapistore API
2011-07-14 Wolfgang WourdeauCompletely reorganized struct mapistore_backend as...
2011-07-14 Wolfgang WourdeauFixed a leak in mapistore_get_path
2011-07-14 Wolfgang WourdeauRemoved remains or the release_record backend op
2011-07-14 Wolfgang WourdeauRemoved remains or the release_record backend op
2011-07-13 Wolfgang WourdeauFixed a few memory leaks
2011-07-13 Wolfgang Wourdeau"op_openmessage" and "op_createmessage" now return...
2011-07-13 Wolfgang WourdeauTemporary backend api reorg
2011-07-13 Wolfgang Wourdeauremoved obsolete "op_get_fid_by_name" from mapistore_ba...
2011-07-13 Wolfgang Wourdeauremoved obsolete "op_set_sort_order" and "op_set_restri...
2011-07-12 Wolfgang Wourdeauremoved obsolete "op_get_table_property" and "op_get_av...
2011-07-12 Wolfgang WourdeauImplemented "emsmdbp_folder_open_table" that abstract...
2011-07-12 Wolfgang WourdeauRopFindRow: make use of emsmdbp_object_table_get_row_props
2011-07-12 Wolfgang WourdeauSmall code simplification
2011-07-12 Wolfgang Wourdeautable.get_row now leaves the initialization of the...
2011-07-12 Wolfgang Wourdeautable.get_row now leaves the initialization of the...
2011-07-11 Wolfgang WourdeauMade backends op consistent with the talloc API, where...
2011-07-08 Wolfgang WourdeauRemoved useless warnings
2011-07-08 Wolfgang WourdeauThe emsmdbp_object contextID member is now attached...
2011-07-08 Wolfgang WourdeauThe "struct mapistore_connection_info *" passed to...
2011-07-08 Wolfgang WourdeauMake sure that all output handles are initialized prope...
2011-07-08 Wolfgang WourdeauAdded "mapistore_indexing_record_get_fmid"
2011-07-08 Wolfgang WourdeauAdded "openchangedb_get_parent_fid" and "openchangedb_g...
2011-07-04 Wolfgang WourdeauRemoved "mapistore_get_folders_list" from backend opera...
2011-07-04 Wolfgang WourdeauNew "emsmdbp_object_set_properties" function that abstr...
2011-07-04 Wolfgang WourdeauRemoved useless mem_ctx parameter from openchangedb_set...
2011-06-30 Wolfgang WourdeauFixed the use of uninitialized values
2011-06-30 Wolfgang WourdeauWe now pass the ldb handle to openchange.ldb to the...
2011-06-30 Wolfgang WourdeauLong and long long values are now stored in decimal...
2011-06-30 Wolfgang WourdeauFixed a potential crash due to the use of the wrong...
2011-06-27 Wolfgang Wourdeau(r2747 in trunk) libmapiserver_push_property no longer...
2011-06-27 Wolfgang Wourdeaulibmapiserver_push_property no longer take a struct...
2011-06-27 Wolfgang Wourdeauconvert_string is now exported from the Samba headers
2011-06-27 Wolfgang WourdeauFixed unconverted instance of NTLM_AUTH_IS_OK
2011-06-27 Wolfgang WourdeauFixed misapplied patch
2011-06-27 Wolfgang WourdeauFixed local variable naming issue after applying previo...
2011-06-27 Wolfgang WourdeauApplied r2739 from trunk
2011-06-27 Wolfgang WourdeauApplied r2738 from trunk
2011-06-27 Wolfgang WourdeauApplied r2737 from trunk
2011-06-27 Wolfgang WourdeauApplied r2646 from trunk
2011-06-27 Wolfgang WourdeauApplied r2583 from trunk
2011-06-23 Wolfgang WourdeauApplied r2534 from trunk: Remove unmaintained sqlite3...
2011-06-06 Wolfgang WourdeauImplemented RopSyncConfigure, RopSyncImportMessageChang...
2011-06-06 Wolfgang WourdeauAdded cutmarks members to ftcontext objects
2011-06-06 Wolfgang WourdeauAttach the struct connection_info to the emsmdbp_ctx...
2011-06-06 Wolfgang WourdeauAdded a reference to the parent emsmdbp_ctx in allocate...
2011-06-06 Wolfgang WourdeauAdded FTCONTEXT cases
2011-06-06 Wolfgang WourdeauRemoved obsolete debugging outputs
2011-06-06 Wolfgang WourdeauFixed object referencing when reallocating stream
2011-06-06 Wolfgang WourdeauMoved emsmdbp_ndr_push_simple_data into oxcfxics.c
2011-06-06 Wolfgang WourdeauRemoved obsolete emsmdbp_fill_ftbuffer_blob, replaced...
2011-06-06 Wolfgang WourdeauFixed a bug where mapistore_getprops would return an...
2011-06-06 Wolfgang WourdeauAdded dynamic support for certain computable properties...
2011-06-06 Wolfgang WourdeauAdded dynamic support for certain computable properties...
2011-06-06 Wolfgang WourdeauRemoved useless var
2011-06-06 Wolfgang WourdeauAdded a "mapistore_root" member to table_object
2011-06-06 Wolfgang WourdeauReapplied cancelled patch
2011-06-06 Wolfgang WourdeauPass a TALLOC_CTX to openchangedb_get_mapistoreURI...
2011-06-06 Wolfgang WourdeauAdded dynamic support for certain computable properties...
2011-06-06 Wolfgang Wourdeaumark GetPerUserLongTermIds, GetPerUserGuid and ReadPerU...
2011-06-06 Wolfgang WourdeauRemoved one excedental "talloc_free"
2011-06-06 Wolfgang WourdeauAttach the conn_info to the new backend_ctx, to avoid...
2011-06-06 Wolfgang WourdeauInitialize replica_mapping_ctx to NULL
2011-06-06 Wolfgang WourdeauTypo
2011-06-06 Wolfgang WourdeauSimplified RopWriteStream (minor)
2011-06-06 Wolfgang WourdeauEnable support for ReadWrite streams
2011-06-06 Wolfgang WourdeauRopSetProperties: make use of the new openchangedb_set_...
2011-06-06 Wolfgang WourdeauFixed computation of RopSeekStream, which in turn fixes...
2011-06-06 Wolfgang WourdeauImplemented synccontext object, for managing fast trans...
2011-06-06 Wolfgang Wourdeau"emsmdbp_object_get_properties" now takes a TALLOC_CTX...
2011-06-06 Wolfgang Wourdeau"emsmdbp_object_get_available_properties" now takes...
2011-06-06 Wolfgang WourdeauAdapted remaining code in oxcmsg.c to the previous...
next