Daily ChangeLog Update
[jelmer/openchange.git] / libmapi /
2008-11-05 Brad HardsMinor documentation tweaks.
2008-11-04 Julien Kerihuel- remove usage of global_loadparm in libmapiadmin
2008-11-01 Jelmer VernooijUse same_net_v4 rather than deprecated same_net().
2008-11-01 Jelmer VernooijFix includes - debug.h can only be included once.
2008-11-01 Jelmer VernooijUse new function is_zero_ip_v4 rather than removed...
2008-10-21 Julien KerihuelFix pointless const definition for GetFreeBusyYear...
2008-10-20 Julien Kerihuel- Add the IsFreeBusyConflict convenient function which...
2008-10-20 Julien KerihuelFix doxygen typo error
2008-10-20 Julien Kerihuel- Add GetUserFreeBusyData convenient function which...
2008-10-17 Julien Kerihuel- Add libmapi implementation for DeletePropertiesNoRepl...
2008-10-17 Julien KerihuelFix doxygen documentation
2008-10-16 Julien Kerihuel- Implement multisession into libmapi
2008-10-09 Julien Kerihuel- Cache calendar, contact, journal, note, task and...
2008-10-09 Julien Kerihuel- Remove pointless memory context in GetDefaultFolder
2008-10-08 Julien Kerihuel- Ticket #103 resolved. openchangeclient can now perfor...
2008-10-01 Jelmer VernooijUse newer version of Samba 4.
2008-09-30 Jelmer VernooijIgnore tags files, fix build with current Samba 4.
2008-09-19 Julien Kerihuel- Add missing Input parameter
2008-09-19 Julien Kerihuel- Fix a bug in NspiUpdateStat: make plDelta mandatory...
2008-09-12 Brad HardsImplement the remainder of the standard public folders.
2008-09-10 Brad HardsOnly do header line removal at the start of the file
2008-09-09 Julien Kerihuel- Update the Logon_repl IDL (0xFE) and implementation
2008-09-08 Julien Kerihuel- Add GetStoreState (0x7b) IDL, implementation and...
2008-09-08 Julien KerihuelFix typo error
2008-09-08 Julien Kerihuel- Update the EmptyFolder IDL
2008-09-08 Julien Kerihuel- Update the SearchFlags enum, GetSearchCriteria and...
2008-09-08 Julien KerihuelUpdate GetAttachmentTable IDL and remove the unknown...
2008-09-08 Julien Kerihuel- Update DeleteFolder IDL and implementation
2008-09-08 Julien Kerihuel- Rename GetRowCount to QueryPosition
2008-09-08 Julien KerihuelChange enum SaveFlags to uint8_t for doxygen documentat...
2008-09-08 Brad HardsFilter out some new #include lines.
2008-09-08 Julien Kerihuel- Update SaveChangesMessage IDL and implementation
2008-09-07 Julien Kerihuel- Move from MV_UNICODE_STRUCT and LPWSTR to WStringArray
2008-09-07 Julien KerihuelRename SDateTimeArray to DateTimeArray_r
2008-09-07 Julien KerihuelRename SGuidArray to FlatUIDArray_r and fix the IDL
2008-09-07 Julien KerihuelRename MV_LONG_STRUCT to LongArray_r
2008-09-07 Julien KerihuelRename SBinary to Binary_r
2008-09-07 Julien Kerihuel- Move from SLPSTRArray to StringArray_r
2008-09-07 Julien KerihuelRename MAPIUID to FlatUID_r
2008-09-07 Julien Kerihuel- Update the EcDoConnect IDL (ref. ticket #99)
2008-09-07 Brad HardsReduce warnings when compiling with 64-bit arch.
2008-09-06 Julien Kerihuel- MAJOR NSPI protocol and libmapi stack update
2008-09-06 Brad HardsAPI documentation fix
2008-09-06 Brad HardsAPI documentation fix.
2008-09-06 Brad HardsAPI documentation fix.
2008-09-06 Brad HardsAPI documentation fix.
2008-09-06 Brad HardsAPI documentation fixes.
2008-09-04 Julien Kerihuel- update EcRRegisterPushNotification IDL
2008-09-03 Julien Kerihuel- Rename Advise MAPI call to RegisterNotification
2008-09-02 Julien Kerihuel- Fix Restrict IDL and implementation
2008-09-02 Julien Kerihuel- Replace libmapi/mapi_nameid.h with a generated mparse...
2008-09-02 Julien Kerihuel- Add new IDL file (property.idl) to push/pull structur...
2008-08-30 Julien Kerihuel- Update mapi-nameid-properties with a more complete...
2008-08-27 Julien KerihuelCheck for provider_rpc_connection retval for RFR functions.
2008-08-26 Julien Kerihuel- Add implementation of the NSPI Referral protocol...
2008-07-27 Alan Alvarez- session constructor doesn't login to the server anymo...
2008-07-21 Julien Kerihuel* Fix remaining ByteRead parameter size for ReadStream...
2008-07-20 Julien Kerihuel* Improve/Update Open/Read/WriteStream IDLs
2008-07-19 Julien KerihuelImprove OpenAttach, CreateAttach and DeleteAttach IDL...
2008-07-19 Julien KerihuelPropagate r666 changes to OpenMsgStore and fix build
2008-07-17 Julien KerihuelFix incorrect header
2008-07-17 Julien KerihuelRemove deprecated mapi_handles API
2008-07-16 Julien Kerihuel- Call mapi_object_release in GetDefaultFolder
2008-07-15 Julien KerihuelRemove references to SaveChanges in doxygen see also...
2008-07-15 Julien Kerihuel- Rename SaveChanges to SaveChangesAttachment (0x25)
2008-07-15 Julien Kerihuel- Fix the huge memory leak described in Ticket #91
2008-07-12 Julien Kerihuel- Add mapi_get_errstr auto-generated routine which...
2008-07-12 Brad HardsMinor API documentation fix.
2008-07-11 Julien KerihuelAdd all MAPI errors
2008-07-11 Julien Kerihuel- Add GetOwningServers (0x42) implementation (IDL ...
2008-07-11 Julien Kerihuel- Report and make consistent usage of PropertyProblem...
2008-07-11 Julien KerihuelImprove CreateMessage request IDL
2008-07-11 Julien KerihuelImprove OpenMessage response IDL
2008-07-11 Julien Kerihuel- Add PublicFolderIsGhosted (0x45) MAPI call (IDL ...
2008-07-11 Julien KerihuelSeekRow and SeekRowBookmark IDL improved
2008-07-11 Julien KerihuelImprove the SetColumns IDL: remove unknown fields
2008-07-06 Brad HardsImplement GetIdFromLongTermId and GetLongTermIdFromId
2008-07-06 Brad HardsChange the QueryNamesFromIDs() call to match
2008-07-04 Brad HardsMake sure we have names[] array large enough.
2008-07-03 Julien KerihuelFix a small errno bug in GetBestBody
2008-06-25 Julien Kerihuel- Add implementation for the BestBody algorithm
2008-06-16 Jelmer VernooijFix calls of ldb_init() as required by newer versions...
2008-06-14 Brad HardsAdd some other standard GUIDs
2008-06-10 Brad HardsChange API as identified on devel mailing list.
2008-06-08 Brad HardsTypo fixes in comments.
2008-06-07 Brad Hardstypo fix.
2008-06-07 Brad HardsMake sure properties are copies into the last valid
2008-06-07 Brad HardsMinor cleanup of the talloc context for FreeBookmark().
2008-06-05 Brad HardsImplement the CopyTo operation (0x39), including initia...
2008-06-01 Brad HardsImplement SetReadFlags (operation 0x66).
2008-05-31 Julien Kerihuelmerge from mapiproxy branch:
2008-05-31 Julien Kerihuel- Add [flag(NDR_REMAINING)] to SetMessageReadFlag....
2008-05-31 Julien Kerihuelmerge from mapiproxy branch:
2008-05-31 Julien Kerihuel- Introduce PT_MV_UNICODE support in mapi_SPropValue_CT...
2008-05-31 Brad HardsMinor API documentation fixes.
2008-05-30 Brad HardsInitial merge of changes for rename of SetReadFlags to
2008-05-30 Brad HardsUse private_data instead of private, for C++ happiness.
2008-05-30 Brad HardsMinor cleanup. Using "try" confuses my c++ compiler...
2008-05-30 Brad HardsThis is really part of r525. It moved to IMAPITable.c
2008-05-30 Brad HardsUpdate the table operations:
next