Skip to content
Snippets Groups Projects
  1. May 06, 1999
  2. Apr 28, 1999
    • Kurt Zeilenga's avatar
      Winsock changes: · b06c4a55
      Kurt Zeilenga authored
      Centralize #define EWOULDBLOCK WSAEWOULDBLOCK to ac/errno.h
      Move WSAStartup to slapd_daemon(), add WSACleanup() to match.
      b06c4a55
  3. Apr 23, 1999
  4. Apr 16, 1999
  5. Apr 14, 1999
  6. Apr 08, 1999
  7. Apr 02, 1999
  8. Apr 01, 1999
  9. Mar 26, 1999
  10. Mar 23, 1999
  11. Mar 22, 1999
  12. Mar 16, 1999
  13. Mar 06, 1999
  14. Mar 04, 1999
  15. Mar 02, 1999
  16. 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
  17. Jan 21, 1999
  18. Jan 19, 1999
    • Kurt Zeilenga's avatar
      Update slap_conn to maintain client provided dn and bound dn. · e2a15115
      Kurt Zeilenga authored
      Update slap_op to maintain dn and ndn (derived from conn->c_dn).
      Update ldbm_back_bind to return actual bound dn (including rootdn)
      	for use in slapd_conn.  Other backends use client dn.
      Modify other codes to use ndn (normalized uppercase dn) most everywhere.
      Aliasing, Suffixing and modrdn could use more work.
      Applied suffixing to compare and modrdn.
      e2a15115
  19. Jan 11, 1999
    • 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
  20. Nov 27, 1998
  21. Nov 18, 1998
  22. 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
  23. Oct 25, 1998
  24. Oct 23, 1998
  25. Oct 21, 1998
  26. Oct 19, 1998
  27. Sep 25, 1998
  28. Sep 23, 1998
  29. Sep 20, 1998
  30. Aug 21, 1998
  31. Aug 19, 1998
  32. Aug 13, 1998
  33. Aug 09, 1998
Loading