Hi Tim,

On Tue, Jan 30, 2007 at 10:07:06PM -0600, Tim Dean wrote:
> I am trying to do some experiments with connecting to a MS Exchange  
> server via WebDAV. I am able to, for example, connect to the server  
> from my Mac's Finder using an HTTPS URL. My Exchange items are  
> available for me to view just like any remote disk.
> 
> When I try to connect via cadaver, however, it doesn't work. I'm  
> using version 0.22.3 (the latest version available via a macports.org  
> installation). The following is what happens when I try:
> 
> Jefferson:~ tdean$ cadaver https://webmail.myserver.com/exchange/myid/

Could you try this with debugging enabled:

$ cadaver
> set debug http,httpbody
> open https://webmail.myserver.com/exchange/myid/

and post the complete output?

> cadaver(16976) malloc: ***  Deallocation of a pointer not malloced:  
> 0x1bb; This could be a double free(), or free() called with the  
> middle of an allocated block; Try setting environment variable  
> MallocHelp to see tools to help debug
> Segmentation fault

And if you could get a backtrace from this from gdb that would help:

$ gdb --args cadaver https://webmail.myserver.com/exchange/myid/
...
Segmentation fault
(gdb) bt

> Any recommendations? Is cadaver of connecting to a MS Exchange server  
> like this?

It should work, AFAIK there is nothing "special" about that DAV server 
which prevents it.

joe
_______________________________________________
cadaver mailing list
[email protected]
http://mailman.webdav.org/mailman/listinfo/cadaver

Reply via email to