Use local includes rather than installed ones for libexchange2ical
[jelmer/openchange.git] / utils /
2010-07-06 Brad HardsImplement RopSetReceiveFolder
2010-07-04 Brad HardsEnhance GetReceiveFolder mapitest.
2010-07-03 Brad HardsMake sure objects are correctly init()'d and release...
2010-07-03 Brad HardsMake sure objects are correctly init()'d and release...
2010-07-03 Brad HardsMake sure all objects are initialised, even in failure...
2010-07-02 Brad HardsAdd mapitest unit test for DeleteMessages with multiple...
2010-06-28 Brad HardsEnsure we don't duplicate folder names.
2010-06-23 Julien Kerihuel- Use external TALLOC context for cast_SPropValue rathe...
2010-06-20 Brad HardsAdd extended test code for folder creation / deletion.
2010-06-13 Brad HardsFix signed / unsigned issue in openchangebackup utility.
2010-06-13 Brad HardsAvoid signed / unsigned comparisions in mapitest
2010-06-13 Brad HardsFill in initialisers.
2010-06-06 Brad HardsAvoid leaking file descriptors on error.
2010-06-03 Julien Kerihuel- Make libocpf reentrant and use contexts/ref_count...
2010-05-31 Brad HardsAdd better error path handling for the OXCFOLD-CREATE...
2010-05-25 Julien Kerihuelrelease objects properly in the mailbox recursive function
2010-05-24 Julien KerihuelMissing mapi_object_release call added
2010-05-21 Brad HardsFix some hard-coded formatting in mapitest common code.
2010-05-21 Brad HardsAdd a simple create / delete folder test to mapitest.
2010-05-08 Brad HardsUse retval instead of GetLastError() in a couple of...
2010-05-08 Brad HardsAdd missing failure path handling.
2010-05-08 Brad HardsAvoid assigning a boolean result to an enum MAPISTATUS.
2010-05-02 Brad HardsFix some mapitest issues reported by valgrind.
2010-05-02 Brad HardsFix up a few segfaults found when running against openc...
2010-04-23 Julien KerihuelAdd a convenient function to retrieve the total
2010-04-20 Julien KerihuelFix OpenChange notification subsystem to handle multipl...
2010-03-02 Brad HardsImplement RopOptionsData (0x6F).
2010-02-28 Brad HardsAdd talloc leak checking options to mapitest.
2010-02-23 Brad HardsImplement basic subunit output protocol format for...
2010-02-17 Brad HardsUpdate the IDL and implementation for RopGetPermissions...
2010-02-11 Brad HardsRemove copied code from samba (ldb) and just use the ldb
2010-02-10 Brad HardsEnsure we always initialise before trying to cleanup...
2010-02-10 Brad HardsFix spelling errors.
2010-02-08 Julien Kerihuel- Add parser for codepage-lcid
2010-02-08 Brad HardsAdd unit test coverage for the GetGALTable() function.
2010-02-02 Julien Kerihuel- Fix trac ticket #183: PT_UNICODE properties are now...
2010-02-01 Julien KerihuelFix ticket #123 (known as 562948 on gnome bugzilla):
2010-01-26 Julien Kerihuel- Add NormalizedSubject and SubjectPrefix strings to...
2010-01-08 Brad HardsImplement IsMailboxFolder for public folder types.
2010-01-06 Brad HardsAdd unit tests for IsMailboxFolder
2009-12-24 Julien KerihuelFix format string warnings.
2009-12-24 Julien KerihuelNew ModifyRecipients IDL and implementation.
2009-12-24 Brad HardsMinor API documentation fix.
2009-12-23 Brad HardsFix some exchange2ical memory leaks / "still reachable...
2009-12-21 Brad HardsAdd support for skipping tests that don't apply to...
2009-12-21 Brad HardsChange the format of the server version, so it matches...
2009-12-21 Julien KerihuelPatch from Johnny Jacob <johnnyjacob@gmail.com>:
2009-12-21 Julien Kerihuel- Fix important memory leaks in OpenChange NSPI stack...
2009-12-20 Julien KerihuelMissing mapi_object_release leading in small leaks.
2009-12-19 Brad HardsMerge in Ryan Lepinski's Google Summer of Code work...
2009-12-17 Julien KerihuelFix 'unused variable' warning on FreeBSD for exchange2mbox
2009-12-16 Julien KerihuelFix segfaults in mapitest launched with exchange2010
2009-12-16 Julien KerihuelFix compilation warnings
2009-12-15 Julien Kerihuel- Make OpenChange natively working with Exchange 2010
2009-12-13 Brad HardsTrivial fix (newline) for warning on FreeBSD compiler.
2009-12-12 Julien KerihuelPatch from Erik Hovland <erik@hovland.org>:
2009-11-25 Brad HardsAdd additional mapidump functions for notifications
2009-11-23 Brad HardsAvoid use-after-free for the number of rows in the...
2009-11-22 Brad HardsAdd test for get_proptag_value().
2009-11-22 Brad HardsMinor cleanups for mapidump functions.
2009-11-07 Brad HardsAdditional portability fixes for SunOS.
2009-11-07 Brad HardsRemove MAP_FILE flag from mmap(). Looks like this is...
2009-10-21 Julien KerihuelPatches provided by raboof:
2009-10-19 Brad Hardsspello fixes.
2009-09-19 Brad HardsImplement RopReloadCachedInformation (0x10).
2009-09-19 Brad HardsImplement GetValidAttachments ROP (0x52).
2009-09-16 Brad HardsWhitespace cleanup.
2009-09-12 Brad HardsUse appropriate enum here.
2009-09-12 Brad HardsUse enum for OpenEmbeddedMessage call.
2009-09-11 Brad HardsRemove unused variable, and change a name to avoid...
2009-08-29 Brad HardsFix some memory leaks and a bug in mapiprofile.
2009-08-18 Brad HardsMove initialisation up, to make sure everything is...
2009-08-18 Brad HardsRemove unreachable code.
2009-08-17 Brad HardsEnsure that we check the result of the operation we...
2009-08-17 Brad HardsMake sure that return values are checked and report...
2009-08-17 Brad HardsMore cleanups of memory leaks for setting up database...
2009-08-17 Brad Hardsfix leak in openchangeclient
2009-08-17 Brad HardsFix memory leak in mapiprofile utility
2009-08-14 Brad HardsEnsure that when we pass --profile to mapitest, that...
2009-08-13 Brad HardsRemove unused enum values.
2009-08-13 Brad HardsRemove unused code - no simple tests.
2009-08-03 Brad HardsRemove unused headers.
2009-08-03 Brad HardsApply patch from Erik Hovland, from ticket #162.
2009-08-02 Brad HardsApplied modified version of patch from Erik Hovland...
2009-07-29 Brad HardsRemove dead / unused code.
2009-07-29 Brad HardsUpdate test case to reflect new behaviour
2009-05-28 Julien KerihuelPatch from Erik Hovland <erik@hovland.org>:
2009-05-28 Julien Kerihuel- Add sanity check on mapitest_common creation routines...
2009-05-28 Julien KerihuelPatch from Erik Hovland <erik@hovland.org>
2009-05-28 Julien KerihuelPatch from Erik Hovland <erik@hovland.org>:
2009-04-27 Julien KerihuelPatch from Paolo Abeni <paolo.abeni@gmail.com>:
2009-04-23 Brad HardsFix display of Folder ID values (one is filled with...
2009-04-23 Brad HardsTypo fix.
2009-04-21 Brad HardsImplement RopTransportNewMail (0x51).
2009-04-18 Brad HardsImplement RopCloneStream (0x3b) and RopWriteAndCommitSt...
2009-04-17 Brad HardsImplement RopSetPropertiesNoReplicate (0x79).
2009-04-16 Brad HardsImplement (IDL, libmapi, mapitest) RopHardDeleteMessage...
2009-04-15 Brad HardsImplement RopHardDeleteMessages (0x91).
2009-04-11 Brad HardsAdd a new mapitest suite for OXCNOTIF (Core Notifications).
2009-04-08 Brad HardsMapitest cleanups - remove GetLastError(), and other...
next