Re: [openchange][devel] maildir procmail

2009-02-06 Thread Brad Hards
On Friday 06 February 2009 06:24:56 pm r...@whoever.com wrote: However, when I set 'format' to RTF, then I get MAPI_E_CORRUPT_DATA after WrapCompressedRTFStream returns. If I replace the call to WrapCompressedRTFStream with a call to octool_get_stream, then I get some garbled stuff, so the

Re: [openchange][devel] core dump @ MAPIUninitialize

2009-02-09 Thread Brad Hards
On Tuesday 10 February 2009 01:31:43 am r...@whoever.com wrote: Last one for tonight: Today I changed from the 0.8 package to svn 1107. The utilities (mapiprofile, openchangeclient, etc) as well as my own code abort at the end. In my own program I can see that the MAPIUninitialize at the very

Re: [openchange][devel] Get property values / find property values

2009-02-13 Thread Brad Hards
On Friday 13 February 2009 11:33:18 pm Julien Kerihuel wrote: On Fri, 2009-02-13 at 22:34 +1100, Brad Hards wrote: libmapi/mapidump.c:59: warning: cast from pointer to integer of different size libmapi/freebusy.c:291: warning: cast from pointer to integer of different size libmapi

[openchange][devel] [patch] r1197 warning fix

2009-02-21 Thread Brad Hards
The buildbot indicates that r1197 introduced this warning: mapiproxy/servers/default/emsmdb/oxcstor.c:256: warning: dereferencing type-punned pointer will break strict-aliasing rules I think it is harmless, but I'd still like to make it go away if possible. Is this patch OK as a fix? ---

[openchange][devel] Handling FreeBookmark

2009-03-18 Thread Brad Hards
G'day team. mapitest currently has one failure when run with Exchange 2003. Basically the problem is we do RopSetCollapseState, and can't clean up the returned Bookmark. The documentation says to use RopFreeBookmark, but that can't work with Exchange, according to Microsoft:

Re: [openchange][devel] How to correctly free the properties returned by GetProps and GetPropsAll

2009-03-20 Thread Brad Hards
On Friday 20 March 2009 02:42:09 am Chuck Bohling wrote: With windows client MAPI, the props returned by IMAPIProp::GetProps are freed with a single call to MAPIFreeBuffer. That does not seem to be the case with OpenChange GetProps and GetPropsAll. What is the correct way free the props so

Re: [openchange][devel] libmapi status

2009-04-08 Thread Brad Hards
On Wednesday 08 April 2009 06:48:55 pm Karl Lattimer wrote: On Wed, 2009-04-08 at 07:35 +1000, Brad Hards wrote: On Tuesday 07 April 2009 10:08:59 pm Karl Lattimer wrote: - Does libmapi allow a client to connect via an RPC-HTTP proxy? Not yet. This is an area we are planning to work

[openchange][devel] Use SBinary_short instead of DATA_BLOB?

2009-04-16 Thread Brad Hards
The IDL for WriteStream request looks like: typedef [flag(NDR_NOALIGN)] struct { [subcontext(2), flag(NDR_REMAINING)] DATA_BLOB data; } WriteStream_req; Could we just use a SBinary_short instead? [MS-OXCROPS Section 2.2.8.3 RopWriteStream] Brad

Re: [openchange][devel] [PATCH] fix for event notification issues

