]> git.sur5r.net Git - openldap/log
openldap
24 years agoUse get_supported_extension() accessor instead of supportedextensions[] extern.
Mark Valence [Wed, 17 Nov 1999 18:59:41 +0000 (18:59 +0000)]
Use get_supported_extension() accessor instead of supportedextensions[] extern.

24 years agoAdded get_supported_extension(int) accessor (replaces supportedExtensions extern).
Mark Valence [Wed, 17 Nov 1999 18:55:01 +0000 (18:55 +0000)]
Added get_supported_extension(int) accessor (replaces supportedExtensions extern).

24 years agoBooker says Krb5 requires "-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"
Kurt Zeilenga [Wed, 17 Nov 1999 02:26:55 +0000 (02:26 +0000)]
Booker says Krb5 requires "-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"

24 years agoMake sure generated files are up to date....
Kurt Zeilenga [Wed, 17 Nov 1999 02:25:20 +0000 (02:25 +0000)]
Make sure generated files are up to date....

24 years agos/==/=/ in sh equality tests
Kurt Zeilenga [Wed, 17 Nov 1999 02:18:04 +0000 (02:18 +0000)]
s/==/=/ in sh equality tests

24 years agoUse lber types instead of uint32 for md5. sha1 still requires
Kurt Zeilenga [Wed, 17 Nov 1999 02:04:06 +0000 (02:04 +0000)]
Use lber types instead of uint32 for md5.  sha1 still requires
an integer type of exactly 32 bits.

24 years agoadd comments here and there
Kurt Zeilenga [Wed, 17 Nov 1999 01:55:29 +0000 (01:55 +0000)]
add comments here and there

24 years agoUse objectclass LDAProotDSE for root DSE instead of LDAPsubentry.
Kurt Zeilenga [Wed, 17 Nov 1999 01:47:49 +0000 (01:47 +0000)]
Use objectclass LDAProotDSE for root DSE instead of LDAPsubentry.
Still need object classes for both of these.  Suspect we'll need
to assign "experimental" ones from our arc.

24 years agofixed problem in which we didn't statically link in the dynamic
John Quillan [Thu, 11 Nov 1999 06:14:41 +0000 (06:14 +0000)]
fixed problem in which we didn't statically link in the dynamic
loader, there for not allowing any modules with shared libraries
to be loaded.

24 years agoMove str2access and access2str outside #ifdef LDAP_DEBUG clause
Howard Chu [Wed, 10 Nov 1999 20:28:42 +0000 (20:28 +0000)]
Move str2access and access2str outside #ifdef LDAP_DEBUG clause

24 years agoAdded support for external extensions (based on moduleload). All new code is conditi...
Mark Valence [Tue, 9 Nov 1999 21:42:45 +0000 (21:42 +0000)]
Added support for external extensions (based on moduleload).  All new code is conditional on SLAPD_EXTERNAL_EXTENSIONS.

24 years agoRewrite to better support external modules hooking into slapd. Added module_init...
Mark Valence [Tue, 9 Nov 1999 21:32:19 +0000 (21:32 +0000)]
Rewrite to better support external modules hooking into slapd.  Added module_init() and module_kill() routines for startup and (clean) shutdown.

24 years agoAdded calls to new module_init() and module_kill() routines.
Mark Valence [Tue, 9 Nov 1999 21:22:12 +0000 (21:22 +0000)]
Added calls to new module_init() and module_kill() routines.

24 years agoAdded new module_* routines, changed def. of load_extension.
Mark Valence [Tue, 9 Nov 1999 21:20:23 +0000 (21:20 +0000)]
Added new module_* routines, changed def. of load_extension.

24 years agoRemoved previous changes for extensions -- extensions now use moduleload.
Mark Valence [Tue, 9 Nov 1999 21:18:37 +0000 (21:18 +0000)]
Removed previous changes for extensions -- extensions now use moduleload.

24 years agoBug fixes to do_extended().
Mark Valence [Tue, 9 Nov 1999 04:14:38 +0000 (04:14 +0000)]
Bug fixes to do_extended().

