LDAPRoadmap: Difference between revisions
Line 11: | Line 11: | ||
If all goes well, we can eventually make sun_merge_branch_20060523 the trunk and just use the new merged code as our base going forwards. | If all goes well, we can eventually make sun_merge_branch_20060523 the trunk and just use the new merged code as our base going forwards. | ||
For a detailed analysis of the code differences, see the LDAPSunMerge page. | For a detailed analysis of the code differences, see the [[LDAPSunMerge|merge]] page. | ||
===Support SASL/GSSAPI=== | ===Support SASL/GSSAPI=== |
Revision as of 22:54, 24 May 2006
LDAP C SDK Roadmap
Merge Sun C SDK code back into Mozilla
The code has been imported - thanks to Anton for cleaning up the licenses! I've imported it into mozilla/directory/suncsdk (including the coreconf directory):
cvs -z3 import -m "Initial import of the Sun C SDK back into mozilla" \ mozilla/directory/suncsdk SUN_LDAP_C_SDK SUN_LDAP_C_SDK_0_01
So to check it out, assuming you have your Mozilla CVSROOT set properly:
cvs checkout mozilla/directory/suncsdk
A new branch for mozilla/directory/c-sdk has been created: sun_merge_branch_20060523 (static tag SUN_MERGE_BRANCHPOINT_20060523). The plan is to merge the Sun code into the branch sun_merge_branch_20060523.
cvs co -r sun_merge_branch_20060523 DirectorySDKSourceC
If all goes well, we can eventually make sun_merge_branch_20060523 the trunk and just use the new merged code as our base going forwards.
For a detailed analysis of the code differences, see the merge page.
Support SASL/GSSAPI
LDAP SASL BIND to authenticate to a directory server using a Kerberos ticket Kerberos encryption
Support IPv6
- Lookup IPv6 addresses from hostnames
- Support all styles of IPv6 address arguments for hostnames or IP addresses
- Support IPv6 addresses in LDAP URLs
Make API compatible with OpenLDAP
The OpenLDAP API is the de facto standard in the open source world. We need to make the Mozilla API compatible with it.