2009-04-17 Thread Brad Hards
On Tuesday 31 March 2009 02:11:45 am Paolo Abeni wrote: Checking the Core Notifications Protocol Specification, there are a few issue with current idl code for parsing event notification, which the attached patch should fix (it include the patch I posted previously, since it seams to match the

Re: [openchange][devel] Request for help opening another user mailbox using OpenUserMailbox

2009-04-17 Thread Brad Hards
On Thursday 16 April 2009 05:21:50 pm Rameez Khan wrote: I am not able to open the mailbox for my user testone. It usually helps if you can explain what doesn't work. For example, are you getting an error message? Are you getting a segfault? There is an open task on trac for opening another

Re: [openchange][devel] [PATCH] redisign notification handling [1/2]: move private data into mapi_notifications

2009-04-23 Thread Brad Hards
On Thursday 23 April 2009 05:15:21 pm Paolo Abeni wrote: BTW do someone have some comments regarding this patch: http://mailman.openchange.org/pipermail/devel/2009-April/001228.html ? Should I open a related track issue? I'm sorry if I'm a bit too pressing, I only want to avoid that the

Re: [openchange][devel] Unicode support in OpenChange

2009-05-05 Thread Brad Hards
On Tuesday 05 May 2009 05:02:39 am Chuck Bohling wrote: In GetProps and GetPropsAll, WantUnicode is set to 0. I changed that to 1, and was able to get multi-byte, uft8 characters. Any possibility of passing that flag as a parameter? Looks entirely reasonable. Can you please raise a trac task

Re: [openchange][devel] Unicode support in OpenChange

2009-05-07 Thread Brad Hards
On Friday 08 May 2009 01:51:37 am you wrote: I can view the wiki now and I think you've discovered the problem. Just like having WIKI_VIEW permission, anyone who wants to create a new ticket needs TICKET_CREATE permission. That needs to be set with trac-admin. Since I'm registered as just a

Re: [openchange][devel] evolution MAPI plugin doesn't work on ubutnu

2009-06-17 Thread Brad Hards
On Wednesday 17 June 2009 06:49:19 pm Brian Lu wrote: Another issue is I tried to file a ticket for this issue at http://trac.openchange.org/ But I was told that I have no permission to file a ticket. Does anyone know how to get the permission? You need to create an account and to confirm

Re: [openchange][devel] Regarding Program execution in Libmapi Romulus

2009-08-27 Thread Brad Hards
On Thursday 27 August 2009 22:28:23 Soumitra Banerjee wrote: Hi all, I have installed libmapi Romulus on my Ubuntu 9.04 machine, and the openchangeclient runs smoothly from the terminal. I have a question that could I explicitly execute some of the codes for self study, such as

Re: [openchange][devel] Regarding Program execution in Libmapi Romulus

2009-08-27 Thread Brad Hards
On Friday 28 August 2009 14:13:58 Soumitra Banerjee wrote: I've basically installed the open change client in my Ubuntu machine and trying to interact with MS Exchange Server 2007. During the course of interaction, I even took captures of some of the scenarios. Well, I'm basically doing a bit

Re: [openchange][devel] Regarding Program execution in Libmapi Romulus

2009-08-28 Thread Brad Hards
On Friday 28 August 2009 17:07:37 you wrote: Hi Brad, Just tell me one thing, can I execute any C program in the libmapi- 0.8-ROMULUS folder, or I can only execute the ones that are in the /doc/examples/ directory. I'm able to compile the mapi_sample1.c program and have taken capture of its

Re: [openchange][devel] OpenChange video tutorials #001: Ideas requested

2009-09-11 Thread Brad Hards
On Wednesday 09 September 2009 22:53:02 Julien Kerihuel wrote: The main idea would be to create development/integration/setup tutorials to help developers playing with OpenChange and take the best of it. Video tutorial about development is not quite an easy task, but I'm willing to take this

Re: [openchange][devel] [patch] cosmetic fix to utils/exchange2ical/exchange2ical_utils.c

2009-09-16 Thread Brad Hards
On Wednesday 16 September 2009 09:41:11 Erik Hovland wrote: exchange2ical_utils.c was missing a new-line at the end. So I added it and took out all of the whitespace at the end of lines. Thought the devs would like to see this but it didn't really need a trac ticket. I committed this as rev

Re: [openchange][devel] Status update?

2009-09-30 Thread Brad Hards
On Wednesday 30 September 2009 19:07:32 Maxim Burgerhout wrote: Hi, Hi I've been following this list for a while and I was wondering whether it would be possible for one of the (core) developers to either post a status message here or (preferably) on the website. It is hard to deduce from

Re: [openchange][devel] Does anyone know the current status of Thunderbird Integration with OpenChange project?

2009-10-19 Thread Brad Hards
On Monday 19 October 2009 20:54:09 brian...@sun.com wrote: Hi, All, I found this project at http://www.openchange.org/index.php?option=com_contenttask=viewid=139Ite mid=91 It looks like someone is working on supporting Exchange server in Thunderbird. It is one of the long terms goals. We

Re: [openchange][devel] [PATCH] More mapidump util functions.

2009-11-10 Thread Brad Hards
On Tuesday 10 November 2009 17:07:44 Johnny Jacob wrote: Hello, Hi Johnny, Attached a trivial patch for more mapidump functions related to notification structure. I see the attachment, but it looks like a list of changes from git, not a patch. Brad

[openchange][devel] Outage on main openchange server

2009-11-14 Thread Brad Hards
Looks like there is an outage on the main openchange server. The box is alive, but it looks like the web server is down. That is affecting the web site, wiki and svn repository amongst others. Brad ___ devel mailing list devel@lists.openchange.org

[openchange][devel] [patch] code coverage - first cut

2009-11-15 Thread Brad Hards
Hi, I'd like to do some refactoring, but that always makes me a bit nervous I thought I'd try to get coverage testing going. I've not had a lot of success with gcov and shared libraries, but it looks like it may be working now. Anyway, a patch against trunk is attached. The idea is that

[openchange][devel] building openchange against samba trunk

2009-11-17 Thread Brad Hards
Hi, Andrew Bartlett is looking to release another alpha of samba4, and asked me to look at whether trunk of samba is good with openchange. I found a couple of things that I think need to be fixed in samba, and have posted patches to the samba mailing list for those. This the set of changes

Re: [openchange][devel] building openchange against samba trunk

2009-11-17 Thread Brad Hards
On Wednesday 18 November 2009 16:37:28 Brad Hards wrote: BH: I clearly have no idea about this. It looks like context no longer has assoc_group_id, but I can't find the change or the fix. Looks like this is the applicable change, but I'm still not sure of the fix: http://gitweb.samba.org/?p

Re: [openchange][devel] [patch] code coverage - first cut

2009-11-19 Thread Brad Hards
I recommitted this as r1549 (and a subsequent revert of a minor part in r1550). I also put up a set of coverage results at: http://colo1.frogmouth.net/covresults/index.html Brad ___ devel mailing list devel@lists.openchange.org

Re: [openchange][devel] Does anyone know when 0.9 will be released?

2009-11-19 Thread Brad Hards
On Thursday 19 November 2009 20:50:50 Brian Lu wrote: Does anyone know when the libmapi 0.9 will be released? it isn't decided yet, but soon. We're working through the planning now. We might be able to advise on the plan after Monday. Brad ___ devel

Re: [openchange][devel] Python bindings

2009-11-20 Thread Brad Hards
On Friday 20 November 2009 18:59:53 Maxim Burgerhout wrote: That would be excellent! I'd still rather not have it at all, but I'm happy to hear a possible future migration to E2010 would not be an insurmountable problem. There are things we need to do, but the protocol differences aren't that

Re: [openchange][devel] [PATCH] More mapidump util functions.

2009-11-22 Thread Brad Hards
On Tuesday 10 November 2009 20:19:03 Johnny Jacob wrote: On Tue, 2009-11-10 at 19:55 +1100, Brad Hards wrote: On Tuesday 10 November 2009 17:07:44 Johnny Jacob wrote: Hello, Hi Johnny, Attached a trivial patch for more mapidump functions related to notification structure. Did you

Re: [openchange][devel] Where can I get the document about the GetFIDFromEntryID()

2009-11-25 Thread Brad Hards
On Tuesday 24 November 2009 18:49:53 Brian Lu wrote: Hi, All, I read evolution mapi plugin source code and find it uses GetFIDFromEntryID() which is part of libmapi API in the file (libmapi/utils.c) I searched http://apidocs.openchange.org/libmapi/globals_0x67.html#index_g but can't find

[openchange][devel] Preparing for 0.9 release

2009-11-26 Thread Brad Hards
Hi. We're preparing for 0.9. I blogged about it (http://www.kdedevelopers.org/node/4107), but I've include a copy of that blog entry here. Read below for the details, but the short version: If there is something you need in 0.9, let me know ASAP..

[openchange][devel] Fwd: [ANNOUNCE] Samba 4.0.0alpha9

2009-11-30 Thread Brad Hards
-- Forwarded Message -- Subject: [ANNOUNCE] Samba 4.0.0alpha9 Date: Tuesday 01 December 2009 From: Andrew Bartlett abart...@samba.org To: samba-annou...@lists.samba.org We are proud to a announce another alpha release of Samba 4. What's new in Samba 4 alpha9

Re: [openchange][devel] E2K10 test results

2009-12-14 Thread Brad Hards
On Sunday 13 December 2009 23:08:13 Julien Kerihuel wrote: I've found an interesting article detailing why native Outlook 2003 clients can't connect to Exchange 2010 [2]. Those two articles gave me enough to figure out how to disable the encryption requirement (the second part of the first

Re: [openchange][devel] Where can I get the document about the GetFIDFromEntryID()

2009-12-14 Thread Brad Hards
On Monday 14 December 2009 19:54:12 brian...@sun.com wrote: Brad, I just checked the http://apidocs.openchange.org/libmapi/globals_0x67.html#index_g The API is still missing and set_SPropTagArray() is also missed. Documentation for GetFIDFromEntryID() works on my local doxygen. I added

Re: [openchange][devel] New implementation of ModifyRecipients (working with Exchange 2010/2003)

2009-12-18 Thread Brad Hards
On Saturday 19 December 2009 06:40:28 Julien Kerihuel wrote: Hi List, I've been working today on a long-time issue we had in OpenChange. Some users were reporting problems sending e-mail to people within their organization. Furthermore we were unable to send emails to Exchange 2010 servers

Re: [openchange][devel] New implementation of ModifyRecipients (working with Exchange 2010/2003)

2009-12-19 Thread Brad Hards
On Sunday 20 December 2009 01:00:53 Julien Kerihuel wrote: * OXCSTOR: OXCSTOR-GETSTORESTATE [MS-OXCSTOR]: page 57 11 Section 2.2.1.5: Exchange 2010 does not support RopGetStoreState, but Exchange 2003 and Exchange 2007 do support it. This explains the

Re: [openchange][devel] Crash in OpenChange server provisioning

2009-12-19 Thread Brad Hards
On Sunday 20 December 2009 17:40:07 Girish V wrote: Dear all, I provision the server and then this crash occurs never now and then. I try a few times and this crash goes away but I want to know the technical way to solve it. ;) Not really sure. Is it possible to get a debug build, so the

[openchange][devel] OpenChange 0.9 Cochrane released

2009-12-24 Thread Brad Hards
The OpenChange project team is happy to announce a new release (0.9) is now available for download from https://sourceforge.net/projects/openchange/files/openchange/openchange-0.9%20COCHRANE/openchange-0.9- COCHRANE.tar.gz/download Release notes for this version: Improved portability,

Re: [openchange][devel] OpenChange 0.9 Cochrane released

2009-12-25 Thread Brad Hards
On Friday 25 December 2009 21:07:17 Ulrich Papendick wrote: Don't forget Kamen's work in your credits. Indeed I did omit Kamen from the list in the announcement email. No idea how. I included him in my blog post, and in the release notes on the website. Brad

Re: [openchange][devel] Delegated credentials support

2009-12-28 Thread Brad Hards
On Monday 28 December 2009 23:26:34 Waseem Azhar wrote: We have been trying to figure out where things go wrong while try login using delegated auth option. I guess you're trying to use mapiproxy here? If so, Julien is best placed to answer your questions. However he is unlikely to see your

Re: [openchange][devel] Read calendar from Windows exchange 2007 server

2010-01-03 Thread Brad Hards
On Monday 04 January 2010 00:33:41 Menno Klein wrote: I want to read the calender from the /Microsoft-Server-ActiveSync Url with a simple php script and publish this on my website. I want to use the normal Windows Exchange 2007 server incombination with a remote server with PHP support on

[openchange][devel] [patch] support building openchange without popt

2010-01-14 Thread Brad Hards
Hi, Ticket 233 (http://trac.openchange.org/ticket/233) is a problem originally identified by Alan Alvarez in that we can't build openchange without popt being available. Tonight I deleted the popt-devel package on my laptop, and looked at the damage. Looks like there are three problems: 1.

Re: [openchange][devel] Planning OpenChange 0.10 NOMAD release

2010-02-10 Thread Brad Hards
On Wednesday 10 February 2010 06:40:15 Erik Hovland wrote: Please, feel free to report or fill bug entries if you encounter problems with openchange tools or libmapi API or if you're desperately looking for a feature that doesn't exist yet. All of my current patches are now in trac. They

Re: [openchange][devel] cast_mapi_SPropValue doesn't handle all types

2010-04-28 Thread Brad Hards
On Tuesday 20 April 2010 06:22:02 pm Milan Crha wrote: Hi, I used this code for my case (I moved it to evolution-mapi itself then): I'm about to merge this, but I have one question. + case PT_MV_BINARY: + { + uint32_ti; +

Re: [openchange][devel] Revision 1762 slightly unusable

2010-04-28 Thread Brad Hards
On Thursday 29 April 2010 12:25:05 am Milan Crha wrote: Hi, I just did an update of openchange to revision 1762, and I cannot run evolution-mapi with it anymore, with the error: unhandled conversion case in cast_mapi_SPropValue(): 0xa That is PT_ERROR. I've added support in r1763.

Re: [openchange][devel] Beginners question for configuring MAPI client

2010-05-07 Thread Brad Hards
On Saturday 08 May 2010 06:52:32 am Vinay Nagrik wrote: *Could anyone please tell me if Mozilla Thunderbird can work as a MAPI proxy client?* mapiproxy uses the exchange RPC protocol, just like outlook and exchange do. I don't think Thunderbird can do that yet. *Which port does the MAPI

Re: [openchange][devel] Revision 1762 slightly unusable

2010-05-07 Thread Brad Hards
On Saturday 08 May 2010 06:08:28 am Milan Crha wrote: Hi there, I'm still in process of testing the PT_DOUBLE bug, with not much success, but that might be Evolution's issue, I'll investigate more. Tell me more about what you're seeing. Is there a bugzilla entry somewhere? Can you get a

Re: [openchange][devel] Revision 1762 slightly unusable

2010-05-11 Thread Brad Hards
On Monday 10 May 2010 05:55:48 pm Milan Crha wrote: From the code reading I understood that struct mapi_SPropValue and struct SPropValue are not 1:1, some values which can be stored in struct SPropValue are not possible to store in struct mapi_SPropValue, and/or vice versa. I found these three

Re: [openchange][devel] Message not delivered from Evolution to final destination

2010-05-11 Thread Brad Hards
On Wednesday 12 May 2010 10:27:36 am Vinay Nagrik wrote: Q. Can I look into a log book for some file to check if the first MAPI proxy received the message and similary check if the second MAPI proxy received the message. When you start the samba4 server process, you can ask for debug data.

Re: [openchange][devel] samba server starting gives error messages on one starts successfully on other

2010-05-13 Thread Brad Hards
On Friday 14 May 2010 08:56:48 am Vinay Nagrik wrote: Sassy told me that the svn code may be broken and a new version of samba4alpha12 will be out later during the year. And he pointed out not to work with svn downloaded code but to directly get the sama4 from git. You have to use consistent

Re: [openchange][devel] Still failure in building SVN HEAD

2010-05-21 Thread Brad Hards
On Friday 21 May 2010 03:43:41 pm Girish V wrote: Guys, I will keep trying and ask in case the problem does not go away. I am getting different kinds of failures after # make samba-git failure wef error This works fine for me. If you haven't already, make sure the script is updated

[openchange][devel] [patch] fsocpf default provisioning

2010-05-22 Thread Brad Hards
Hi, The attached patch switches the new account provisioning to use fsocpf by default, with an option to use sqlite. I'm aware that fsocpf isn't so advanced at the moment, but I think its likely to be a better option for our immediate work. Comments on the patch (here, or on reviewboard at

[openchange][devel] Review Request: Move system folder deletion implementation from oxcfold.c to openchangedb

2010-06-26 Thread Brad Hards
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.openchange.org/r/5/ --- Review request for OpenChange. Summary --- On IRC (I think), Julien

Re: [openchange][devel] Openchange dynamic linking issue

2010-07-11 Thread Brad Hards
On Sunday, July 11, 2010 10:21:13 pm Girish V wrote: I am talking about the server. It starts for me and many operations work (although some operations do cause problems). You do need to use the specific version of samba built by the install script though. Jelmer told me around 15 days ago

Re: [openchange][devel] Openchange dynamic linking issue

2010-07-15 Thread Brad Hards
On Thursday 15 July 2010 04:53:38 pm Girish V wrote: Did that work? Did the openchange build work? Did you install and provision? Did it start? If it ran, what tests did you perform and what were the results? Do you have any local changes? If so, what are they? What is the environment you

Re: [openchange][devel] Openchange dynamic linking issue

2010-07-15 Thread Brad Hards
On Thursday, July 15, 2010 06:30:31 pm you wrote: ftp://64.85.171.142/upload/samaver.jpg That won't load. Why? That is my problem. I mean that screenshot won't open. I can't tell what it shows. Brad ___ devel mailing list

Re: [openchange][devel] lp_ - lpcfg_ changes

2010-07-23 Thread Brad Hards
On Friday, July 16, 2010 06:28:01 pm tri...@samba.org wrote: Hi Brad and Julien, Hi Tridge, I've just pushed a change to Samba master that changes Samba4 to use lpcfg_*() instead of lp_*() for the loadparm calls. This will allow us to link in code that uses the Samba3 loadparm calling

Re: [openchange][devel] Review Request: Trivial API documentation fixes

2010-07-24 Thread Brad Hards
On None, Brad Hards wrote: Need Julien to review. Brad Hards wrote: Of course, that would need email support. Brad Hards wrote: This does need mail support Brad Hards wrote: Email test with better configuration. Committed as r2074 - Brad

[openchange][devel] Review Request: expose dcerpc_register_ep_server() for openchange and similar server side functionality

2010-08-08 Thread Brad Hards
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.openchange.org/r/16/ --- Review request for OpenChange. Summary --- Openchange server

Re: [openchange][devel] make: *** [libmapi/socket/interface.po] Error 1

2010-08-08 Thread Brad Hards
On Monday, August 09, 2010 11:52:36 am Michael Hamaker (Home) wrote: Hi, Hi Michael, Get this error when trying to make... I am a newbie and my background is in mechanical engineering not software so be easy on me... I need to know a bit more about what you did to get to this point. Can you

[openchange][devel] Review Request: WIP: Non-working version of Async Notification Operations

2010-09-27 Thread Brad Hards
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.openchange.org/r/22/ --- Review request for OpenChange. Summary --- Incomplete (not working)

[openchange][devel] Fwd: Removal of gendb_search

2010-10-17 Thread Brad Hards
---BeginMessage--- Matthias, http://git.samba.org/?p=samba.git;a=commit;h=8a2ce5c47cee499f90b125ebde83de5f9f1a9aa0 removed gendb_search (and the header util_ldb.h). That breaks OpenChange: http://services.openchange.org:8010/builders/kubuntu1004- server/builds/972/steps/compile/logs/stdio

Re: [openchange][devel] Removal of gendb_search

2010-10-17 Thread Brad Hards
On Sunday, October 17, 2010 11:19:15 pm Matthias Dieter Wallnöfer wrote: it isn't removed at all - it has only been moved into dsdb/common/util.c (and dsdb/common/util.h is the header). I see this has now been reverted, so its kind-of a moot point, but is dsdb/common/util.h an installed header?

[openchange][devel] Review Request: Fix typos in samba4 auth code

2010-11-04 Thread Brad Hards
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.openchange.org/r/27/ --- Review request for OpenChange. Summary --- Typo fixes for samba auth

Re: [openchange][devel] Sending html email with embedded images

2010-11-15 Thread Brad Hards
On Monday, November 15, 2010 09:14:24 pm Dov Grobgeld wrote: h1Welcome/h1 Please welcome Mr. Tux:p/ img src=tux.pngp/ He'll be your server tonight. The following straightforward way does not work. (Not even the HTML comes out ok). So is there any way of doing it properly?

Re: [openchange][devel] Sending html email with embedded images

2010-11-15 Thread Brad Hards
On Tuesday, November 16, 2010 05:25:40 pm Dov Grobgeld wrote: Doesn't work for me though as I have an older exchange server version 2003 or 2007 (not sure which, how do you check?). Or possibly, could this be due to to my old version of openchangeclient? I'm using version 0.8.2 as compilation

Re: [openchange][devel] Error in openchange_provision

2010-11-17 Thread Brad Hards
On Thursday, November 18, 2010 10:31:58 am j...@destar.net wrote: http://tracker.openchange.org/projects/openchange/wiki/HowTo_Install_OpenCh ange_From_Source The one thing I couldn't get to work was after, I had this in my review: - libmapi++ (C++ library): no This should have said

Re: [openchange][devel] Samba startup failure

2010-11-23 Thread Brad Hards
On Wednesday, November 24, 2010 08:09:42 am j...@destar.net wrote: OpenChange is installed at: /opt/openchange/trunk/ Samba is installed at: /usr/local/samba Don't do this. Make sure these are the same. Only after you have it working should you start making changes. Brad

Re: [openchange][devel] Samba startup failure

2010-11-23 Thread Brad Hards
On Wednesday, November 24, 2010 08:22:44 am j...@destar.net wrote: Quoting Brad Hards br...@frogmouth.net: On Wednesday, November 24, 2010 08:09:42 am j...@destar.net wrote: OpenChange is installed at: /opt/openchange/trunk/ Samba is installed at: /usr/local/samba $ cd trunk $ make

Re: [openchange][devel] how works exchange connectors and routes

2011-01-20 Thread Brad Hards
On Thu, 20 Jan 2011 09:24:37 am Emilio Campos wrote: I would like to know If are there any application, scripts or other methods for migrate exchange accounts from exchange servers to new accounts on openchage servers? Not at this stage. We can do some transfers, but not bulk-move an entire

Re: [openchange][devel] Is/Will-be there any mass property fetching capability for libmapi?

2011-02-07 Thread Brad Hards
On Tuesday, February 08, 2011 04:39:02 am Milan Crha wrote: We were talking on something like streaming, if I recall correctly, which I imagine like a series of steps: a) open a folder b) set properties interested in Always the same properties for every message in the folder? c) set