24 years agoLoad extension library on "extension" keyword in configs (actual load routine is...
Mark Valence [Tue, 9 Nov 1999 03:37:05 +0000 (03:37 +0000)]
Load extension library on "extension" keyword in configs (actual load routine is in extended.c).  Protected by #ifdef SLAPD_EXTERNAL_EXTENSIONS.

24 years agoIn preparation for extensions improvements, added send_ldap_extended.
Mark Valence [Tue, 9 Nov 1999 03:29:50 +0000 (03:29 +0000)]
In preparation for extensions improvements, added send_ldap_extended.

24 years agoIn preparation for extensions improvements -- added send_ldap_extended and load_exten...
Mark Valence [Tue, 9 Nov 1999 03:28:17 +0000 (03:28 +0000)]
In preparation for extensions improvements -- added send_ldap_extended and load_extension.

24 years agoBackout premature commit.
Kurt Zeilenga [Mon, 8 Nov 1999 19:36:30 +0000 (19:36 +0000)]
Backout premature commit.

24 years agoAdded a "dnattr" case for ACIs (still need to check the ACI OID).
Mark Valence [Mon, 8 Nov 1999 18:50:51 +0000 (18:50 +0000)]
Added a "dnattr" case for ACIs (still need to check the ACI OID).

24 years agoMinor bug fix in ldap_parse_extended_result.
Mark Valence [Mon, 8 Nov 1999 18:47:47 +0000 (18:47 +0000)]
Minor bug fix in ldap_parse_extended_result.

24 years agoLast commit added framework for ber_errno.
Kurt Zeilenga [Mon, 8 Nov 1999 15:47:12 +0000 (15:47 +0000)]
Last commit added framework for ber_errno.

24 years agoLast commit contained cleanups and optimizations allowed by latest IETF C API draft.
Kurt Zeilenga [Mon, 8 Nov 1999 15:43:12 +0000 (15:43 +0000)]
Last commit contained cleanups and optimizations allowed by latest IETF C API draft.

24 years agoAdd X format for compatibility with other SDK implementations.
Kurt Zeilenga [Mon, 8 Nov 1999 15:41:07 +0000 (15:41 +0000)]
Add X format for compatibility with other SDK implementations.

24 years ago*** empty log message ***
Kurt Zeilenga [Mon, 8 Nov 1999 15:38:59 +0000 (15:38 +0000)]
*** empty log message ***

24 years agoUse LDAP_F for libc routines
Kurt Zeilenga [Mon, 8 Nov 1999 15:33:01 +0000 (15:33 +0000)]
Use LDAP_F for libc routines

24 years agoNeeds <ldap.h> due to stubs.
Kurt Zeilenga [Mon, 8 Nov 1999 15:30:51 +0000 (15:30 +0000)]
Needs <ldap.h> due to stubs.

24 years agoAdd empty struct ldapoptions declaration to avoid pulling in headers.
Kurt Zeilenga [Sat, 6 Nov 1999 18:02:44 +0000 (18:02 +0000)]
Add empty struct ldapoptions declaration to avoid pulling in headers.

24 years agoUpdated ACI code to work with new ACL changes. All changes are within the SLAPD_ACI_...
Mark Valence [Sat, 6 Nov 1999 05:05:50 +0000 (05:05 +0000)]
Updated ACI code to work with new ACL changes.  All changes are within the SLAPD_ACI_ENABLED #ifdef's.

24 years agoAdded ldap_pvt_tls_* prototypes.
Mark Valence [Sat, 6 Nov 1999 05:02:52 +0000 (05:02 +0000)]
Added ldap_pvt_tls_* prototypes.

24 years agoFix - v2ref returned a pointer that it did not allocate, and send_ldap_result
Howard Chu [Fri, 5 Nov 1999 22:50:58 +0000 (22:50 +0000)]
Fix - v2ref returned a pointer that it did not allocate, and send_ldap_result
would try to free it. Also, send_search_result was not freeing the pointer,
but it should have been.

24 years agoDelete unnecessary exports
Howard Chu [Fri, 5 Nov 1999 22:49:45 +0000 (22:49 +0000)]
Delete unnecessary exports

24 years agoRelocated the stubs function to avoid being dependent on
Howard Chu [Fri, 5 Nov 1999 22:49:26 +0000 (22:49 +0000)]
Relocated the stubs function to avoid being dependent on
HAVE_NT_SERVICE_MANAGER - when threads are disabled, HAVE_NT_SERVICE_MANAGER
is not defined, but the stubs still must remain defined.

24 years agoFix to prevent freeing the same pointer twice on mod errors
Howard Chu [Fri, 5 Nov 1999 22:46:45 +0000 (22:46 +0000)]
Fix to prevent freeing the same pointer twice on mod errors

24 years agoFix to avoid freeing an uninitialized pointer
Howard Chu [Fri, 5 Nov 1999 22:45:43 +0000 (22:45 +0000)]
Fix to avoid freeing an uninitialized pointer

24 years agoRemove extra ber_free.
Randy Kunkee [Thu, 4 Nov 1999 17:19:22 +0000 (17:19 +0000)]
Remove extra ber_free.

24 years agoCall ber_free instead of ldap_ber_free.
Randy Kunkee [Thu, 4 Nov 1999 00:09:17 +0000 (00:09 +0000)]
Call ber_free instead of ldap_ber_free.

24 years agoClean up some memory problems.
Randy Kunkee [Wed, 3 Nov 1999 23:57:56 +0000 (23:57 +0000)]
Clean up some memory problems.

24 years agono UD_BASE to use for my_ldap_dn2ufn(). Comment out strstr(s,NULL).
Kurt Zeilenga [Wed, 3 Nov 1999 22:02:30 +0000 (22:02 +0000)]
no UD_BASE to use for my_ldap_dn2ufn().  Comment out strstr(s,NULL).

24 years agoMake stat message consistent with other operations.
Kurt Zeilenga [Wed, 3 Nov 1999 18:12:28 +0000 (18:12 +0000)]
Make stat message consistent with other operations.

24 years agoDo not maintain a presence search on 'objectclass' as all entries
Kurt Zeilenga [Tue, 2 Nov 1999 23:13:40 +0000 (23:13 +0000)]
Do not maintain a presence search on 'objectclass' as all entries
*should* have an 'objectclass' attribute present.

24 years agoRemoved explicit include of <ac/param.h> because it must be included
Howard Chu [Tue, 2 Nov 1999 19:39:56 +0000 (19:39 +0000)]
Removed explicit include of <ac/param.h> because it must be included
after <stdlib.h>, but <stdlib.h> is included in slap.h. Moved <ac/param.h>
include into slap.h.

24 years agowrite winsock with AC_CACHE_CHECK to allow mangling via environment.
Kurt Zeilenga [Tue, 2 Nov 1999 02:32:55 +0000 (02:32 +0000)]
write winsock with AC_CACHE_CHECK to allow mangling via environment.

24 years agoRemove unnecessary dependency upon $ac_cv_mingw32.
Kurt Zeilenga [Tue, 2 Nov 1999 02:10:36 +0000 (02:10 +0000)]
Remove unnecessary dependency upon $ac_cv_mingw32.

24 years agoModify NT Threads check to use AC_CHECK_FUNC(_beginthread)
Kurt Zeilenga [Tue, 2 Nov 1999 01:35:20 +0000 (01:35 +0000)]
Modify NT Threads check to use AC_CHECK_FUNC(_beginthread)

24 years agoMove NT Thread test into build/openldap.m4. Still bogus (only
Kurt Zeilenga [Mon, 1 Nov 1999 23:45:09 +0000 (23:45 +0000)]
Move NT Thread test into build/openldap.m4.  Still bogus (only
enables if MINGW32 and always enables if MINGW32).

24 years agoFix broken patch to v2ref
Howard Chu [Mon, 1 Nov 1999 23:23:41 +0000 (23:23 +0000)]
Fix broken patch to v2ref

24 years agoObsolete file
Howard Chu [Mon, 1 Nov 1999 22:38:24 +0000 (22:38 +0000)]
Obsolete file

24 years agoChanges to support NT single debug
Kurt Zeilenga [Mon, 1 Nov 1999 22:17:06 +0000 (22:17 +0000)]
Changes to support NT single debug

24 years agoDefine HAVE_NT_EVENT_LOG && HAVE_NT_SERVICE_MANAGER when HAVE_NT_THREADS
Kurt Zeilenga [Mon, 1 Nov 1999 22:06:00 +0000 (22:06 +0000)]
Define HAVE_NT_EVENT_LOG && HAVE_NT_SERVICE_MANAGER when HAVE_NT_THREADS

24 years agoAdditional mods to fix NT single threaded support.
Kurt Zeilenga [Mon, 1 Nov 1999 22:00:18 +0000 (22:00 +0000)]
Additional mods to fix NT single threaded support.

24 years agoUse centralized output directories.
Kurt Zeilenga [Mon, 1 Nov 1999 21:25:22 +0000 (21:25 +0000)]
Use centralized output directories.
Update single debug/release not to use service manager nor event manager.
Likely breaks MINGW32 port.

24 years agoUse typedef instead of #define for ssize_t.
Kurt Zeilenga [Mon, 1 Nov 1999 18:17:21 +0000 (18:17 +0000)]
Use typedef instead of #define for ssize_t.

24 years agoAdd configure tests for ssize_t and caddr_t and remove NT preamble
Kurt Zeilenga [Mon, 1 Nov 1999 18:14:26 +0000 (18:14 +0000)]
Add configure tests for ssize_t and caddr_t and remove NT preamble
(excepting WIN32_LEAN_AND_MEAN).  Rework openlog/closelog use to
eliminate need for defines.

24 years agoUse compile time, instead of run time, sizeof checks.
Kurt Zeilenga [Mon, 1 Nov 1999 17:36:09 +0000 (17:36 +0000)]
Use compile time, instead of run time, sizeof checks.

24 years agoAdd <ac/param.h> to wrap <sys/param.h>
Kurt Zeilenga [Mon, 1 Nov 1999 17:21:24 +0000 (17:21 +0000)]
Add <ac/param.h> to wrap <sys/param.h>

24 years agoSet modifiersname/timestamp upon creation.
Kurt Zeilenga [Mon, 1 Nov 1999 17:19:01 +0000 (17:19 +0000)]
Set modifiersname/timestamp upon creation.
Remove LDAP_LOCALTIME support.

24 years agoFix typo in gethostbyaddr_r nargs test
Kurt Zeilenga [Mon, 1 Nov 1999 12:02:03 +0000 (12:02 +0000)]
Fix typo in gethostbyaddr_r nargs test

24 years agoRemove more dependencies upon $ac_cv_mingw32
Kurt Zeilenga [Mon, 1 Nov 1999 03:40:55 +0000 (03:40 +0000)]
Remove more dependencies upon $ac_cv_mingw32

24 years agoFix broken MSVC builds. The previous round of Mingw32 patches changed some
Howard Chu [Sun, 31 Oct 1999 02:26:41 +0000 (02:26 +0000)]
Fix broken MSVC builds. The previous round of Mingw32 patches changed some
ifdefs to depend on _WINNT, which is bogus. Added _WIN32 back on these ifs,
and fixed some other include problems.

24 years agoFix nargs tests for gethostby{name,addr}_r to handle no prototype case.
Kurt Zeilenga [Sat, 30 Oct 1999 21:19:46 +0000 (21:19 +0000)]
Fix nargs tests for gethostby{name,addr}_r to handle no prototype case.

24 years agoFix ctime_r nargs detection to return 0 if no prototype is available.
Kurt Zeilenga [Sat, 30 Oct 1999 21:07:03 +0000 (21:07 +0000)]
Fix ctime_r nargs detection to return 0 if no prototype is available.

24 years agobug fixes for ldap_msgtype and ldap_msgid
Mark Valence [Sat, 30 Oct 1999 18:33:37 +0000 (18:33 +0000)]
bug fixes for ldap_msgtype and ldap_msgid

24 years agoDo not attempt to obtain sizeof(sin_addr.s_addr) or &sin_addr.s_addr
Kurt Zeilenga [Sat, 30 Oct 1999 04:58:06 +0000 (04:58 +0000)]
Do not attempt to obtain sizeof(sin_addr.s_addr) or &sin_addr.s_addr
as s_addr member of in_addr may be a bitfield.

24 years agoUse uint32 not u_int as code requires 32 bit unsigned integers.
Kurt Zeilenga [Sat, 30 Oct 1999 03:30:10 +0000 (03:30 +0000)]
Use uint32 not u_int as code requires 32 bit unsigned integers.

24 years agoAdd readability to comments
Kurt Zeilenga [Sat, 30 Oct 1999 03:26:56 +0000 (03:26 +0000)]
Add readability to comments

24 years agoAdd comment stating that uint32 must be exactly 32-bits long.
Kurt Zeilenga [Sat, 30 Oct 1999 03:26:13 +0000 (03:26 +0000)]
Add comment stating that uint32 must be exactly 32-bits long.

24 years agoAdd support for sizeof(short) == 4 when sizeof(int) > 4.
Kurt Zeilenga [Sat, 30 Oct 1999 02:53:24 +0000 (02:53 +0000)]
Add support for sizeof(short) == 4 when sizeof(int) > 4.

24 years agoAdd comment to top of sendmail.cf to discourage directory mucking
Kurt Zeilenga [Thu, 28 Oct 1999 22:19:36 +0000 (22:19 +0000)]
Add comment to top of sendmail.cf to discourage directory mucking
with .cf files...

24 years agoReorganize a bit to behave more like other mailer m4 macros
Kurt Zeilenga [Thu, 28 Oct 1999 22:17:23 +0000 (22:17 +0000)]
Reorganize a bit to behave more like other mailer m4 macros

24 years agoRefine comments.
Kurt Zeilenga [Thu, 28 Oct 1999 17:42:46 +0000 (17:42 +0000)]
Refine comments.

24 years agoRemove some dependencies upon $ac_cv_mingw32. Most should be
Kurt Zeilenga [Thu, 28 Oct 1999 17:42:02 +0000 (17:42 +0000)]
Remove some dependencies upon $ac_cv_mingw32.   Most should be
replaced with actual functional tests.  Needed to provide uWin
and other Unix on NT environments.

24 years agoAdded NT-specific definitions to acconfig.h preamble
Howard Chu [Thu, 28 Oct 1999 11:17:58 +0000 (11:17 +0000)]
Added NT-specific definitions to acconfig.h preamble

24 years agoDelete obsolete symbols acl_access_allowed and acl_get_applicable
Howard Chu [Thu, 28 Oct 1999 11:16:44 +0000 (11:16 +0000)]
Delete obsolete symbols acl_access_allowed and acl_get_applicable

24 years agoAdd third argument AC_DEFINE() calls added by last commit to
Kurt Zeilenga [Thu, 28 Oct 1999 07:48:59 +0000 (07:48 +0000)]
Add third argument AC_DEFINE() calls added by last commit to
avoid having to define macros by hand in acconfig.h (which
were mistaken added to portable.h.in).

24 years agoLog of Source Changes for Mingw32 Port of OpenLDAP
Howard Chu [Thu, 28 Oct 1999 07:36:01 +0000 (07:36 +0000)]
Log of Source Changes for Mingw32 Port of OpenLDAP
Author: Jon Leichter
Email: jon@symas.com

Copyright 1999, Symas Corporation, All rights reserved.
This software is not subject to any license of Symas Corporation.

This is free software; you can redistribute and use it
under the same terms as OpenLDAP itself.

./configure
./configure.in
==============
- Support for Win32 dynamic libraries enabled.
- Fixed -lltdl to be set in MODULES_LIBS instead of LIBS.
- For NT, added header file checks for: conio.h, direct.h, io.h, process.h.
- For NT (Mingw32) only, added checks for Winsock.
- For NT (Mingw32), turned on NT threads.
- Added the LIBSRCS macro to complement the LIBOBJS macro.
- Adjusted the set of data type checks for Mingw32.
- Special checks for Mingw32 functions: _sprintf, _vsnprintf, _spawnlp.
- Created the following macros for Makefile dependencies: PLAT, LIB_LINKAGE,
  LT_LIB_LINKAGE, DYN_EXT.

./build/openldap.m4
===================
- For NT (Mingw32), included stdlib.h to test for sys_errlist.

./include/portable.h.in
=======================
- Added an NT-specific section of macros.
- Added support to define the snprintf and vsnprintf macros.
- Added new macros to support NT (Mingw32): HAVE_SPAWNLP, HAVE_WINSOCK,
  HAVE_CONIO_H, HAVE_DIRECT_H, HAVE_IO_H, HAVE_PROCESS_H, HAVE_NT_THREADS.

./include/portable.nt
=====================
- Removed macros that are defined in Windows headers: strdup, FD_SETSIZE.
- Set HAVE_SNPRINTF and HAVE_MEMORY_H to reflect the NT's real environment.
- Moved LDAP_DIRSEP macro to ldap_config.h.in.
- Moved LDAP_SIGUSR macros to ac/signal.h.

./include/ldap_config.h.in
==========================
- Added the LDAP_DIRSEP macro for NT.

./include/ac/signal.h
=====================
- Added the LDAP_SIGUSR macros for NT.

./include/ac/stdarg.h
=====================
- For NT (Mingw32), added declarations for the snprintf and vsnprintf funcs.

./include/avl.h
./include/disptmpl.h
./include/getopt-compat.h
./include/lber.h
./include/lber_pvt.h
./include/ldap.h
./include/ldap_log.h
./include/ldap_pvt.h
./include/ldap_pvt_thread.h
./include/ldap_schema.h
./include/ldif.h
./include/lutil.h
./include/lutil_lockf.h
./include/lutil_md5.h
./include/lutil_sha1.h
./include/srchpref.h
./include/ac/assert.h
./include/ac/setproctitle.h
./include/ac/socket.h
./include/ac/string.h
./include/ac/unistd.h
./libraries/liblber/lber-int.h
./libraries/libldap/ldap-int.h
==============================
- Added the proper use of the LDAP_F macro.
- For ./include/ldap_pvt_thread.h, adjusted preprocessing to always typedef
  ldap_pvt_thread types in NT (Mingw32), whether or not threads are being used.

./build/lib-shared.mk
./build/lib.mk
./build/mod.mk
./build/rules.mk
./build/srv.mk
./build/top.mk
./clients/fax500/Makefile.in
./clients/finger/Makefile.in
./clients/gopher/Makefile.in
./clients/mail500/Makefile.in
./clients/rcpt500/Makefile.in
./clients/tools/Makefile.in
./clients/ud/Makefile.in
./libraries/liblber/Makefile.in
./libraries/libldap/Makefile.in
./libraries/libldap_r/Makefile.in
./libraries/liblutil/Makefile.in
./servers/slapd/Makefile.in
./servers/slapd/back-ldbm/Makefile.in
./servers/slapd/tools/Makefile.in
./servers/slurpd/Makefile.in
./tests/progs/Makefile.in
=====================================
- Made use of the new macros defined by configure.in to dynamically build
  Makefiles suited for the build environment.
- Adjusted 'clean' and 'install' targets to account for .exe binaries.
- Added targets to build extra components for 'slapd' in NT (Mingw32).

./libraries/liblutil/slapdmsg.h
./libraries/liblutil/slapdmsg.bin
./libraries/liblutil/slapdmsg.rc
=================================
- New files added to the source tree to build resources for Mingw32.

./servers/slapd/slapd.syms
==========================
- New file added to the source tree to specify the set of symbols that
  'slapd' should export.

./servers/slapd/nt_svc.c
========================
- Added stubs function, where exported symbols are called for dummy reference.

./clients/ud/group.c
./libraries/liblutil/getopt.c
./libraries/liblutil/ntservice.c
================================
- Fixed misc syntax warnings and/or bugs.

./libraries/liblber/sockbuf.c
./libraries/libldap/tmplout.c
./libraries/liblutil/nt_err.c
./servers/slapd/daemon.c
=============================
- Fixed Winsock-related warnings and/or bugs.

./servers/slapd/add.c
./servers/slapd/bind.c
./servers/slapd/compare.c
./servers/slapd/delete.c
./servers/slapd/modify.c
./servers/slapd/modrdn.c
./servers/slapd/search.c
=========================
- Added line to #include "ldap_pvt.h".

24 years agoFix log message from previous commit...
Howard Chu [Thu, 28 Oct 1999 07:34:30 +0000 (07:34 +0000)]
Fix log message from previous commit...
Use new macros from configure.in to accomodate NT/Mingw32 environment.
See README 1.27 log

24 years agoUse new macros from configure.in to accomodate NT/Mingw32 environment.
Howard Chu [Thu, 28 Oct 1999 07:31:59 +0000 (07:31 +0000)]
Use new macros from configure.in to accomodate NT/Mingw32 environment.
See README 1.27 log

24 years agoFixed use of LDAP_F macro
Howard Chu [Thu, 28 Oct 1999 07:29:25 +0000 (07:29 +0000)]
Fixed use of LDAP_F macro
See README 1.27 log

24 years agoFixed the LDAP_F macro.
Howard Chu [Thu, 28 Oct 1999 07:28:53 +0000 (07:28 +0000)]
Fixed the LDAP_F macro.
See README 1.27 log

24 years agoFor Mingw32, added declarations for snprintf and vsnprintf
Howard Chu [Thu, 28 Oct 1999 07:27:28 +0000 (07:27 +0000)]
For Mingw32, added declarations for snprintf and vsnprintf

24 years agoAdded LDAP_SIGUSR macros for NT
Howard Chu [Thu, 28 Oct 1999 07:27:00 +0000 (07:27 +0000)]
Added LDAP_SIGUSR macros for NT

24 years agoAdded LDAP_DIRSEP macro for NT
Howard Chu [Thu, 28 Oct 1999 07:26:44 +0000 (07:26 +0000)]
Added LDAP_DIRSEP macro for NT

24 years agoFixes for NT support:
Howard Chu [Thu, 28 Oct 1999 07:26:25 +0000 (07:26 +0000)]
Fixes for NT support:
  Remove macros already in Windows headers: strdup, FD_SETSIZE
  Set HAVE_SNPRINTF and HAVE_MEMORY_H to reflect NT environment
  Moved LDAP_DIRSEP macro to ldap_config.h.in
  Moved LDAP_SIGUSR macros to ac/signal.h

24 years agoAdded macros for Mingw32 support.
Howard Chu [Thu, 28 Oct 1999 07:24:39 +0000 (07:24 +0000)]
Added macros for Mingw32 support.
See README 1.27 log

24 years agoFor Mingw32, include stdlib.h to test for sys_errlist
Howard Chu [Thu, 28 Oct 1999 07:23:45 +0000 (07:23 +0000)]
For Mingw32, include stdlib.h to test for sys_errlist
See README 1.27 log

24 years agoAdded support for Mingw32
Howard Chu [Thu, 28 Oct 1999 07:23:03 +0000 (07:23 +0000)]
Added support for Mingw32
See README 1.27 log

24 years agoNew files added for Mingw32 support.
Howard Chu [Thu, 28 Oct 1999 07:22:10 +0000 (07:22 +0000)]
New files added for Mingw32 support.
See README 1.27 log

24 years agoSpecifies the symbols that slapd must export, for Mingw32 support
Howard Chu [Thu, 28 Oct 1999 07:20:07 +0000 (07:20 +0000)]
Specifies the symbols that slapd must export, for Mingw32 support
See README 1.27 log

24 years agoFix misc syntax warnings and/or bugs.
Howard Chu [Thu, 28 Oct 1999 07:18:48 +0000 (07:18 +0000)]
Fix misc syntax warnings and/or bugs.
See README 1.27 log

24 years agoFix Winsock-related warning and/or bugs.
Howard Chu [Thu, 28 Oct 1999 07:17:08 +0000 (07:17 +0000)]
Fix Winsock-related warning and/or bugs.
See README 1.27 log

24 years agoAdded stubs function, for dummy references to exported symbols.
Howard Chu [Thu, 28 Oct 1999 07:15:17 +0000 (07:15 +0000)]
Added stubs function, for dummy references to exported symbols.
See README 1.27 log

24 years agoFix Winsock-related warnings and/or bugs.
Howard Chu [Thu, 28 Oct 1999 07:14:25 +0000 (07:14 +0000)]
Fix Winsock-related warnings and/or bugs.
See README 1.27 log

24 years agoAdded line to #include "ldap_pvt.h". Part of Mingw32 support.
Howard Chu [Thu, 28 Oct 1999 07:13:33 +0000 (07:13 +0000)]
Added line to #include "ldap_pvt.h". Part of Mingw32 support.
See README 1.27 log.

24 years agoAdded numsubordinates operational attribute
Howard Chu [Thu, 28 Oct 1999 07:09:30 +0000 (07:09 +0000)]
Added numsubordinates operational attribute

24 years agoAdd comment containing possible dn attributetype specification.
Kurt Zeilenga [Thu, 28 Oct 1999 01:00:11 +0000 (01:00 +0000)]
Add comment containing possible dn attributetype specification.

24 years agoChanges to make TLS work on Windows
Mark Valence [Wed, 27 Oct 1999 22:40:05 +0000 (22:40 +0000)]
Changes to make TLS work on Windows

24 years agoFix up comments.
Kurt Zeilenga [Wed, 27 Oct 1999 22:00:29 +0000 (22:00 +0000)]
Fix up comments.

24 years agoReally fix gettimeofday usage.
Kurt Zeilenga [Wed, 27 Oct 1999 21:53:41 +0000 (21:53 +0000)]
Really fix gettimeofday usage.