leaf%mozilla.org
dd33dbb91f
bug 154840, r=cls, sr=brendan, a=jesup update localeVersion strings
2002-07-17 23:51:49 +00:00
timeless%mac.com
d8bb1c8159
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
dmose%netscape.com
d82433fe5e
Fix OSF/1 build bustage (bug 144280). Patch from shanmu@netscape.com; r=dmose@netscape.com, sr=bienvenu@netscape.com, a=roc+moz@cs.cmu.edu
2002-07-12 19:29:52 +00:00
mcs%netscape.com
301341edf1
Do not try to package LDAP command line tools if they were
...
not built (that is, if BUILDCLU != 1).
2002-06-28 20:43:47 +00:00
mcs%netscape.com
d5d7f839ee
Fix bug # 153250 - need a way to set SSL options when using libssldap.
...
Added two new libssldap public functions: ldapssl_set_option() and
ldapssl_get_option().
Also fixed a bug in ldapsinit:do_ldapssl_connect() that sometimes
caused PR_Close() to be called twice on an SSL file descriptor
if an error occurred (once in do_ldapssl_connect() itself and
once in the libprldap close function that is called from
do_ldapssl_connect()).
Also updated the NSPR and NSS "error code to string" mapping
tables that are used by ldapssl_err2string().
Also fixed a bug in common.c:ldaptool_print_lderror (LDAP command
line tools) where we did not check for SSL errors when the
error code was "can't connect." We were only checking on
"server down" errors.
2002-06-27 19:26:38 +00:00
mcs%netscape.com
409d643ab7
Fix bug # 152852 - referrals: port 0 used by default instead of port 389.
2002-06-21 20:14:02 +00:00
dmose%netscape.com
5a30b4c9b4
support for binary attribute values in LDAP XPCOM SDK (bug 119380). r=peterv@netscape.com, sr=sspitzer@netscape.com/mscott@netscape.com
2002-06-14 00:38:18 +00:00
dmose%netscape.com
64210eb246
NetBSD build-system fix (bug 135027); r=seawood@netscape.com
2002-06-13 22:02:08 +00:00
djani%netscape.com
2a0a0aa506
Bug 143300: Support for files with >2GB size. Now, we compile with _LARGEFILE64_SOURCE tag and we use fopen/fopen64 accordingly.
2002-06-07 20:09:11 +00:00
leaf%mozilla.org
0034658953
updating locale version string for impending release, bug 149802
2002-06-07 07:45:38 +00:00
dmose%netscape.com
36ff2b5741
Support LDAP authentication for autocomplete and addressbook (bug 135778); r=sspitzer@netscape.com, srilatha@netscape.com; sr=bienvenu@netscape.com
2002-06-03 04:05:48 +00:00
seawood%netscape.com
7f7824249e
Workaround the fact that OpenBSD doesn't have certain error defines.
...
Bug #145136 r=dmose
2002-05-17 23:49:56 +00:00
seawood%netscape.com
cedbcebcf6
Sync config.guess & config.sub with official GNU copies.
...
Bug #140869 r=bryner
2002-05-17 23:44:58 +00:00
timeless%mac.com
6aa4f95e64
fixing directory bustage (nsCRT string)
...
/home/timeless/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp: In method `nsresult nsLDAPChannel::OnLDAPBind(nsILDAPMessage *)':
/home/timeless/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp:796: syntax error before `::'
/home/timeless/mozilla/directory/xpcom/base/src/nsLDAPChannel.cpp:798: confused by earlier errors, bailing out
gmake[4]: *** [nsLDAPChannel.o] Error 1
gmake[4]: Leaving directory `/home/timeless/mozilla/obj-xlib-i386-unknown-freebsd4.4/directory/xpcom/base/src'
if (nsCRT::strlen(baseDn) == 0) {
2002-05-15 22:20:44 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
dmose%netscape.com
73e8384596
Set maximum LDAP I/O timeout to 10 seconds (bug 143172). This significantly mitigates the pain of the connection hang bug (bug 79509). r=mcs@netscape.com, sr=sspitzer@netscape.com
2002-05-10 04:14:18 +00:00
mcs%netscape.com
59766e80bc
Fix 142883 - need option to build with Forte/Workshop 6 compiler
...
on Solaris 5.6.
Added support for SOLARIS_USE_FORTE6=1 gmake option.
2002-05-09 16:50:55 +00:00
dmose%netscape.com
5454e5493a
Fix clean/clobber targets to properly remove shared and static libraries (bug 136651). Patch from Philip K. Warren <pkw@austin.ibm.com>; r=dmose@netscape.com; sr=sspitzer@netscape.com.
2002-04-30 03:40:22 +00:00
dmose%netscape.com
b392e6707d
Fix build hiccup in autoconf build (bug 137723); patch from Colin Blake <colin@theblakes.com>; r=mcs@netscape.com, dmose@netscape.com; sr=sspitzer@netscape.com
2002-04-30 03:22:17 +00:00
dmose%netscape.com
a9ef00186b
Fix memory leak in libssldap and an incorrect error return in libprldap (bug 137017). r=mcs@netscape.com
2002-04-30 01:23:58 +00:00
miodrag%netscape.com
d66022cffd
Updates for LDAPJDK 4.16
2002-04-27 23:41:15 +00:00
dmose%netscape.com
3d6f2617d1
Only set PERL if it has not already been set (bug 137318). r=seawood@netscape.com
2002-04-26 23:33:52 +00:00
dmose%netscape.com
3faab993b1
Make nsldapi_os_connect_with_to correctly check error return from poll (bug 140101). Patch from Rich Megginson <richm@netscape.com>. r=dmose@netscape.com
2002-04-26 01:32:59 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
dmose%netscape.com
f682fd6985
Reinstate real_install target so that it will be possible to have an install target for Mozilla that works as expected (bug 138442); patch from Chris Seawood <cls@seawood.org>, r=dmose@netscape.com, mcs@netscape.com
2002-04-24 23:53:23 +00:00
dmose%netscape.com
cb7df409b1
Repair autoconf confusion due to the disappearance of dirver.c (bug 139917). Autoconf buildsystem changes only; r=seawood@netscape.com
2002-04-24 23:46:34 +00:00
mcs%netscape.com
51467f9cd2
Fix bug # 138545 - more flexibility needed for pre-built components
...
location. Introduced component specific RELEASE_TREE macros, e.g.,
NSPR_RELEASE_TREE.
2002-04-24 15:08:06 +00:00
mcs%netscape.com
9eb969cb4f
Fix bug # 139535 - ldapsearch: filter patterns that contain %* cause crash.
...
Avoid calling sprintf() if there is no valid filter pattern.
Also eliminated a few Linux compiler warnings.
2002-04-24 00:30:20 +00:00
mcs%netscape.com
7b317e6ec5
Fix bug # 138627 - mktemp() warnings when building ldapsearch.exe.
...
Use _mktemp() on Windows.
Remove a couple of unused local variables.
2002-04-22 17:42:22 +00:00
mcs%netscape.com
98246da621
Fix bug # 136910 - ldap build bustage on QNX.
2002-04-22 17:24:19 +00:00
mcs%netscape.com
c58d684bcf
Fix bug # 138612 - should use gethostbyname_r() on Linux.
2002-04-22 16:57:50 +00:00
rdayal%netscape.com
1cb22dc232
fixes leaks when retrieving attribs and values for each LDAP search entry, bug # 134069
...
r=dmose, sr=sspitzer.
2002-04-19 02:08:57 +00:00
mcs%netscape.com
34134923f2
Additional fix for bug # 81584 - strtok use and STRTOK on Linux.
2002-04-18 20:12:30 +00:00
mcs%netscape.com
b652801632
Fix bug # 138248 - ldapsearch dumps core if -P and -K used together.
2002-04-18 19:30:12 +00:00
mcs%netscape.com
38d951a131
Improve comments.
2002-04-18 19:01:19 +00:00
mcs%netscape.com
6792e16d29
Fix bug # 99068 - Can't compile on NetBSD.
...
Fix bug # 121276 - use sigthreadmask instead of sigprocmask (AIX).
Fix bug # 81584 - strtok use and STRTOK on Linux.
The charray() code now uses strtok_r() if available.
strtok_r() is now used everywhere on Linux if available.
2002-04-18 19:00:29 +00:00
mcs%netscape.com
26fdb2d3b8
Add a comment near LDAP_NO_ATTRS and LDAP_ALL_USER_ATTRS.
2002-04-18 18:54:29 +00:00
mcs%netscape.com
d06e8ab1a8
Fix bug # 132040 - LDAP tools need a "no man in the middle" option.
...
New libssldap public function: ldapssl_set_strength().
New command line tool option: -3 ("no third").
Fix bug # 134035 - LDAP command line tools don't report vendor mismatch.
Improved error checks and reporting for SSL errors in tools.
2002-04-18 18:53:19 +00:00
mcs%netscape.com
e4fcc0dce1
Revise SSL layer comment
2002-04-18 15:30:22 +00:00
mcs%netscape.com
4ed5ef1df7
correct Solaris $ORIGIN comment
2002-04-18 15:27:49 +00:00
mcs%netscape.com
b5ff0fbc7c
Fix bug # 122905 - ldap_url_search_s does not honor first argument ?
...
ldap_url_search() now uses the port from the LDAP * if no hostport
is included in the URL. This is a change in behavior, but the old
behavior was wrong.
2002-04-18 01:48:24 +00:00
mcs%netscape.com
1de980f593
Correct some comments to refer to the CONNECT extended I/O callback
...
rather than the non-existent SOCKET callback.
2002-04-18 01:30:46 +00:00
mcs%netscape.com
957e097166
Remove dirver.c and Makefile.client references to it (no longer used).
2002-04-18 01:25:49 +00:00
mcs%netscape.com
67a3aebf1c
Add -v flag to native Solaris cc (enables stricter semantic checks,
...
and certain lint-like checks on .c files).
2002-04-18 01:23:00 +00:00
mcs%netscape.com
43a05a3e2a
Revised fix to properly handle connect timeouts smaller than
...
1000ms on Windows and other platforms that do not have poll().
Patch provided by mhein@sun.com .
2002-04-18 01:15:04 +00:00
mcs%netscape.com
34e9fbea17
Merge onto the trunk all changes made on
...
ldapcsdk_50_client_branch between ldapcsdk_50_client_base
and ldapcsdk_50_client_branch-20020417-pre-trunk-merge.
2002-04-17 21:53:50 +00:00
dbragg%netscape.com
a768cb29b9
Regular milestone update of localeVersion values to 1.0.0. r=tao, sr=alecf, a=asa
2002-04-16 22:08:13 +00:00
mkaply%us.ibm.com
e59bead619
OS/2 bustage - these should be extern C - r=dmose
2002-04-10 17:35:49 +00:00
mkaply%us.ibm.com
c7feb11c93
These should be here but I don't think it will fix the Os/2 bustage
2002-04-10 12:54:13 +00:00
dmose%netscape.com
b343883d4f
LDAP over SSL (bug 107411). UI changes thanks to srilatha@netscape.com nsLDAPSecurityGlue.cpp: r=mcs@netscape.com; Mac S/MIME build changes: r=javi@netscape.com; Mac Project changes: r=rdayal; all other files: r=bhuvan@netscape.com; entire patch: sr=sspitzer@netscape.com
2002-04-10 04:21:13 +00:00