- Apr 15, 2003
-
-
Pierangelo Masarati authored
-
- Mar 24, 2003
-
-
Howard Chu authored
-
- Mar 03, 2003
-
-
Howard Chu authored
-
- Jan 03, 2003
-
-
Kurt Zeilenga authored
-
- Jul 26, 2002
-
-
Howard Chu authored
-
- Jul 11, 2002
-
-
Julius Enarusai authored
Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
-
- May 16, 2002
-
-
Howard Chu authored
must include <ac/stdlib.h> to get MAX_PATH defined. use LDAP_DIRSEP instead of '/' in paths define truncate/ftruncate macros, etc.
-
- Apr 15, 2002
-
-
Julius Enarusai authored
Added LDAP_LOG Messages
-
Kurt Zeilenga authored
-
- Apr 11, 2002
-
-
Howard Chu authored
-
Howard Chu authored
get read until much later, too late for TLS_RANDFILE to be useful.
-
- Jan 04, 2002
-
-
Kurt Zeilenga authored
-
- Jun 22, 2001
-
-
Kurt Zeilenga authored
-
- Jan 20, 2001
-
-
Kurt Zeilenga authored
-
- Apr 26, 2000
-
-
Randy Kunkee authored
-
- Apr 24, 2000
-
-
Ben Collins authored
for slurpd's replica directory (slurpd.status, and rej file) use a subdir of what the user specifies (add replica/ to it) to avoid /tmp races. A lot of the files that slurpd uses cannot be opened with O_EXCL, nor can we safely determine if there are any hardlinks from another file to it, so we create our own subdirectory so we can control the perms, even in /tmp
-
- Sep 08, 1999
-
-
Kurt Zeilenga authored
Replace old Id as needed (back-tcl). Leave updating of contribWare to contributors (for now).
-
- Sep 04, 1999
-
-
Hallvard Furuseth authored
-
- Aug 03, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
s/exit(0)/exit(EXIT_SUCCESS)/ add <ac/stdlib.h> where needed and other minor header adjustments
-
- Apr 13, 1999
-
-
Hallvard Furuseth authored
-
- Apr 07, 1999
-
-
Kurt Zeilenga authored
-
- Apr 06, 1999
-
-
Kurt Zeilenga authored
Move all SunOS routines (ie: _sleep() and its helpers) to thr_lwp.c so that it's internals can be 'static'. Add 'static' to thr_lwp.c. Add comment to LWP: NEEDS WORK, may not compile! Need some SunOS user to sort out the details. Volunteers?
-
- Mar 06, 1999
-
-
Hallvard Furuseth 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
-
- Dec 30, 1998
-
-
Kurt Zeilenga authored
Seems that calling pthread_exit() in the main (and only active) thread does not cause the whole process to exit. Very odd. Anyways, as we want to whole process to exit, we should just exit after joining with our other threads. I've also removed dead code for detaching threads we join with.
-
- 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
-
-
Kurt Zeilenga authored
-thread & -pthread are still treated as libraries, will need additional work to use them as CFLAGS. Eliminated HAVE_DCE define (was redundant) and its use. Code now relies on draft4 and function existance tests.
-
- Nov 05, 1998
-
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- 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 18, 1998
-
-
Kurt Zeilenga authored
-
- Aug 13, 1998
-
-
Kurt Zeilenga authored
-
- Aug 09, 1998
-
-
Kurt Zeilenga authored
-