seawood%netscape.com
c745660cee
Add mingw support.
...
Bug #134113 r=mcs sr=dmose
2003-03-07 21:12:09 +00:00
timeless%mozdev.org
c31255d3cd
Bug 152700 compiler warnings caused by 119380 checkin
...
patch by dmose r=timeless sr=bryner
2003-02-28 03:18:58 +00:00
kairo%kairo.at
661116311f
bug 194924 - localeVersion update for 1.4a, r=rchen, sr=blizzard
2003-02-27 00:05:44 +00:00
seawood%netscape.com
149fe1cec9
Default to using absolute symlinks when building on Darwin.
...
Bug #193164 r=ccarlen
2003-02-23 16:58:47 +00:00
timeless%mozdev.org
b95d50a656
Bug 191717 `PRUint8 * array' might be used uninitialized in this function
...
r=dmose sr=alecf
2003-02-23 04:41:12 +00:00
asa%mozilla.org
7bd1bd60b8
checkin for dmose. fix bustage for --enable-ldap-extensions bug 189691 r+sr=dmose a=asa
2003-01-24 09:57:29 +00:00
dbaron%dbaron.org
098bd15103
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 19:35:36 +00:00
kairo%kairo.at
a6f4446e42
change all localeVersion strings, as well as brand.dtd/region.dtd to 1.3b; bug 185698, r=tao, sr=blizzard
2003-01-03 19:57:47 +00:00
miodrag%netscape.com
98a54aaa4a
Incorporated fix to printEntryStart() by Jeff.Gay@gfnews.net
2003-01-02 22:04:46 +00:00
seawood%netscape.com
bd1020e1c7
Hardcode the use of Sun's ld & ranlib since they are the only ones supported.
...
Bug #181382 r=dmose
2002-12-17 21:44:49 +00:00
djani%netscape.com
01abecd4cb
Bug 179133: Now we support cert and key DBs with prefixes in the names also, just like ldapssl_pkcs_init() does. Now all of the code calls NSS_Initialize() instead of NSS_Init().
2002-12-04 19:10:17 +00:00
mcs%netscape.com
150e89eb05
Fix bug # 177756 - eliminate dependency on libNLS.
...
If HAVE_LIBNLS is not defined, OS functions (iconv and Win32
native APIs) are used for character set conversion of command
line arguments.
Fix bug # 177766 - LDAP tools should reject second -h argument.
A second -p argument is also rejected.
Fix bug # 159139 - HP/UX: LDAP command line tools do no charset conversion.
Removed special case makefile rules for convutf8.cpp on HP/UX.
2002-12-04 17:21:55 +00:00
mcs%netscape.com
3832b1fc62
Fix bug # 177771 - libssldap: keyfile password should be optional.
...
If a NULL keypasswd value is passed to ldapssl_enable_clientauth()
then it is assumed that the application has already unlocked
the key DB or has installed its own GetPassword callback.
Also improved some error reporting.
2002-12-04 17:11:20 +00:00
miodrag%netscape.com
2580cbbceb
Removed unnecessary code, updated javadoc
2002-12-04 01:35:57 +00:00
miodrag%netscape.com
cc3aeeaee9
Removed two trailing ^M
2002-12-04 01:04:19 +00:00
miodrag%netscape.com
8da96b15cc
Removed in sdk 4.17
2002-12-03 01:19:09 +00:00
miodrag%netscape.com
d886575f6f
Minor corrections
2002-12-03 00:43:13 +00:00
miodrag%netscape.com
bbf32a6c3f
Added JAVA_VERSION variable, .CHECK_VARS target, better support for different java versions
2002-12-03 00:42:35 +00:00
miodrag%netscape.com
9c4d2b4f7f
Updtates for LDAPJDK 4.17
2002-12-03 00:38:20 +00:00
miodrag%netscape.com
8c487a1778
A minor change for javadoc
2002-12-03 00:36:21 +00:00
miodrag%netscape.com
1b67449000
Added jss32_stub.jar
2002-12-03 00:33:56 +00:00
miodrag%netscape.com
73cc20fc79
A fix for jdk1.4 javadoc
2002-12-03 00:26:50 +00:00
seawood%netscape.com
1e654f2c3b
Fix egrep syntax.
2002-11-23 09:59:07 +00:00
seawood%netscape.com
14c734c48d
Properly detect OS_ARCH when building on Win32 ME.
...
Bug #180822 r=dmose,wtc
2002-11-23 06:06:12 +00:00
bzbarsky%mit.edu
e7c026b0f0
kill off some nsISupportsArray and fix a potential leak. Bug 177400,
...
r=dmose, sr=alecf
2002-11-16 02:35:20 +00:00
mcs%netscape.com
3f190c27b3
Fix bug # 177775 - libprldap: NSPR error is sometimes lost.
2002-11-15 21:03:19 +00:00
mcs%netscape.com
54f6f0ba6a
Fix bug # 177778 - ldap_set_option( NULL, ... ) resets ldap_debug to zero.
2002-11-15 21:01:43 +00:00
mcs%netscape.com
9674e14a0d
Use a name shorter than 32 chars. for the C LDAP API Internet Draft.
2002-11-15 20:58:29 +00:00
mcs%netscape.com
0d16f36c0c
Fix bug # 163534 - remove Netscape Confidential and Proprietary marker
...
from errormap.c.
2002-11-15 20:18:50 +00:00
mcs%netscape.com
528fd9ba96
Fix bug # 38012 - 64bit issues within CRC-32 code.
...
Define 32-bit integral types in portable.h (nsldapi_int_32 and
nsldapi_uint_32) and use them in the memcache crc32_convert()
function.
2002-11-15 20:15:53 +00:00
mcs%netscape.com
61b529e662
Fix bug # 179951 - libprldap "cross thread" memory leak.
...
The prldap_tsd_destroy() function (which is called when a
thread exits) was not freeing the information contained within
the PRLDAP_ErrorInfo structure. Added prldap_free_errorinfo()
and a way to determine if that thread-private data looks like
error information (the plei_magic field). At the moment, only
one kind of thread-private data is stored anyway (the error
information).
The prldap_allocate_map() function, which is called when a new
LDAP session is created, was blindly setting the thread-private
error information pointer to NULL. But if a different thread
created or used an LDAP session than called ldap_unbind(), old
error information may have been left in memory. Now the error
info. pointer is reset and reused, which was the original goal.
2002-11-14 23:07:27 +00:00
mcs%netscape.com
e29270dddf
Fix bug # 175727 - strict aliasing bugs in LDAP C SDK.
...
Avoid casts like (void**)&pRes; use temporary local variables
instead.
2002-11-02 02:29:37 +00:00
mcs%netscape.com
c1aa011ff3
Fix bug # 169975 - LDAP memory cache accesses response
...
list w/o locking mutex.
2002-11-01 19:57:09 +00:00
mcs%netscape.com
cbdc43aebe
Fix bug # 166189 - Segmentation fault on invalid filter string.
...
Check that a sequence of set has been created before using
it inside ber_put_seqorset().
2002-11-01 15:23:29 +00:00
kairo%kairo.at
150568bb2e
Bug 175853, Update localeVersion strings for 1.2 final - and do it correctly, r=jbetak, sr=bzbarsky, a=blizzard
2002-10-30 12:41:38 +00:00
leaf%mozilla.org
b25d2a38f7
update localeVersion for 1.2b, a=asa
2002-10-16 17:51:38 +00:00
dbaron%fas.harvard.edu
29c30c5f3e
Porting fixes for gcc trunk (to become 3.3): Eliminate C-only option from CXXFLAGS. Don't use pasting for things that are still separate tokens. Don't pass objects of non-POD type through |...|. Don't include strstream.h, which isn't used anymore anyway. b=170250 r=bbaetz sr=alecf
2002-09-30 14:18:27 +00:00
peterv%netscape.com
9456212b6b
Fix for bug 86000 (convert LDAP XPCOM SDK to use AUTF8String). r=dmose, sr=alecf.
2002-09-11 11:22:41 +00:00
leaf%mozilla.org
70941124cb
update localeVersion to 1.2a, a=asa
2002-09-07 01:01:49 +00:00
dmose%netscape.com
a03600716f
Fix --enable-ldap-experimental build bustage
2002-09-04 04:03:23 +00:00
rjc%netscape.com
ba0e03e53e
Fix bug # 164175: XPCom LDAP API extensions. OnLDAPInit() now passes relevant connection, and LDAP operations/connections accept closures. r=dmose sr=darin
2002-09-04 01:28:36 +00:00
seawood%netscape.com
cb32b91b45
Resolve symbols at link time for OpenBSD.
...
Bug #145136 r=dmose
2002-09-03 22:43:00 +00:00
andreas.otte%debitel.net
932f63b026
fix bug 166085 [Assertion constructing about: URIs
...
[@nsAboutProtocolHandler:122]] This is a regression fix from the fix
for bug 163225. The assertions never made sense and now they are
exposed. r=bzbarsky, sr=darin
2002-09-02 22:04:03 +00:00
dmose%netscape.com
bb5c3af0de
Make --enable-optimize --enable-debug builds easier to debug on linux (bug 157241), r=seawood@netscpae.com, mcs@netscape.com
2002-08-22 22:52:44 +00:00
kaie%netscape.com
9190a3d74e
Patch from bug 87902 to fix SSL/TLS logic.
...
- make TLS intolerant server detection over proxies work
(this bug 87902)
- on connection failure, only retry without TLS when it is really
likely to help (bug 149910)
- remove obsolete workarounds in SSL i/o layer
(see removed comments in patch)
- avoid to confuse programmers reading code,
by renaming TLSStepUp (which means something else)
to the correct term STARTTLS (what the code is actually doing).
(As suggested by nelsonb)
- If an invalid or expired etc. server certificate is presented,
a warning is shown. If the user decides to cancel,
network activity should stop immediately.
(we currently warn multiple times) (bug 87209)
r=javi/darin/ducarroz/dmose sr=alecf
2002-08-14 23:43:28 +00:00
seawood%netscape.com
47eef2251f
Fix build problem caused by having spaces in the username.
...
Bug #137059 r=dmose r=mcs
2002-08-10 10:37:25 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
seawood%netscape.com
7e4a982fe8
Misc build cleanup v1:
...
Cleanup win32 configure output.
Bug #161461 r=bryner
2002-08-08 21:45:20 +00:00
leaf%mozilla.org
8860985e79
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
timeless%mac.com
e4b13fa8c6
Bug 140630 LDAP should be in capital letters
...
patch by neil@parkwaycc.co.uk r=dmose sr=bienvenu a=asa
2002-07-17 13:19:16 +00:00