- Aug 31, 1999
-
-
Kurt Zeilenga authored
-
- Jun 03, 1999
-
-
Kurt Zeilenga authored
-
- Jan 28, 1999
-
-
Kurt Zeilenga authored
Likely broke things for non-posix threadings.... Update -lldap_r implementation to: remove attribute support hide thread detachment provide concurrency accessors provide initialization function fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS) Update servers/libraries to use ldap_pvt_thread_ calls. Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)! Removed -llthread
-
- Nov 19, 1998
-
-
Kurt Zeilenga authored
-
- Nov 18, 1998
-
-
Kurt Zeilenga authored
-
- Nov 15, 1998
-
-
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.
-
- Nov 11, 1998
-
-
Hallvard Furuseth authored
#include <stdlib.h> to get malloc & co various places, #include <ac/string.h> to get strlen & co in (liblutil/setproctitle.c), declare ch_malloc & co (slurp.h), avl_find_lin (avl.h), Malloc (ud/edit.c). Also changed ch_malloc & co from char* to void* functions.
-
Hallvard Furuseth authored
Locks were not always released, in particular if something went wrong. Fixed in slurpd and the slapd main dir. Slapd clients were not examined. It also "felt right" to swap the order of closing dfp and rfp in slurpd copy_replog(), so the last acquired lock is unlocked first.
-
- Nov 05, 1998
-
-
Hallvard Furuseth authored
-
- Nov 04, 1998
-
-
Kurt Zeilenga authored
updated clients to use ldap_get/set_options ld_options is renamed ld_booleans. ldap-int.h has accessor macros. updated libldap to use new accessor macros.
-
- Oct 25, 1998
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
in string.h was hosed for memmove/memcpy cases.
-
- Oct 22, 1998
-
-
Kurt Zeilenga authored
Need to sort out remaining ifnames and run testsuite.
-
- Oct 21, 1998
-
-
Kurt Zeilenga authored
-
- Aug 13, 1998
-
-
Kurt Zeilenga authored
-
- Aug 09, 1998
-
-
Kurt Zeilenga authored
-