Re: [openchange][devel] Is/Will-be there any mass property fetching capability for libmapi?

2011-02-10 Thread Brad Hards
On Friday, February 11, 2011 06:18:45 am Milan Crha wrote: so I did some tests and fetching with FXCopyMessages is significantly faster, comparing it downloading all the bits of messages, not only its properties, but also attachments and other, then it's still not the exact thing I would like

Re: [openchange][devel] Link problem

2011-03-25 Thread Brad Hards
On Sat, 26 Mar 2011 02:26:25 am Thomas Cataldo wrote: Linking bin/mapitest /usr/bin/ld: utils/mapitest/modules/module_lzxpress.o: undefined reference to symbol 'ndr_map_error2ntstatu\ s@@SAMBA_4.0.0ALPHA14' Are you trying to build openchange trunk against the alpha14 release tarball, or

Re: [openchange][devel] Link problem

2011-03-28 Thread Brad Hards
On Tue, 29 Mar 2011 07:02:42 am Thomas Cataldo wrote: I followed your advice switched to openchange trunk + samba git. I still needed the attached patch (in samba4) to build on debian sid. OK, if you got a linker error for something like data_blob_named@SYMBOL_VERSION_WHATEVER, then you're

Re: [openchange][devel] About openchange Subscribe operation

2011-04-20 Thread Brad Hards
On Wed, 20 Apr 2011 10:14:03 pm lijing wrote: I want to ask a question, do Openchange support subscribe operate? Do you mean async notifications? We do it on the client, but I don't think it is implemented on the server yet. This is one of the activities for the mapistore_v2 redesign (so we

