54
edits
No edit summary |
|||
| (5 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Done: (12/31/2007) Sun LDAP C SDK code has been merged in now and is available on the trunk == | |||
The LDAP C SDK release 6.0.2 contains all of the merged source code. | |||
This page is to track the work to merge the Sun LDAP C SDK codebase back into mozilla. | This page is to track the work to merge the Sun LDAP C SDK codebase back into mozilla. | ||
| Line 30: | Line 34: | ||
=== libldap === | === libldap === | ||
libldap is merged on the trunk. | |||
see Bugzilla Bug 357668 https://bugzilla.mozilla.org/show_bug.cgi?id=357668 for more details. | see Bugzilla Bug 357668 https://bugzilla.mozilla.org/show_bug.cgi?id=357668 for more details. | ||
see Bugzilla Bug 362619 https://bugzilla.mozilla.org/show_bug.cgi?id=362619 for more details. | see Bugzilla Bug 362619 https://bugzilla.mozilla.org/show_bug.cgi?id=362619 for more details. | ||
strike used to indicate that file or code within has already been merged. | |||
* abandon.c - Quite a bit of work on abandon ops in Sun branch. | * abandon.c - Quite a bit of work on abandon ops in Sun branch. | ||
| Line 83: | Line 89: | ||
=== tools === | === tools === | ||
ldap tools are merged on the trunk. | |||
see Bugzilla Bug 364812 https://bugzilla.mozilla.org/show_bug.cgi?id=364812 for more details. | |||
* common.c - Moz tip has some ARGPIN stuff and some platform ifdefs. Sun has some SASL code. Differences around pwpolicy and TLS/SSL/FORTEZZA. The diffs are large for this file, so we'll need to go through it closely. | * common.c - Moz tip has some ARGPIN stuff and some platform ifdefs. Sun has some SASL code. Differences around pwpolicy and TLS/SSL/FORTEZZA. The diffs are large for this file, so we'll need to go through it closely. | ||
* convutf8.c - Moz tip uses iconv while Sun branch uses ICU. Moz tip also has some Windows specific stuff. We need to go through this closely. | * convutf8.c - Moz tip uses iconv while Sun branch uses ICU. Moz tip also has some Windows specific stuff. We need to go through this closely. | ||
edits