Ticket #117 (closed defect: fixed)

Opened 1 year ago

Last modified 5 months ago

There is no client side authentication function in libsyncml.

Reported by: Ganadist Assigned to: bellmich
Priority: normal Component: OpenSync
Version: Severity: normal
Keywords: Cc:

Description

I'm trying to make an syncml client to connect Funambol SyncML server, and I found there is no function for client side authentication.

I know there are some smlAuthXXXX functions, but they are not suitable for syncml client.

I'll attach simple patch for support client side authentication.

Attachments

libsyncml_session_support_cred.diff (3.8 kB) - added by Ganadist on 06/11/07 11:20:11.

Change History

06/11/07 11:20:11 changed by Ganadist

  • attachment libsyncml_session_support_cred.diff added.

03/20/08 15:43:00 changed by bellmich

  • owner changed from abauer to bellmich.

03/20/08 15:50:41 changed by bellmich

  • status changed from new to closed.
  • resolution set to fixed.

Fixed since a while. API cleaned up:

  • !smlSessionGetCred removed
  • !smlSessionSetCred renamed to !smlSessionRegisterCred

API change commited with SVN rev420.