Re: [openchange][devel] patch using UNICODE for mapidump_contact [was Re: newbie, introduction and questions]

2011-05-03 Thread Brad Hards
On Tue, 3 May 2011 08:13:41 pm Alois Schloegl wrote: Before discussing the alternatives below, I'd really like to know how important the support for String8 really is. Are there really still exchange servers around that support only String8 but not Unicode ? Unicode is required by the

Re: [openchange][devel] [PATCH] exchange2mbox fix crash when from is not retrieved

2011-05-25 Thread Brad Hards
On Wed, 25 May 2011 11:30:51 am David McCullough wrote: Here's a little patch that fixes up a crash in exchange2mbox in the odd case where PR_SENT_REPRESENTING_NAME is not available. Applied as r2857. Thanks very much! Brad ___ devel mailing list

[openchange][devel] IDSET parser

2011-06-03 Thread Brad Hards
Hi Wolfgang, I've been looking a bit at your IDSET parser code. Looks nice, and I'd like to try to merge that into trunk. However I'm not sure I understand the can skip bool that you have in a few places. Can you help me out here? Also, are there any unit tests or other examples that I should

[openchange][devel] cmake work - where to for mapitest

2011-06-03 Thread Brad Hards
Hi Julien, I'm going to try to find some time for cmake work. Do you think mapitest would be good in cmake/libopenchange/mapitest (since it mostly tests code in libopenchange-common and libopenchange-network)? Or did you have something else in mind? Brad

