Fix issue #376, patch from Milan Crha:
[jelmer/openchange-proposed.git/.git] / libmapi / property.c
2012-02-27 Julien KerihuelFix issue #376, patch from Milan Crha:
2012-02-24 Julien KerihuelReplace trunk with sogo-good branch
2012-02-22 Julien KerihuelComplete merge in libmapi from trunk
2012-02-20 Julien KerihuelMerge in r2532 from trunk
2012-02-20 Julien KerihuelMerge r3210 from trunk: Fix handling of 0x101f (StringA...
2012-02-17 Julien KerihuelMerge sogo branch into sogo-good for further "back...
2011-11-18 Julien KerihuelRemerge properly this time: merge sogo branch changes...
2011-11-18 Julien KerihuelRevert merge from sogo r3340-HEAD. Will do it again...
2011-11-18 Julien KerihuelMerge in commits from sogo r3440-3457
2011-11-02 Julien KerihuelMerge in commits 3402-3419
2011-10-26 Julien KerihuelRevert changes on set_mapi_SPropValue and add a tempora...
2011-10-04 Julien KerihuelMerge in some property changes introduced on sogo branc...
2011-10-03 Wolfgang Wourdeauset_mapi_SPropValue: fixed conversion of string from...
2011-08-15 Brad HardsFix handling of 0x101f (StringArrayW type).
2011-08-10 Wolfgang Wourdeaur3160 and r3162: add libmapiserver function to calculat...
2011-08-10 Julien KerihuelMerge provisioning fix from sogo branch
2011-08-10 Julien KerihuelAdd PR_SOURCE_KEY support for Inbox/Calendar/Tasks...
2011-08-09 Julien Kerihuel- Add implementation for GetPropsAll and GetPropsList
2011-07-12 Wolfgang WourdeauIndentation
2011-06-27 Wolfgang WourdeauApplied r2538 from trunk, except for a failing chunk...
2011-04-29 Wolfgang WourdeauSPropTagArray_add: fixed a wrong sanity check where...
2011-04-29 Wolfgang Wourdeaunew "SPropTagArray_find" function that returns the...
2011-04-22 Wolfgang WourdeauSPropTagArray_delete: new function SPropTagArray_delete...
2011-03-22 Wolfgang Wourdeauimplemented new functions for producing recurrence...
2011-01-23 Julien Kerihuel- Turn return value to MAPISTORE_ERROR for remaining...
2011-01-22 Brad HardsMerge r2528 and r2529 from mapistore_v2 branch.
2011-01-22 Julien Kerihuel- propagate usage of enum MAPITAGS instead of uint32_t
2010-12-29 Wolfgang Wourdeauaccept NULL rows without causing a segfault
2010-11-24 Julien KerihuelMerge latest trunk change into sogo branch
2010-11-12 Julien KerihuelMerge trunk changes (from r2196 up to 2259) into branch
2010-11-10 Brad HardsAdd support for PT_OBJECT in property fetching.
2010-10-25 Julien KerihuelPropagate UNICODE string size calculation fix from...
2010-10-19 Julien KerihuelPatch from Reiner Bezuidenhout <rbezuide@yahoo.com>:
2010-10-19 Brad HardsAPI documentation typo fix.
2010-10-12 Brad HardsMerge in changes from trunk.
2010-09-16 Brad HardsAdd handling of PT_MV_CLSID in mapi_SPropValue -> SProp...
2010-08-17 Julien KerihuelMerge current-samba4 branch back into trunk
2010-07-24 Brad HardsRename a few function arguments to avoid doxygen warnings.
2010-07-23 Julien KerihuelRemove auto-generated headers for libmapi:
2010-06-26 Julien Kerihueladd support for PT_CLSID and PT_SVREID in cast_mapi_SPr...
2010-06-26 Julien KerihuelAdd a memory context argument to cast_mapi_SPropValue...
2010-06-25 Julien KerihuelAdd PT_MV_BINARY support in cast_SPropValue
2010-06-23 Julien Kerihuel- Use external TALLOC context for cast_SPropValue rathe...
2010-06-01 Julien KerihuelFix how PT_DOUBLE data is passed among libmapi layers.
2010-05-28 Julien KerihuelPatch from Milan Crha <mcrha@readhat.com>:
2010-05-14 Brad HardsAdd PT_I8 for cast_SPropValue().
2010-05-13 Julien Kerihuel Fix openchange vs latest samba4 git-master branch
2010-05-08 Brad HardsImplement some more properties for cast_mapi_SPropValue().
2010-04-29 Brad HardsAdd PT_DOUBLE support for set_SPropValue().
2010-04-28 Brad HardsAdd support for PT_ERROR in mapi_SPropValue casting...
2010-04-28 Brad HardsAdd support for a couple more types in the casting...
2010-02-01 Julien KerihuelFix ticket #123 (known as 562948 on gnome bugzilla):
2010-01-26 Julien Kerihuel- Add NormalizedSubject and SubjectPrefix strings to...
2009-12-19 Julien KerihuelMinor indentation fix
2009-12-19 Brad HardsMerge in Ryan Lepinski's Google Summer of Code work...
2009-12-16 Julien KerihuelFix compilation warnings
2009-12-14 Brad HardsAdd documentation for set_SPropTagArray().
2009-08-03 Brad HardsRemove unused headers.
2009-05-28 Julien KerihuelPatch from Erik Hovland <erik@hovland.org>:
2009-03-01 Julien Kerihuel- handles array depends if a valid mapi_repl exists...
2009-02-22 Julien KerihuelFix 'dereferencing type-punned pointer' warnings
2009-02-17 Brad HardsA few improvements for property handling.
2009-01-25 Julien KerihuelReplace deprecated talloc_init calls with talloc_named
2009-01-24 Julien Kerihuel- Fix memory leak bug: release ndr context in pull_emsm...
2009-01-14 Julien Kerihuel* OpenChange libmapi function now returns MAPI error...
2009-01-11 Julien KerihuelAdd sanity check to get_SPropValue_SRowSet, prevents...
2008-10-20 Julien Kerihuel- Add GetUserFreeBusyData convenient function which...
2008-10-16 Julien Kerihuel- Implement multisession into libmapi
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-06 Julien Kerihuel- MAJOR NSPI protocol and libmapi stack update
2008-09-02 Julien Kerihuel- Fix Restrict IDL and implementation
2008-09-02 Julien Kerihuel- Add new IDL file (property.idl) to push/pull structur...
2008-07-27 Alan Alvarez- session constructor doesn't login to the server anymo...
2008-06-07 Brad HardsMake sure properties are copies into the last valid
2008-03-31 Julien Kerihuel- Fix an allocation memory problem in cast_SPropValue
2008-03-30 Julien Kerihuel- Add support for PT_UNICODE and PT_SHORT to libocpf
2008-03-13 Julien KerihuelPatch From Brad Hards, <bradh@frogmouth.net>:
2008-03-04 Julien Kerihuel- Initial revision for libocpf and its documentation
2008-02-21 Julien Kerihuel- Add --update option to openchangeclient and allow...
2008-01-22 Julien Kerihuel- Improve OpenMessage reply IDL
2007-11-25 Julien KerihuelFix a few code convention typos
2007-10-25 Julien KerihuelAdd convenient date related functions for implementors:
2007-10-16 Julien KerihuelAdd PT_CLSID case to get_SPropValue_data
2007-10-10 Julien KerihuelConvert OpenChange to GPLv3
2007-10-09 Julien Kerihuel- Add new named properties
2007-10-08 Julien Kerihuel- Rename GetAllNamesFromIDs to QueryNamesFromIDs (bette...
2007-09-11 Julien Kerihuel- Add preliminary openchangemapidump draft
2007-08-27 Jelmer VernooijUse standard type and values for booleans since Samba...
2007-07-10 Julien Kerihuel- Add Exchange ACLs support to MAPI library
2007-06-19 Julien Kerihuel- doc patch from Brad Hards
2007-06-16 Jelmer VernooijAdd some 'const' (fixes compile warnings).
2007-06-15 Julien Kerihuel- Add IDL implementation for restrictions Content,...
2007-06-01 Julien Kerihuelconvenient function which retrieve a value from a SProp...
2007-05-21 Julien Kerihuel- Add PT_SYSTTIME support to get_SPropValue_data
next