Skip to content
Snippets Groups Projects
  1. Feb 01, 1999
  2. Jan 31, 1999
  3. 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
  4. Jan 24, 1999
  5. Jan 23, 1999
  6. 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
  7. Jan 21, 1999
  8. Jan 19, 1999
  9. Jan 18, 1999
  10. Jan 14, 1999
  11. Jan 13, 1999
  12. 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
  13. Jan 10, 1999
    • Kurt Zeilenga's avatar
      Update build environment to fix VPATH support. · 334768c1
      Kurt Zeilenga authored
        make depend, make tests, and make install all work when build directory
        is not the $srcdir.
      Also modified library handling such that -lpthread more likely to be last.
      WARNING: new orderring requires use of LDFLAGS to set global loader options
        such as -L/usr/local/lib.  If you put this in LIBS, some libraries
        may not be found a link time.
      Likely broke Kerberos/LDAPD support.  Don't have those in my testbed.
      334768c1
  14. Jan 02, 1999
    • Kurt Zeilenga's avatar
      Update ctime_r() argument macro to cache results and to produce · 114a0cd3
      Kurt Zeilenga authored
      one preprocessor macro instead of two.  Ran aclocal, autoconf,
      autoheader to update derived files.  Modify util-int.c to use
      CTIME_R_NARGS define and fallback to ctime() if not set.
      Made LDAP_API_FEATURE_X_OPENLDAP_REENTRANT dependent upon result.
      114a0cd3
    • Bart Hartgers's avatar
      · f9d26dac
      Bart Hartgers authored
      Teached autoconf to figure out how may arguments ctime_r expects.
      Updated util-int.c to use this information.
      f9d26dac
  15. Dec 30, 1998
  16. Dec 28, 1998
  17. Dec 24, 1998
  18. Dec 22, 1998
  19. Dec 20, 1998
  20. Dec 19, 1998
  21. Dec 17, 1998
  22. Dec 14, 1998
    • Kurt Zeilenga's avatar
      Update pthread checks: · 9db062bb
      Kurt Zeilenga authored
      	Add plain -lpthread check.
      	Move *_r() checks so that they are checked for regradless
      		of thread libs used.  Before they were only being checked
      		when using threads.
      	Fix yields test such that compile/link/odd runtime failures results in
      		'yes' instead of 'no'.
      9db062bb
  23. Dec 10, 1998
  24. Dec 07, 1998
  25. Dec 04, 1998
Loading