Skip to content
Snippets Groups Projects
  1. Mar 03, 1999
  2. Mar 02, 1999
  3. Feb 25, 1999
    • Bart Hartgers's avatar
      · e26de677
      Bart Hartgers authored
      Patch to support to determine the number of args of the
      gethostby{name,addr}_r functions.
      Contributed by Juan Carlos Gomes IT#68 (apparently).
      
      Also includes support for detecting ssleay in configure.in.
      e26de677
  4. Feb 22, 1999
  5. Feb 21, 1999
  6. Feb 20, 1999
  7. Feb 14, 1999
  8. Feb 08, 1999
  9. Feb 04, 1999
  10. Feb 03, 1999
  11. Feb 02, 1999
  12. Feb 01, 1999
  13. Jan 31, 1999
  14. Jan 28, 1999
    • Kurt Zeilenga's avatar
      Use -lldap_r instead of -lldap -lthread. · 72ba4cfb
      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
      72ba4cfb
  15. Jan 24, 1999
  16. Jan 23, 1999
  17. Jan 22, 1999
    • Kurt Zeilenga's avatar
      Move libldap/strdup.c to string.c. · ddb0752b
      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).
      ddb0752b
  18. Jan 21, 1999
  19. Jan 19, 1999
  20. Jan 18, 1999
  21. Jan 14, 1999
  22. Jan 13, 1999
  23. Jan 11, 1999
    • Kurt Zeilenga's avatar
      Use pthread_detach() to detach connection threads instead of · 318531a4
      Kurt Zeilenga authored
      creating them detached.  This hopefully will reduce problems on
      draft4 pthread implementations related to creating detached
      threads (which is _np under draft4) on some platforms without
      causing problems with other thread implementations.
      318531a4
    • Kurt Zeilenga's avatar
      Change SLAPD shutdown to do a cond wait on active threads instead · 82b94e22
      Kurt Zeilenga authored
      of a busy wait and allow the pthread_yield within the loop to be
      removed.  This was the only pthread_yield which was necessary
      when usng non-preemptive threads.  As such, the configure.in
      sched_yield/pthread_yield missing error can be removed from
      configure.in.  If explicit yield function is missing, just provide
      a no-op replacement.
      Moved declaration of various slapd globals from main.c to init.c
      so they can be shared with ldbm tools.
      82b94e22
Loading