openldap/contrib/ldapc++
Ralf Haferkamp bef9945dff - some code cleanups
- fix for the client caching code (cache is flushed after modifications
  rather than removing only the changed entry)

The code was submitted by Jeff Costlow <j.costlow@f5.com> under the
following terms:

Copyright 2002, F5 Networks, Inc, All rights reserved.
This software is not subject to any license of F5 Networks.

This is free software; you can redistribute and use it
under the same terms as OpenLDAP itself.
2002-04-23 15:28:11 +00:00
..
src - some code cleanups 2002-04-23 15:28:11 +00:00
acconfig.h
aclocal.m4 -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
AUTHORS
config.guess -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
config.sub -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
configure -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
configure.in -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
COPYRIGHT Update copyright statements 2002-01-04 21:17:25 +00:00
doxygen.rc
install-sh
LICENSE Update copyright statements 2002-01-04 21:17:25 +00:00
ltmain.sh -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
Makefile.am
Makefile.in -replaced deprecated AM_PROG_LIBTOOL with AC_PROG_LIBTOOL 2002-03-06 22:54:02 +00:00
missing
mkinstalldirs
README
stamp-h.in
TODO Updated todo list 2002-01-21 23:02:44 +00:00

This is an unstable development release of a LDAPv3 C++ Class Library.
It was created as the diploma thesis (final project) of my computer 
science studies.
It is based upon the OpenLDAP C-API and so it needs the C-library and
Headerfiles installed.

Installation:
=============
Just run the "configure" script with the apropriate options. Especially
these two options can be imported, if you didn't install the OpenLDAP-
libraries in the default place:

--with-libldap=<path to libldap> : To tell configure where the OpenLDAP
        C-libraries are located.
--with-ldap-includes=<path to ldap include files> : To tell configure
        where the OpenLDAP include files are located.
--enable-debug to enable compliation with debugging symbols and stderr
        output
(run "configure --help" to see all possible command line options)

If configure finishes without problems. You can simply call "make" to 
build the library and "make install" to install it.

Documentation:
==============
Docs are very incomplete. You can either look in the source files for 
the documentation comment of generate documentation  using "doxygen"
or any other javadoc compatible documentation generator.

Bugreports and other feedback:
==============================
If you find bugs please feel free to send me a detailed report. All 
other kinds of feedback are welcomed as well.


	Ralf Haferkamp <rhafer@suse.de>