Skip to content
Snippets Groups Projects
  1. Aug 31, 1999
  2. Jun 03, 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. Nov 19, 1998
  5. Nov 18, 1998
  6. 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
  7. Nov 11, 1998
    • Hallvard Furuseth's avatar
      Fix most `wider type truncated to int' bugs on OSF1 due to implicit decls: · 523fd2c8
      Hallvard Furuseth authored
       #include <stdlib.h>    to get malloc & co various places,
       #include <ac/string.h> to get strlen & co in (liblutil/setproctitle.c),
       declare ch_malloc & co (slurp.h), avl_find_lin (avl.h), Malloc (ud/edit.c).
      Also changed ch_malloc & co from char* to void* functions.
      523fd2c8
    • Hallvard Furuseth's avatar
      · f0688d71
      Hallvard Furuseth authored
      Locks were not always released, in particular if something went wrong.
      Fixed in slurpd and the slapd main dir.  Slapd clients were not examined.
      It also "felt right" to swap the order of closing dfp and rfp in slurpd
      copy_replog(), so the last acquired lock is unlocked first.
      f0688d71
  8. Nov 05, 1998
  9. Nov 04, 1998
  10. Oct 25, 1998
  11. Oct 22, 1998
  12. Oct 21, 1998
  13. Aug 13, 1998
  14. Aug 09, 1998
Loading