Skip to content
Snippets Groups Projects
  1. Jul 13, 1999
  2. Jul 05, 1999
  3. Jun 24, 1999
  4. 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
  5. Jun 11, 1999
  6. May 26, 1999
  7. Apr 14, 1999
  8. Mar 20, 1999
  9. 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
  10. Feb 14, 1999
  11. Feb 03, 1999
  12. Feb 01, 1999
  13. Jan 15, 1999
    • Bart Hartgers's avatar
      · db722647
      Bart Hartgers authored
      Fixed a small but nasty typo.
      db722647
  14. Jan 14, 1999
  15. Jan 13, 1999
  16. 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
  17. Jan 02, 1999
  18. Dec 28, 1998
  19. Dec 20, 1998
  20. Dec 01, 1998
  21. Nov 30, 1998
  22. 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
  23. 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
  24. Nov 11, 1998
  25. Nov 09, 1998
  26. Nov 08, 1998
  27. Nov 06, 1998
  28. Nov 05, 1998
  29. Nov 04, 1998
  30. Oct 25, 1998
  31. Oct 22, 1998
  32. Oct 21, 1998
  33. Oct 20, 1998
  34. Oct 19, 1998
  35. Sep 30, 1998
Loading