- Apr 07, 1999
-
-
Kurt Zeilenga authored
and, if LinuxThreads, pthread_kill_other_threads_np().
-
Hallvard Furuseth authored
-
- Apr 06, 1999
-
-
Kurt Zeilenga authored
(but not sure if it's usable yet). Needs to be tested on various versions of Linux native LinuxThreads.
-
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?
-
Kurt Zeilenga authored
need to be managed completely by -lldap_r.
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Apr 05, 1999
-
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
- Apr 04, 1999
-
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
Move select() detection forward, error if not available. Move select() args type check forward so it can be used in subsequent tests.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
John Quillan authored
from ccopts. This prevented the Perl backend from compiling.
-
John Quillan authored
Fix bug in compare.c where obj_ref to pb_obj_ref Added call to perl "config" method so the the perl module can have its own configuration options. Fix bug in init.c where the address of the be_private object was being retrieved when it was already a pointer. Added the dn parameter to the modify.c call to the modify method. Not sure why this wasn't there in the beginning. Expects and array from the search method instead of a scalar in search.c so that it can return search results and a return code. Added the demo file SampleLDAP.pm
-
Kurt Zeilenga authored
-
- Apr 03, 1999
-
-
Hallvard Furuseth authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Kurt Zeilenga authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Move socket setup to set_socket(), called before the uid/gid change.
-
- Apr 02, 1999
-
-
Kurt Zeilenga authored
id2entry: when an error occurs attempting to insert fetched entry into cache, check to see if entry was added by another thread. If so, return the entry added by the other thread. The concurrency tests now run without the dreaded "no such object" error messages!
-