Skip to content
Snippets Groups Projects
  1. Nov 01, 1999
  2. Oct 31, 1999
  3. Oct 28, 1999
  4. Aug 31, 1999
  5. Aug 30, 1999
  6. Aug 28, 1999
  7. Aug 25, 1999
  8. Aug 24, 1999
  9. Jul 23, 1999
  10. Jul 13, 1999
  11. Jul 05, 1999
  12. Jun 24, 1999
  13. Jun 18, 1999
    • Kurt Zeilenga's avatar
      ber_int_t, ber_tag_t, ber_socket_t, ber_len_t · 669b8f40
      Kurt Zeilenga authored
      added lber_types.h.nt, lber_types.h.in
      removal of NULLxxx internal macros (in favor of NULL).
      ch_free added to slapd,slurpd/ch_malloc.c
      #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h
      ch_malloc and friends use ber_memalloc and friends
      669b8f40
  14. Jun 11, 1999
  15. May 26, 1999
  16. Apr 14, 1999
  17. Mar 20, 1999
  18. 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
  19. Feb 14, 1999
  20. Feb 03, 1999
  21. Feb 01, 1999
  22. Jan 15, 1999
    • Bart Hartgers's avatar
      · db722647
      Bart Hartgers authored
      Fixed a small but nasty typo.
      db722647
  23. Jan 14, 1999
  24. Jan 13, 1999
  25. 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
  26. Jan 02, 1999
  27. Dec 28, 1998
  28. Dec 20, 1998
  29. Dec 01, 1998
  30. Nov 30, 1998
  31. Nov 22, 1998
    • Kurt Zeilenga's avatar
      Replaced PREEMPTIVE_THREADS with HAVE_YIELDING_SELECT to clarify · 04d91569
      Kurt Zeilenga authored
      the exact nature of the functionality being tested.  -DNO_THREADS
      does NOT have a yield select, hence the macro is not defined.
      The slapd/daemon code has been changed to test both no threads
      and yielding select before using a timeout of NULL.
      04d91569
    • Kurt Zeilenga's avatar
      Add libtool support based upon patch by Bart Hartgers <Hartgers@kfm1.phys.tue.nl> · 6f92e197
      Kurt Zeilenga authored
        Updated to use libtool 1.2 (with FreeBSD3.0 a.out v. elf detection).
        Updated autoconf to 1.12 with sed patch (don't use stock 1.12).
        aclocal.m4 is built using automake's aclocal, v1.3.
        Updated mkdep to support libtool .lo files.
      Updated automake provided macros for TERMIOS, STRTOD, MKTIME, PTRDIFF_T
      Autoconf now checks to ensure C compiler supports ANSI C prototypes.
      Updated make files templates.
      6f92e197
  32. Nov 17, 1998
    • Kurt Zeilenga's avatar
      Add sizeof checks to configure.in. · 05e597d8
      Kurt Zeilenga authored
      Add ac/bytes.h to provided sized types.
      Use new sized type in md5/sha1 header through simple typedef.
      Should substitute old type for new everywhere.
      05e597d8
  33. Nov 11, 1998
  34. Nov 09, 1998
  35. Nov 08, 1998
Loading