- 23 Dec, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Nov, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 14 Mar, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 20 Jan, 2005 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Apr, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Apr, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 01 Jan, 2004 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 25 Nov, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 03 Jan, 2003 1 commit
-
-
Kurt Zeilenga authored
-
- 26 Jul, 2002 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 04 Jan, 2002 1 commit
-
-
Kurt Zeilenga authored
-
- 17 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 07 Dec, 2001 1 commit
-
-
Howard Chu authored
-
- 21 Jul, 2001 1 commit
-
-
Kurt Zeilenga authored
Remove lint
-
- 29 May, 2001 1 commit
-
-
Kurt Zeilenga authored
-
- 27 Jul, 2000 1 commit
-
-
Kurt Zeilenga authored
SAFEMEMCPY. AC_FAST_MEMCPY has a len==1 optimization for use in -llber.
-
- 18 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
macros into our namespace and limit use to headers. A subsequent round will add macros to separately handle forward declarations of variables from declaration of function prototypes. The last round will add additional macros for declaring actual variables and functions.
-
- 07 Jun, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 13 May, 2000 1 commit
-
-
Kurt Zeilenga authored
-
- 27 Nov, 1999 1 commit
-
-
Howard Chu authored
-
- 08 Nov, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 28 Oct, 1999 1 commit
-
-
Howard Chu authored
See README 1.27 log
-
- 30 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 29 Aug, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 07 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
Fix LDAP_HI 0x377 vs 0377 bug.
-
- 02 Jun, 1999 1 commit
-
-
Kurt Zeilenga authored
Remove memory.h/malloc.h inclusion from <ac/string.h>. Need to s/<stdlib.h>/<ac/stdlib.h> everywhere.
-
- 24 May, 1999 1 commit
-
-
Kurt Zeilenga authored
Add #undef and other protection of macros.
-
- 21 May, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 18 May, 1999 1 commit
-
-
Kurt Zeilenga authored
-
- 15 Mar, 1999 1 commit
-
-
Ben Collins authored
-
- 20 Feb, 1999 2 commits
-
-
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.
-
- 22 Jan, 1999 1 commit
-
-
Kurt Zeilenga authored
libldap/string.c will hold various string.h replacements. Removed liblutil/strdup.c Moved ldap_pvt_strtok to string.c. Moved prototype of ldap_pvt_strtok to <ac/string.h>. Added #define strtok_r ldap_pvt_strtok (if strtok_r doesn't exist).
-
- 17 Jan, 1999 1 commit
-
-
Bart Hartgers authored
Fixed my own stupid mistake of not noticing the 'n' in #ifndef. strdup should work as it was again...
-
- 15 Jan, 1999 1 commit
-
-
Bart Hartgers authored
Updates for the new threading and utility stuff in libldap{_r}.
-
- 28 Dec, 1998 1 commit
-
-
Kurt Zeilenga authored
-
- 23 Nov, 1998 1 commit
-
-
Hallvard Furuseth authored
Clarify a few comments.
-
- 20 Nov, 1998 1 commit
-
-
Kurt Zeilenga authored
strdup(), strcasecmp(), strncasecmp(). Should test to see if these are truely needed. Hopefully their addition will not break other platforms.
-