54
edits
| Line 2: | Line 2: | ||
===Merge Sun C SDK code back into Mozilla=== | ===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): | 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 | 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 | |||
* liblber | * liblber | ||
** Sun is using ber typedefs for the ber tags, lengths, sizes, and they are using the same typedefs as OpenLDAP uses (e.g. see /usr/include/lber_types.h on a linux system). This will help with OpenLDAP compatability. | ** Sun is using ber typedefs for the ber tags, lengths, sizes, and they are using the same typedefs as OpenLDAP uses (e.g. see /usr/include/lber_types.h on a linux system). This will help with OpenLDAP compatability. | ||
edits