Add dummy file to make sure bin/ directory exists.
[jelmer/openchange.git] / libmapi / IProfAdmin.c
2012-04-16 Julien KerihuelMerge r3881,3893,3894,3895,3907,3908,3910,3911,3912...
2012-03-19 Matthieu PatouUse the profile as a talloc context for credentials...
2012-03-19 Matthieu PatouMove to talloced profile so that we can free ressources...
2012-03-19 Matthieu PatouFree the session in duplicateprofile
2012-03-14 Julien KerihuelFix warning
2012-03-08 Matthieu PatouFix wrong property size
2012-03-01 Julien KerihuelFix compilation error: fix older than API update
2012-02-29 Matthieu PatouUse nspi_GetMatches in duplicateprofile for populating...
2012-02-29 Matthieu PatouProfile: initialize the profile's context
2012-02-29 Matthieu PatouProfile: zero profile, it eases to spot initialized...
2012-02-27 Julien KerihuelFix issue #376, patch from Milan Crha:
2012-02-27 Julien KerihuelFix issue #384, patch from Milan Crha:
2012-02-21 Julien KerihuelMerge in r2746 from trunk
2012-02-20 Julien KerihuelMerge in r2532 from trunk
2012-02-20 Julien KerihuelMerge in r3036 from trunk
2012-02-20 Julien KerihuelMerge in r3211 from trunk: ticket #366 - Switch the...
2012-02-20 Julien KerihuelMerge in r3221 from trunk: fix memory leak, ticket...
2011-09-17 Brad HardsFix memory leak in libmapi/IProfAdmin.c:FindProfileAttr()
2011-08-16 Brad HardsSwitch the session list to be allocated on the main...
2011-07-07 Brad HardsPatch from Sean Finney:
2011-06-27 Wolfgang WourdeauApplied r2603 from trunk
2011-03-17 Brad Hardsnspi: use PropertyTagArray_r for minimal ids.
2011-02-03 Julien KerihuelRelease mem_ctx where needed
2011-01-22 Julien Kerihuel- propagate usage of enum MAPITAGS instead of uint32_t
2010-12-01 Julien KerihuelMerge latest trunk changes into sogo branch
2010-11-26 Brad HardsFix some API documentation issues.
2010-11-24 Julien KerihuelMerge latest trunk change into sogo branch
2010-11-13 Julien KerihuelMerge mapi_context branch back into trunk.
2010-11-12 Julien KerihuelForgotten merge: r2195 BestBody algorithm fix
2010-11-12 Julien KerihuelMerge trunk changes (from r2196 up to 2259) into branch
2010-10-12 Brad HardsMerge in changes from trunk.
2010-09-15 Julien KerihuelRemove global_mapi_ctx and replace it with a local...
2010-08-29 Julien KerihuelAdd CopyProfile and DuplicateProfile to IProfAdmin...
2010-08-27 Julien KerihuelAdd the localaddress patch prior Samba4 integration...
2010-08-17 Julien KerihuelMerge current-samba4 branch back into trunk
2010-07-31 Julien Kerihuel- Add an exchange-version parameter to mapiprofile...
2010-07-29 Brad HardsMore trivial API documentation fixes.
2010-07-23 Julien KerihuelRemove auto-generated headers for libmapi:
2010-06-13 Brad HardsFix some signed/unsigned issues in libmapi.
2009-12-21 Julien Kerihuel- Fix important memory leaks in OpenChange NSPI stack...
2009-12-16 Julien KerihuelFix compilation warnings
2009-12-15 Julien Kerihuel- Make OpenChange natively working with Exchange 2010
2009-08-29 Brad HardsFix some memory leaks and a bug in mapiprofile.
2009-02-19 Julien KerihuelRemove useless GetProfilePtr from IProfAdmin interface
2009-01-28 Julien Kerihuel- Fix memory leak in GetDefaultProfile and GetProfileTable.
2009-01-25 Julien KerihuelReplace deprecated talloc_init calls with talloc_named
2009-01-25 Brad HardsMinor Intel C compiler warning fixes.
2009-01-16 Julien Kerihuel- Add RenameProfile function to IProfAdmin API
2009-01-14 Julien Kerihuel* OpenChange libmapi function now returns MAPI error...
2009-01-14 Julien Kerihuel- Update openchange to use latest Samba4 master git...
2009-01-14 Jelmer VernooijUse tevent_context_init.
2009-01-11 Julien KerihuelPrevent from trying to add a NULL element to profile...
2009-01-11 Julien KerihuelPrevent IProfAdmin based code from crashing when a...
2008-12-30 Brad HardsRemove unreachable code.
2008-11-13 Julien KerihuelFix warnings when compiling with -Wextra
2008-11-04 Julien Kerihuel- remove usage of global_loadparm in libmapiadmin
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-07 Julien Kerihuel- Move from SLPSTRArray to StringArray_r
2008-09-06 Julien Kerihuel- MAJOR NSPI protocol and libmapi stack update
2008-06-16 Jelmer VernooijFix calls of ldb_init() as required by newer versions...
2008-05-31 Brad HardsMinor API documentation fixes.
2008-05-30 Brad HardsUse private_data instead of private, for C++ happiness.
2008-05-17 Brad HardsMake sure it has a return value.
2008-04-28 Julien Kerihuel- Improve GetSearchCriteria request IDL (unknown removed)
2008-04-05 Jelmer VernooijMerge the samba4-latest branch.
2008-04-02 Julien Kerihuel- Apply the nspi pointer patch - make openchange works...
2008-03-31 Julien Kerihuel- return MAPI_E_NOT_FOUND if NspiGetMatches doesn't...
2008-01-22 Julien Kerihuel- Improve NspiQueryRows IDL and implementation
2007-11-07 Julien KerihuelFix profile creation in a clustered Exchange 2007 envir...
2007-10-28 Julien KerihuelMove documentation to doxygen
2007-10-10 Julien KerihuelConvert OpenChange to GPLv3
2007-10-08 Julien Kerihuel- Rename GetAllNamesFromIDs to QueryNamesFromIDs (bette...
2007-08-30 Julien KerihuelRemove mapi_session pointer in mapi_objects
2007-08-27 Jelmer VernooijUse standard type and values for booleans since Samba...
2007-08-21 Julien Kerihuel- Add OpenPublicFolder function to libmapi, Open Public...
2007-07-31 Julien Kerihuel- Add Exchange Administration test to the torture suite...
2007-06-19 Julien Kerihuel- doc patch from Brad Hards
2007-06-16 Jelmer VernooijAdd some 'const' (fixes compile warnings).
2007-06-09 Julien Kerihuel- IProfAdmin patch applied: having password outside...
2007-05-12 Julien Kerihuelexchange2mbox improved:
2007-05-12 Julien Kerihuel- GetProfileAttr function prototype modified. It now...
2007-05-06 Ali MdidechMerged MAILOOK-branch changes r64:163 into the trunk.