openldap/libraries/libldap
Kurt Zeilenga dc07e765f2 Vienna Bulk Commit
This commit includes many changes.  All changes compile under NT but
have not been tested under UNIX.

A Summary of changes (likely incomplete):

NT changes:
	Removed lint.
	Clean up configuration support for "Debug", "Release", "SDebug",
		and "SRelease" configurations.
	Share output directories for clients, libraries,
		and slapd.  (maybe they should be combined further
		and moved to build/{,S}{Debug,Release}).
	Enable threading when _MT is defined.
	Enable debuging when _DEBUG is defined.
	Disable setting of NDEBUG under Release/SRelease.  Asserts
		are disabled in <ac/assert.h> when LDAP_DEBUG is not
		defined.
	Added 'build/main.dsp' Master project.
	Removed non-slapd projects from slapd.dsp (see main.dsp).
	Removed replaced many uses of _WIN32 macro with feature based
		macros.

ldap_cdefs.h changes
	#define LDAP_CONST const
		(see below)
	#define LDAP_F(type) LDAP_F_PRE type LDAP_F_POST
		To allow specifiers to be added before and after
		the type declaration.  (For DLL handling)

LBER/LDAP changes
	Namespace changes:
		s/lber_/ber_/ for here and there.
		s/NAME_ERROR/LDAP_NAME_ERROR/g
	Deleted NULLMSG and other NULL* macros for namespace reasons.
	"const" libraries.  Installed headers (ie: lber.h, ldap.h)
		use LDAP_CONST macro.  Normally set to 'const' when
		__STDC__.  Can be set externally to enable/disable
		'constification' of external interface.  Internal
		interface always uses 'const'.  Did not fix warnings
		in -lldif (in lieu of new LDIF parser).

	Added _ext API implementations (excepting search and bind).
		Need to implement ldap_int_get_controls() for reponses
		with controls.

	Added numberous assert() checks.

LDAP_R
	_MT defines HAVE_NT_THREADS
	Added numberous assert() checks.
	Changed ldap_pthread_t back to unsigned long.  Used cast
	to HANDLE in _join().

LDBM
	Replaced _WIN32 with HAVE_SYSLOG

ud
	Added version string if MKVERSION is not defined.  (MKVERSION
		needs to be set under UNIX).

slapd
	Made connection sockbuf field a pointer to a sockbuf.  This
		removed slap.h dependency on lber-int.h.  lber-int.h now only
		included by those files needing to mess with the sockbuf.
	Used ber_* functions/macros to access sockbuf internals whenever
		possible.
	Added version string if MKVERSION is not defined.  (MKVERSION
		needs to be set under UNIX).
	Removed FD_SET unsigned lint

slapd/tools
	Used EXEEXT to added ".exe" to routines.  Need to define EXEEXT
		under UNIX.

ldappasswd
	Added ldappasswd.dsp.  Ported to NT.  Used getpid() to seed rand().

nt_debug
	Minor cleanup.  Added "portable.h" include and used <ac/*.h> where
	appropriate.  Added const to char* format argument.
1999-05-19 01:12:33 +00:00
..
abandon.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
add.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
addentry.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
apitest.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
apitest.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
apitest.dsw Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
bind.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
cache.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
charset.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
cldap.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
compare.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
controls.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
delete.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
disptmpl.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
dsparse.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
error.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
free.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
friendly.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
getattr.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
getdn.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
getdxbyname.c Cast char' arguments to ctype.h functions to unsigned char'. 1999-02-22 17:57:22 +00:00
getentry.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
getfilter.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
getvalues.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
init.c close ldap.conf after reading it. 1999-03-25 22:19:42 +00:00
kbind.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
ldap-int.h Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
ldap.conf Don't provide ldap.OpenLDAP.org and dc=OpenLDAP, dc=Org as the defaults. 1999-02-08 18:59:05 +00:00
ldapfilter.conf LDAPworld P1: DEC and other portability issues 1998-08-09 02:28:45 +00:00
ldapfriendly Initial revision 1998-08-09 00:43:13 +00:00
ldapsearchprefs.conf Initial revision 1998-08-09 00:43:13 +00:00
ldaptemplates.conf Initial revision 1998-08-09 00:43:13 +00:00
libldap.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
libldap.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
ltest.dsp Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
ltest.dsw merged with autoconf branch 1998-10-25 01:41:42 +00:00
Makefile.in Need KRB_LIBS to link test programs. 1999-02-04 19:21:04 +00:00
messages.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00
modify.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
modrdn.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
open.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
options.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
os-ip.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
print.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
references.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
request.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
result.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
sbind.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
search.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
sort.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
srchpref.c "const"ify some static arrays, and related parameters/variables 1999-03-09 08:40:36 +00:00
string.c Use ldap_pvt_strtok directly and unconditionally. 1999-02-20 20:12:03 +00:00
test.c Update ldap_first_attribute/ldap_next_attribute to handle 1999-01-20 20:21:38 +00:00
tmplout.c enclose macro arguments in () 1999-04-30 00:35:27 +00:00
tmpltest.c enclose macro arguments in () 1999-04-30 00:35:27 +00:00
ufn.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
unbind.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
url.c Vienna Bulk Commit 1999-05-19 01:12:33 +00:00
util-int.c Remove superfluous \ at end of lines outside macros; DEC cc doesn't like them. 1999-04-30 06:39:19 +00:00
Version.c Add simple copyright notice. 1998-12-28 20:53:15 +00:00