Граф коммитов

802 Коммитов

Автор SHA1 Сообщение Дата
richm%stanfordalumni.org c4933da0f3 bump version to 6.0.4 2007-06-20 19:22:32 +00:00
richm%stanfordalumni.org 4a01273230 Resolves: bug 386091
Description: Windows SDK package needed
Fix Description: 1) Update the packaging Makefile (package.mk) for Windows and SASL.
2) Add support for manifests in VC 8.0.  There is a new command line tool
called mt.exe that is used to generate manifest files and to compile them into
the executables.  This allows ldapsearch.exe to be able to find the right
msvcr80.dll at runtime.  This was copied from NSS at Nelson's suggestion.
3) Added support for being able to do a configure and make in a different
directory.  I find it very useful to be able to create a "build" directory and
run configure like this:
cd ~/build
/path/to/mozilla/directory/c-sdk/configure ... args ...
make
Then I can just completely blow away the build directory if I need to.  I know
this is what make clean/make clobber are supposed to do, but keeping the binary
and source directories separate like this also facilitates creating source
tarballs from the working directory for use in building rpms/packages.
There were a few changes required to cygwin_wrapper and the makefiles to
support building in this manner.
2007-06-20 17:57:12 +00:00
richm%stanfordalumni.org 0050a0b612 initial import of docbook contribution from Sun 2007-06-20 14:26:52 +00:00
ulf%loop.to 8c2891dd1d Fix to fix for bug 360035
Fix Description:
The patch was originally written for SDK 5.17.  In recent SDKs we should
use ber_tag_t or ber_len_t in place of unsigned longs.
2007-06-19 21:00:26 +00:00
ulf%loop.to c373957fd8 Bug: 360035
Description: server response controls lost in referral chase
Fix Description:
1) Add a nsldapi_find_controls() which skips through a ber to find a control
tag, and then calls on nsldapi_get_controls() to extract them.
2) During referral chase, stash the controls received at the end of the chase
in the request structure.
3) When the referral chase is over and we manufacture a response, add the
stashed response controls.
2007-06-19 18:32:17 +00:00
gerv%gerv.net ba573a1db8 Bug 368747 - relicense PerLDAP under the tri-license. 2007-06-19 11:27:06 +00:00
bugzilla%standard8.demon.co.uk 41edd79a98 Fix Bug 124553 and Bug 297549 - Changes to various LDAP parameters in Address Book window not reflected by Quick search until restart. r=Neil,sr=bienvenu 2007-06-18 18:17:59 +00:00
nkinder%redhat.com d3c063037f Resolves: 378218
Summary: Re-implemented a bugfix in the FIRSTKEY subroutine.  This fix was re-implmented to allow us to relicense PerLDAP.  The re-implementation work was done by nhosoi%redhat.com.
2007-06-13 22:48:07 +00:00
richm%stanfordalumni.org f8acc305d0 Resolves: bug 256515
Description: OpenBSD: ld libldap50.a error
Fix Description: Use the c compiler (gcc) to link.  Always use the -fPIC -shared flags for linking, no matter what the chip arch is.
2007-06-08 22:33:01 +00:00
nkinder%redhat.com b92c4095dd Resolves: 383307
Summary: Make usage of SASL thread-safe.
2007-06-08 17:57:11 +00:00
nkinder%redhat.com 6b05da88ec Resolves: 382817
Summary: Fixed a memory leak of the SASL I/O socket arg when closing a connection.
2007-06-04 21:50:01 +00:00
bugzilla%standard8.demon.co.uk fa9f06ea90 Bug 382500 Remove obsolete resources (contents.rdf) in directory/xpcom/base (now that SM is an xul app). r/sr=Neil 2007-06-02 08:08:08 +00:00
nkinder%redhat.com 1a47e1a946 Resolves: 380920
Summary: Bumped up version number to 4.18 in addition to fixing the clean build targets.
2007-05-16 21:42:44 +00:00
nkinder%redhat.com 976a98416c Resolves: 380215
Summary:  Fixed javadoc comments that were causing warnings at build time.
2007-05-10 17:35:41 +00:00
bugzilla%standard8.demon.co.uk b52fdc06ee Part of Bug 359716 - fix cross compilation for mac and re-enable the cygwin wrapper so that SeaMonkey and Thunderbird client builds work. r=mcs 2007-04-12 21:05:33 +00:00
bugzilla%standard8.demon.co.uk 1b469acfd9 Bug 376782 Move ldap.properties to suite's locale directory. r=dmose/KaiRo,sr=Neil 2007-04-12 14:49:08 +00:00
bugzilla%standard8.demon.co.uk 5c23b42419 Undo previous change for fixing windows bustage now we're not building the c-sdk head until I get it approved properly 2007-04-03 19:17:33 +00:00
bugzilla%standard8.demon.co.uk 9fad5271ed Attempt to fix windows bustage when building latest c-sdk with mozilla apps as a result of bug 359716. 2007-03-30 17:56:08 +00:00
gerv%gerv.net b28905f98b Bug 285347 - relicense Java LDAP SDK. 2007-03-29 14:01:32 +00:00
anton.bobrov%sun.com ff8b6e230e [Bug 372858] ldap tools build without svrcore is broken. 2007-03-24 13:34:51 +00:00
nkinder%redhat.com 8f0d016aab Resolves: 372440
Author: sparkins@redhat.com
Summary: Re-implemented bug-fix to add a new constructor for the JSSESocketFactory class that allows an explicit socket factory to be passed in.  This bug-fix was reimplemented in order to re-license the LDAP JDK under the standard Mozilla tri-license.
2007-03-21 18:52:57 +00:00
nkinder%redhat.com b8f400af83 Resolves: 372194, 62700
Author: sparkins@redhat.com
Summary: Re-implemented two bug fixes in the LDIFWriter class in order to allow us to relicense the LDAP JDK under the standard Mozilla tri-license.  The first bug had to do with the printEntryStart() method of the LDIFWriter class does not handling non-printable DN's properly.  The second bug had to do with only the first value of a multi-valued attribute being written out in LDIF format.
2007-03-21 18:21:16 +00:00
nkinder%redhat.com 3161169591 Resolves: 372194, 62700
Author: sparkins@redhat.com
Summary: Re-implemented two bug fixes in the LDIFWriter class in order to allow us to relicense the LDAP JDK under the standard Mozilla tri-license.  The first bug had to do with the printEntryStart() method of the LDIFWriter class does not handling non-printable DN's properly.  The second bug had to do with only the first value of a multi-valued attribute being written out in LDIF format.
2007-03-19 23:06:02 +00:00
nkinder%redhat.com b4cde0a17f Resolves: 372440
Author: sparkins@redhat.com
Summary: Re-implemented bug-fix to add a new constructor for the JSSESocketFactory class that allows an explicit socket factory to be passed in.  This bug-fix was reimplemented in order to re-license the LDAP JDK under the standard Mozilla tri-license.
2007-03-19 22:59:53 +00:00
bugzilla%standard8.demon.co.uk f77b2e714f Bug 374508 Log if we can't translate an ldap error and fix some warnings in nsLDAPOperation.cpp. r/sr=bienvenu 2007-03-19 19:50:05 +00:00
richm%stanfordalumni.org 5e4261758e bump version to 6.0.3 2007-03-13 23:40:35 +00:00
bugzilla%standard8.demon.co.uk cf1e55753e Bug 124897 Implement editing of a directory in the LDAP XPCOM SDK. Original patch by peterv, updated and revised by me. r=bienvenu,sr=mscott 2007-03-09 16:33:49 +00:00
nhosoi%redhat.com 8cc5da4015 Bug 372411: command line interface fails: NSLDIF32V6.0 could not be found
Description: nsldif32.tdf is the template file; nsldif32.def is a derived file in the autotool build.  It needs to be in CVS not to break the old style build.
2007-03-07 22:17:11 +00:00
anton.bobrov%sun.com 28978620c0 [Bug 371361] autoconf build is broken on AIX 2007-02-24 17:05:00 +00:00
anton.bobrov%sun.com 2d908c6bf3 new package.mk to make tarballs for binary dist, ftp or otherwise. 2007-02-23 12:56:40 +00:00
bugzilla%standard8.demon.co.uk da4a11a12c Bug 359716 Fix OS/2 builds ahead of upgrading SeaMonkey and Thunderbird to the latest c-sdk. r=mcs. 2007-02-15 21:25:00 +00:00
gerv%gerv.net 95fb1609fa Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-02-14 16:58:55 +00:00
anton.bobrov%sun.com ea338429fa Bug 367289: rev 1 of the patch 2007-01-27 08:49:53 +00:00
richm%stanfordalumni.org 79721b17ea Resolves: bug 228704
Description: Windows: libldap and the LDAP tools should support SASL/Digest
Fix Description: The biggest change was to hack sasl.m4 to make AC_CHECK_LIB work on Windows.  I
had to override LIBS to be able to pass in /link /LIBPATH:c:/path/to/sasl
libsasl.lib, libsasl2.lib, and sasl32.lib.
Another big change was to implement getlogin() on Windows, required by
ldaptool-sasl.c.  The implementation is pretty simple.
There were several places in the Makefiles that assumed Windows meant no
support for SASL, so I just changed them, and added some support for SASL_LIBS
in some places where it was missing.
2007-01-24 20:53:02 +00:00
anton.bobrov%sun.com fa5d6eef07 oneliner: use COMPONENT_FTP_SERVER var instead of redundant ftp-rel name. 2007-01-23 10:40:07 +00:00
anton.bobrov%sun.com 51ff47d582 Removal of suncsdk module as requested by Gervase Markham <gerv@mozilla.org> 2007-01-17 20:58:54 +00:00
richm%stanfordalumni.org 5ce68286d3 Resolves: bug 366335
Description: Make libldif public - windows specific fixes
Fix Description: Windows needed a nsldif32.tdf file in order to generate
the nsldif32.def file using the libldif.ex file (committed in the previous
commit).
Also, it has been a while since the .def files were generated.  The libX.ex
files have had quite a few changes, and we needed to regenerate all of the
.def files.
Finally, this will be version 6.0.2 of the mozilla ldap c sdk.
2007-01-15 21:21:50 +00:00
richm%stanfordalumni.org 2df32b3c82 Resolves: bug 366335
Description: Make libldif public - fix Solaris build
Fix Description: libldif
   needs to specify the exports.  I added a libldif.ex and fixed
   libldif/Makefile.in to correctly generate and use the exports listed in the
   file.
