LDAPRoadmap: Difference between revisions

Line 3: Line 3:
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" \
  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  
  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
 
* 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.
54

edits