tridge/openchange.git
2011-03-15 Andrew Tridgelluse dcesrv_call_account_name() instead of direct struct... master
2011-03-15 Andrew Tridgellremoved header workaround
2011-03-15 Andrew Tridgelluse new Samba4 public dce_call functions
2011-03-14 bradhmapiproxy: Update to reflect samba4 API change.
2011-03-10 wsourdeaumpm_uuid_cmp was actually the same function as libndr...
2011-03-10 wsourdeauapplied the same work-around as in r2494, but for emsmdb
2011-03-10 wsourdeauapplied the same work-around as in r2494, but for emsmdb
2011-03-10 wsourdeaumoved and renamed "dcesrv_uuid_matches" from nspi modul...
2011-03-08 bradhlibmapi: minor NSPI cleanup.
2011-03-07 wsourdeau"mapistore_add_context" takes an fid as parameter,...
2011-03-07 wsourdeaumapistore_pocop_get_table_row always return a MAPISTORE...
2011-03-07 wsourdeau"op_create_context" now takes the folder id as argument
2011-03-07 wsourdeauadapted provisioning script to the SOGo backend
2011-03-07 wsourdeauremoved unused pocop
2011-03-07 wsourdeauadded support for table, message and folder subscriptions
2011-03-07 wsourdeaufully converted the table backend api to the poc api...
2011-03-07 wsourdeaulet the mapistore backend handle the value of PR_CONTEN...
2011-03-07 bradhlibmapi: fix documentation typos.
2011-03-07 bradhAdd a little example of GAL fetching with restrictions
2011-03-06 bradhRevert change in r2716
2011-03-06 wsourdeauoxcnotif[2.2.1.4.1]: when TagCount == 0xffff (too many...
2011-03-03 bradhOCPF: apidocs typo fix.
2011-03-03 bradhAdd workaround for missing samba4 headers
2011-03-03 bradhlibmapiadmin: Adapt to API change in Samba4
2011-03-03 bradhbuild: Work around linker problem on Fedora 13/14 ...
2011-03-03 wsourdeaufixed crash during invalid logons
2011-03-03 wsourdeauset the parent of the mesage object to the handle passe...
2011-03-02 bradhImplement unit tests for python properties handling.
2011-03-01 jkerihuelOnly add TYPE and PidTagMessageClass if ctx->type exists
2011-03-01 jkerihuel- Make folderID uint64_t optional when writing ocpf
2011-03-01 jkerihuelReimplement ocpf_get_recipients and update its API
2011-02-28 jkerihuelReplace existing OCPF recipients implementation with...
2011-02-28 bradhmapistore: implement setprops for mstoredb backend.
2011-02-28 bradhmapitest: Minor test clean ups for Some ResolveRecipien...
2011-02-28 bradhpyopenchange: fix error string
2011-02-27 bradhmapistore: Remove lpcfg_server_role prototype imported...
2011-02-27 bradhmapistore: Fix prototype for mapistore_backend_get_uri_...
2011-02-27 bradhmapistore: trivial documentation fixes.
2011-02-27 bradhmapistore: rename get_fid_by_name to be get_uri_by_name...
2011-02-27 bradhmapistore: Add a test of folder creation without a...
2011-02-27 bradhmapistore: add python bindings and tests for get_messag...
2011-02-26 bradhmapistore: add closedir implementation
2011-02-26 bradhmapistore: add unit tests and docs for debug getter...
2011-02-25 bradhlibmapi: remove stray quote in doxygen configuration.
2011-02-24 jkerihuelAdd sanity check, prevent from provisioning if mapistor...
2011-02-24 bradhmapistore: update API documentation
2011-02-24 wsourdeauconvert string streams from UTF-16 to UTF-8
2011-02-24 bradhmapistore: typo fixes.
2011-02-24 jkerihuelSplit mapistoredb initialization into 2 different steps:
2011-02-24 wsourdeauadded row type definitions
2011-02-24 wsourdeaumake use of PT_UNICODE properties
2011-02-24 wsourdeauimplemented RopOpenAttach, RopCreateAttach, SaveChanges...
2011-02-24 wsourdeauimplemented RopOpenAttach, RopCreateAttach, SaveChanges...
2011-02-24 wsourdeauPoC: implemented poc methods for "release", "get_attach...
2011-02-23 bradhmapistore: trivial API docs fix.
2011-02-22 jkerihuelFix debuglevel setter for mapistore Python bindings
2011-02-22 jkerihuelWAF pending work on libmapi, libocpf and libmapistore...
2011-02-22 bradhmapistore: parameterise out some variables in the provi...
2011-02-21 bradhmapistore: implement get_folder_count() in mapistore...
2011-02-20 bradhpyopenchange: add test case for mapistore closedir()
2011-02-19 bradhfsocpf: Fix updating of properties
2011-02-18 bradhfsocpf: Minor work on set properties
2011-02-17 bradhmapistore: fix fsocpf backend opendir and set_props...
2011-02-17 jkerihuel- Move libmapistore pc file into mapiproxy/libmapistore
2011-02-17 bradhmapistore: Add unit tests for opendir and setprops.
2011-02-17 bradhbuildsystem: cleanup mapistore coverage noise files...
2011-02-17 bradhmapistore: add unit tests of creating a sub-folder.
2011-02-17 bradhAdd unit tests for python mapistore / mapistoredb
2011-02-17 bradhmapistore: Turn down URI generation message to DEBUG...
2011-02-16 jkerihuelInstall header files for libmapistore
2011-02-16 jkerihuel- Introduce preliminary WAF build system support for...
2011-02-16 wsourdeaufixed alignment definition for ReadStream_repl
2011-02-16 bradhmapistore: Move some function declarations from mapisto...
2011-02-16 bradhmapistore: Use __FUNCTION__ macro instead of the litera...
2011-02-16 bradhRemove stray semicolons.
2011-02-16 bradhpyopenchange: add setters for database path and named...
2011-02-16 bradhpyopenchange: Minor cleanup in mapistoredb test
2011-02-16 bradhmapistore: debug typo fix.
2011-02-16 bradhmapistore: Remove commented-out declaration.
2011-02-16 bradhmapistore: Clean up api documentation noise
2011-02-16 bradhmapistore: Fix API documentation formatting for enum...
2011-02-16 bradhTry harder to not show _PUBLIC_ export defines in the...
2011-02-16 bradhmapistore: fix API documentation for mapistore_createme...
2011-02-16 bradhmapistore: minor cleanups for mapistore_mkdir()
2011-02-15 wsourdeauadded support for PidNameXSieve and PidNameXVirusScanned
2011-02-15 jkerihuelDefinitely change API and move from mapistore v1 to...
2011-02-14 wsourdeauEnsure the "layout" is activated for untyped responses...
2011-02-14 bradhRemove temporary hack introduced in r2228
2011-02-14 wsourdeauimplemented RopSeekStream
2011-02-14 wsourdeauadded debugging output for missing handles
2011-02-14 bradhRemove plugfest branch - merged to trunk.
2011-02-13 bradhserver: intialize aux_header buffer to null if the...
2011-02-13 bradhserver: fix handling of XorMagic flag
2011-02-13 bradhserver: Correct handling of rgwBestVersion
2011-02-13 bradhserver: fix samdb_connect() signature.
2011-02-13 bradhserver: Fix IDL for parsing of AUX_PERF_PROCESSINFO...
2011-02-13 bradhlibmapi: change mapidump_recipients to use PropertyTagA...
2011-02-13 bradhlibexchange2ical: handle change in function signature...
2011-02-13 bradhAdd PtypString8 entries for each string to enum mapitags.
2011-02-13 bradhcheck_fasttransfer: Fix warnings from recent mapistore...
next