Skip to content
Snippets Groups Projects
  1. Jan 17, 1999
    • Bart Hartgers's avatar
      · 41234c28
      Bart Hartgers authored
      Fixed my own stupid mistake of not noticing the 'n' in #ifndef. strdup
      should work as it was again...
      41234c28
  2. Jan 16, 1999
  3. Jan 15, 1999
    • Bart Hartgers's avatar
      · b8961522
      Bart Hartgers authored
      Updates for the new threading and utility stuff in libldap{_r}.
      b8961522
  4. Jan 14, 1999
  5. Jan 13, 1999
  6. 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
  7. 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
  8. Jan 07, 1999
  9. Jan 05, 1999
    • Kurt Spanier's avatar
      - Make install creates $(RUNDIR)/var for pid and args files of slapd. · 9c6d384b
      Kurt Spanier authored
      - slapd's pid/args file names are based on the servers binary file names,
        providing for multiple servers beeing run on one host.
      - slapd supports the -l command line parameter for selection of a
        syslog LOCAL user (-lLOCAL0 .. -lLOCAL7)
      - db_appinit() is called during first ldbm_open() in DB 2.x to initialize
        DB debugging features (good to find bugs in the DB code :-)
      - a patch for a non-initialized variable in DB's 2.x db_open is provided.
      9c6d384b
  10. 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
  11. Dec 29, 1998
  12. Dec 28, 1998
  13. Dec 26, 1998
  14. Dec 24, 1998
  15. Dec 23, 1998
  16. Dec 22, 1998
  17. Dec 21, 1998
  18. Dec 20, 1998
  19. Dec 19, 1998
  20. Dec 18, 1998
  21. 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
  22. Dec 04, 1998
Loading