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

817 Коммитов

Автор SHA1 Сообщение Дата
anton.bobrov%sun.com 21fc9f3e7a Fix PWP Warning primitive tags so that they reflect the actual specification. 2008-01-05 12:00:08 +00:00
mark%moxienet.com af6ff029fc 409224 Don't use obsolete gcc -no-cpp-precomp. r=mcs 2007-12-21 15:39:45 +00:00
bugzilla%standard8.plus.com 0e662e489c Back out temporary test patch from bug 401955 now that we have the builds. 2007-11-05 18:38:37 +00:00
bugzilla%standard8.plus.com 9c58fde6c7 Temporarily enable some extra LDAP logging to try and help diagnose bug 402536. r/sr=bienvenu for the temporary enabling. 2007-11-05 16:28:34 +00:00
bugzilla%standard8.plus.com a967d5ef07 Bug 402536 Provide a protocol handler implementation for the nsLDAPURL in preparation for use with toolkit's password manager. r/sr=bienvenu NPOTFFB 2007-11-05 15:51:56 +00:00
bugzilla%standard8.plus.com 935020f81e Bug 399136 - 396745 broke nsLDAPChannel.cpp (MOZ_LDAP_XPCOM_EXPERIMENTAL builds). r=me,sr=bienvenu NPOTDB 2007-10-11 16:31:28 +00:00
anton.bobrov%sun.com ec576d08ce fix for [Bug 399021] doublefree in nsldapi_free_request 2007-10-08 22:15:55 +00:00
gerv%gerv.net d38c158995 Bug 398009 - fix mangled license headers. a=stuart. 2007-10-06 12:08:47 +00:00
nhosoi%redhat.com 96c5162713 Resolves: Bug 388398
Summary: crash after reading freed memory during referral chase
Applying the patch (attachment id=273024) by Ulf Weltman in Comment #3
2007-09-19 20:41:04 +00:00
bugzilla%standard8.plus.com f3a140667f Bug 396745 nsILDAPConnection::Init should take an nsILDAPURL as a parameter instead of three others. r/sr=bienvenu NPOTDFFB 2007-09-19 20:32:00 +00:00
nhosoi%redhat.com 4de91ac302 394071 ��� LDAP SASL bind fails when the given hostname is numeric IPv6 address
[Change description]
configure: generated with autoconf213
configure.in: added getaddrinfo and getnameinfo to AC_CHECK_FUNCS
config/autoconf.mk.in: added macros HAVE_GETADDRINFO and HAVE_GETNAMEINFO
ldap/clients/tools/common.c:
1. check if the given host name looks like IPv6 numeric address or not
2. if it is, try getaddrinfo + getnameinfo if available
3. if they are not or they failed, try NSPR functions, which are a bit old
handling IPv6 addresses, but for this case, they return the expected result --
FQDN.
2007-09-17 17:46:23 +00:00
bugzilla%standard8.plus.com 59a9f1ccac Bug 394661 Add an XPCOM method to expose Distinguished Name (DN) for LDAP use. p=Jeremy Lain�� <jeremy.laine@m4x.org>,r=me,sr=bienvenu. 2007-09-10 16:18:00 +00:00
bugzilla%standard8.plus.com 941c9ca562 Bug 394659 nsLDAPOperation::AddExt() issues incorrect warning : "AddExt can only add.". p=Jeremy Lain�� <jeremy.laine@m4x.org>,r/sr=bienvenu 2007-09-06 18:12:33 +00:00
jwalden%mit.edu 249de8ba49 Bug 348748 - Remove NS_.*_CAST macros from directory/ code. Still r=bsmedberg, a=NPOTB+no-functionality-change 2007-09-05 07:07:22 +00:00
nkinder%redhat.com 5b73f3c3a1 Resolves: 394934
Summary: Errors property files need to be included in ldapjdk.jar.
2007-09-04 21:28:39 +00:00
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