[openchange][devel] OpenChange 0.11 Released!

2011-07-07 Thread Brad Hards
The OpenChange project team is happy to announce a new release (0.11 Transporter) is now available for download. This release is designed to work with the alpha 16 release of Samba4. OpenChange 0.11 provides improved Unicode handling, Kerberos authentication, Fast Transfer, improved

Re: [openchange][devel] tags for 0.10 and 0.11

2011-07-24 Thread Brad Hards
On Mon, 25 Jul 2011 12:24:34 AM Jelmer Vernooij wrote: Hi Brad, Julien, Subversion doesn't currently seem to have tags or branches for the 0.10 and 0.11 releases. I'm happy to add them, but I'm not entirely sure, based on the revision history, which revisions match these releases. I'm happy

Re: [openchange][devel] Proposing new OpenChange tarball release

2011-07-25 Thread Brad Hards
On Mon, 25 Jul 2011 04:32:11 PM Milan Crha wrote: thanks a lot for the release. I just returned from vacation and released evolution-mapi 3.1.4, which depends on OpenChange's libmapi 0.11. Thanks for sticking with us :-) Is bug 286 (on free'd memory use in free/busy) resolved for you? Brad

Re: [openchange][devel] tags for 0.10 and 0.11

2011-07-25 Thread Brad Hards
On Monday 25 July 2011 08:11:04 Jelmer Vernooij wrote: Is there any chance you can set them? It turns out I don't have my svn password here on my laptop (currently @ DebConf). Otherwise, I'll try to remember to set them when I get back. Done, hopefully correctly. Brad

