dmose%netscape.com
b72da6267b
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
13748da31b
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
398333b8db
Fix bug # 152852 - referrals: port 0 used by default instead of port 389.
2002-06-21 20:14:02 +00:00
dmose%netscape.com
de374bfca2
NetBSD build-system fix (bug 135027); r=seawood@netscape.com
2002-06-13 22:02:08 +00:00
djani%netscape.com
7a1d5f31c9
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
seawood%netscape.com
4ec7e2797f
Workaround the fact that OpenBSD doesn't have certain error defines.
...
Bug #145136 r=dmose
2002-05-17 23:49:56 +00:00
mcs%netscape.com
c404feaee2
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
075fdb1600
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
4d27a6fdb3
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
36ff5780f1
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
dmose%netscape.com
1331e7b994
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
dmose%netscape.com
db803b63ab
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
9e26e1d4d8
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
c934c25b5b
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
059277deca
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
dd4f8fc711
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
5b27a00955
Fix bug # 136910 - ldap build bustage on QNX.
2002-04-22 17:24:19 +00:00
mcs%netscape.com
b7bb14990f
Fix bug # 138612 - should use gethostbyname_r() on Linux.
2002-04-22 16:57:50 +00:00
mcs%netscape.com
6199eca3f0
Additional fix for bug # 81584 - strtok use and STRTOK on Linux.
2002-04-18 20:12:30 +00:00
mcs%netscape.com
fca377f28e
Fix bug # 138248 - ldapsearch dumps core if -P and -K used together.
2002-04-18 19:30:12 +00:00
mcs%netscape.com
b841dbb77b
Improve comments.
2002-04-18 19:01:19 +00:00
mcs%netscape.com
9ddd651ec7
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
8e6b1f2383
Add a comment near LDAP_NO_ATTRS and LDAP_ALL_USER_ATTRS.
2002-04-18 18:54:29 +00:00
mcs%netscape.com
a59f955956
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
e6561637f2
Revise SSL layer comment
2002-04-18 15:30:22 +00:00
mcs%netscape.com
1e4082b71e
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
0e8c5a5561
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
1749da19f8
Remove dirver.c and Makefile.client references to it (no longer used).
2002-04-18 01:25:49 +00:00
mcs%netscape.com
e905f4d977
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
d0f4fa8803
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
dmose%netscape.com
cf1fe2ecdf
LDAP C SDK v5.0 merge from ldapcsdk_branch_50 (at ldapcsdk_branch_50-20020326-pre-trunk-merge-tag).
2002-03-26 21:54:41 +00:00
mcs%netscape.com
e705189237
removed old project and .exp files.
2000-06-15 20:31:13 +00:00
dmose%mozilla.org
cca325f64a
updating license boilerplate
1999-11-02 01:46:24 +00:00
chuckb%netscape.com
1557daf996
Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=3231 Thanks to lentz@process.com
1999-03-16 20:14:19 +00:00
chuckb%netscape.com
ece79bcaf7
Merge from NSCP repository (prior to rsync)
1999-03-16 19:57:34 +00:00
chuckb%netscape.com
3c4c31a870
Merge from LDAPCSDK_19981015_BRANCH
1998-11-22 22:03:18 +00:00
chuckb%netscape.com
0b865f92d5
Mac project
1998-08-12 10:54:12 +00:00
chuckb%netscape.com
ee1178cd52
Manifest file
1998-08-12 10:52:51 +00:00
chuckb%netscape.com
cce6818b05
DIRECTORY_C_SDK_30_BRANCH to TRUNK merge
1998-08-12 10:35:35 +00:00
cboatwri
93bf370e96
Added additional tcp-ip stuff for mac project
1998-05-29 23:08:33 +00:00
cboatwri
510e324526
Added makefile for unix
1998-05-29 22:33:50 +00:00
cboatwri
518ae2d8fd
Added Directory (ldap) SDK source files for public release
1998-05-28 04:29:26 +00:00
cboatwri
987f3c0d58
Added Directory (ldap) SDK source files for public release
1998-05-28 04:23:42 +00:00