2007-01-15 03:38:38 +00:00
anton.bobrov%sun.com 3ce7fe1694 Bug 364812 merging Sun and Mozilla ldap tools 2007-01-10 15:54:50 +00:00
anton.bobrov%sun.com 19b952afd5 Bug 362619 merging Sun and Mozilla libldap: merging common srcs. 2007-01-10 12:52:33 +00:00
richm%stanfordalumni.org 2fb323af89 Bump rev to 2
- Remove buildroot = "/" checking
- Remove buildroot removal from %%build section
2007-01-09 21:32:25 +00:00
richm%stanfordalumni.org 71304daa25 Resolves: bug 366335
Description: Make libldif public
Fix Description: Copy/paste the makefile code to build the shared library in addition to the static library from libldap/Makefile.in.  The build will now build both libldif60.so and libldif60.a, and package/distribute both of them.  I changed include/Makefile.in to export ldif.h with the other public header files, and changed ldif.h to add a blurb explaining that these interfaces were formerly private and use with caution.
Since this is a non trivial change, I bumped the version number to 6.0.1.
2007-01-09 18:43:03 +00:00
richm%stanfordalumni.org 2f0924dd92 svrcore was still using the -e test which is broken with test on traditional unix bourne shell systems 2006-12-18 17:01:07 +00:00
mozilla%weilbacher.org a022891479 Bug 351246 (Part 4). Recreated configure was still missing 2006-12-15 19:00:57 +00:00
mozilla%weilbacher.org 5ea11b62a1 [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 4, changes to LDAP build config (LDAP trunk version). r=mkaply, r=mcs 2006-12-13 22:12:16 +00:00
gerv%gerv.net fd0b7c527e Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
anton.bobrov%sun.com 848117bf1e fix previous commit 2006-12-03 02:43:16 +00:00
anton.bobrov%sun.com 24eed770dd Bug 357668: merging Sun and Mozilla libldap: bring new srcs unique to Sun branch 2006-11-13 13:52:52 +00:00
bzbarsky%mit.edu 142a417a31 Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags.  Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
richm%stanfordalumni.org 02b6927827 fix sasl include path lookup - look in withval/include/sasl first 2006-10-11 16:02:30 +00:00