Re: [openchange][devel] mapidump_contact does sometimes not finish

2011-09-29 Thread Brad Hards
On Thursday 29 September 2011 19:37:38 Alois Schloegl wrote: It seems that there is a synchronization issue, when the server is internally updating and openchange tries to read the data from the server at the same time. That seems unlikely - there is quite sophisticated locking on the Exchange

Re: [openchange][devel] mapidump_contact does sometimes not finish

2011-10-03 Thread Brad Hards
On Monday 03 October 2011 19:13:30 Alois Schloegl wrote: (*) patch_unicode+keywords.diff: the function function mapidump_contact in libmapi/mapidump.c is actually patched, it incorporates a field separator 0x1e, in order to avoid escaping of special characters within each field. Maybe

Re: [openchange][devel] Question on SPropValue vs. mapi_SPropValue

2011-12-07 Thread Brad Hards
On Wed, 7 Dec 2011 07:41:46 PM Milan Crha wrote: Anyway, OK, let's keep there mapi_SPropValue and SPropValue structs, but join mapi_SPropValue_CTR and SPropValue_CTR into one structure seems to me as a good step, feel free to call it a cleanup. I see that MSDN doesn't distinguish between these

Re: [openchange][devel] OpenChange 1.0 BORG Released!

2012-03-18 Thread Brad Hards
On Monday 19 March 2012 03:21:35 Shaheed Haque wrote: I just tried to register on the Bug tracker to be able to file this, but it won't let me log in. Can somebodykindly take a look please? Should be OK now. [For anyone else hit by this - we're sorry, but we're set up to do manual approvals

