- Mar 20, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
by portable.h with NDEBUG undefined. This makes assert() is always available and automatically disables itself when LDAP_DEBUG is undefined. I've included a basic assert() for pre-STDC compilers. It relies on abort() which may not actually be available. (well replace abort() with whatever is appropriate if and when we're faced with a pre-STDC compiler that doesn't have assert()).
-
- Mar 17, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 15, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Ben Collins authored
-
Ben Collins authored
rebuilt to reflect it.
-
- Mar 14, 1999
-
-
Hallvard Furuseth authored
-
- Mar 13, 1999
-
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
Ben Collins authored
-
- Mar 10, 1999
-
-
Kurt Zeilenga authored
-- fixed gethostbyaddr_r/gethostbyname_r compile warnings -- relocated Pthread -mt test to be before -kthread test
-
- Mar 09, 1999
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
- Mar 08, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
- Mar 07, 1999
-
-
Kurt Zeilenga authored
Disable ctime_r() type check. Need better test.
-
- Mar 06, 1999
-
-
Kurt Zeilenga authored
lber: ifdef'ed out lber_..set_nonblock() function because it used ioctl's. If it remains, it needs to be written to support various methods for setting non-blocking. ioctls should probably be last choice. configure could detect existance of fcntl(), ioctl(), etc. bdb2: added .dsp/.dsw files and did some basic cleanup (still needs work).
-
- Mar 05, 1999
-
-
Kurt Spanier authored
2. Make ldbm_Env a failure-safe entity.
-
- Mar 04, 1999
-
-
Juan Gomez authored
a MODDN or MODRDN request depending on the newSuperior parameter.
-
- Mar 03, 1999
-
-
Kurt Zeilenga authored
-
Juan Gomez authored
construction which may be useful later when adding new tags. This in preparation to support moddn v3.
-
Hallvard Furuseth authored
-
Bart Hartgers authored
which only part of a LDAPMessage is available on a socket. The server-code seemed to handle this correctly already, so I didn't touch it. My apologies for the hack in ber_get_next :-).
-
- Mar 02, 1999
-
-
Bart Hartgers authored
support for TLS and SASL will be build. Please inform me of any problems.
-
Kurt Zeilenga authored
AVL_CMP, AVL_DUP, AVL_FREE, AVL_APPLY. Apply casts as needed. Change data pointer from caddr_t to void *.
-
- Mar 01, 1999
-
-
Kurt Zeilenga authored
changes.
-
- Feb 22, 1999
-
-
Hallvard Furuseth authored
-
- Feb 20, 1999
-
-
Kurt Zeilenga authored
Implementation no longer uses strtok_r(), it may be broken or have an odd prototype. Update configure not to check for strtok/strtok_r nor require strtok_r to LDAP_API_FEATURE_X_OPENLDAP_REENTRANT.
-
Kurt Zeilenga authored
when symbol being replaced was defined as a macro.
-
Hallvard Furuseth authored
-
- Feb 14, 1999
-
-
Kurt Zeilenga authored
-
- Feb 11, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
Fix library/include paths for building "Release". Create getpass() from ud's mygetpass().
-