mcs%netscape.com
cde580375a
Additional fix for 221694 - ber_get_next_buffer_ext() fails when
...
length or tag is split across buffers.
Improve backwards compatibility by setting *Bytes_Scanned to zero
when errors occur; use errno to report specific errors.
2003-10-23 19:35:02 +00:00
mcs%netscape.com
538b87bab9
Additional "bulletproofing" for bug # 221694 - ber_get_next_buffer_ext()
...
fails when length or tag is split across buffers.
2003-10-21 19:12:55 +00:00
mcs%netscape.com
405555e9c6
Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk).
...
Replace NPL/GPL/LGPL licenses with MPL/GPL/LGPL.
2003-10-15 17:26:10 +00:00
mcs%netscape.com
1335021487
Fix bug # 221694 - ber_get_next_buffer_ext() fails when length or tag
...
is split across buffers.
2003-10-15 14:32:10 +00:00
mcs%netscape.com
bb9cdbd80b
Improve the PRLDAP_OPT_IO_MAX_TIMEOUT related comment.
2003-10-15 13:19:01 +00:00
mcs%netscape.com
6a2cb120bd
Fix bug # 205419 - Relicense LDAP C SDK (directory/c-sdk).
...
Replace existing licenses with a triple license (NPL/GPL/LGPL or
MPL/GPL/LGPL).
Add licenses to files that had no license.
Remove two unused files.
2003-10-10 15:03:52 +00:00
seawood%netscape.com
f89fef792f
Bug 217502 - Use sane libpath in LDAP libraries.
...
r=MarkCSmithWork@aol.com , a=asa@mozilla.org
2003-10-07 22:01:12 +00:00
mcs%netscape.com
71eee06b55
Fix bug # 140182 - async I/O improvements.
...
A queue of pending outbound requests is kept. UnBind requests are NOT
queued however.
Abandon requests are not sent if a request is not outstanding.
Cleaned up the code in result.c to avoid use of magic return values
such as -1 and -2. Also removed some dead code and dead files.
ltest (test.c) now supports SSL and async I/O options.
2003-10-01 17:19:11 +00:00
mcs%netscape.com
7841f2b3bf
Fix bug # 206777 - obsolete entries in
...
mozilla/directory/c-sdk/ldap/build/.cvsignore
2003-10-01 15:02:23 +00:00
mcs%netscape.com
ed2f75ee6d
Fix bug # 206776 - remove obsolete files under
...
mozilla/directory/c-sdk/ldap/libraries/msdos/winsock
2003-10-01 14:58:35 +00:00
mcs%netscape.com
bc4279ccb3
Put back the contributed change that we previously did not
...
have permission to relicense; we now have permission.
2003-09-25 20:01:54 +00:00
mcs%netscape.com
462272f76d
NPL 1.1/GPL 2.0/LGPL 2.1 triple license.
2003-09-25 16:38:52 +00:00
mcs%netscape.com
1be4267583
Back out contributed change that we do not have permission to relicense.
2003-09-25 15:48:59 +00:00
seawood%netscape.com
e9f6376826
When calling windres, use a temp file to work around resource issues.
...
Bug #213281 r=wtc
2003-09-15 03:48:56 +00:00
mcs%netscape.com
ce5df09b84
Follow up fix for 200528 - ldap/include/portable.h is confused
...
about Solaris: older Linux versions do not have in_addr_t, so
don't assume they do.
2003-08-27 21:02:31 +00:00
mcs%netscape.com
ba94d4bffb
Fix 200528 - ldap/include/portable.h is confused about Solaris.
...
Avoid using sunos5 (not defined).
Removed definitions of these macros that are not used anwhere:
HAVE_GETPWNAM_R, HAVE_GETGRNAM_R, SIG_FN, WAIT_FLAGS.
2003-08-27 14:10:02 +00:00
mcs%netscape.com
a6b0bf4fd7
Fix 200361 - LDAP tools should accept -i UTF-8 and -i utf8 on all platforms.
...
Also, on Windows the -i option was previously ignored; now the following
values are accepted: windows-1252, ANSI, utf-8, utf8 (2 charsets in total).
2003-08-27 13:35:21 +00:00
seawood%netscape.com
4ee1fc13e4
Change mksnt* checks to mks*
...
Bug #202598 r=wtc
2003-04-19 01:47:57 +00:00
seawood%netscape.com
d14fa1269a
Add -s to default optimization flags for os2gcc builds.
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #201555 r=cls
2003-04-18 19:27:09 +00:00
seawood%netscape.com
b575e3e3e4
Sync config.guess & config.sub with official GNU copies.
...
Bug #199343
2003-04-18 19:20:22 +00:00
seawood%netscape.com
5ddf3d0a8d
Fix x86 checks so that they work for xeon processors
...
Bug #199343 r=wtc
2003-04-18 19:18:12 +00:00
mcs%netscape.com
346de1e6ae
Partial fix for 148272 - flawfinder warnings in directory.
...
Fix most critical warnings in the core LDAP library code:
AIX has snprintf() so we now #define HAVE_SNPRINTF there.
Use snprintf() instead of sprintf() in ldap_perror().
Use snprintf() instead of sprintf() in ldap_init_getfilter_buf()
and improve error reporting for bad regular expressions.
2003-04-01 21:04:23 +00:00
djani%netscape.com
27e82f49ab
Bug 198218: added usage for -g
2003-04-01 18:12:49 +00:00
mcs%netscape.com
00da1b62fe
Fix 190539 - Speed optimizations for OS/2.
...
Changes merged from ldapcsdk_50_client_branch.
2003-04-01 18:11:26 +00:00
mcs%netscape.com
9ec47562dc
Fix 199353 - ldapsearch contains recurring memory leaks.
...
Free the entry controls (ectrls) array inside print_entry().
2003-04-01 17:55:45 +00:00
mcs%netscape.com
b2e711e461
Fix bug # 200007 - add option to flush ldapsearch output after each entry.
...
The new option is:
-r flush output after each entry is printed (useful with -C)
2003-04-01 17:04:41 +00:00
mcs%netscape.com
5d5474607a
Fix bug # 174912 - Sporadically missing entries during referral.
...
Don't treat a request as complete if its LDAP result message
has not yet been received. Previously, nested referrals and
references could cause requests to be prematurely terminated.
2003-04-01 15:17:11 +00:00
djani%netscape.com
57a160ffb2
Bug 198218: Now, the ldap clients send the password policy request control by default at the 'bind' level. To suppress it, use -g option. Also, the clients can parse the password policy response control.
2003-04-01 01:37:54 +00:00
mcs%netscape.com
f034c8092e
Fix 175900 - read overrun in ldap resolve code.
...
Note: this fixes code we do not compile right now.
2003-03-24 21:12:03 +00:00
mcs%netscape.com
ec0f469f37
Follow up fix for 126462 - Occurences of uninitialized variables being
...
used before being set (in directory/c-sdk).
Fix debug build.
2003-03-24 20:44:58 +00:00
mcs%netscape.com
04293f017e
Fix 144241 - possible C SDK leak or delayed free().
...
Note: unconfirmed fix; I do not have a test program for this bug.
2003-03-24 20:05:24 +00:00
mcs%netscape.com
72f29f6e43
Fix 126462 - Occurences of uninitialized variables being used
...
before being set (in directory/c-sdk).
2003-03-24 19:59:05 +00:00
mcs%netscape.com
89b551cbdf
Fix 198972 - LDAP tools do not build on AIX.
...
Link with iconv library on AIX.
2003-03-24 19:49:11 +00:00
dmose%mozilla.org
877fb1ee13
Don't use strcmp() just to check for a zero-length string (bug 58221). Patch by timeless@myrealbox.com, r=dmose@mozilla.org
2003-03-22 03:19:05 +00:00
mcs%netscape.com
64c117c784
Fix 189089 - port nspr w32 now.c fix to directory.
...
See bug # 188396 - NSPR should not use ftime on windows.
This fixes a potential Year 2038 issue.
2003-03-21 16:41:42 +00:00
mcs%netscape.com
f8e295fb12
Fix 183385 - eliminate references to NSS key/cert/module files.
...
The LDAP tools code no longer has any knowledge of the NSS
file names; the certpath2keypath() function has been deleted
and we now simply use the certdbpath as keydbpath when it is
provided (it makes no difference in the end). But note that
because we need to maintain backwards compatibility, the
libssldap code used by the ldapssl_.*_init() functions still
knows the default name of the NSS module file (secmod.db),
and the code also relies on the fact that the suffix for the
key and cert files is ".db" and that the first letter in the
main part of the name is either 'c' or 'k'.
Also fixed a bug that caused the module file name specified on
the LDAP tools command line (-m name) to be ignored.
The ldapsearch and ldapcmp tools now exit with LDAP_NO_MEMORY
if an LDIF fragment can't be constructed.
Also fixed some issues reported by lint:
Return values that were ignored.
Make more functions and global variables static.
Add /*ARGSUSED*/ and similar lint-friendly comments.
2003-03-21 16:00:34 +00:00
mcs%netscape.com
10660ce443
Fix 183798 - crash if charset conversion fails.
2003-03-20 15:46:41 +00:00
mcs%netscape.com
b59b4af405
Fix 195441 - command line tools: :< in LDIF fails to import file
...
contents correctly.
Also removed a useless call to feof().
2003-03-20 14:56:59 +00:00
seawood%netscape.com
1f7a06c631
Add mingw support.
...
Bug #134113 r=mcs sr=dmose
2003-03-07 21:12:09 +00:00
seawood%netscape.com
181a903b7a
Default to using absolute symlinks when building on Darwin.
...
Bug #193164 r=ccarlen
2003-02-23 16:58:47 +00:00
seawood%netscape.com
37a3044f84
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
5a49c52a9f
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
2b6abef319
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
ddd73f9e96
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
seawood%netscape.com
dfc7752e80
Fix egrep syntax.
2002-11-23 09:59:07 +00:00
seawood%netscape.com
f1fe7bd2d7
Properly detect OS_ARCH when building on Win32 ME.
...
Bug #180822 r=dmose,wtc
2002-11-23 06:06:12 +00:00
mcs%netscape.com
2c34ca101f
Fix bug # 177775 - libprldap: NSPR error is sometimes lost.
2002-11-15 21:03:19 +00:00
mcs%netscape.com
e36dfed96b
Fix bug # 177778 - ldap_set_option( NULL, ... ) resets ldap_debug to zero.
2002-11-15 21:01:43 +00:00
mcs%netscape.com
0f8e5bbf33
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
69fef69120
Fix bug # 163534 - remove Netscape Confidential and Proprietary marker
...
from errormap.c.
2002-11-15 20:18:50 +00:00