gecko-dev/directory/c-sdk
mcs%netscape.com 5de84ec0c5 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
..
config Add mingw support. 2003-03-07 21:12:09 +00:00
ldap Fix 183385 - eliminate references to NSS key/cert/module files. 2003-03-21 16:00:34 +00:00
.cvsignore add .fast-update 2002-03-26 22:17:48 +00:00
aclocal.m4
build.mk Add mingw support. 2003-03-07 21:12:09 +00:00
component_versions.mk Fix bug # 138545 - more flexibility needed for pre-built components 2002-04-24 15:08:06 +00:00
configure Add mingw support. 2003-03-07 21:12:09 +00:00
configure.in Add mingw support. 2003-03-07 21:12:09 +00:00
gmakefile.win
Makefile.in Merge onto the trunk all changes made on 2002-04-17 21:53:50 +00:00
package.mk Do not try to package LDAP command line tools if they were 2002-06-28 20:43:47 +00:00
README.configure

The autoconf files here are a minimal shim to allow the LDAP C SDK to
build with autoconf.  These are currently just a slightly modified
version of the existing Makefile.client-based build system, merged
with a copy of the NSPR autoconf stuff.  As in the main browser tree,
I've checked in the (generated) configure script so that autoconf
isn't a prerequisite to build.

My hope is that the owners of the C SDK will be interested in
migrating to this build system, so that over time it can evolve into a
true autoconf-style build system with all the goodies that go with
that (ie configure-time feature tests for faster porting to new
platforms, cross-compilation support, etc.).

Comments to <news://news.mozilla.org/netscape.public.mozilla.directory>, 
please.

Dan Mosedale
<dmose@netscape.com>