- 10 Jun, 2000 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 11 May, 2000 1 commit
-
-
Howard Chu authored
Used mainly on NT since stderr doesn't exist when slapd runs as a service.
-
- 13 Dec, 1999 1 commit
-
-
Kurt Zeilenga authored
Add copyrights
-
- 08 Nov, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 19 Oct, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Sep, 1999 1 commit
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- 06 Sep, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 24 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
to build OpenLDAP.
-
- 18 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
added lber_types.h.nt, lber_types.h.in removal of NULLxxx internal macros (in favor of NULL). ch_free added to slapd,slurpd/ch_malloc.c #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h ch_malloc and friends use ber_memalloc and friends
-
- 03 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
Toy with dllimport/dllexport stuff (think I'll leave the real dll work to somebody else). Added ldap_strdup() wrapper of ber_strdup().
-
- 28 May, 1999 1 commit
-
-
Kurt Zeilenga authored
Added validation to exposed opaque data structures (BerElement, Sockbuf, and LDAP). Added macros BER_VALID, SOCKBUF_VALID, LDAP_VALID. Added ber_pvt_ber_bytes() and ber_pvt_ber_remaining() macros to hide some ber internals. These really should be handled by ber_get_option().
-
- 19 May, 1999 2 commits
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
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.
-
- 09 Mar, 1999 1 commit
-
-
Hallvard Furuseth authored
-
- 26 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
Ripple name change through -llber & -lldap. Update -lldif to use lber_pvt_log_printf() instead of Debug.
-
- 25 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 24 Dec, 1998 1 commit
-
-
Randy Kunkee authored
Add check for to configure.in vsprintf, since HAVE_VSPRINTF is presumably what was intended there. Finally, also protected a bunch of if test expressions with double quotes, as they were producing illegal test commands.
-
- 22 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
Updated other codes as needed.
-
- 15 Nov, 1998 1 commit
-
-
Hallvard Furuseth authored
Most function and variable definitions are now preceded by its extern definition, for error checking. Retyped a number of functions, usually to return void. Fixed a number of printf format errors. API changes (in ldap/include): Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h. A number of `extern' declarations are left (some added by protoize), to be cleaned away later. Mostly strdup(), strcasecmp(), mktemp(), optind, optarg, errno.
-
- 27 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 22 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 20 Oct, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Sep, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 09 Aug, 1998 1 commit
-
-
Kurt Zeilenga authored
-