Re: [openchange][devel] fix idl of AUX_PERF_CLIENTINFO

2012-03-30 Thread Brad Hards
On 30/03/12 18:35, Dirk Jagdmann wrote: However the nstring only appear if the corresponding *Offset variable has a value greater than 0. So I'm looking for a syntax like: ... [if(MachineNameOffset 0)] nstring MachineName; [if(UserNameOffset 0)] nstring UserName; [if(AdapterNameOffset

Re: [openchange][devel] Building OpenChange on existing samba4 domain

2013-04-11 Thread Brad Hards
On Thursday 11 April 2013 17:07:15 theoutlan...@o2.pl wrote: Does anyone know how to solve this problem? Its hard to tell what part of this you are responding to, or what the original problem is, because you are top posting (google if you aren't familiar). Please post the background, then the

Re: [openchange][devel] Building OpenChange on existing samba4 domain

2013-04-16 Thread Brad Hards
On Monday 15 April 2013 16:57:50 theoutlan...@o2.pl wrote: Everything looks ok: # pkg-config --modversion tdb 1.2.10 # pkg-config --modversion ldb 1.1.13 # pkg-config --modversion talloc 2.0.7 # pkg-config --modversion tevent 0.9.17 OK, and with the same machine / account setup, the

Re: [openchange][devel] Fwd: [OpenChange - Bug #391] Multiple issues retrieving exceptions for recurring appointments Multiple issues retrieving exceptions for recurring appointments

2013-04-19 Thread Brad Hards
On Friday 19 April 2013 05:11:08 Shaheed Haque wrote: Hi all, I was wondering if there is any prospect of getting the patch from issue #391 applied? As far as I can recall, I supplied the Wireshark trace requested, but even without that the patch worked for getting reading the data, whereas

Re: [openchange][devel] Fwd: [OpenChange - Bug #391] Multiple issues retrieving exceptions for recurring appointments Multiple issues retrieving exceptions for recurring appointments

2013-04-23 Thread Brad Hards
On Tuesday 23 April 2013 09:12:06 Shaheed Haque wrote: Hi Brad, One more thing I just noticed. My changes to ChangeHighlight in property.idl are not quite right. I change the last field to this: Reserved[ChangeHighlightSize - 4] I noticed that I get errors flagged like this:

Re: [openchange][devel] Trouble calling OpenPublicProfile, NT_STATUS_BUFFER_TOO_SMALL = MAPI_E_LOGON_FAILED

2013-04-30 Thread Brad Hards
On Sunday 28 April 2013 22:24:45 Shaheed Haque wrote: I'm guessing the MAPI_E_LOGON_FAILED is related to the earlier NT_STATUS_BUFFER_TOO_SMALL, but though I have tried stepping through libdcerpc-binding.so.0, it is not clear to me where this originates. Could there be some mismatch between

Re: [openchange][devel] Trouble calling OpenPublicProfile, NT_STATUS_BUFFER_TOO_SMALL = MAPI_E_LOGON_FAILED

2013-04-30 Thread Brad Hards
On 01/05/13 07:21, Shaheed Haque wrote: Yes, and yes, and don't know, what command line tools? openchangeclient --pf -m or similar might be what I meant :-) The OAB is indeed exactly what I'm after, do you have a pointer either to a spec or some code? I'm a bit blank on the details - sorry.

[openchange][devel] [patch] fix repeating dump of items

2013-05-22 Thread Brad Hards
While investigating appointments, I noticed that they get dumped twice: $ openchangeclient --fetch-items=Appointment MAILBOX (2 messages) |== ==| : 1D01/34CB0001 Location: new york Start time : Thu May 23 06:30:00 2013 EST End time : Thu

Re: [openchange][devel] Changes to dcerpc_pipe

2014-05-07 Thread Brad Hards
On Wed, 7 May 2014 09:59:20 AM Julien Kerihuel wrote: Hi Brad, I have pushed a fix that address this change on jkerihuel/samba-4.2.0-fix branch some time ago. Thanks, also to kaminem for pointing this out. I have not pushed it to master yet because the latest samba release did not include

Re: [openchange][devel] where to have protocols simply explained

2014-06-24 Thread Brad Hards
On Tue, 24 Jun 2014 01:48:48 PM Mihamina Rakotomandimby wrote: Hi all, I have setup a PoC of a SOGo+OpenChange. I would like to debug and one way to work is to snif the network (i. e. with tshark) and see all the client/server traffic. When I setup an Outlook client, I can uncheck the

Re: [openchange][devel] Outlook OpenChange Config

2015-05-28 Thread Brad Hards
On Thu, 28 May 2015 02:16:37 AM FoxNET Support wrote: hello The reference documentation was focused on the following: https://github.com/inverse-inc/sogo/blob/master/Documentation/SOGoNativeOutl ookConfigurationGuide.asciidoc I don't know SoGo stuff, only OpenChange, so I can't really help

Re: [openchange][devel] Outlook OpenChange Config

2015-05-27 Thread Brad Hards
On Wed, 27 May 2015 08:11:47 PM FoxNET Support wrote: hello Now that my config works, and knowing that it is necessary to create a Samba user and at the same time a openchange user with the command MAPIProfile if I took over the config site openchange if that is how it must be created users.

  1   2   >