Skip to content
Snippets Groups Projects
  1. May 19, 1999
  2. Apr 28, 1999
  3. Mar 29, 1999
  4. Mar 22, 1999
    • Julio Sánchez Fernández's avatar
      · 89ff3b63
      Julio Sánchez Fernández authored
      Changed the way paths are replaced in xrpcomp so that it is done in the
      make step instead of make install
      Removed pair of extra % from the path substitution
      89ff3b63
  5. Feb 22, 1999
  6. Feb 01, 1999
  7. Jan 20, 1999
  8. Jan 14, 1999
  9. 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
  10. Nov 30, 1998
  11. Nov 29, 1998
    • Kurt Zeilenga's avatar
      Update build environment: · edd464ee
      Kurt Zeilenga authored
        default sysconfdir subdirectory is openldap instead of ldap.
          This removes conflicts with other ldap subsystems.  Should
          be configure option.
        *.conf files are now preserved.  A *.conf.default are always
          created with the latest conf.
        *.help and ldapfriendly are now placed in $(datadir)/$(ldap_subdir)
        updated man pages to reflect changes.
      edd464ee
  12. Nov 22, 1998
  13. Nov 20, 1998
  14. Nov 18, 1998
  15. Nov 16, 1998
    • Kurt Zeilenga's avatar
      Remove extern declarations of library functions from source.c. · b5494457
      Kurt Zeilenga authored
        This could cause problems on odd systems.  The generic
        headers should be extended as needed to include necessary
        system headers or, if necessary, make explicit declarations.
      Extended ac/string.h header to look for string.h/strings.h if
        STDC_HEADERS is not defined.  Also provide basic declarations for
        str*() functions.  This could cause problems on odd systems.
      Extended ac/unistd.h header to define basic declaration for misc
        functions that might be missing from headers.   This includes
        externs for getenv(), getopt(), mktemp(), tempname().
      Protect fax500.h from multiple inclusion.  Moved includes of
        system/generic headers back to source files.
      Made mail500 helper functions static.
      Fixed includes of ctype.h, signal.h, etc. to use generics.
      lutil/tempname.c: was including stdlib.h twice, one should stdio.h.
      Wrapped <sys/resource.h> with HAVE_SYS_RESOURCE_H.
      lber/io.c/ber_get_next(): Changed noctets back to signed.
        Used with BerRead which expects signed int as second arg and
        returns signed int.
      b5494457
  16. Nov 15, 1998
    • Hallvard Furuseth's avatar
      Protoized, moved extern definitions to .h files, fixed related bugs. · 7e6ad510
      Hallvard Furuseth authored
      Most function and variable definitions are now preceded by its extern
      definition, for error checking.  Retyped a number of functions, usually
      to return void.  Fixed a number of printf format errors.
      
      API changes (in ldap/include):
        Added avl_dup_ok, avl_prefixapply, removed ber_fatten (probably typo
        for ber_flatten), retyped ldap_sort_strcasecmp, grew lutil.h.
      
      A number of `extern' declarations are left (some added by protoize), to
      be cleaned away later.  Mostly strdup(), strcasecmp(), mktemp(), optind,
      optarg, errno.
      7e6ad510
  17. Nov 11, 1998
  18. Nov 10, 1998
  19. Nov 08, 1998
  20. Nov 04, 1998
  21. Oct 26, 1998
  22. Oct 25, 1998
  23. Oct 20, 1998
  24. Sep 21, 1998
  25. Sep 20, 1998
  26. Sep 18, 1998
  27. Sep 17, 1998
  28. Sep 12, 1998
  29. Aug 20, 1998
  30. Aug 19, 1998
  31. Aug 09, 1998
Loading