Skip to content
Snippets Groups Projects
  1. Jan 20, 2012
  2. Jan 05, 2011
  3. Apr 13, 2010
  4. Jan 22, 2009
  5. Feb 12, 2008
  6. Jan 08, 2008
  7. Sep 01, 2007
  8. Jul 23, 2007
  9. Jan 02, 2007
  10. Jan 03, 2006
  11. Apr 11, 2005
  12. Jan 01, 2005
  13. Sep 26, 2004
  14. Sep 04, 2004
  15. Jan 01, 2004
  16. Nov 27, 2003
  17. Apr 15, 2003
    • Julius Enarusai's avatar
      · 5094d6ab
      Julius Enarusai authored
      Fixed minor compile errors
      5094d6ab
  18. Mar 30, 2003
    • Howard Chu's avatar
      Major API change - (SLAP_OP_BLOCKS) All request parameters are · e8c58b4e
      Howard Chu authored
      consolidated into the Operation structure. All reply parameters
      are consolidated into the new SlapReply structure. Most operations
      now have identical call signatures... Changes are not #ifdef'd,
      revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
      e8c58b4e
  19. Jan 03, 2003
  20. Jul 11, 2002
    • Julius Enarusai's avatar
      · 6107ba67
      Julius Enarusai authored
      Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
      6107ba67
  21. Apr 08, 2002
    • Pierangelo Masarati's avatar
      Mostly based on patches provided by Hallvard B. Furuseth · 4a8ab5db
      Pierangelo Masarati authored
      ITS#1677 - cast away const warnings
      ITS#1678 - unsigned char args to ctype funcs
      ITS#1682 - don't redefine ldap_debug
      ITS#1683 - uninitialized vars
      ITS#1703 - ldo_debug initialization
      ITS#1705 - unsigned testing
      ITS#1706 - socklen_t args
      ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested)
      ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs
      ITS#1725 - libdes not required
      
      Implement back-null (/dev/null style backend)
      Cleanup some misc warnings ("%lu" format, unused/uninitialized vars,
              ambiguous operator precedence)
      
      Kurt, please regenerate configure
      4a8ab5db
  22. Jan 04, 2002
  23. Jan 17, 2001
  24. Jan 15, 2001
  25. May 13, 2000
  26. Sep 08, 1999
  27. Aug 07, 1999
  28. Aug 06, 1999
  29. Jul 16, 1999
  30. Jul 01, 1999
    • Kurt Zeilenga's avatar
      Add macros to support testing of error categories to ldap.h · 97bc1075
      Kurt Zeilenga authored
      Modify ldap_result to assert returned error is not an one reserved
      for API use.
      Modify frontend LDAP operation routines to return an error code.
      The returned value will be used to determine if an unsolicited notification
      should be sent to the client.
      Need to review returned error codes.  Namely some LDAP_PROTOCOL_ERROR
      will like need to be changed (as they will cause unsolicited notifications).
      97bc1075
  31. Mar 22, 1999
  32. Feb 05, 1999
    • Kurt Zeilenga's avatar
      New Frontend->Backend Interface · 216049bd
      Kurt Zeilenga authored
      Separates per backend type from per backend database initialization
      	and startup.  Also supports per type / per backend shutdown.
      New frontend startup/shutdown routines are also provided:
      	slap_init() slap_startup() slap_shutdown() slap_destroy()
      New frontend->backend startup/shutdown is managed by:
      	backend_init() backend_startup() backend_shutdown backend_destroy
      backend_init() now calls bi_init() to initial all function pointers
      for the backend (excepting bi_init() which is now the only hardcoded
      entry point).  New entry points are detailed in slap.h struct
      backend_info.  backend_info is a per database type structure.
      Besides the new startup/shutdown entry points, the new interface
      also supports per backend type configuration options.  One could have:
      
      	backend bdb2	(new Berkeley DB 2 backend)
      	bdb2_home	/directory
      
      	database bdb2
      	...
      
      	*** This code is fairly experimental ***
      	*** Much cleanup and testing is still needed ***
      
      see slap.h for details on struct backend_db and backend_info.
      216049bd
  33. 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
  34. Oct 25, 1998
  35. Oct 21, 1998
  36. Aug 09, 1998
Loading