Skip to content
Snippets Groups Projects
  1. Mar 03, 1999
  2. 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
  3. Dec 30, 1998
    • Kurt Zeilenga's avatar
      Cleanup thread handling to resolve non-exiting daemons on FreeBSD. · 595bf866
      Kurt Zeilenga authored
      Seems that calling pthread_exit() in the main (and only active)
      thread does not cause the whole process to exit.  Very odd.
      Anyways, as we want to whole process to exit, we should just exit
      after joining with our other threads.
      I've also removed dead code for detaching threads we join with.
      595bf866
  4. 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
  5. Nov 11, 1998
  6. Nov 05, 1998
  7. Oct 25, 1998
  8. Oct 22, 1998
  9. Oct 21, 1998
  10. Sep 02, 1998
    • Kurt Zeilenga's avatar
      Add basic support for MD5 and SHA1 passwords. · 8c5868b5
      Kurt Zeilenga authored
      	SHA1 support is contributed by Daniel J. Gregor <dj@gregor.com>
      	MD5 support is contributed by me <kurt@OpenLDAP.org>
      	Uses public domain MD5 routines
      	Uses ISC/IBM freely redistributable Base64 routines
      	SHA1 support requires external SHA1 routines
      8c5868b5
  11. Aug 18, 1998
  12. Aug 17, 1998
  13. Aug 13, 1998
  14. Aug 09, 1998
Loading