Skip to content
Snippets Groups Projects
  1. Jul 16, 1999
  2. Jul 07, 1999
  3. Jul 05, 1999
  4. Jul 02, 1999
  5. 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
  6. Jun 30, 1999
  7. Jun 18, 1999
    • Kurt Zeilenga's avatar
      ber_int_t, ber_tag_t, ber_socket_t, ber_len_t · 669b8f40
      Kurt Zeilenga authored
      added lber_types.h.nt, lber_types.h.in
      removal of NULLxxx internal macros (in favor of NULL).
      ch_free added to slapd,slurpd/ch_malloc.c
      #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h
      ch_malloc and friends use ber_memalloc and friends
      669b8f40
  8. Jun 17, 1999
    • Kurt Zeilenga's avatar
      Separate autoconf generated values from "defaults". · 21e081dc
      Kurt Zeilenga authored
      	ldap_defaults.h incorporates non-generated ldapconfig.h values.
      	ldap_config.h.in is new template for autoconf generated defaults
      		(namely directories and paths)
      	ldap_config.h.nt, NT template (must be manually copied)
      	s/<ldapconfig.h>/<ldap_defaults.h>/
      	s/DIRSEP/LDAP_DIRSEP/ & s/DEFAULT_/LDAP_/
      21e081dc
  9. May 28, 1999
    • Julio Sánchez Fernández's avatar
      · a97e3e94
      Julio Sánchez Fernández authored
      Provide (and use) #define shortcuts
      Really kill global_oc & global_at
      Publish schema through LDAP (really, it's there at last :-)
      a97e3e94
  10. Apr 20, 1999
  11. Apr 19, 1999
    • Julio Sánchez Fernández's avatar
      · 2b82bc2d
      Julio Sánchez Fernández authored
      The Root DSE does not depend on SLAPD_CONFIG_DN and friends.
      Added a comment for supportedSASLMechanism to root_dse.c
      2b82bc2d
    • Julio Sánchez Fernández's avatar
      · 01385acc
      Julio Sánchez Fernández authored
      Beginning of ROOT DSE support
      01385acc
  12. Mar 03, 1999
  13. Jan 19, 1999
  14. Jan 08, 1999
  15. 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
  16. Oct 25, 1998
  17. Oct 24, 1998
  18. Oct 21, 1998
  19. Aug 09, 1998
Loading